wuyuverse commited on
Commit
8d1bcd8
·
verified ·
1 Parent(s): 3bb7bf5

Improve Viewer with probe-level sample

Browse files

Replaces the deeply nested case preview with 840 structured probe rows while retaining canonical sample shards and all public split archives.

README.md CHANGED
@@ -3,7 +3,7 @@ language:
3
  - en
4
  pretty_name: AutoMemoryBench
5
  size_categories:
6
- - 1K<n<10K
7
  task_categories:
8
  - question-answering
9
  - text-retrieval
@@ -18,7 +18,7 @@ configs:
18
  - config_name: sample
19
  data_files:
20
  - split: audit_subset
21
- path: data/sample_cases.jsonl
22
  ---
23
 
24
  <div align="center">
@@ -92,10 +92,12 @@ time, role, namespace, lifecycle, and tool state.
92
 
93
  ## Public Data
94
 
95
- The `sample` configuration shown in the Dataset Viewer contains **40 cases and
96
- 840 queries** across all eight domains. Each row is a complete benchmark case
97
- with its chronological events, sessions, memory units, query-time contracts,
98
- and probes. It is intended for schema inspection and smoke testing.
 
 
99
 
100
  The complete public release is hosted directly in this repository:
101
 
@@ -118,7 +120,7 @@ hf download Multilingual-Multimodal-NLP/AutoMemoryBench \
118
  --repo-type dataset --include "data/full/*" --local-dir AutoMemoryBench-data
119
  ```
120
 
121
- ### Core Fields
122
 
123
  | Field | Description |
124
  | --- | --- |
 
3
  - en
4
  pretty_name: AutoMemoryBench
5
  size_categories:
6
+ - 100K<n<1M
7
  task_categories:
8
  - question-answering
9
  - text-retrieval
 
18
  - config_name: sample
19
  data_files:
20
  - split: audit_subset
21
+ path: data/viewer/sample_probes.jsonl
22
  ---
23
 
24
  <div align="center">
 
92
 
93
  ## Public Data
94
 
95
+ The `sample` configuration shown in the Dataset Viewer contains **840 probe
96
+ rows derived from 40 cases** across all eight domains. Each row exposes the
97
+ query, probe type, task type, required and prohibited memory IDs, expected
98
+ behavior, scoring rule, and state-contract identifier. This flattened view is
99
+ intended for fast browsing; the canonical nested cases remain in the original
100
+ sample shards.
101
 
102
  The complete public release is hosted directly in this repository:
103
 
 
120
  --repo-type dataset --include "data/full/*" --local-dir AutoMemoryBench-data
121
  ```
122
 
123
+ ### Canonical Case Fields
124
 
125
  | Field | Description |
126
  | --- | --- |
data/sample_cases.jsonl DELETED
The diff for this file is too large to render. See raw diff
 
data/viewer/sample_probes.jsonl ADDED
The diff for this file is too large to render. See raw diff