jonathan-roberts1 commited on
Commit
f4382e5
·
verified ·
1 Parent(s): fdb3416

Updated links and added citation info

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -73,7 +73,7 @@ language:
73
  ## Dataset Description
74
 
75
  - **Homepage:** [https://needle-threading.github.io](https://needle-threading.github.io)
76
- - **Paper:** [Needle Threading: Can LLMs Follow Threads through Near-Million-Scale Haystacks?](https://arxiv.org/abs/)
77
  - **Repository** [Needle Threading](https://github.com/jonathan-roberts1/needle-threading)
78
 
79
  ## Dataset Summary
@@ -143,4 +143,15 @@ Please visit our [GitHub repository](https://github.com/jonathan-roberts1/needle
143
 
144
  ### Dataset Curators
145
 
146
- This dataset was curated by Jonathan Roberts, Kai Han, and Samuel Albanie
 
 
 
 
 
 
 
 
 
 
 
 
73
  ## Dataset Description
74
 
75
  - **Homepage:** [https://needle-threading.github.io](https://needle-threading.github.io)
76
+ - **Paper:** [Needle Threading: Can LLMs Follow Threads through Near-Million-Scale Haystacks?](https://arxiv.org/abs/2411.05000)
77
  - **Repository** [Needle Threading](https://github.com/jonathan-roberts1/needle-threading)
78
 
79
  ## Dataset Summary
 
143
 
144
  ### Dataset Curators
145
 
146
+ This dataset was curated by Jonathan Roberts, Kai Han, and Samuel Albanie
147
+
148
+ ### Citation
149
+ If you found our work useful in your own research, please consider citing our paper:
150
+ ```latex
151
+ @article{roberts2024needle,
152
+ title={Needle Threading: Can LLMs Follow Threads through Near-Million-Scale Haystacks?},
153
+ author={Roberts, Jonathan and Han, Kai and Albanie, Samuel},
154
+ journal={arXiv preprint arXiv:2411.05000},
155
+ year={2024}
156
+ }
157
+ ```