Shared concepts guide the search.
Paper and section relevance establish where to look. Explicit source conditions keep a semantically related paper from replacing the source the question actually requires.
RAG-SCHOLAR answers research questions across large scholarly corpora with compact, source-specific evidence. It separates finding the right papers from choosing what the answer model needs to read.
At b = 320: 50.36 Paper F1 · 69.42 Fact F1 · 250.97 total tokens per query.
97.76% fewer total tokens than CompAct, with +10.50 Paper F1 and +16.11 Fact F1 points.
Total includes online compression plus retained input; it is not the full inference cost.
Research papers share terminology, background, and established methods. Many passages can match a question while repeating the same concept. Within a limited context, these matches compete with the source-specific details needed to answer.
Paper and section relevance establish where to look. Explicit source conditions keep a semantically related paper from replacing the source the question actually requires.
Separate limits on each paper and section keep one source from filling the candidate pool. Image regions are also checked for overlap with retained text.
RAG-SCHOLAR preserves paper → section → chunk / figure structure and scholarly entity links. The index helps identify sources; the answer model receives a selected evidence bundle, not the entire graph.
Rank local evidence within its parent paper and section. Per-source limits prevent a paper with more matching passages from taking an unrestricted share of the candidate pool.
Default limits: 5 papers, 2 sections per paper, 2 chunks and 1 figure per section.
Combine explicit lexical, entity, and section-role features with a two-layer relation-aware GNN. Text-anchored representations add neighborhood information; rank fusion preserves recognized source constraints.
Self-supervised training without query labels. Node vectors are exported offline; queries score the stored vectors.
Select image regions that align with the query while discounting information already covered by retained text. Overlap and area constraints guide compact visual selection.
Selected windows form one enclosing crop. Visual cost is measured after image processing, not inferred from crop area.
Method: hierarchical retrieval, graph-guided scholarly index, and scholarly-context-conditioned visual retrieval. The evidence limits control source concentration, not total corpus-scoring complexity.
At b = 320, RAG-SCHOLAR exceeds all ten evaluated external baselines on Paper F1 and Fact F1, with fewer total tokens than nine of them. Paper F1 uses 116 queries; Fact F1 uses the 24-query factual subset.
Macro-averaged F1 (%) · higher is better
Against CompAct: +10.50 Paper F1 and +16.11 Fact F1 percentage points.
Pre. + Input · full-suite per-query mean
Pre. is online compression cost; Input is the retained serialized context. Total adds these reported counts. Output tokens, outer answer instructions, chat framing, and offline indexing are excluded.
Text-suite results, main Table 1. The strongest external text baseline on Fact F1 is CompAct. ReComp uses slightly fewer total tokens than b = 320; the selector reports that difference explicitly.
On the multimodal suite, RAG-SCHOLAR improves both F1 scores over all three evaluated page-level systems. Against M3DocRAG, it gains 3.08 Fact F1 points while using 71.97% fewer total answer-model input tokens.
30 queries · 15 figure-reasoning queries
Text 1,090.70 + visual 217.80. Both modalities use less input than the compared page-level pipelines.
4,649.97 input tokens
4,668.37 input tokens
4,581.77 input tokens
| Method | Paper F1 ↑ | Fact F1 ↑ | Text tok. ↓ | Visual tok. ↓ | Total tok. ↓ |
|---|---|---|---|---|---|
| RAG-SCHOLAR | 100.00 | 60.00 | 1,090.70 | 217.80 | 1,308.50 |
| ColPali | 56.33 | 46.29 | 3,265.37 | 1,384.60 | 4,649.97 |
| M3DocRAG | 62.44 | 56.92 | 3,271.37 | 1,397.00 | 4,668.37 |
| VisRAG | 44.67 | 25.33 | 3,200.71 | 1,381.06 | 4,581.77 |
Nine retention settings and ten external baselines. The highlighted b = 320 row is the primary operating point used above.
| Method / setting | Paper F1 ↑ | Fact F1 ↑ | Pre. tok. ↓ | Input tok. ↓ | Total tok. ↓ | Prep. (s) ↓ |
|---|---|---|---|---|---|---|
| RAG-SCHOLAR retention settings | ||||||
| b = 100 | 45.76 | 65.56 | 0.00 | 174.42 | 174.42 | 11.39 |
| b = 140 | 45.47 | 66.94 | 0.00 | 182.86 | 182.86 | 11.38 |
| b = 180 | 46.57 | 66.27 | 0.00 | 196.23 | 196.23 | 11.37 |
| b = 240 | 48.79 | 66.00 | 0.00 | 218.20 | 218.20 | 11.38 |
| b = 320 · compact quality point | 50.36 | 69.42 | 0.00 | 250.97 | 250.97 | 11.37 |
| b = 480 · Paper F1 peak | 50.91 | 64.44 | 0.00 | 321.36 | 321.36 | 11.35 |
| b = 640 | 50.54 | 58.47 | 0.00 | 387.05 | 387.05 | 11.36 |
| b = 800 | 49.21 | 65.89 | 0.00 | 447.53 | 447.53 | 11.40 |
| Uncapped · Fact F1 peak | 49.37 | 71.67 | 0.00 | 565.21 | 565.21 | 11.80 |
| Compact evidence | ||||||
| CompAct (EMNLP 2024) | 39.86 | 53.31 | 11,026.36 | 154.96 | 11,181.32 | 46.77 |
| ReComp (ICLR 2024) | 40.39 | 27.00 | 0.00 | 244.28 | 244.28 | 25.06 |
| Page-level VLM retrieval | ||||||
| ColPali (ICLR 2025) | 31.84 | 45.07 | 0.00 | 1,854.68 | 1,854.68 | — |
| M3DocRAG (ICCVW 2025) | 31.21 | 42.30 | 0.00 | 1,854.42 | 1,854.42 | — |
| VisRAG (ICLR 2025) | 29.97 | 28.05 | 0.00 | 1,854.46 | 1,854.46 | — |
| MDocAgent (arXiv 2025) | 36.67 | 33.19 | 0.00 | 1,838.84 | 1,838.84 | — |
| Long-context compression | ||||||
| LLMLingua-2 (ACL Findings 2024) | 36.78 | 13.19 | 42,729.27 | 2,687.00 | 45,416.27 | 205.91 |
| LongLLMLingua (ACL 2024) | 30.75 | 28.60 | 24,421.79 | 2,304.91 | 26,726.70 | 448.14 |
| Selective Context (EMNLP 2023) | 27.15 | 17.78 | 14,106.06 | 2,500.00 | 16,606.06 | — |
| LLMLingua (EMNLP 2023) | 19.78 | 11.25 | 23,596.27 | 2,234.35 | 25,830.62 | 418.99 |
A dash means the manuscript does not report that value. Prep. is online preparation time before answer generation; offline parsing, graph construction, and indexing are excluded. Costs and F1 have different averaging populations, described below.
Text suite · b = 320. All scores below are query-level macro averages (%).
F1 of the paper set identified in the final answer, evaluated across 116 text queries.
Balances factual precision and recall on 24 factual queries with 72 reference facts. F1 is averaged per query, not recomputed from the macro precision and recall below.
Correct reference facts relative to credited facts plus unsupported or contradicted assertions.
The share of reference facts correctly expressed in the answer.