Sadanto3933/ai2_arc
收藏Hugging Face2024-07-22 更新2024-07-22 收录
下载链接:
https://hf-mirror.com/datasets/Sadanto3933/ai2_arc
下载链接
链接失效反馈官方服务:
资源简介:
Ai2Arc数据集是一个用于问答任务的数据集,包含ARC-Challenge和ARC-Easy两个配置。每个配置都有训练、测试和验证三个分割。数据集的结构包括id、问题、选择和答案键等字段。数据集的主页和论文信息已提供,但未提供详细的中文描述。
The Ai2Arc dataset is a dataset for question-answering tasks, containing two configurations: ARC-Challenge and ARC-Easy. Each configuration has three splits: train, test, and validation. The dataset structure includes fields such as id, question, choices, and answerKey. The datasets homepage and paper information are provided, but no detailed English description is available.
提供机构:
Sadanto3933
原始信息汇总
数据集概述
基本信息
- 名称: ai2_arc
- 别名: Sadanto3933/ai2_arc, Ai2Arc
- 创建者: Narmo Sadanto
- 网址: ai2_arc
- 许可证: CC-BY-SA-4.0
- 相同数据集: AllenAI ARC
描述
Dataset Card for "ai2_arc"
使用方法
python from datasets import load_dataset
dataset = load_dataset( "Sadanto3933/ai2_arc", "ARC-Challenge", split="train", )
...
支持的任务和排行榜
更多信息需要补充
语言
更多信息需要补充
数据集结构
更多信息需要补充
数据实例
ARC-Challenge
一个 train 的示例如下: json { "answerKey": "B", "choices": {… 查看完整描述请访问数据集页面: https://hf-mirror.com/datasets/Sadanto3933/ai2_arc.
关键词
- question-answering
- open-domain-qa
- multiple-choice-qa
- found
- found
- monolingual
- original
- English
- cc-by-sa-4.0
- 1K<n<10K
- arxiv:1803.05457
- 🇺🇸 Region: US



