Datasets:
Add task categories, language, and tags to dataset card metadata
Browse filesThis PR improves the dataset card for `NeedleChain` by adding relevant metadata:
- `task_categories: question-answering`
- `language: en`
- `tags: llm-evaluation, long-context, reasoning, benchmark`
These additions enhance the dataset's discoverability and proper categorization on the Hugging Face Hub.
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.
|
|
|