paper-with-me

Papers

BenchCLAMP: A Benchmark for Evaluating Language Models on Syntactic and Semantic Parsing

2022-06-21 · NeurIPS 2023 11 · Subhro Roy, Sam Thomson, Tongfei Chen, Richard Shin, Adam Pauls, Jason Eisner, Benjamin Van Durme

Recent work has shown that generation from a prompted or fine-tuned language model can perform well at semantic parsing when the output is constrained to be a valid semantic representation. We introduce BenchCLAMP, a Benchmark to evaluate Constrained LAnguage Model Parsing, that includes context-free grammars for seven semantic parsing datasets and two syntactic parsing datasets with varied output representations, as well as a constrained decoding interface to generate only valid outputs covered by these grammars. We provide low, medium, and high resource splits for each dataset, allowing accurate comparison of various language models under different data regimes. Our benchmark supports evaluation of language models using prompt-based learning as well as fine-tuning. We benchmark eight language models, including two GPT-3 variants available only through an API. Our experiments show that encoder-decoder pretrained language models can achieve similar performance or surpass state-of-the-art methods for syntactic and semantic parsing when the model output is constrained to be valid.

📄 PDF Abstract BibTeX arXiv:2206.10668

Code (1)

microsoft/semantic_parsing_with_constrained_lm 공식 구현

Tasks

DecoderLanguage ModelingLanguage ModellingSemantic ParsingText Generationvalid

Similar Papers 제목 키워드 기반

Visualizing Linguistic Diversity of Text Datasets Synthesized by Large Language Models

2023-05-19 · Emily Reif, Minsuk Kahng, Savvas Petridis

Large language models (LLMs) can be used to generate smaller, more refined datasets via few-shot prompting for benchmarking, fine-tuning or other use cases. However, understanding and evaluating these datasets is difficu…

BenchmarkingDiversity

EquiBench: Benchmarking Large Language Models' Understanding of Program Semantics via Equivalence Checking

2025-02-18 · Anjiang Wei, Jiannan Cao, Ran Li, Hongyu Chen 외

As large language models (LLMs) become integral to code-related tasks, a central question emerges: do LLMs truly understand program execution semantics? We introduce EquiBench, a new benchmark for evaluating LLMs through…

BenchmarkingBinary ClassificationCode GenerationScheduling

Benchmarking Linguistic Diversity of Large Language Models

2024-12-13 · Yanzhu Guo, Guokan Shang, Chloé Clavel

The development and evaluation of Large Language Models (LLMs) has primarily focused on their task-solving capabilities, with recent models even surpassing human performance in some areas. However, this focus often negle…

BenchmarkingDiversityText Generation

Language Models at the Syntax-Semantics Interface: A Case Study of the Long-Distance Binding of Chinese Reflexive ziji

2025-04-02 · Xiulin Yang

This paper explores whether language models can effectively resolve the complex binding patterns of the Mandarin Chinese reflexive ziji, which are constrained by both syntactic and semantic factors. We construct a datase…

The Grammar of Transformers: A Systematic Review of Interpretability Research on Syntactic Knowledge in Language Models

2026-01-09 · Nora Graichen, Iria de-Dios-Flores, Gemma Boleda arxiv

We present a systematic review of 337 articles evaluating the syntactic abilities of Transformer-based language models (TLMs), reporting on over 3,000 datapoints spanning a wide range of syntactic phenomena, languages, m…