Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -213,15 +213,6 @@ What is the current value (the last value) for key1 key2....key46?
|
|
213 |
- This is the **original and most simple test**
|
214 |
- Performance for this mode is also **reported in our paper (Figure 4).**
|
215 |
- **Step-like failure pattern** in this sequential key–value update tests. Retrieval accuracy remains near-perfect as interfering information is added in strictly sequential order, until a model-specific threshold is reached—after which **performance drops rapidly to near-zero**.
|
216 |
-
-
|
217 |
-
|
218 |
-
# PI-LLM Dataset File List
|
219 |
-
|
220 |
-
This repository hosts the **PI-LLM** dataset.
|
221 |
-
Currently it includes two files:
|
222 |
-
|
223 |
-
- **core.parquet** → Main dataset (randomized updates). Recommended as the primary/SOTA comparison setting; All tested models fail to reliably retrieve the last value.
|
224 |
-
- **sequential_additional.parquet** → Sequential mode (non-randomized, strict per-key ordered update blocks). Trivial for humans yet still challenging for many LLMs; smaller (all <600B) models are especially affected, with proactive-interference effects clearly exposed (even in short contexts, ~5–8k tokens).
|
225 |
|
226 |
|
227 |
# PI-LLM Dataset File List
|
|
|
213 |
- This is the **original and most simple test**
|
214 |
- Performance for this mode is also **reported in our paper (Figure 4).**
|
215 |
- **Step-like failure pattern** in this sequential key–value update tests. Retrieval accuracy remains near-perfect as interfering information is added in strictly sequential order, until a model-specific threshold is reached—after which **performance drops rapidly to near-zero**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
|
217 |
|
218 |
# PI-LLM Dataset File List
|