hyeonsss commited on
Commit
91fb3b0
·
verified ·
1 Parent(s): 5d94001

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -76,4 +76,23 @@ configs:
76
  ---
77
 
78
 
79
- main dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ---
77
 
78
 
79
+ ## NeedleChain: Measuring Intact Long-Context Reasoning Capability of Large Language Models
80
+
81
+ <p align="center">
82
+ Github: <a href="https://github.com/hyeonseokk/NeedleChain"> Official github repository </a>
83
+ <br>
84
+ Paper: <a href="https://arxiv.org/abs/2507.22411"> Official Paper </a>
85
+ <br>
86
+
87
+ ---
88
+ <p align="center">
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
+