L4stWhisper commited on
Commit ·
fc848ad
1
Parent(s): 85aba6f
Upload TSSMRBench official300 public release via LFS
Browse files- .gitattributes +1 -0
- LICENSE +44 -0
- README.md +87 -5
- data/official_300_merged_public.json +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data/official_300_merged_public.json filter=lfs diff=lfs merge=lfs -text
|
LICENSE
CHANGED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
TSSMRBench Public Dataset License Notice
|
| 2 |
+
|
| 3 |
+
This release package contains a public redistribution form of the TSSMRBench dataset.
|
| 4 |
+
|
| 5 |
+
1. Contents of this package
|
| 6 |
+
|
| 7 |
+
This package includes:
|
| 8 |
+
- author-created benchmark organization, schema, task design, and annotations;
|
| 9 |
+
- normalized memory-unit descriptions ("memory_unit_text") derived from public upstream release histories;
|
| 10 |
+
- question records, supporting-state links, and evaluation-oriented metadata;
|
| 11 |
+
- source URLs pointing back to the upstream public materials.
|
| 12 |
+
|
| 13 |
+
This package does not include the original raw release-note text fields used during internal construction.
|
| 14 |
+
|
| 15 |
+
2. Upstream rights
|
| 16 |
+
|
| 17 |
+
The benchmark instances are derived from public release materials of multiple upstream open-source repositories. Copyright and license interests in those upstream materials remain with their respective rightsholders.
|
| 18 |
+
|
| 19 |
+
Because the upstream sources come from many repositories with different licenses, this package is distributed under a custom notice rather than a single standard open-data license.
|
| 20 |
+
|
| 21 |
+
3. Permitted use
|
| 22 |
+
|
| 23 |
+
Subject to applicable law and any upstream restrictions, this public package may be used for:
|
| 24 |
+
- research;
|
| 25 |
+
- benchmarking;
|
| 26 |
+
- reproducibility;
|
| 27 |
+
- non-deceptive academic comparison and analysis.
|
| 28 |
+
|
| 29 |
+
4. Conditions
|
| 30 |
+
|
| 31 |
+
If you redistribute, modify, or build upon this package, you must:
|
| 32 |
+
- preserve this notice;
|
| 33 |
+
- preserve attribution to TSSMRBench and the repository releasing this package;
|
| 34 |
+
- preserve source traceability information when present;
|
| 35 |
+
- not misrepresent derived benchmark text as the original upstream release text;
|
| 36 |
+
- independently review upstream repository terms if your use depends on original-source licensing or commercial reuse.
|
| 37 |
+
|
| 38 |
+
5. No warranty
|
| 39 |
+
|
| 40 |
+
This package is provided "as is", without warranty of any kind, including without limitation warranties of correctness, fitness for a particular purpose, or non-infringement.
|
| 41 |
+
|
| 42 |
+
6. Takedown / correction
|
| 43 |
+
|
| 44 |
+
If an upstream rightsholder believes that any part of this redistribution should be corrected, limited, or removed, the maintainers request that you contact the repository maintainers so the release can be reviewed and updated.
|
README.md
CHANGED
|
@@ -1,5 +1,87 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: TSSMRBench Official 300 Public Release
|
| 5 |
+
license: other
|
| 6 |
+
license_name: Multi-source benchmark release with author-created annotations and rewritten memory units
|
| 7 |
+
task_categories:
|
| 8 |
+
- question-answering
|
| 9 |
+
tags:
|
| 10 |
+
- benchmark
|
| 11 |
+
- llm-agents
|
| 12 |
+
- memory-systems
|
| 13 |
+
- retrieval
|
| 14 |
+
- temporal-reasoning
|
| 15 |
+
- version-aware-retrieval
|
| 16 |
+
- text
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# TSSMRBench Official 300 Public Release
|
| 20 |
+
|
| 21 |
+
## Dataset Summary
|
| 22 |
+
|
| 23 |
+
This repository contains the public release package for **TSSMRBench**, a benchmark for evaluating whether an agent memory system can retrieve the **stage-correct temporal semantic state** from an evolving memory trajectory.
|
| 24 |
+
|
| 25 |
+
The source material for this release is derived from public release histories of 300 influential GitHub repositories. For public redistribution, the package **removes the original `raw_text` release-note content** and retains only the normalized `memory_unit_text` representations, benchmark structure, question annotations, and source links.
|
| 26 |
+
|
| 27 |
+
The release is distributed as a single merged public file:
|
| 28 |
+
|
| 29 |
+
- `data/official_300_merged_public.json`: a single-file public merged release with the same scenario structure as the internal merged dataset, but with `raw_text` removed.
|
| 30 |
+
|
| 31 |
+
## What TSSMRBench Evaluates
|
| 32 |
+
|
| 33 |
+
TSSMRBench focuses on **temporal semantic state memory retrieval**. Each scenario is an evolving memory trajectory composed of versioned semantic states. The benchmark asks whether a memory system can retrieve the state evidence required by a query when several nearby versions are semantically related but temporally different.
|
| 34 |
+
|
| 35 |
+
The benchmark contains three task families:
|
| 36 |
+
|
| 37 |
+
- `single_state_lookup`: retrieve one stage-correct state.
|
| 38 |
+
- `cross_version_comparison`: jointly retrieve two states and compare them.
|
| 39 |
+
- `temporal_version_ordering`: recover several states and place them in the correct temporal progression.
|
| 40 |
+
|
| 41 |
+
## Public Release Design
|
| 42 |
+
|
| 43 |
+
This Hugging Face release is intended to be easier to redistribute and audit than the internal experiment package:
|
| 44 |
+
|
| 45 |
+
- Original `raw_text` fields are removed.
|
| 46 |
+
- Local absolute paths are removed.
|
| 47 |
+
- `source_url` links are preserved for traceability.
|
| 48 |
+
- `memory_unit_text` fields retain the normalized textual state descriptions used in the benchmark.
|
| 49 |
+
|
| 50 |
+
## Data Fields
|
| 51 |
+
|
| 52 |
+
The merged file `official_300_merged_public.json` stores one scenario record per repository. Each scenario contains:
|
| 53 |
+
|
| 54 |
+
- `prototype_id`: scenario identifier.
|
| 55 |
+
- `repo`: source repository.
|
| 56 |
+
- `window_title`: scenario title.
|
| 57 |
+
- `window_summary`: summary of the scenario's version history.
|
| 58 |
+
- `chunks`: the 30 temporal semantic state nodes, each with fields such as `memory_node_id`, `artifact_ref`, `time_hint`, `published_at`, `source_url`, and `memory_unit_text`.
|
| 59 |
+
- `questions`: the benchmark questions associated with the scenario, including `question_id`, `task_type`, `query_text`, `options`, `correct_option_id`, `expected_answer`, `source_chunk_ids`, and `answer_support`.
|
| 60 |
+
|
| 61 |
+
## Intended Use
|
| 62 |
+
|
| 63 |
+
This release is intended for:
|
| 64 |
+
|
| 65 |
+
- benchmarking agent memory systems;
|
| 66 |
+
- retrieval and reranking analysis on evolving memories;
|
| 67 |
+
- error analysis on version-sensitive memory retrieval;
|
| 68 |
+
- research on temporal reasoning grounded in retrieved memory evidence.
|
| 69 |
+
|
| 70 |
+
## Limitations
|
| 71 |
+
|
| 72 |
+
- The package is derived from public repository release histories and therefore reflects the style, granularity, and coverage of those sources.
|
| 73 |
+
- `memory_unit_text` is a normalized rewrite of source material rather than the raw release note text.
|
| 74 |
+
- This public package is designed for benchmark use and traceable redistribution, not as a substitute for the original upstream release documentation.
|
| 75 |
+
|
| 76 |
+
## Licensing Note
|
| 77 |
+
|
| 78 |
+
This dataset package uses `license: other` because it combines:
|
| 79 |
+
|
| 80 |
+
- benchmark structure, task design, and annotations created by the authors; and
|
| 81 |
+
- derived state descriptions and source links originating from multiple upstream repositories with non-uniform licenses.
|
| 82 |
+
|
| 83 |
+
Please read the `LICENSE` file in this repository before redistribution or reuse.
|
| 84 |
+
|
| 85 |
+
## Citation
|
| 86 |
+
|
| 87 |
+
If you use this dataset, please cite the TSSMRBench paper and repository once the final bibliographic entry is available. Until then, please reference the repository URL directly.
|
data/official_300_merged_public.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9246f4e75cf9d8bbacc78296f05deab122a41b776fded03c88a2aa2e0cc84545
|
| 3 |
+
size 10732600
|