Add Verbatim Citation Gate to RAG - #503
Open
tonydzi wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One entry appended to Orchestration → RAG, in the section's exact format with the three badges (Stars / Contributors / LastCommit).
Verbatim Citation Gate — catches fabricated citations in RAG answers. Stage one is deterministic and costs nothing: every quoted span must appear verbatim in the retrieved context, so an invented quote is rejected without an LLM call. Only survivors reach stage two, a judge that must show positive evidence of support.
How it differs from the entries already in this section: GraphRAG, LightRAG, RAGFlow and quivr are retrieval pipelines. This is not a pipeline — it is a check that sits in front of one, framework-agnostic, so it composes with any of them rather than competing.
If you would rather keep RAG for full pipelines, Inference → Output is an equally reasonable home and I am happy to move it.
MIT, last push 2026-07-24, no hosted service. Checked the README for a duplicate — nothing matching. Early project with low adoption so far; if the list expects established tools only, closing this is fair.