paper-with-me

홈 › Papers

RELIC: Evaluating Compositional Instruction Following via Language Recognition

2025-06-05 · Jackson Petty, Michael Y. Hu, Wentao Wang, Shauli Ravfogel, William Merrill, Tal Linzen

Large language models (LLMs) are increasingly expected to perform tasks based only on a specification of the task provided in context, without examples of inputs and outputs; this ability is referred to as instruction following. We introduce the Recognition of Languages In-Context (RELIC) framework to evaluate instruction following using language recognition: the task of determining if a string is generated by formal grammar. Unlike many standard evaluations of LLMs' ability to use their context, this task requires composing together a large number of instructions (grammar productions) retrieved from the context. Because the languages are synthetic, the task can be increased in complexity as LLMs' skills improve, and new instances can be automatically generated, mitigating data contamination. We evaluate state-of-the-art LLMs on RELIC and find that their accuracy can be reliably predicted from the complexity of the grammar and the individual example strings, and that even the most advanced LLMs currently available show near-chance performance on more complex grammars and samples, in line with theoretical expectations. We also use RELIC to diagnose how LLMs attempt to solve increasingly difficult reasoning tasks, finding that as the complexity of the language recognition task increases, models switch to relying on shallow heuristics instead of following complex instructions.

📄 PDF Abstract BibTeX arXiv:2506.05205

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

ReLIC ReLIC, or Representation Learning via Invariant Causal Mechanisms, is a self-supervised learning objective that enforces invariant prediction of proxy targets across…

Similar Papers 제목 키워드 기반

IFMTBench: A Comprehensive Benchmark for Multilingual Translation Instruction Following

2026-05-27 · Mingrui Sun, Mao Zheng, Zheng Li, Mingyang Song arxiv

Modern translation workflows demand more than semantic equivalence. Users routinely require models to preserve JSON or HTML schemas, honor curated glossaries, disambiguate with provided context, and match prescribed regi…

Instruction Following

LexInstructEval: Lexical Instruction Following Evaluation for Large Language Models

2025-11-13 · Huimin Ren, Yan Liang, Baiqiao Su, Chaobo Sun 외 arxiv

The ability of Large Language Models (LLMs) to precisely follow complex and fine-grained lexical instructions is a cornerstone of their utility and controllability. However, evaluating this capability remains a significa…

Instruction Following

Modular Networks for Compositional Instruction Following

2020-10-24 · NAACL 2021 4 · Rodolfo Corona, Daniel Fried, Coline Devin, Dan Klein 외

Standard architectures used in instruction following often struggle on novel compositions of subgoals (e.g. navigating to landmarks or picking up objects) observed during training. We propose a modular architecture for f…

Instruction Following

Alignment-based compositional semantics for instruction following

2015-08-26 · EMNLP 2015 9 · Jacob Andreas, Dan Klein

This paper describes an alignment-based model for interpreting natural language instructions in context. We approach instruction following as a search over plans, scoring sequences of actions conditioned on structured ob…

Instruction FollowingSentence

M-IFEval: Multilingual Instruction-Following Evaluation

2025-02-07 · Antoine Dussolle, Andrea Cardeña Díaz, Shota Sato, Peter Devine

Instruction following is a core capability of modern Large language models (LLMs), making evaluating this capability essential to understanding these models. The Instruction Following Evaluation (IFEval) benchmark from t…

Instruction Following