paper-with-me

홈 › Papers

Investigating Test-Time Scaling with Reranking for Machine Translation

2025-09-23 · Shaomu Tan, Ryosuke Mitani, Ritvik Choudhary, Toshiyuki Sekiya arxiv

Scaling model parameters has become the de facto strategy for improving NLP systems, but it comes with substantial computational costs. Test-Time Scaling (TTS) offers an alternative by allocating more computation at inference: generating multiple candidates and selecting the best. While effective in tasks such as mathematical reasoning, TTS has not been systematically explored for machine translation (MT). In this paper, we present the first systematic study of TTS for MT, investigating a simple but practical best-of-N framework on WMT24 benchmarks. Our experiments cover six high-resource and one low-resource language pairs, five model sizes (3B-72B), and various TTS compute budget (N up to 1024). Our results show that a) For high-resource languages, TTS generally improves translation quality according to multiple neural MT evaluation metrics, and our human evaluation confirms these gains; b) Augmenting smaller models with large $N$ can match or surpass larger models at $N{=}1$ with more compute cost; c) Under fixed compute budgets, larger models are typically more efficient, and TTS can degrade quality due to metric blind spots in low-resource cases.

📄 PDF Abstract BibTeX arXiv:2509.19020

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningMachine Translation

Similar Papers 제목 키워드 기반

Evaluating Judges as Evaluators: The JETTS Benchmark of LLM-as-Judges as Test-Time Scaling Evaluators

2025-04-21 · Yilun Zhou, Austin Xu, Peifeng Wang, Caiming Xiong 외

Scaling test-time computation, or affording a generator large language model (LLM) extra compute during inference, typically employs the help of external non-generative evaluators (i.e., reward models). Concurrently, LLM…

Code GenerationInstruction FollowingLarge Language ModelMath+1

Ladders in Chaos: When, How, (and Perhaps Why) Does Test-Time Scaling Improve LLM Machine Translation

2026-08-28 · Di Wu, Sergey Troshin, Christof Monz, Antske Fokkens 외 arxiv

Two forms of test-time scaling for Large Language Models (LLMs) have emerged as effective and widely adopted paradigms: sequential, in which later answer attempts depend on earlier ones, and parallel, such as i.i.d. samp…

Machine Translation

Reason to Contrast: A Cascaded Multimodal Retrieval Framework

2025-12-21 · Xuanming Cui, Hong-You Chen, Hao Yu, Hao Yuan 외 arxiv

Traditional multimodal retrieval systems rely primarily on bi-encoder architectures, where performance is closely tied to embedding dimensionality. Recent work, Think-Then-Embed (TTE), shows that incorporating multimodal…

Multimodal Reasoning

ThinkBooster: A Unified Framework for Seamless Test-Time Scaling of LLM Reasoning

2026-06-05 · Vladislav Smirnov, Chieu Nguyen, Sergey Senichev, Minh Ngoc Ta 외 arxiv

Test-time compute (TTC) scaling has emerged as a powerful paradigm for improving large language model (LLM) reasoning by allocating additional compute during inference, e.g., via multi-sample generation and verifier-base…

Computational Efficiency

Analyzing the Effectiveness of Listwise Reranking with Positional Invariance on Temporal Generalizability

2024-07-09 · Soyoung Yoon, Jongyoon Kim, Seung-won Hwang

This working note outlines our participation in the retrieval task at CLEF 2024. We highlight the considerable gap between studying retrieval performance on static knowledge documents and understanding performance in rea…

BenchmarkingDecoderInformation RetrievalReranking+1