Update dataset card with paper, project, and code links
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
license: odc-by
|
| 3 |
-
task_categories:
|
| 4 |
-
- question-answering
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
|
| 8 |
size_categories:
|
| 9 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
| 10 |
configs:
|
| 11 |
- config_name: questions
|
| 12 |
default: true
|
|
@@ -21,41 +21,53 @@ configs:
|
|
| 21 |
|
| 22 |
# ASTRA-QA: A Benchmark for Abstract Question Answering over Documents
|
| 23 |
|
| 24 |
-
|
| 25 |
-
|
|
|
|
| 26 |
|
| 27 |
## Dataset Summary
|
| 28 |
|
| 29 |
-
- **869 questions** in total
|
| 30 |
-
- **5 task
|
| 31 |
-
- **2 source domains**:
|
| 32 |
-
- **3 retrieval scopes**
|
| 33 |
|
| 34 |
## Dataset Files
|
| 35 |
|
| 36 |
-
- `corpus.jsonl`:
|
| 37 |
-
- `questions.jsonl`:
|
| 38 |
|
| 39 |
## Task Types
|
| 40 |
|
| 41 |
-
- **Single-Sum**:
|
| 42 |
-
- **Pair-Comp**:
|
| 43 |
-
- **Multi-Comp**:
|
| 44 |
-
- **Enum**:
|
| 45 |
-
- **Temp**:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
## Data Sources
|
| 48 |
|
| 49 |
-
ASTRA-QA is constructed from publicly available sources, including arXiv
|
| 50 |
|
| 51 |
## License
|
| 52 |
|
| 53 |
-
This dataset is released under the Open Data Commons Attribution License (
|
| 54 |
|
| 55 |
-
The `ODC-By` license applies to the dataset annotations, organization, metadata, and benchmark construction.
|
| 56 |
-
Original source documents remain subject to their respective licenses and terms of use.
|
| 57 |
-
Users are responsible for complying with the original licenses and source-specific usage terms when using the source content.
|
| 58 |
|
| 59 |
## Citation
|
| 60 |
|
| 61 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: odc-by
|
| 5 |
size_categories:
|
| 6 |
- 1K<n<10K
|
| 7 |
+
task_categories:
|
| 8 |
+
- question-answering
|
| 9 |
+
pretty_name: ASTRA-QA
|
| 10 |
configs:
|
| 11 |
- config_name: questions
|
| 12 |
default: true
|
|
|
|
| 21 |
|
| 22 |
# ASTRA-QA: A Benchmark for Abstract Question Answering over Documents
|
| 23 |
|
| 24 |
+
[**Paper**](https://huggingface.co/papers/2605.10168) | [**Project Page**](https://xinyangsally.github.io/astra-benchmark) | [**GitHub**](https://github.com/xiaojingang12/AURA)
|
| 25 |
+
|
| 26 |
+
ASTRA-QA (AbSTRAct Question Answering over documents) is a dataset and benchmark for document-level, synthesis-heavy question answering in retrieval-augmented generation (RAG) systems. It evaluates whether a system can read long documents, organize evidence, and produce grounded abstractive answers using a reference-based assessment paradigm.
|
| 27 |
|
| 28 |
## Dataset Summary
|
| 29 |
|
| 30 |
+
- **869 questions** in total.
|
| 31 |
+
- **5 task families**: `Single-Sum`, `Pair-Comp`, `Multi-Comp`, `Enum`, and `Temp`.
|
| 32 |
+
- **2 source domains**: Academic papers (arXiv, OpenReview) and news documents.
|
| 33 |
+
- **3 retrieval scopes**: `Simple`, `Middle`, and `Hard` (distractor-heavy).
|
| 34 |
|
| 35 |
## Dataset Files
|
| 36 |
|
| 37 |
+
- `corpus.jsonl`: Source documents used for retrieval and evidence grounding.
|
| 38 |
+
- `questions.jsonl`: Abstractive question-answer pairs with topic-set style answers, aligned evidence, and benchmark metadata.
|
| 39 |
|
| 40 |
## Task Types
|
| 41 |
|
| 42 |
+
- **Single-Sum**: Summarize a single document into a compact grounded answer.
|
| 43 |
+
- **Pair-Comp**: Compare two documents, methods, entities, or events.
|
| 44 |
+
- **Multi-Comp**: Synthesize comparisons across multiple targets.
|
| 45 |
+
- **Enum**: Enumerate key items, themes, findings, or contributions.
|
| 46 |
+
- **Temp**: Reconstruct temporally evolving events over a time window.
|
| 47 |
+
|
| 48 |
+
## Reference-Based Evaluation
|
| 49 |
+
|
| 50 |
+
Unlike traditional QA benchmarks that often rely on short facts or pairwise preference judgments, ASTRA-QA uses curated **topic sets**. This allows the benchmark to assess whether a model covers required key points and avoids unsupported content (hallucination) by directly scoring topic coverage, enabling a more interpretable and scalable evaluation of abstractive RAG quality.
|
| 51 |
|
| 52 |
## Data Sources
|
| 53 |
|
| 54 |
+
ASTRA-QA is constructed from publicly available sources, including academic papers from arXiv and OpenReview, and news articles collected through `mediastack.com`.
|
| 55 |
|
| 56 |
## License
|
| 57 |
|
| 58 |
+
This dataset is released under the **Open Data Commons Attribution License (ODC-By)**.
|
| 59 |
|
| 60 |
+
The `ODC-By` license applies to the dataset annotations, organization, metadata, and benchmark construction. Original source documents remain subject to their respective licenses and terms of use. Users are responsible for complying with the original licenses and source-specific usage terms.
|
|
|
|
|
|
|
| 61 |
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
+
If you find ASTRA-QA useful, please cite the following:
|
| 65 |
+
|
| 66 |
+
```bibtex
|
| 67 |
+
@article{astra_qa_2026,
|
| 68 |
+
title = {ASTRA-QA: A Benchmark for Abstract Question Answering over Documents},
|
| 69 |
+
author = {TBD},
|
| 70 |
+
journal = {arXiv},
|
| 71 |
+
year = {2026}
|
| 72 |
+
}
|
| 73 |
+
```
|