coqa
收藏魔搭社区2025-12-05 更新2025-08-16 收录
下载链接:
https://modelscope.cn/datasets/EleutherAI/coqa
下载链接
链接失效反馈官方服务:
资源简介:
"""CoQA dataset.
This `CoQA` adds the "additional_answers" feature that's missing in the original
datasets version:
https://github.com/huggingface/datasets/blob/master/datasets/coqa/coqa.py
"""
_CITATION = """\
@misc{reddy2018coqa,
title={CoQA: A Conversational Question Answering Challenge},
author={Siva Reddy and Danqi Chen and Christopher D. Manning},
year={2018},
eprint={1808.07042},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
"""
_DESCRIPTION = """\
CoQA is a large-scale dataset for building Conversational Question Answering
systems. The goal of the CoQA challenge is to measure the ability of machines to
understand a text passage and answer a series of interconnected questions that
appear in a conversation.
"""
_HOMEPAGE = "https://stanfordnlp.github.io/coqa/"
_LICENSE = "Different licenses depending on the content (see https://stanfordnlp.github.io/coqa/ for details)"
### 数据集说明
CoQA数据集。本修改版`CoQA`数据集补充了原始数据集版本中缺失的「附加答案(additional_answers)」特征,相关原始代码可参考:https://github.com/huggingface/datasets/blob/master/datasets/coqa/coqa.py
### 引用信息
_CITATION = """\
@misc{reddy2018coqa,
title={CoQA: A Conversational Question Answering Challenge},
author={Siva Reddy and Danqi Chen and Christopher D. Manning},
year={2018},
eprint={1808.07042},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
"""
### 数据集描述
CoQA是用于构建对话式问答(Conversational Question Answering)系统的大规模数据集。CoQA挑战赛的核心目标是评估机器理解文本段落,并回答对话中一系列相互关联问题的能力。
### 项目主页
https://stanfordnlp.github.io/coqa/
### 许可证
根据数据集内容采用不同的许可协议,详情请参阅:https://stanfordnlp.github.io/coqa/
提供机构:
maas
创建时间:
2025-08-16
搜集汇总
数据集介绍

背景与挑战
背景概述
CoQA是一个用于构建会话问答系统的大规模数据集,旨在评估机器理解文本段落并回答一系列相互关联问题的能力。数据集包含额外的'additional_answers'特征,且其内容受不同许可证保护。
以上内容由遇见数据集搜集并总结生成



