transformers - 💡(How to fix) Fix New RAG framework: VORTEXRAG — 7-layer causal RAG achieving EM 74.8, Faithfulness 0.94

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Hi Transformers team!

Sharing VORTEXRAG — a new RAG framework built on top of HuggingFace Transformers.

VORTEXRAG uses:

  • all-mpnet-base-v2 (sentence-transformers) for the 768d semantic arm
  • DeBERTa-v3-small CrossEncoder for the Faithfulness Verifier (FV) layer
  • spaCy + PropBank for syntactic/causal arms

The framework adds 7 layers of causal filtering on top of these models to eliminate semantic drift and context window poisoning.

Results: EM 74.8, F1 82.6, Faithfulness 0.94 across NQ/TriviaQA/WebQ/PopQA/HotpotQA/2WikiMH

Would love to know if there's a good way to contribute this to the HuggingFace ecosystem.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING