TruthfulQA: Measuring How Models Mimic Human Falsehoods

ACL 2022  ·  Stephanie Lin, Jacob Hilton, Owain Evans ·

We propose a benchmark to measure whether a language model is truthful in generating answers to questions. The benchmark comprises 817 questions that span 38 categories, including health, law, finance and politics. We crafted questions that some humans would answer falsely due to a false belief or misconception. To perform well, models must avoid generating false answers learned from imitating human texts. We tested GPT-3, GPT-Neo/J, GPT-2 and a T5-based model. The best model was truthful on 58% of questions, while human performance was 94%. Models generated many false answers that mimic popular misconceptions and have the potential to deceive humans. The largest models were generally the least truthful. This contrasts with other NLP tasks, where performance improves with model size. However, this result is expected if false answers are learned from the training distribution. We suggest that scaling up models alone is less promising for improving truthfulness than fine-tuning using training objectives other than imitation of text from the web.

PDF Abstract ACL 2022 PDF ACL 2022 Abstract

Datasets


Introduced in the Paper:

TruthfulQA

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Question Answering TruthfulQA GPT-2 1.5B % true 29.50 # 9
% info 89.84 # 5
% true (GPT-judge) 29.87 # 2
BLEURT -0.25 # 2
ROUGE -9.41 # 2
BLEU -4.91 # 1
MC1 0.22 # 15
MC2 0.39 # 3
Question Answering TruthfulQA UnifiedQA 3B % true 53.86 # 4
% info 64.50 # 7
% true (GPT-judge) 53.24 # 1
BLEURT 0.08 # 1
ROUGE 1.76 # 1
BLEU -0.16 # 1
MC1 0.19 # 20
MC2 0.35 # 5
Question Answering TruthfulQA GPT-3 175B % true 20.44 # 11
% info 97.55 # 2
% true (GPT-judge) 20.56 # 4
BLEURT -0.56 # 2
ROUGE -17.75 # 2
BLEU -17.38 # 1
MC1 0.21 # 17
MC2 0.33 # 6
Question Answering TruthfulQA GPT-J 6B % true 26.68 # 10
% info 89.96 # 4
% true (GPT-judge) 27.17 # 3
BLEURT -0.31 # 2
ROUGE -11.35 # 2
BLEU -7.58 # 1
MC1 0.20 # 19
MC2 0.36 # 4

Methods