hyeonsss nielsr HF Staff commited on
Commit
d12a9ef
·
verified ·
1 Parent(s): 148af23

Add task categories, language, and tags to dataset card metadata (#1)

Browse files

- Add task categories, language, and tags to dataset card metadata (0a6be64ca6bbc322d6f25d4c16135729d5de2b8e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -73,9 +73,17 @@ configs:
73
  path: data/k100-*
74
  - split: k200
75
  path: data/k200-*
 
 
 
 
 
 
 
 
 
76
  ---
77
 
78
-
79
  ## NeedleChain: Measuring Intact Long-Context Reasoning Capability of Large Language Models
80
 
81
  <p align="center">
@@ -89,10 +97,9 @@ configs:
89
  <img src="needlechain.png" width="500"/>
90
  </p>
91
 
92
- NeedleChain is a benchmark designed to evaluate LLMs' intact long-context understanding.
93
  Every provided context consists of query-relevant information, requiring a comprehensive understanding to answer the given query.
94
 
95
  ---
96
 
97
- For manual creation of NeedleChain datasets, please refer to our official github repository.
98
-
 
73
  path: data/k100-*
74
  - split: k200
75
  path: data/k200-*
76
+ task_categories:
77
+ - question-answering
78
+ language:
79
+ - en
80
+ tags:
81
+ - llm-evaluation
82
+ - long-context
83
+ - reasoning
84
+ - benchmark
85
  ---
86
 
 
87
  ## NeedleChain: Measuring Intact Long-Context Reasoning Capability of Large Language Models
88
 
89
  <p align="center">
 
97
  <img src="needlechain.png" width="500"/>
98
  </p>
99
 
100
+ NeedleChain is a benchmark designed to evaluate LLMs' intact long-context understanding.
101
  Every provided context consists of query-relevant information, requiring a comprehensive understanding to answer the given query.
102
 
103
  ---
104
 
105
+ For manual creation of NeedleChain datasets, please refer to our official github repository.