paper-with-me

Papers

Ranked Voting based Self-Consistency of Large Language Models

2025-05-16 · Weiqin Wang, Yile Wang, Hui Huang

Majority voting is considered an effective method to enhance chain-of-thought reasoning, as it selects the answer with the highest "self-consistency" among different reasoning paths (Wang et al., 2023). However, previous chain-of-thought reasoning methods typically generate only a single answer in each trial, thereby ignoring the possibility of other potential answers. As a result, these alternative answers are often overlooked in subsequent voting processes. In this work, we propose to generate ranked answers in each reasoning process and conduct ranked voting among multiple ranked answers from different responses, thereby making the overall self-consistency more reliable. Specifically, we use three ranked voting methods: Instant-runoff voting, Borda count voting, and mean reciprocal rank voting. We validate our methods on six datasets, including three multiple-choice and three open-ended question-answering tasks, using both advanced open-source and closed-source large language models. Extensive experimental results indicate that our proposed method outperforms the baselines, showcasing the potential of leveraging the information of ranked answers and using ranked voting to improve reasoning performance. The code is available at https://github.com/szu-tera/RankedVotingSC.

📄 PDF Abstract BibTeX arXiv:2505.10772

Code (1)

szu-tera/rankedvotingsc 공식 구현

Tasks

Multiple-choiceOpen-Ended Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

Mirror-Consistency: Harnessing Inconsistency in Majority Voting

2024-10-07 · Siyuan Huang, Zhiyuan Ma, Jintao Du, Changhua Meng 외

Self-Consistency, a widely-used decoding strategy, significantly boosts the reasoning capabilities of Large Language Models (LLMs). However, it depends on the plurality voting rule, which focuses on the most frequent ans…

Monotonicity Failure in Ranked Choice Voting -- Necessary and Sufficient Conditions for 3-Candidate Elections

2023-09-18 · Rylie Weaver

Ranked choice voting is vulnerable to monotonicity failure - a voting failure where a candidate is cost an election due to losing voter preference or granted an election due to gaining voter preference. Despite increasin…

Soft Self-Consistency Improves Language Model Agents

2024-02-20 · Han Wang, Archiki Prasad, Elias Stengel-Eskin, Mohit Bansal

Generations from large language models (LLMs) can be improved by sampling and scoring multiple solutions to select a final answer. Current "sample and select" methods such as self-consistency (SC) rely on majority voting…

Language ModelingLanguage Modellingmodelvalid

An Evaluation of Borda Count Variations Using Ranked Choice Voting Data

2024-12-31 · N. Bradley Fox, Benjamin Bruyns

The standard voting methods in the United States, plurality and ranked choice (or instant runoff) voting, are susceptible to significant voting failures. These flaws include Condorcet and majority failures as well as mon…

When Languages Disagree: Self-Evolving Multilingual LLM Judges

2026-06-06 · Xiyan Fu, Wei Lu arxiv

Multilingual LLM-as-a-judge is widely used to evaluate model outputs across languages, but suffers from cross-lingual inconsistency (Fu and Liu, 2025). Existing methods typically treat this inconsistency as noise and mit…