paper-with-me

Papers

Batched Self-Consistency Improves LLM Relevance Assessment and Ranking

2025-05-18 · Anton Korikov, Pan Du, Scott Sanner, Navid Rekabsaz

Given some information need, Large Language Models (LLMs) are increasingly used for candidate text relevance assessment, typically using a one-by-one pointwise (PW) strategy where each LLM call evaluates one candidate at a time. Meanwhile, it has been shown that LLM performance can be improved through self-consistency: prompting the LLM to do the same task multiple times (possibly in perturbed ways) and then aggregating the responses. To take advantage of self-consistency, we hypothesize that batched PW strategies, where multiple passages are judged in one LLM call, are better suited than one-by-one PW methods since a larger input context can induce more diverse LLM sampling across self-consistency calls. We first propose several candidate batching strategies to create prompt diversity across self-consistency calls through subset reselection and permutation. We then test our batched PW methods on relevance assessment and ranking tasks against one-by-one PW and listwise LLM ranking baselines with and without self-consistency, using three passage retrieval datasets and GPT-4o, Claude Sonnet 3, and Amazon Nova Pro. We find that batched PW methods outperform all baselines, and show that batching can greatly amplify the positive effects of self-consistency. For instance, on our legal search dataset, GPT-4o one-by-one PW ranking NDCG@10 improves only from 44.9% to 46.8% without self-consistency vs. with 15 self consistency calls, while batched PW ranking improves from 43.8% to 51.3%, respectively.

📄 PDF Abstract BibTeX arXiv:2505.12570

Code (0)

등록된 구현이 없습니다.

Tasks

Passage Retrieval

Similar Papers 제목 키워드 기반

Batched Online Contextual Sparse Bandits with Sequential Inclusion of Features

2024-09-13 · Rowan Swiers, Subash Prabanantham, Andrew Maher

Multi-armed Bandits (MABs) are increasingly employed in online platforms and e-commerce to optimize decision making for personalized user experiences. In this work, we focus on the Contextual Bandit problem with linear r…

Decision MakingFairnessMulti-Armed Bandits

Triage: Hierarchical Visual Budgeting for Efficient Video Reasoning in Vision-Language Models

2026-01-30 · Anmin Wang, Nan Zhang, Wei Tao, Xiaoyang Qu 외 arxiv

Vision-Language Models (VLMs) face significant computational challenges in video processing due to massive data redundancy, which creates prohibitively long token sequences. To address this, we introduce Triage, a traini…

Latent Confidence Alignment for LLM Self-Assessment

2026-06-20 · Ting-Yu Chen, Tingting Yu, Pei-Cing Huang, Chan Hsu 외 arxiv

Confidence calibration in large language models (LLMs) is commonly evaluated by comparing predicted confidence with observed accuracy. However, such approaches do not model item difficulty, making it difficult to interpr…

Response Generation

MeniOmni: A Structured Multimodal Benchmark for Holistic Meniscus Injury Assessment

2026-05-27 · Shurui Xu, Siqi Yang, Weiping Ding, Hui Wang 외 arxiv

Clinical diagnosis of meniscus injuries requires radiologists to integrate volumetric MRI evidence with patient context (e.g., sex, age, BMI) and to produce structured diagnostic reports. Existing knee MRI benchmarks are…

Self-Calibrated Listwise Reranking with Large Language Models

2024-11-07 · Ruiyang Ren, Yuhao Wang, Kun Zhou, Wayne Xin Zhao 외

Large language models (LLMs), with advanced linguistic capabilities, have been employed in reranking tasks through a sequence-to-sequence approach. In this paradigm, multiple passages are reranked in a listwise manner an…

Reranking