filco
Enrichment pending[Preprint] Learning to Filter Context for Retrieval-Augmented Generaton
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (826d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Personal account
- As of today · Source: github_public_v1
- Security (OSV)
- 1 critical, 5 high, 12 medium, 28 low (1 critical, 5 high, 12 medium, 28 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
[Preprint] Learning to Filter Context for Retrieval-Augmented Generaton
Capability facts
- Languages
- python
Source: github.language · Jul 12, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
pip install -r requirements.txtSource link
Tags
README
Install
Install all required libraries by running
pip install -r requirements.txt
Retrieve top relevant Wikipedia passages using Dense Passage Retriever (DPR)
and store into the ./datasets/${name} directory. We also provide preprocessed datasets with top-5 retrieved passages (here).
We specify ${name} for six datasets with ['nq', 'tqa', 'hotpotqa', 'fever', 'wow'] in following example commands.