TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why quality eval is the key to search and RAG

1 点作者 codingjaguar3 个月前

1 comment

cratermoon3 个月前
&quot;RAG is based on a very intuitive idea: to avoid LLM’s hallucination, it retrieves the most relevant information from a knowledge base and uses it to ground the LLM’s answer.&quot;<p>Is &quot;avoid&quot; supposed to imply that RAG eliminates the tendency for LLMs to hallucinate? Because it definitely does not, and can not, eliminate hallucinations (or more properly, confabulations) from LLM output.<p>It is in an inherent aspect of these statistical inference machines that they will generate synthetic texts based on an aggregate of token probabilities form a cohort of texts. Sometimes those probabilities will generate token sequences (aka &quot;text&quot;) that has no bearing on reality or facts.