Siddh commited on
Commit
7c4f887
·
unverified ·
1 Parent(s): eaf43b6

Remove author submission line from BLOG.md

Browse files

Removed the submission line from the blog post.

Files changed (1) hide show
  1. BLOG.md +0 -2
BLOG.md CHANGED
@@ -1,7 +1,5 @@
1
  # Teaching LLMs When Not To Trust Context
2
 
3
- **Submission by:** Siddh Sanghavi, Aagam Parekh.
4
-
5
  Modern LLM applications are increasingly built around retrieval: give the model more documents, more search results, more memory, more context. That works beautifully until one of those retrieved snippets is wrong.
6
 
7
  Then a strange thing happens. The model may already "know" the correct answer, but the moment a document says something false with enough confidence, the model often follows the document. In real systems, that failure mode is not academic. It looks like a support bot following an outdated policy, a research assistant citing a fabricated source, or an enterprise agent trusting the wrong internal note.
 
1
  # Teaching LLMs When Not To Trust Context
2
 
 
 
3
  Modern LLM applications are increasingly built around retrieval: give the model more documents, more search results, more memory, more context. That works beautifully until one of those retrieved snippets is wrong.
4
 
5
  Then a strange thing happens. The model may already "know" the correct answer, but the moment a document says something false with enough confidence, the model often follows the document. In real systems, that failure mode is not academic. It looks like a support bot following an outdated policy, a research assistant citing a fabricated source, or an enterprise agent trusting the wrong internal note.