CLAILGJul 17, 2023

COLLIE: Systematic Construction of Constrained Text Generation Tasks

arXiv:2307.08689v168 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the need for more complex and extensible evaluation tools in natural language processing, particularly for researchers working on constrained text generation with large language models, though it is incremental in building upon existing benchmark efforts.

The authors tackled the problem of limited benchmarks for constrained text generation by introducing COLLIE, a grammar-based framework that enables the creation of rich, compositional constraints across multiple levels and challenges, resulting in the COLLIE-v1 dataset with 2080 instances and experiments revealing shortcomings in five state-of-the-art models.

Text generation under constraints have seen increasing interests in natural language processing, especially with the rapidly improving capabilities of large language models. However, existing benchmarks for constrained generation usually focus on fixed constraint types (e.g.,generate a sentence containing certain words) that have proved to be easy for state-of-the-art models like GPT-4. We present COLLIE, a grammar-based framework that allows the specification of rich, compositional constraints with diverse generation levels (word, sentence, paragraph, passage) and modeling challenges (e.g.,language understanding, logical reasoning, counting, semantic planning). We also develop tools for automatic extraction of task instances given a constraint structure and a raw text corpus. Using COLLIE, we compile the COLLIE-v1 dataset with 2080 instances comprising 13 constraint structures. We perform systematic experiments across five state-of-the-art instruction-tuned language models and analyze their performances to reveal shortcomings. COLLIE is designed to be extensible and lightweight, and we hope the community finds it useful to develop more complex constraints and evaluations in the future.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes