paper-with-me

Papers

Tool-Adaptive LLM Reranker

2026-07-12 · Zichuan Liu, Ruijin Hua arxiv

Generative Large Language Models (LLMs) have revolutionized information retrieval, yet their strictly parametric nature frequently leads to severe factual hallucinations when confronted with complex queries beyond their epistemic boundaries. While external tool-calling can mitigate this, indiscriminately invoking search tools for every document during reranking incurs prohibitive latency overheads, creating an intractable accuracy-efficiency dilemma. To address this challenge, we propose TALRanker, a novel framework that formalizes pointwise relevance scoring as an agentic Markov decision process. We optimize it via a two-stage training paradigm. An initial warm-up utilizes a language-preserving hybrid loss to prevent the catastrophic forgetting of native generative capacities. Subsequently, an asymmetric cost-aware reward equipped in reinforcement learning forces the policy to autonomously bypass tools for maximum efficiency when confident, while selectively retrieving external evidence to avert severe hallucination penalties when uncertain. Extensive evaluations demonstrate that TALRanker achieves state-of-the-art performance across standard and reasoning-intensive retrieval benchmarks, matching throughput with pointwise rerankers while outperforming parameter-heavy reasoning models.

📄 PDF Abstract BibTeX arXiv:2607.10555

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInformation Retrieval

Similar Papers 제목 키워드 기반

SkillGraph: Graph Foundation Priors for LLM Agent Tool Sequence Recommendation

2026-04-07 · Hao Liu, Dongyu Li arxiv

LLM agents must select tools from large API libraries and order them correctly. Existing methods use semantic similarity for both retrieval and ordering, but ordering depends on inter-tool data dependencies that are abse…

Semantic Similarity

Guiding Retrieval using LLM-based Listwise Rankers

2025-01-15 · Mandeep Rathee, Sean MacAvaney, Avishek Anand

Large Language Models (LLMs) have shown strong promise as rerankers, especially in ``listwise'' settings where an LLM is prompted to rerank several search results at once. However, this ``cascading'' retrieve-and-rerank …

Retrieval

KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking

2026-06-22 · Xinping Zhao, Jiaxin Xu, Ziqi Dai, Xin Zhang 외 arxiv

As retrieval systems scale, high-quality reranking becomes increasingly important. However, most existing rerankers, whether encoder-based or decoder-based, jointly encode the query and passage, tightly coupling their co…

Drowning in Documents: Consequences of Scaling Reranker Inference

2024-11-18 · Mathew Jacob, Erik Lindgren, Matei Zaharia, Michael Carbin 외

Rerankers, typically cross-encoders, are often used to re-score the documents retrieved by cheaper initial IR systems. This is because, though expensive, rerankers are assumed to be more effective. We challenge this assu…

RerankingRetrieval

Task Decomposition-Guided Reranking for Adaptive Agent Skill Retrieval

2026-07-07 · Yanping Chen, Weijie Shi, Wen Yang, Jiajie Xu arxiv

Skill usage can significantly enhance the ability of modern agent systems to complete complex tasks. However, the growing scale of skill libraries makes accurate skill selection increasingly challenging. In real-world sc…