paper-with-me

Papers

Thinking Before Constraining: A Unified Decoding Framework for Large Language Models

2026-01-12 · Ngoc Trinh Hung Nguyen, Alonso Silva, Laith Zumot, Liubov Tupikina, Armen Aghasaryan, Mehwish Alam arxiv

Natural generation allows Large Language Models (LLMs) to produce free-form responses with rich reasoning, yet the lack of structure makes outputs difficult to verify. Conversely, constrained decoding ensures standardized formats but can inadvertently restrict reasoning capabilities by imposing constraints too early in the generation process. We propose a hybrid approach, namely In-Writing, that combines free-form reasoning and structured generation in a single call. The model first performs unconstrained reasoning and only applies structured decoding after a trigger token is generated, explicitly decoupling reasoning from formatting. We establish that our trigger-token strategies are able to virtually eradicate premature triggering, a failure mode in which constrained decoding interrupts on-going reasoning. Evaluations across diverse datasets covering classification and reasoning tasks demonstrate that our approach outperforms the state-of-the-art by achieving accuracy gains of up to 27% over natural generation. Our code are available at: https://github.com/Nokia-Bell-Labs/InWriting.

📄 PDF Abstract BibTeX arXiv:2601.07525

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Overscaling Curse of Parallel Thinking: System Efficacy Contradicts Sample Efficiency

2026-01-29 · Yiming Wang, Zhuosheng Zhang, Rui Wang arxiv

Parallel thinking improves LLM reasoning through multi-path sampling and aggregation. In standard evaluations, due to a lack of sample-specific priors, all samples share a global budget chosen to maximize dataset accurac…

Enabling Disaggregated Multi-Stage MLLM Inference via GPU-Internal Scheduling and Resource Sharing

2025-12-19 · Lingxiao Zhao, Haoran Zhou, Yuezhi Che, Dazhao Cheng arxiv

Multimodal large language models (MLLMs) extend LLMs with visual understanding through a three-stage pipeline: multimodal preprocessing, vision encoding, and LLM inference. While these stages enhance capability, they int…

CAST: Achieving Stable LLM-based Text Analysis for Data Analytics

2026-01-26 · Jinxiang Xie, Zihao Li, Wei He, Rui Ding 외 arxiv

Text analysis of tabular data relies on two core operations: \emph{summarization} for corpus-level theme extraction and \emph{tagging} for row-level labeling. A critical limitation of employing large language models (LLM…

SpecExit: Accelerating Large Reasoning Model via Speculative Exit

2025-09-29 · Rubing Yang, Huajun Bai, Song Liu, Guanghua Yu 외 arxiv

Despite their strong performance on reasoning tasks, large reasoning models (LRMs) often suffer from overthinking, producing unnecessarily long outputs and incurring high end-to-end latency, a significant limitation to t…

OTora: A Unified Red Teaming Framework for Reasoning-Level Denial-of-Service in LLM Agents

2026-05-09 · Xinyu Li, Ronghui Mu, Lin Li, Tianjin Huang 외 arxiv

Large Language Models (LLMs) are increasingly deployed as autonomous agents that execute tool-augmented, multi-step tasks, where latency is a critical factor for real-world applications. Yet an overlooked threat is Reaso…

Red Teaming