paper-with-me

홈 › Papers

LimRank: Less is More for Reasoning-Intensive Information Reranking

2025-10-27 · Tingyu Song, Yilun Zhao, Siyue Zhang, Chen Zhao, Arman Cohan arxiv

Existing approaches typically rely on large-scale fine-tuning to adapt LLMs for information reranking tasks, which is computationally expensive. In this work, we demonstrate that modern LLMs can be effectively adapted using only minimal, high-quality supervision. To enable this, we design LIMRANK-SYNTHESIZER, a reusable and open-source pipeline for generating diverse, challenging, and realistic reranking examples. Using this synthetic data, we fine-tune our reranker model, LIMRANK. We evaluate LIMRANK on two challenging benchmarks, i.e., BRIGHT for reasoning-intensive retrieval and FollowIR for instruction-following retrieval. Our experiments demonstrate that LIMRANK achieves competitive performance, while being trained on less than 5% of the data typically used in prior work. Further ablation studies demonstrate the effectiveness of LIMRANK-SYNTHESIZER and the strong generalization capabilities of LIMRANK across downstream tasks, including scientific literature search and retrieval-augmented generation for knowledge-intensive problem solving.

📄 PDF Abstract BibTeX arXiv:2510.23544

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging the Reasoning Gap: Small LLMs Can Plan with Generalised Strategies

2025-01-31 · Andrey Borro, Patricia J Riddle, Michael W Barley, Michael J Witbrock

Recent advancements in the reasoning skills of Large Language Models (LLMs) demonstrate an increase in the ability of LLMs to solve simple planning tasks. However, as long as the driving force behind improved reasoning c…

Mathematical Reasoning

When Less is Enough: Efficient Inference via Collaborative Reasoning

2026-05-01 · Yilei Chen, Sharut Gupta, Yannis Paschalidis, Ayush Sekhari 외 arxiv

In this work, we introduce DUET (Dual-model Efficient Two-stage inference), a collaborative inference framework in which a capable model and a lightweight model work together to solve a task. Relying on a single large mo…

Input-Time Scaling: Adding Noise and Irrelevance into Less-Is-More Drastically Improves Reasoning Performance and Efficiency

2025-08-19 · Rapheal Huang, Weilong Guo arxiv

Large Language Models (LLMs) excel at reasoning, traditionally requiring high-quality large-scale data and extensive training. Recent works reveal a very appealing Less-Is-More phenomenon where very small, carefully cura…

StructRAG: Boosting Knowledge Intensive Reasoning of LLMs via Inference-time Hybrid Information Structurization

2024-10-11 · Zhuoqun Li, Xuanang Chen, Haiyang Yu, Hongyu Lin 외

Retrieval-augmented generation (RAG) is a key means to effectively enhance large language models (LLMs) in many knowledge-based tasks. However, existing RAG methods struggle with knowledge-intensive reasoning tasks, beca…

RAGRetrieval-augmented Generation

Test-Time Scaling in Reasoning Models Is Not Effective for Knowledge-Intensive Tasks Yet

2025-09-08 · James Xu Zhao, Bryan Hooi, See-Kiong Ng arxiv

Test-time scaling increases inference-time computation through longer reasoning chains and has shown strong performance gains across many domains. However, frontier models still suffer from factuality hallucinations, rai…