from datasets import load_dataset
haluquest_qa = load_dataset(
"UKPLab/HaluQuestQA",
"train"
)
source_file (str): Unique identifier.
annotator (str): Anonymized annotator id.
question_text (str): The question text.
ans1_text (str): Human/model generated answer.… See the full description on the dataset page:
https://huggingface.co/datasets/UKPLab/HaluQuestQA.