sohv/triviaqa_factual
收藏Hugging Face2026-04-01 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/sohv/triviaqa_factual
下载链接
链接失效反馈官方服务:
资源简介:
---
language: en
license: cc-by-sa-3.0
task_categories:
- question-answering
size_categories:
- 1K<n<10K
tags:
- factual-recall
- circuit-analysis
---
# Factual Recall Benchmark (adapted from TriviaQA)
Intended for mechanistic (factual recall and circuit) analysis.
## Prompt format
```
Q: {question}?
A:
```
Model is expected to generate the answer.
## Format
- `prompt` — e.g. `"Q: Who invented the telephone?"`
- `answer` — full canonical answer, e.g. `"Alexander Graham Bell"`
## Notes
- Answers are full canonical strings (not truncated to first word)
- No explicit answer prefix (`A:`) is used in prompts
- Designed for flexible evaluation (generation or logit-based probing)
提供机构:
sohv



