Skip to content

Add Verbatim Citation Gate to RAG - #503

Open
tonydzi wants to merge 1 commit into
InftyAI:mainfrom
tonydzi:add-verbatim-citation-gate
Open

Add Verbatim Citation Gate to RAG#503
tonydzi wants to merge 1 commit into
InftyAI:mainfrom
tonydzi:add-verbatim-citation-gate

Conversation

@tonydzi

@tonydzi tonydzi commented Jul 29, 2026

Copy link
Copy Markdown

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.

@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Jul 29, 2026
@InftyAI-Agent
InftyAI-Agent requested review from cr7258 and samzong July 29, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/needs-kind Indicates a PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants