paper-with-me

Papers

Found in the Middle: Permutation Self-Consistency Improves Listwise Ranking in Large Language Models

2023-10-11 · Raphael Tang, Xinyu Zhang, Xueguang Ma, Jimmy Lin, Ferhan Ture

Large language models (LLMs) exhibit positional bias in how they use context, which especially complicates listwise ranking. To address this, we propose permutation self-consistency, a form of self-consistency over ranking list outputs of black-box LLMs. Our key idea is to marginalize out different list orders in the prompt to produce an order-independent ranking with less positional bias. First, given some input prompt, we repeatedly shuffle the list in the prompt and pass it through the LLM while holding the instructions the same. Next, we aggregate the resulting sample of rankings by computing the central ranking closest in distance to all of them, marginalizing out prompt order biases in the process. Theoretically, we prove the robustness of our method, showing convergence to the true ranking in the presence of random perturbations. Empirically, on five list-ranking datasets in sorting and passage reranking, our approach improves scores from conventional inference by up to 7-18% for GPT-3.5 and 8-16% for LLaMA v2 (70B), surpassing the previous state of the art in passage reranking. Our code is at https://github.com/castorini/perm-sc.

📄 PDF Abstract BibTeX arXiv:2310.07712

Code (1)

castorini/perm-sc 공식 구현

Tasks

Passage RerankingReranking

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

MUGEN: Evaluating and Improving Multi-audio Understanding of Large Audio-Language Models

2026-03-10 · Chih-Kai Yang, Yun-Shao Tsai, Yu-Kai Guo, Ping-Le Tsai 외 arxiv

While multi-audio understanding is critical for large audio-language models (LALMs), it remains underexplored. We introduce MUGEN, a comprehensive benchmark evaluating this capability across speech, general audio, and mu…

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…

Passage Retrieval

Found in the Middle: Calibrating Positional Attention Bias Improves Long Context Utilization

2024-06-23 · Cheng-Yu Hsieh, Yung-Sung Chuang, Chun-Liang Li, Zifeng Wang 외

Large language models (LLMs), even when specifically trained to process long input contexts, struggle to capture relevant information located in the middle of their input. This phenomenon has been known as the lost-in-th…

RAGRetrieval-augmented Generation

Self-Supervised Learning of Audio Representations from Permutations with Differentiable Ranking

2021-03-17 · Andrew N Carr, Quentin Berthet, Mathieu Blondel, Olivier Teboul 외

Self-supervised pre-training using so-called "pretext" tasks has recently shown impressive performance across a wide range of modalities. In this work, we advance self-supervised learning from permutations, by pre-traini…

ClassificationGeneral ClassificationSelf-Supervised Learning

Probability Consistency in Large Language Models: Theoretical Foundations Meet Empirical Discrepancies

2025-05-13 · Xiaoliang Luo, Xinyi Xu, Michael Ramscar, Bradley C. Love

Can autoregressive large language models (LLMs) learn consistent probability distributions when trained on sequences in different token orders? We prove formally that for any well-defined probability distribution, sequen…