hellaswag Rowan
Dataset Card for "hellaswag" Dataset Summary HellaSwag: Can a Machine Really Finish Your Sentence? is a new dataset for commonsense NLI. A paper was published at ACL2019. Supported Tasks and Leaderboards More Information Needed Languages More Information Needed Dataset Structure Data Instances default Size of downloaded dataset files: 71.49 MB Size of the generated dataset: 65.32 MB Total… See the full description on the dataset page: https://huggingface.co/datasets/Rowan/hellaswag.
- 类型
- dataset
- 语言
- en
- 下载量
- 307,069
- 点赞
- 189
- 访问
- public
- 文件
- 0
标签
- 评测基准
- NLP
- 文本数据集
- 常识推理
- 大语言模型
- 问答
摘要
HellaSwag是ACL2019发布的常识自然语言推理数据集,用于评估模型能否凭常识推理正确完成句子的结尾。数据集约6万条样本,每条包含上下文和多个候选结尾,需要选择最合理的一项,是衡量大语言模型常识推理与文本理解能力的重要评测基准。
README
--- language: - en paperswithcode_id: hellaswag pretty_name: HellaSwag dataset_info: features: - name: ind dtype: int32 - name: activity_label dtype: string - name: ctx_a dtype: string - name: ctx_b dtype: string - name: ctx dtype: string - name: endings sequence: string - name: source_id dtype: st…