Y
Hacker News
new
|
ask
|
show
|
jobs
by
mike_hearn
394 days ago
Well, because the goal is to locate the exact documents in the training set and remove them, not answer a question...
1 comments
amelius
394 days ago
So you stream the training set through the context window of the LLM, and ask it if it contains the requested document (also in the context window).
The advantage is that it can also detect variations of the document.
link
The advantage is that it can also detect variations of the document.