Datasets:
Add task category, link to Github repo (#2)
Browse files- Add task category, link to Github repo (1c15cc3d9ac2588962d55d579a19677ddceca2de)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -3,41 +3,39 @@ license: mit
|
|
3 |
configs:
|
4 |
- config_name: multi_needle_reasoning_needle
|
5 |
data_files:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
- config_name: zh_haystack_texts
|
11 |
data_files:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
- config_name: en_haystack_texts
|
21 |
data_files:
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
- config_name: atc_needles
|
26 |
data_files:
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
- config_name: retrieval_needles
|
31 |
data_files:
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
35 |
---
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
# Dataset Description
|
42 |
|
43 |
## Dataset Summary
|
@@ -57,7 +55,6 @@ The NeedleBench dataset is a part of the OpenCompass project, designed to evalua
|
|
57 |
|
58 |
The dataset supports multiple languages, including English and Chinese, as indicated by the presence of files like `multi_needle_reasoning_en.json` and `multi_needle_reasoning_zh.json`.
|
59 |
|
60 |
-
|
61 |
## Potential Use Cases
|
62 |
|
63 |
The NeedleBench dataset can be used to evaluate and compare the performance of different large language models in tasks involving long text processing, information extraction, and reasoning. It is useful for researchers and developers working on models that need to handle complex queries on extensive documents.
|
@@ -70,11 +67,12 @@ Please follow the provided guidelines in the [OpenCompass documentation](https:/
|
|
70 |
|
71 |
For more details on the dataset, please refer to the [NeedleBench Technical Report](https://arxiv.org/abs/2407.11963).
|
72 |
|
|
|
|
|
73 |
## Contact
|
74 |
|
75 |
For any questions or issues related to the dataset, please contact the maintainers or contributors of the [OpenCompass project](https://github.com/open-compass/opencompass).
|
76 |
|
77 |
-
|
78 |
## Citation
|
79 |
|
80 |
If you use this dataset, please add a reference:
|
@@ -89,4 +87,4 @@ If you use this dataset, please add a reference:
|
|
89 |
primaryClass={cs.CL},
|
90 |
url={https://arxiv.org/abs/2407.11963},
|
91 |
}
|
92 |
-
```
|
|
|
3 |
configs:
|
4 |
- config_name: multi_needle_reasoning_needle
|
5 |
data_files:
|
6 |
+
- split: test
|
7 |
+
path:
|
8 |
+
- multi_needle_reasoning_zh.json
|
9 |
+
- multi_needle_reasoning_en.json
|
10 |
- config_name: zh_haystack_texts
|
11 |
data_files:
|
12 |
+
- split: test
|
13 |
+
path:
|
14 |
+
- zh_finance.jsonl
|
15 |
+
- zh_game.jsonl
|
16 |
+
- zh_general.jsonl
|
17 |
+
- zh_government.jsonl
|
18 |
+
- zh_movie.jsonl
|
19 |
+
- zh_tech.jsonl
|
20 |
- config_name: en_haystack_texts
|
21 |
data_files:
|
22 |
+
- split: test
|
23 |
+
path:
|
24 |
+
- PaulGrahamEssays.jsonl
|
25 |
- config_name: atc_needles
|
26 |
data_files:
|
27 |
+
- split: test
|
28 |
+
path:
|
29 |
+
- names.json
|
30 |
- config_name: retrieval_needles
|
31 |
data_files:
|
32 |
+
- split: test
|
33 |
+
path:
|
34 |
+
- needles.jsonl
|
35 |
+
task_categories:
|
36 |
+
- question-answering
|
37 |
---
|
38 |
|
|
|
|
|
|
|
|
|
39 |
# Dataset Description
|
40 |
|
41 |
## Dataset Summary
|
|
|
55 |
|
56 |
The dataset supports multiple languages, including English and Chinese, as indicated by the presence of files like `multi_needle_reasoning_en.json` and `multi_needle_reasoning_zh.json`.
|
57 |
|
|
|
58 |
## Potential Use Cases
|
59 |
|
60 |
The NeedleBench dataset can be used to evaluate and compare the performance of different large language models in tasks involving long text processing, information extraction, and reasoning. It is useful for researchers and developers working on models that need to handle complex queries on extensive documents.
|
|
|
67 |
|
68 |
For more details on the dataset, please refer to the [NeedleBench Technical Report](https://arxiv.org/abs/2407.11963).
|
69 |
|
70 |
+
Github repository: https://github.com/open-compass/opencompass
|
71 |
+
|
72 |
## Contact
|
73 |
|
74 |
For any questions or issues related to the dataset, please contact the maintainers or contributors of the [OpenCompass project](https://github.com/open-compass/opencompass).
|
75 |
|
|
|
76 |
## Citation
|
77 |
|
78 |
If you use this dataset, please add a reference:
|
|
|
87 |
primaryClass={cs.CL},
|
88 |
url={https://arxiv.org/abs/2407.11963},
|
89 |
}
|
90 |
+
```
|