Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/28 04:00:00
Same Question, Different Answers: Evaluating LLM Reliability Beyond Accuracy
AI 中文解读
同一问题换种问法,AI给出的答案可能截然不同——这听起来有点不靠谱,但最新研究证实,连最先进的大语言模型也常常如此。核心亮点在于:模型在标准测试中成绩不错,可一旦把问题换个等价说法,答案就可能从对变错,稳定性远低于表面数据。
通俗解读就是:你和AI聊天时,同样一道数学题或事实提问,用“小明有3个苹果,又买了2个,一共几个?”和“小明原先有3个苹果,再买2个,总共多少个?”结果AI或许第一次答对,第二次却算错。研究人员测试了13个模型,发现超过23%的问题在不同说法间会出现答案“翻车”。模型其实“懂”知识,但就像学生考试时发挥不稳定——知识明明在脑子里,就是不能每次都被正确调出来。好消息是,如果让模型自己把问题换个方式重新答一遍,往往能找回正确结果。
对普通人来说,这项研究提醒我们:千万别把AI第一次的回答当作金科玉律。如果你用它查询医疗建议、法律条文或学习方法,不妨换个问法再问一次——答案一致才更可靠。未来开发者也可以利用这种“自问自答”技巧,让AI回答更稳定,我们的智能助手也会少一些“忽悠”。
arXiv:2607.22554v1 Announce Type: new
Abstract: Large language models (LLMs) often achieve strong accuracy on benchmarks, yet it remains unclear how reliably they apply this knowledge when the same question is phrased in different but equivalent ways. In this work, we study how model answers change under meaning-preserving paraphrases across factual question answering and mathematical reasoning tasks. Across four benchmarks and 13 models, we find that model outputs frequently depend on the exact wording of the prompt. While overall accuracy typically changes only modestly across paraphrases, instance-level behavior is far less stable: for many questions, models alternate between correct and incorrect answers depending on phrasing, with mismatch rates reaching more than 23%. Conditioning on questions that are answered correctly in their original form reveals even larger failures measured by answer flip rates, showing that single-prompt correctness is often a poor indicator of reliability. At the same time, we find that models often produce a correct answer for at least one paraphrase of a question, suggesting that the underlying knowledge is present but inconsistently retrieved. Building on this observation, we show that a simple self-paraphrasing strategy can partially recover this latent knowledge and improve performance at inference time. Together, these findings suggest that standard accuracy metrics can mask substantial instability, and that evaluating consistency across equivalent inputs provides a clearer picture of LLM reliability.
分享
阅读原文 ↗