Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 48

Do LLMs Make More Mistakes If They Do Not Believe the Input Data? 大语言模型在不相信输入数据时会犯更多错误吗?

LLMs show only a weak context-memory conflict when processing counterfactual or fictional input data, contrary to common assumptions Counterfactual inputs received faithfulness scores only -0.05 lower than factual ones on a 1-5 scale (using Kimi K3 as judge) The study leverages low-resource languages (Czech, Slovak, Upper Sorbian) and local knowledge to amplify error detection beyond typical English-centric evaluations A suboptimal choice of LLM judge can significantly overestimate the strength 研究探索LLM对提供上下文的忠实度如何取决于模型感知上下文的可信度(context-memory conflict) 使用多语言(英语、捷克语、斯洛伐克语、上索布语)和基于本地知识的数据,从事实性(FA)、反事实性(CFA)和虚构性(FI)RDF三元组生成文本 与预期相反,人工标注样本仅观察到微弱的context-memory conflict,Kimi K3评估下反事实输入忠实度得分仅比事实性低-0.05(1-5分制) 发现不合适的LLM judge选择会导致高估context-memory conflict的强度

72
Hot 热度
68
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • LLMs show only a weak context-memory conflict when processing counterfactual or fictional input data, contrary to common assumptions
  • Counterfactual inputs received faithfulness scores only -0.05 lower than factual ones on a 1-5 scale (using Kimi K3 as judge)
  • The study leverages low-resource languages (Czech, Slovak, Upper Sorbian) and local knowledge to amplify error detection beyond typical English-centric evaluations
  • A suboptimal choice of LLM judge can significantly overestimate the strength of context-memory conflict, introducing evaluation bias
  • Human-annotated results align closely with Kimi K3's automated judgments, validating its use as a reliable evaluation proxy

Why It Matters

This research directly challenges the widely held assumption that LLMs substantially degrade in faithfulness when presented with implausible or counterfactual context—a key concern for retrieval-augmented generation (RAG) and data-to-text systems. For practitioners building production AI systems, the findings suggest that context plausibility may be less critical than previously thought, but also warn that evaluation methodology (particularly LLM judge selection) can dramatically skew perceived model behavior.

Technical Details

  • The study generates text in four languages (English, Czech, Slovak, Upper Sorbian) from RDF triples categorized as factual (FA), counterfactual (CFA), and fictional (FI), using locally grounded Czech and Slovak data partially absent from model parametric knowledge
  • Faithfulness is measured on a 1-5 scale, with human annotation serving as the ground truth and Kimi K3 used as an LLM judge for automated evaluation
  • The experimental design exploits the increased difficulty of non-English and low-resource language generation to surface error patterns that might remain hidden in standard English-only benchmarks
  • The paper highlights that judge model selection is a critical confounding variable: suboptimal judges systematically overestimate context-memory conflict strength

Industry Insight

  • RAG system designers should not assume that low-context-plausibility inputs will automatically trigger widespread hallucination; however, they should still implement robust fact-checking layers for high-stakes applications
  • Evaluation pipelines for faithfulness must carefully validate their LLM judges against human annotations, as mismatched judges can produce misleading conclusions about model behavior
  • Low-resource language benchmarks offer a valuable stress-test avenue for exposing model weaknesses that English-centric evaluations systematically miss, and should be incorporated into model evaluation suites

TL;DR

  • 研究探索LLM对提供上下文的忠实度如何取决于模型感知上下文的可信度(context-memory conflict)
  • 使用多语言(英语、捷克语、斯洛伐克语、上索布语)和基于本地知识的数据,从事实性(FA)、反事实性(CFA)和虚构性(FI)RDF三元组生成文本
  • 与预期相反,人工标注样本仅观察到微弱的context-memory conflict,Kimi K3评估下反事实输入忠实度得分仅比事实性低-0.05(1-5分制)
  • 发现不合适的LLM judge选择会导致高估context-memory conflict的强度

为什么值得看

该研究对RAG系统和数据到文本生成应用具有重要参考价值,揭示了LLM在面对反事实或低可信度上下文时的实际表现。研究结果挑战了"模型不信任输入数据就会更多出错"的直觉假设,为系统设计和评估方法提供了实证依据。

技术解析

  • 研究设计:构建包含捷克和斯洛伐克本地知识数据的RDF三元组,分为事实性(FA)、反事实性(CFA)和虚构性(FI)三类,测试模型在英语、捷克语、斯洛伐克语和上索布语四种语言下的生成忠实度
  • 评估方法:采用人工标注样本验证,并使用Kimi K3作为LLM judge进行自动化评估,发现Kimi K3与人工标注一致性良好
  • 核心发现:context-memory conflict效应较弱,反事实输入与事实性输入的忠实度差异仅-0.05分(1-5分制),表明LLM对上下文可信度的敏感度低于预期
  • 评估偏差警示:研究指出suboptimal的LLM judge选择会系统性高估context-memory conflict的强度,强调评估工具选择的重要性

行业启示

  • RAG系统设计中不必过度担忧模型对反事实或低可信度上下文的忠实度问题,实际影响可能比理论预期更小
  • 建立LLM忠实度评估体系时,需谨慎选择judge模型,避免评估工具本身引入偏差导致对模型行为的误判
  • 低资源语言和本地知识场景可作为检测LLM错误模式的敏感测试床,为模型鲁棒性评估提供有价值的研究方向

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 RAG 检索增强生成 Evaluation 评测 Research 科学研究