giantfish-fly commited on
Commit
44715ee
·
verified ·
1 Parent(s): e4c3c28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -42,9 +42,10 @@ We identify a task that is **super easy for humans** but where all LLMs—from e
42
 
43
  Classic long-context benchmarks often test retrieving a single "needle" from a massive "haystack." MRCR raises the bar by placing many similar needles in the same context, requiring models to select the correct item (up to 8 needles), and shows that all LLMs struggle with this task.
44
 
 
45
  - OpenAI MRCR dataset: https://huggingface.co/datasets/openai/mrcr
46
  - DeepMind MRCR (Gemini) paper: https://arxiv.org/pdf/2409.12640v2
47
- - PI-LLM paper: https://arxiv.org/abs/2506.08184
48
 
49
 
50
  ## Our test takes this one step further
 
42
 
43
  Classic long-context benchmarks often test retrieving a single "needle" from a massive "haystack." MRCR raises the bar by placing many similar needles in the same context, requiring models to select the correct item (up to 8 needles), and shows that all LLMs struggle with this task.
44
 
45
+ - PI-LLM paper: https://arxiv.org/abs/2506.08184
46
  - OpenAI MRCR dataset: https://huggingface.co/datasets/openai/mrcr
47
  - DeepMind MRCR (Gemini) paper: https://arxiv.org/pdf/2409.12640v2
48
+
49
 
50
 
51
  ## Our test takes this one step further