paper-with-me

홈 › Papers

Semantic Agreement Enables Efficient Open-Ended LLM Cascades

2025-09-26 · Duncan Soiffer, Steven Kolawole, Virginia Smith arxiv

Cascade systems route computational requests to smaller models when possible and defer to larger models only when necessary, offering a promising approach to balance cost and quality in LLM deployment. However, they face a fundamental challenge in open-ended text generation: determining output reliability when generation quality lies on a continuous spectrum, often with multiple valid responses. To address this, we propose semantic agreement -- meaning-level consensus between ensemble outputs -- as a training-free signal for reliable deferral. We show that when diverse model outputs agree semantically, their consensus is a stronger reliability signal than token-level confidence. Evaluated from 500M to 70B-parameter models, we find that semantic cascades match or surpass target-model quality at 40% of the cost and reduce latency by up to 60%. Our method requires no model internals, works across black-box APIs, and remains robust to model updates, making it a practical baseline for real-world LLM deployment.

📄 PDF Abstract BibTeX arXiv:2509.21837

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

From Deferral to Learning: Online In-Context Knowledge Distillation for LLM Cascades

2025-09-26 · Yu Wu, Shuo Wu, Ye Tao, Yansong Li 외 arxiv

Standard LLM cascades improve efficiency by deferring difficult queries from weak to strong models. However, these systems are typically static: when faced with repeated or semantically similar queries, they redundantly …

Knowledge Distillation

Agreement in Representation Space for Open-Ended Self-Consistency

2026-06-10 · Paula Ontalvilla, Gorka Azkune, Aitor Ormazabal arxiv

Self-consistency improves LLM reasoning by sampling multiple outputs and selecting the most consistent answer, but existing formulations largely rely on exact matching and therefore remain limited to tasks with categoric…

Mathematical ReasoningText SummarizationCode Generation

SHOE: Semantic HOI Open-Vocabulary Evaluation Metric

2026-04-02 · Maja Noack, Qinqian Lei, Taipeng Tian, Bihan Dong 외 arxiv

Open-vocabulary human-object interaction (HOI) detection is a step towards building scalable systems that generalize to unseen interactions in real-world scenarios and support grounded multimodal systems that reason abou…

Semantic Similarity

Multilingual Reasoning Cascades Need More Context

2026-06-25 · Arnav Mazumder, Dengjia Zhang, Shuyue Stella Li, Yulia Tsvetkov 외 arxiv

Translation cascades for reasoning translate the query from another language to English, reason in English, and translate the answer back to the original language. This is a competitive approach to multilingual reasoning…

Machine Translation

Analyzing Error Propagation in Korean Spoken QA with ASR-LLM Cascades

2026-05-17 · Donghyuk Jung, Youngwon Choi arxiv

We analyze how automatic speech recognition (ASR) errors propagate through ASR--LLM cascades in Korean spoken question answering (SQA), focusing on downstream semantic failures that conventional ASR metrics cannot fully …

Speech RecognitionQuestion Answering