Views
No views yet
User Query → Decompose → Search → Filter → Reason → Answer with Citations| Component | Model | Size | Purpose |
|---|---|---|---|
| Reasoning Engine | SmolLM3-3B (fine-tuned) | 3B params | Step-by-step reasoning over evidence |
| Epistemic Filter | DistilBERT (fine-tuned) | 67M params | Pre-screens all retrieved text for quality |
| Internet Search | DuckDuckGo | Free API | Retrieves ground-truth evidence |
"I know nothing. The internet is ground truth. My only job is to reason over what I retrieve."
open-r1/OpenR1-Math-220k — Math reasoning (220K rows)a-m-team/AM-DeepSeek-R1-Distilled-1.4M — Diversified reasoning (500K rows)open-r1/codeforces-cots — Code reasoning (competitive programming)TurkuNLP/finerweb-10bt line-level quality labels.1pip install -r requirements.txt
2python inference_loop.py --query "What is the latest research on CRISPR?"python inference_loop.py --interactivepython train_reasoning_sft.pypython train_epistemic_filter.py