Papers › FollowBench: A Multi-level Fine-grained Constraints Following Benchmark for Large...

FollowBench: A Multi-level Fine-grained Constraints Following Benchmark for Large Language Models

31 Oct 2023arXiv:2310.20410archive 2025-07-28

Yuxin Jiang, YuFei Wang, Xingshan Zeng, Wanjun Zhong, Liangyou Li, Fei Mi, Lifeng Shang, Xin Jiang, Qun Liu, Wei Wang

The ability to follow instructions is crucial for Large Language Models (LLMs) to handle various real-world applications. Existing benchmarks primarily focus on evaluating pure response quality, rather than assessing whether the response follows constraints stated in the instruction. To fill this research gap, in this paper, we propose FollowBench, a Multi-level Fine-grained Constraints Following Benchmark for LLMs. FollowBench comprehensively includes five different types (i.e., Content, Situation, Style, Format, and Example) of fine-grained constraints. To enable a precise constraint following estimation on diverse difficulties, we introduce a Multi-level mechanism that incrementally adds a single constraint to the initial instruction at each increased level. To assess whether LLMs' outputs have satisfied every individual constraint, we propose to prompt strong LLMs with constraint-evolution paths to handle challenging open-ended instructions. By evaluating 13 closed-source and open-source popular LLMs on FollowBench, we highlight the weaknesses of LLMs in instruction following and point towards potential avenues for future work. The data and code are publicly available at https://github.com/YJiangcm/FollowBench.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.20410")

Code

Syntology Ran 18 of 19 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 18 ran with no contract checked.

By repository: official repository: 19 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yjiangcm/followbench officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 18 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18ran
1unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from yjiangcm/followbench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

aggregate yjiangcm/followbench/aggregator.py official repository ran Apache-2.0 (permissive) · 8d6ef831d2b39bd8 · report
contain_word yjiangcm/followbench/code/rule_based_evaluation.py official repository ran fingerprinted Apache-2.0 (permissive) · 7d3a5daea3ca8f59 · report
contain_word yjiangcm/followbench/code_zh/rule_based_evaluation.py official repository ran fingerprinted Apache-2.0 (permissive) · cf41c4c50a39aa5e · report
content_evaluation_prompt yjiangcm/followbench/code/gpt4_based_evaluation.py official repository ran Apache-2.0 (permissive) · 6e03f4aa34917617 · report
content_evaluation_prompt yjiangcm/followbench/code_zh/gpt4_based_evaluation.py official repository ran Apache-2.0 (permissive) · 63623e6c11b6cfb6 · report
count_sentences yjiangcm/followbench/code/rule_based_evaluation.py official repository ran fingerprinted Apache-2.0 (permissive) · aac716e321357184 · report
count_sentences yjiangcm/followbench/code_zh/rule_based_evaluation.py official repository ran fingerprinted Apache-2.0 (permissive) · 4c2603fe3629bf97 · report
create_example_constraint yjiangcm/followbench/create_example_constraint.py official repository ran Apache-2.0 (permissive) · 427b4358831b5967 · report
data_match_api_output yjiangcm/followbench/code/utils.py official repository ran Apache-2.0 (permissive) · b790283c581282d6 · report
generate_prompts yjiangcm/followbench/code/model_inference_vllm.py official repository ran Apache-2.0 (permissive) · 64ccb272d8fc116a · report
get_eval yjiangcm/followbench/code/llm_eval.py official repository ran fingerprinted Apache-2.0 (permissive) · 4cd97990a8cad73f · report
get_eval yjiangcm/followbench/code_zh/llm_eval.py official repository ran fingerprinted Apache-2.0 (permissive) · 570dd47754890fe2 · report
get_json_list yjiangcm/followbench/code/llm_eval.py official repository ran Apache-2.0 (permissive) · 5d17b604c968b41d · report
situation_evaluation_prompt yjiangcm/followbench/code/gpt4_based_evaluation.py official repository ran Apache-2.0 (permissive) · e41d3beb442d579b · report
situation_evaluation_prompt yjiangcm/followbench/code_zh/gpt4_based_evaluation.py official repository ran Apache-2.0 (permissive) · 76ddbccc5e0a80d1 · report
split_integer yjiangcm/followbench/create_example_constraint.py official repository ran fingerprinted Apache-2.0 (permissive) · 8773f84b53d306df · report
style_evaluation_prompt yjiangcm/followbench/code/gpt4_based_evaluation.py official repository ran Apache-2.0 (permissive) · 575501debe301b98 · report
style_evaluation_prompt yjiangcm/followbench/code_zh/gpt4_based_evaluation.py official repository ran Apache-2.0 (permissive) · e9818a2f75966147 · report
generate_responses yjiangcm/followbench/code/model_inference_vllm.py official repository unverified Apache-2.0 (permissive) · d607ca385609c6fa · report

Tasks

Instruction Following

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections