datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cfever
CFEVER-data
Introduction to CFEVER
This repository contains the dataset for our AAAI 2024 paper, "CFEVER: A Chinese Fact Extraction and VERification Dataset". Paper link.
Leaderboard website
Please visit https://ikmlab.github.io/CFEVER to check the leaderboard of CFEVER.
How to load CFEVER
from datasets import load_dataset
# Get ready data ["train", "dev", "test"]
ds = load_dataset("IKMLab-team/cfever")
# Get separted data by:
train, dev, test =… See the full description on the dataset page: https://huggingface.co/datasets/IKMLab-team/cfever.hanoi-tower-ring-placement-91
