AICLFeb 9, 2024

Debating with More Persuasive LLMs Leads to More Truthful Answers

arXiv:2402.06782v4264 citationsh-index: 46ICML
Originality Highly original
AI Analysis

This addresses the challenge of aligning increasingly sophisticated AI models when human expertise is insufficient, offering a method for oversight without ground truth.

The study tackled the problem of aligning large language models (LLMs) without ground truth by using debate between stronger models (experts) and weaker models (non-experts), finding that debate improved non-expert accuracy to 76% and human accuracy to 88% compared to baselines of 48% and 60%.

Common methods for aligning large language models (LLMs) with desired behaviour heavily rely on human-labelled data. However, as models grow increasingly sophisticated, they will surpass human expertise, and the role of human evaluation will evolve into non-experts overseeing experts. In anticipation of this, we ask: can weaker models assess the correctness of stronger models? We investigate this question in an analogous setting, where stronger models (experts) possess the necessary information to answer questions and weaker models (non-experts) lack this information. The method we evaluate is debate, where two LLM experts each argue for a different answer, and a non-expert selects the answer. We find that debate consistently helps both non-expert models and humans answer questions, achieving 76% and 88% accuracy respectively (naive baselines obtain 48% and 60%). Furthermore, optimising expert debaters for persuasiveness in an unsupervised manner improves non-expert ability to identify the truth in debates. Our results provide encouraging empirical evidence for the viability of aligning models with debate in the absence of ground truth.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes