CLAIAug 25, 2024

LLMs are Superior Feedback Providers: Bootstrapping Reasoning for Lie Detection with Self-Generated Feedback

Princeton
arXiv:2408.13915v13 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses the problem of improving lie detection in AI systems for applications like game analysis, though it is incremental as it builds on existing LLM capabilities.

The paper tackles the challenge of lie detection in complex dialogues by proposing a bootstrapping framework that uses self-generated feedback from LLMs to enhance reasoning, achieving a 39% improvement in lying-F1 over a zero-shot baseline without training data.

Large Language Models (LLMs) excel at generating human-like dialogues and comprehending text. However, understanding the subtleties of complex exchanges in language remains a challenge. We propose a bootstrapping framework that leverages self-generated feedback to enhance LLM reasoning capabilities for lie detection. The framework consists of three stages: suggestion, feedback collection, and modification. In the suggestion stage, a cost-effective language model generates initial predictions based on game state and dialogue. The feedback-collection stage involves a language model providing feedback on these predictions. In the modification stage, a more advanced language model refines the initial predictions using the auto-generated feedback. We investigate the application of the proposed framework for detecting betrayal and deception in Diplomacy games, and compare it with feedback from professional human players. The LLM-generated feedback exhibits superior quality and significantly enhances the performance of the model. Our approach achieves a 39% improvement over the zero-shot baseline in lying-F1 without the need for any training data, rivaling state-of-the-art supervised learning results.

Foundations

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

Your Notes