paper-with-me

Papers

Revision or Re-Solving? Decomposing Second-Pass Gains in Multi-LLM Pipelines

2026-04-01 · Jingjie Ning, Xueqi Li, Chengyu Yu arxiv

Multi-LLM revision pipelines, in which a second model reviews and improves a draft produced by a first, are widely assumed to derive their gains from genuine error correction. We question this assumption with a controlled decomposition experiment that uses four matched conditions to separate second-pass gains into three additive components: re-solving, scaffold, and content. We evaluate this design across two model pairs on three benchmarks spanning knowledge-intensive MCQ and competitive programming. Our results show that the gains of multi-LLM revision are not monolithic, but depend on task structure, draft quality, and the type of draft information. On MCQ tasks, where the answer space is constrained and drafts provide little structural guidance, most gains are consistent with stronger-model re-solving, and directly routing queries to the stronger model can be more effective than revising a weak draft. On code generation tasks, however, two-stage prompting remains useful because even semantically null drafts can provide substantial structural scaffolding, while weak draft content can be harmful. Finally, role-reversed experiments show that strong drafts clearly benefit weak reviewers. Ultimately, our findings demonstrate that the utility of multi-LLM revision is dynamically bottlenecked by task structure and draft quality, necessitating more targeted pipeline designs rather than blanket revision strategies.

📄 PDF Abstract BibTeX arXiv:2604.01029

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules

2023-10-13 · Hung Le, Hailin Chen, Amrita Saha, Akash Gokul 외

Large Language Models (LLMs) have already become quite proficient at solving simpler programming tasks like those in HumanEval or MBPP benchmarks. However, solving more complex and competitive programming tasks is still …

Code GenerationHumanEvalmbpp

FirstPass: Grounding AI Scientific Judgment in Multi-Round Editorial Outcomes

2026-06-18 · Prabhjot Singh, Somnath Luitel, Manmeet Singh, Josh Durkee arxiv

AI systems for peer review fail on three fronts: they train on Computer Science and Machine Learning venues alone, ignore the iterative dialogue that validates science, and evaluate on stylistic mimicry rather than real …

Analyzing Structures in the Semantic Vector Space: A Framework for Decomposing Word Embeddings

2019-12-17 · Andreas Hanselowski, Iryna Gurevych

Word embeddings are rich word representations, which in combination with deep neural networks, lead to large performance gains for many NLP tasks. However, word embeddings are represented by dense, real-valued vectors an…

Word Embeddings

System of Spheres-based Two Level Credibility-limited Revisions

2023-07-11 · Marco Garapa, Eduardo Ferme, Maurício D. L. Reis

Two level credibility-limited revision is a non-prioritized revision operation. When revising by a two level credibility-limited revision, two levels of credibility and one level of incredibility are considered. When rev…

NegationSentence

Text Revision by On-the-Fly Representation Optimization

2022-04-15 · In2Writing (ACL) 2022 5 · Jingjing Li, Zichao Li, Tao Ge, Irwin King 외

Text revision refers to a family of natural language generation tasks, where the source and target sequences share moderate resemblance in surface form but differentiate in attributes, such as text formality and simplici…

AttributeLanguage ModelingLanguage ModellingMasked Language Modeling+2