The reviewed record of science sign in
Pith

arxiv: 2502.04498 · v1 · pith:IVMOXZQ6 · submitted 2025-02-06 · cs.CL

Verifiable Format Control for Large Language Model Generations

Reviewed by Pithpith:IVMOXZQ6open to challenge →

classification cs.CL
keywords llmsfollowingformatabilitysmallverifiableexistinggeneral
0
0 comments X
read the original abstract

Recent Large Language Models (LLMs) have demonstrated satisfying general instruction following ability. However, small LLMs with about 7B parameters still struggle fine-grained format following (e.g., JSON format), which seriously hinder the advancements of their applications. Most existing methods focus on benchmarking general instruction following while overlook how to improve the specific format following ability for small LLMs. Besides, these methods often rely on evaluations based on advanced LLMs (e.g., GPT-4), which can introduce the intrinsic bias of LLMs and be costly due to the API calls. In this paper, we first curate a fully verifiable format following dataset VFF. In contrast to existing works often adopting external LLMs for instruction-following validations, every sample of VFF can be easily validated with a Python function. Further, we propose to leverage this verifiable feature to synthesize massive data for progressively training small LLMs, in order to improve their format following abilities. Experimental results highlight the prevalent limitations in the format following capabilities of 7B level open-source LLMs and demonstrate the effectiveness of our method in enhancing this essential ability.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Translating Natural Language to Strategic Temporal Specifications via LLMs

    cs.MA 2026-06 unverdicted novelty 6.0

    Framework using LLMs to translate natural language to ATL/ATL* formulas, with a new expert-validated dataset where fine-tuned 3-7B open models reach 0.84 semantic accuracy matching proprietary few-shot baselines.

  2. Translating Natural Language to Strategic Temporal Specifications via LLMs

    cs.MA 2026-06 unverdicted novelty 6.0

    The authors create a novel dataset and show that fine-tuned small open-weight LLMs can translate natural language to ATL/ATL* specifications with semantic accuracy (0.84) statistically matching strong few-shot proprie...

  3. When Correct Isn't Usable: Improving Structured Output Reliability in Small Language Models

    cs.CL 2026-05 conditional novelty 6.0

    AloLab, an iterative meta-agent prompt optimizer, raises structured output accuracy for 7-9B models from 0% to 84-87% on GSM8K while preserving near-native inference speed.