Improve Viewer with probe-level sample
Browse filesReplaces the deeply nested case preview with 840 structured probe rows while retaining canonical sample shards and all public split archives.
- README.md +9 -7
- data/sample_cases.jsonl +0 -0
- data/viewer/sample_probes.jsonl +0 -0
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language:
|
|
| 3 |
- en
|
| 4 |
pretty_name: AutoMemoryBench
|
| 5 |
size_categories:
|
| 6 |
-
-
|
| 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/
|
| 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 **
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
| 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 |
-
###
|
| 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
|
|
|