The Curious Case of Factual (Mis)Alignment between LLMs' Short- and Long-Form Answers
Saad Obaid ul Islam, Anne Lauscher, Goran Glavaš
TL;DR
This paper introduces SLAQ, a benchmark that probes factual consistency in LLMs by comparing answers to the same facts when posed as short, isolated questions versus longer, integrated prompts. Across 16 models and 600 topics drawn from Wikipedia, the authors reveal systematic misalignment: short-form answers are typically more accurate, but long-form responses show position-dependent degradation and momentum effects that propagate errors. They provide mechanistic interpretability evidence, showing that aligned facts share more similar internal circuits, and demonstrate that six circuit-similarity metrics can predict alignment with ROC-AUC up to 0.85. The work challenges the assumption that good performance on simple factual questions guarantees reliability on complex knowledge tasks, and suggests benchmarking approaches and targeted interventions to improve factual consistency in open-domain QA.
Abstract
Large language models (LLMs) can correctly answer "When was Einstein born?" yet fail to provide the same date when writing about Einstein's life revealing a fundamental inconsistency in how models access factual knowledge across task complexities. While models display impressive accuracy on factual question-answering benchmarks, the reliability gap between simple and complex queries remains poorly understood, eroding their trustworthiness. In this work, we introduce Short-Long Form Alignment for Factual Question Answering (SLAQ), a controlled evaluation framework that compares LLMs' answers to the same factual questions asked (a) in isolation (short) vs. (b) integrated into complex queries (long). Looking at 16 LLMs across 600 queries, we find a systematic misalignment of answers to the corresponding short and long queries. We further uncover position-dependent accuracy loss and momentum effects where consecutive correct or incorrect answers create self-reinforcing patterns. Through mechanistic analysis, we find that aligned facts activate overlapping model internals, and that metrics based on mechanistic similarity can predict short-long answer alignment with up to 78% accuracy. Our work establishes factual consistency over query complexity as an important aspect of LLMs' trustworthiness and challenges current evaluation practices, which implicitly assume that good performance for simple factual queries implies reliability in more complex knowledge-seeking tasks too.
