MultiReQA
收藏资源简介:
MultiReQA是一个跨域评估检索问答模型的挑战性新基准,包含八个来自MRQA共享任务的公开QA数据集,用于测试检索问答模型执行域转移任务的能力。
MultiReQA is a challenging new benchmark for evaluating retrieval-based question answering models across domains. It incorporates eight publicly available QA datasets from the MRQA shared task, designed to test the ability of retrieval-based question answering models to perform domain transfer tasks.
数据集概述
数据集名称
MultiReQA
数据集目的
MultiReQA 是一个跨领域检索问答模型的评估基准,旨在测试检索问答模型在不同领域间的迁移能力。
数据集组成
MultiReQA 包含来自八个公开可用问答数据集的句子边界注释,这些数据集包括:
- SearchQA
- TriviaQA
- HotpotQA
- NaturalQuestions
- SQuAD
- BioASQ
- RelationExtraction
- TextbookQA
其中五个数据集(SearchQA, TriviaQA, HotpotQA, NaturalQuestions, SQuAD)包含训练和测试数据,其余三个(BioASQ, RelationExtraction, TextbookQA)仅包含测试数据。
数据格式
所有数据集均采用统一的压缩 JSONL 格式存储,文件扩展名为 .jsonl.gz。数据格式包括以下字段:
- candidate_id: 候选句子的ID,由MRQA共享任务的原始qid组成。
- response_start: 句子在其原始上下文中的起始索引。
- response_end: 句子在其原始上下文中的结束索引。
数据统计
下表展示了每个数据集的候选句子数量:
| 训练数据 | 测试数据 | |
|---|---|---|
| SearchQA | 629,160 | 454,836 |
| TriviaQA | 335,659 | 238,339 |
| HotpotQA | 104,973 | 52,191 |
| SQuAD | 87,133 | 10,642 |
| NaturalQuestions | 106,521 | 22,118 |
| BioASQ | - | 14,158 |
| RelationExtraction | - | 3,301 |
| TextbookQA | - | 3,701 |
引用信息
若使用此数据集,请引用以下文献:
@misc{m2020multireqa, title={MultiReQA: A Cross-Domain Evaluation for Retrieval Question Answering Models}, author={Mandy Guo and Yinfei Yang and Daniel Cer and Qinlan Shen and Noah Constant}, year={2020}, eprint={2005.02507}, archivePrefix={arXiv}, primaryClass={cs.CL} }




