Dataset Viewer
Auto-converted to Parquet Duplicate
question
stringlengths
23
26
answer
stringlengths
4
8
corrupted_question
stringlengths
23
27
corrupted_answer
stringlengths
5
12
The capital of France is
Paris
The capital of Germany is
Berlin
The capital of Italy is
Rome
The capital of Spain is
Madrid
The capital of Japan is
Tokyo
The capital of China is
Beijing
The capital of Egypt is
Cairo
The capital of Kenya is
Nairobi
The capital of Canada is
Ottawa
The capital of Mexico is
Mexico City
The capital of Brazil is
Brasilia
The capital of Argentina is
Buenos Aires
The capital of Russia is
Moscow
The capital of Poland is
Warsaw
The capital of India is
Delhi
The capital of Pakistan is
Islamabad
The capital of Norway is
Oslo
The capital of Sweden is
Stockholm
The capital of Greece is
Athens
The capital of Turkey is
Ankara
The capital of Portugal is
Lisbon
The capital of Ireland is
Dublin
The capital of Thailand is
Bangkok
The capital of Vietnam is
Hanoi

CircuitKIT capitals — contrastive pairs

Twelve capital-city facts, each with an explicit counterfactual pair, for circuit discovery with CircuitKIT.

column meaning
question clean prompt, e.g. The capital of France is
answer clean answer, e.g. Paris
corrupted_question counterfactual prompt of the same shape, e.g. The capital of Germany is
corrupted_answer its answer, e.g. Berlin

Attribution-patching methods (EAP, EAP-IG, …) score a component by how much it moves the model from the corrupted run toward the clean one, so the corrupted prompt is what makes a component's effect measurable. Prompts in a pair have the same token length.

Use it

As a CircuitKIT YAML task (source.type: hf), no local file needed:

name: capitals_hf_contrastive
source:
  type: hf
  dataset_id: Lexsi/circuitkit-capitals-contrastive
  split: train
schema:
  prompt: question
  answer: answer
  corrupted_prompt: corrupted_question
  corrupted_answer: corrupted_answer
metric: logit_diff

It is a small demonstration set, not a benchmark.

Downloads last month
38