datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
paper-qa-qasper-sftqasper
Preprocessed QASPER dataset
Working doc: https://docs.google.com/document/d/1gYPhPNJ5LGttgjix1dwai8pdNcqS6PbqhsM7W0rhKNQ/edit?usp=sharing
Original:
Dataset: https://github.com/allenai/qasper-led-baseline
Baseline repo: https://github.com/allenai/qasper-led-baseline
HF: https://huggingface.co/datasets/allenai/qasper
Differences of our implementation over the original implementation:
We use the dataset provided at https://huggingface.co/datasets/allenai/qaspersince it doesn't… See the full description on the dataset page: https://huggingface.co/datasets/albertgong1/qasper.delta-mem-qasper-data
Introduction
This repository contains the δ-mem training data, as presented in the paper δ-mem: Efficient Online Memory for Large Language Models.
δ-mem is a lightweight online memory mechanism that augments a frozen backbone with a compact associative memory state. It projects context into a low-dimensional space and updates a state matrix via delta-rule learning, allowing for efficient long-term memory utilization without full fine-tuning or context extension.
Paper:… See the full description on the dataset page: https://huggingface.co/datasets/huaXiaKyrie/delta-mem-qasper-data.qasper-squad
Quasper into squad version
This is a change of format of qasper dataset into squad format.
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.envoy-qasper-code-trajectories
Envoy QASPER Code-Execution Trajectory Pilot
This is a small, fully disclosed pilot of executable research-agent trajectories.
Claude Sonnet 5 generated Python actions against a persistent document REPL. The
Envoy pipeline executed every action and retained the real observations. An AI
coding assistant then reviewed answer support, stopping behavior, and replay.
This release is useful for studying trajectory validation and citation failures.
It is not a production-ready SFT… See the full description on the dataset page: https://huggingface.co/datasets/jasonlingg/envoy-qasper-code-trajectories.QasperAbstract
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
Curated by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Dataset Sources [optional]
Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/testzin/QasperAbstract.qasper-chat-format
QASPER (Chat-Format Preparation)
This dataset is a chat-format preparation of QASPER for supervised fine-tuning (SFT).
Format
This format is commonly referred to as:
chat-format SFT data
instruction-tuning conversations
OpenAI-style messages format
Included files
train.jsonl
validation.jsonl
stats.json
prepare_qasper_unsloth.py
Source
Base dataset: allenai/qasper
Original Dataset Highlights
Original dataset: allenai/qasper
Focus:… See the full description on the dataset page: https://huggingface.co/datasets/ali5341/qasper-chat-format.QasperTitle
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
Curated by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Dataset Sources [optional]
Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/testzin/QasperTitle.qasper
