giantfish-fly commited on
Commit
19f64f1
·
verified ·
1 Parent(s): 39a007b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -11,14 +11,7 @@ tags:
11
  - context interference
12
  - long-context
13
 
14
- configs:
15
-
16
- - config_name: additional_sequential
17
- description: Non-randomized – clear and strict sequential blocks; prove short context(token=5k-8k) can already have a strong context interference for most LLMs. Even with this well formatted data, many model's the performance still drop rapidly.
18
- data_files:
19
- - split: test
20
- path: additional_sequential.parquet
21
-
22
  - config_name: core
23
  description: Randomized updates (keys shuffled across key–value pairs). Recommended as the primary/SOTA comparison setting. At the highest stress tier, all tested models (as of Ma 2025) fail to reliably recover the final value.
24
  data_files:
 
11
  - context interference
12
  - long-context
13
 
14
+ configs:
 
 
 
 
 
 
 
15
  - config_name: core
16
  description: Randomized updates (keys shuffled across key–value pairs). Recommended as the primary/SOTA comparison setting. At the highest stress tier, all tested models (as of Ma 2025) fail to reliably recover the final value.
17
  data_files: