CoolFace
Datasetpublic

OLAResearchX/MemoryATHENA

MemoryATHENA This dataset repository is a compact release ledger of MemoryATHENA experiment metadata and aggregate results. It follows the release style of OLAResearchX/XMemTransfer-Results. It is not a training corpus, benchmark mirror, or redistribution of task examples, labels, or prediction logs. What is released results.jsonl: 54 compact aggregate rows (30 QA condition/task rows and 24 general-NLP condition/task rows). metadata.json: release provenance… See the full description on the dataset page: https://huggingface.co/datasets/OLAResearchX/MemoryATHENA.

sourceHugging Faceapache-2.0updated 1d agoView on Hugging Face
0likes45downloads
Dataset Card

MemoryATHENA

This dataset repository is a compact release ledger of MemoryATHENA experiment metadata and aggregate results. It follows the release style of OLAResearchX/XMemTransfer-Results. It is not a training corpus, benchmark mirror, or redistribution of task examples, labels, or prediction logs.

What is released

  • results.jsonl: 54 compact aggregate rows (30 QA condition/task rows and 24 general-NLP condition/task rows).
  • metadata.json: release provenance, dataset references, model links, and exclusions.
  • schema.json: row schema.

The repository intentionally excludes ARTIFACTS.md, internal filesystem paths, raw datasets, labels, predictions, optimizer states, and credentials.

Training data

The model stages use causal text and a token budget. The reported training and validation counts below are processed token positions, not the number of raw documents. Downstream QA/NLP labels are never training targets.

ComponentTraining source and splitHeld-out validation used for checkpoint selectionBudget / selectionSource
QA reader/routerEnglish Wikipedia 2021 causal-text streamHeld-out causal-text validation from the same Wikipedia-2021 training stream; this is not NQ/WebQuestions/TriviaQA validation20M processed positions per stage; 2M validation positions; QA router checkpoint selected at 8.192M processed positionsWikimedia English Wikipedia dumps
General-NLP reader/routerEqual-token mixture of WikiText-103, Amazon Polarity, CC-News, and IMDB causal textHeld-out causal-text validation for the same general-text protocol; benchmark labels are not used for model selection19,998,720 processed positions per stage (20M budget); 2M validation positions; sequence length 2,048; general-NLP router checkpoint selected at 16.384M positionsWikiText-103, Amazon Polarity, CC-News, IMDB
Imported source memoryReleased Llama-2 source-memory artifact from XMemTransferNot re-trained in this release20M-source-memory artifact; used as an input dependency for the QA lineXMemTransfer result release

Validation versus downstream evaluation

There are two different uses of the word “validation” in this release:

  1. 1.Training validation is held-out causal text used to select memory/router checkpoints. It uses no downstream benchmark labels.
  2. 2.Downstream benchmark splits are listed below. Their labels are used only for final metrics after inference, not to train memory, readers, or the router.

This distinction matters: a QA validation split is an evaluation benchmark split, whereas the 2M-position causal-text validation stream is the checkpoint-selection set.

Downstream evaluation datasets

All released QA and general-NLP results are inference-only evaluations with frozen model components. The exact split and the number of examples actually scored are listed here.

Five-task QA evaluation

Open-QA tasks report exact match (EM) and token F1. TruthfulQA reports MC1, MC2, MC3, and their arithmetic mean. NQ has 3,610 rows in the public validation split; the evaluator excludes one malformed answer-only row, so the released result scores 3,609 examples.

TaskDataset / configurationSplit actually evaluatedExamples scoredMetricDataset link
NQgoogle-research-datasets/nq_openvalidation3,609EM / F1Natural Questions Open
WebQAStanford/web_questionstest2,032EM / F1WebQuestions
TriviaQAmandarjoshi/trivia_qa, rc.nocontextvalidation17,944EM / F1TriviaQA
TruthfulQAtruthfulqa/truthfulqa, multiplechoicevalidation817MC1 / MC2 / MC3 / meanTruthfulQA
HotpotQAhotpotqa/hotpot_qa, distractorvalidation7,405EM / F1HotpotQA

For the case-study and RAG diagnostics, HotpotQA uses distractor context. Supporting-fact annotations are not provided to the router or used to configure routing.

Six-task general-NLP evaluation

The primary six-task table follows the exact public kNN-Prompt task files used by the evaluator. This is important for reproducibility: MR, CR, and RT are local protocol files rather than a claim that the HF SetFit/CR or another replacement dataset is identical.

TaskExact release used by the primary evaluatorSplit / file usedExamples scoredMetricDataset/source link
SST2kNN-Prompt task data; GLUE SST-2 development setdev.tsv / GLUE validation872AccuracyGLUE on HF, exact task files
MRkNN-Prompt task datatest.csv2,000AccuracyExact task files
CRkNN-Prompt task datatest.csv2,000AccuracyExact task files
RTkNN-Prompt task data / Rotten Tomatoestest.jsonl / test1,066AccuracyRotten Tomatoes on HF, exact task files
AGNAG Newstest7,600AccuracyAG News
YahooYahoo Answers Topicstest60,000AccuracyYahoo Answers Topics

The six-task score is an unweighted mean of the six accuracies. General-NLP scoring uses domain-conditional PMI with next-token log-probability sums over label synonyms. Labels are consumed only for final accuracy.

Secondary HaluEval stress test

HaluEval is kept separate from the six-task macro-average because it uses a different binary factuality-classification protocol. The evaluator uses pminervini/HaluEval, configurations dialoguesamples, qasamples, and summarization_samples, split data, with 10,000 examples per configuration.

Yahoo threshold note

The default router evaluation uses the configured threshold tau=0. A separate Yahoo tau=0.9/1.0 sweep is a post-hoc test-set diagnostic and must not be interpreted as an independently validation-selected threshold. It does not retrain the model and is reported separately from the default evaluation.

Links