Necent/efficientrag-filter-mdeberta-v3-base
09
EfficientRAG Filter (mdeberta-v3-base)
Filter component of EfficientRAG — constructs next-hop queries via token selection.
What it does
Given the original question + extracted useful tokens, the Filter selects which tokens to keep in the next retrieval query. This is extractive (no generation) — it picks words from the input.
Architecture
- Base:
microsoft/mdeberta-v3-base(86M params, multilingual) - Standard
DebertaV2ForTokenClassificationwith 2 labels (keep/discard)
Training
Usage
Related
- Training data: Necent/efficientrag-filter-training-data
- Labeler model: Necent/efficientrag-labeler-mdeberta-v3-base
- Paper: EfficientRAG (arXiv:2408.04259)
