CIIRC-NLP/truthful_qa-shuffled
收藏Hugging Face2024-09-19 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/CIIRC-NLP/truthful_qa-shuffled
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
dataset_info:
features:
- name: question
dtype: string
- name: choices
sequence: string
- name: target_idx
dtype: int64
splits:
- name: validation
num_bytes: 269088
num_examples: 817
download_size: 131244
dataset_size: 269088
---
# TruthfulQA shuffled MC1
This dataset contains the single-choice (mc1) task from the original [TruthfulQA](https://huggingface.co/datasets/truthfulqa/truthful_qa) benchmark.
The answer options were shuffled, so the correct answer does not always appear first.
## Citation
```bibtex
@misc{lin2021truthfulqa,
title={TruthfulQA: Measuring How Models Mimic Human Falsehoods},
author={Stephanie Lin and Jacob Hilton and Owain Evans},
year={2021},
eprint={2109.07958},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
提供机构:
CIIRC-NLP



