CoolFace
Datasetpublic

Ahren09/SARA-QASPER

SARA QASPER (reformatted) Reformatted QASPER data used by SARA: Selective and Adaptive Retrieval-augmented Generation with Context Compression (ACL 2026, arXiv:2507.05633). Code: Ahren09/SARA. The SARA Quick Start (python -m src.data.make_qasper_splits) downloads this dataset automatically; you can also load it directly: from datasets import load_dataset qa = load_dataset("Ahren09/SARA-QASPER", "qa") # train / test align =… See the full description on the dataset page: https://huggingface.co/datasets/Ahren09/SARA-QASPER.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
0likes45downloads
9 commits on main
f1a2b452mo ago

Remove answer_reformatted; short gold answer is the single reference

Ahren09
cabd4392mo ago

Remove answer_reformatted; short gold answer is the single reference

Ahren09
6574d8b2mo ago

Remove answer_reformatted; short gold answer is the single reference

Ahren09
732f8062mo ago

Upload README.md with huggingface_hub

Ahren09
67ad5882mo ago

Upload QASPER_compression_alignment_dev.jsonl with huggingface_hub

Ahren09
4095e572mo ago

Upload QASPER_compression_alignment_train.jsonl with huggingface_hub

Ahren09
60484a52mo ago

Upload QASPER_test.jsonl with huggingface_hub

Ahren09
6d0918f2mo ago

Upload QASPER_train.jsonl with huggingface_hub

Ahren09
b5067522mo ago

initial commit

Ahren09