datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ElephantBench
ElephantBench
ElephantBench is a closed-book knowledge probe for evaluating whether a language model
remembers long-tail facts and recalls the different verified accounts associated with them.
The release contains 1,094 English questions.
Evaluation code, prompts, construction utilities, and full documentation are available in
the ElephantBench GitHub repository.
Load the dataset
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/tencent/ElephantBench.ElephantBench
ElephantBench
ElephantBench is a closed-book knowledge probe for evaluating whether a language model
remembers long-tail facts and recalls the different verified accounts associated with them.
The release contains 1,094 English questions.
Evaluation code, prompts, construction utilities, and full documentation are available in
the ElephantBench GitHub repository.
Load the dataset
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/DIYIN/ElephantBench.
