ReFF: Reinforcing Format Faithfulness in Language Models across Varied Tasks
Jiashu Yao, Heyan Huang, Zeming Liu, Haoyu Wen, Wei Su, Boao Qian, Yuhang Guo
TL;DR
This work addresses the challenge of ensuring format-faithful outputs from LLMs across varied tasks by introducing FormatBench, a broad benchmark with decidable format checks. It proposes Reinforcing Format Faithfulness (ReFF), a reinforcement-learning–style adaptation that uses per-task format checkers as the reward signal, augmented with a KL penalty to control drift from the original model. Empirical results show FormatBench is challenging for current models, yet ReFF substantially improves format faithfulness (e.g., from $21.6\%$ to $95.0\%$ on caption segmentation) while maintaining or even improving general quality, especially when combined with finetuning (e.g., $GQ$ improvements to $61.6$). An interpretability analysis further explains how the method achieves the observed gains, including trade-offs between format adherence and semantic accuracy, and highlights cases like XDL where outputs can be well-formatted yet semantically misaligned. These findings underscore the practical importance of decidability-guided adaptation for robust, formatted outputs in real-world LLM deployments.
Abstract
Following formatting instructions to generate well-structured content is a fundamental yet often unmet capability for large language models (LLMs). To study this capability, which we refer to as format faithfulness, we present FormatBench, a comprehensive format-related benchmark. Compared to previous format-related benchmarks, FormatBench involves a greater variety of tasks in terms of application scenes (traditional NLP tasks, creative works, autonomous agency tasks), human-LLM interaction styles (single-turn instruction, multi-turn chat), and format types (inclusion, wrapping, length, coding). Moreover, each task in FormatBench is attached with a format checker program. Extensive experiments on the benchmark reveal that state-of-the-art open- and closed-source LLMs still suffer from severe deficiency in format faithfulness. By virtue of the decidable nature of formats, we propose to Reinforce Format Faithfulness (ReFF) to help LLMs generate formatted output as instructed without compromising general quality. Without any annotated data, ReFF can substantially improve the format faithfulness rate (e.g., from 21.6% in original LLaMA3 to 95.0% on caption segmentation task), while keep the general quality comparable (e.g., from 47.3 to 46.4 in F1 scores). Combined with labeled training data, ReFF can simultaneously improve both format faithfulness (e.g., from 21.6% in original LLaMA3 to 75.5%) and general quality (e.g., from 47.3 to 61.6 in F1 scores). We further offer an interpretability analysis to explain how ReFF improves both format faithfulness and general quality.
