paper-with-me

Papers

Probing for Incremental Parse States in Autoregressive Language Models

2022-11-17 · Tiwalayo Eisape, Vineet Gangireddy, Roger P. Levy, Yoon Kim

Next-word predictions from autoregressive neural language models show remarkable sensitivity to syntax. This work evaluates the extent to which this behavior arises as a result of a learned ability to maintain implicit representations of incremental syntactic structures. We extend work in syntactic probing to the incremental setting and present several probes for extracting incomplete syntactic structure (operationalized through parse states from a stack-based parser) from autoregressive language models. We find that our probes can be used to predict model preferences on ambiguous sentence prefixes and causally intervene on model representations and steer model behavior. This suggests implicit incremental syntactic inferences underlie next-word predictions in autoregressive neural language models.

📄 PDF Abstract BibTeX arXiv:2211.09748

Code (1)

eisape/incremental_parse_probe 공식 구현 pytorch

Tasks

SensitivitySentence

Similar Papers 제목 키워드 기반

How Far Ahead Do LLMs Plan? Uncovering the Latent Horizon in Chain-of-Thought Reasoning

2026-02-02 · Liyan Xu, Mo Yu, Fandong Meng, Jie Zhou arxiv

Chain-of-thought (CoT) reasoning has become a central mechanism for eliciting multi-step reasoning in Large Language Models (LLMs). Yet recent evidence presents a tension: hidden states appear to already encode future re…

Relational Probing: LM-to-Graph Adaptation for Financial Prediction

2026-04-11 · Yingjie Niu, Changhong Jin, Rian Dolphin, Ruihai Dong arxiv

Language models can be used to identify relationships between financial entities in text. However, while structured output mechanisms exist, prompting-based pipelines still incur autoregressive decoding costs and decoupl…

Incremental Sentence Processing Mechanisms in Autoregressive Transformer Language Models

2024-12-06 · Michael Hanna, Aaron Mueller

Autoregressive transformer language models (LMs) possess strong syntactic abilities, often successfully handling phenomena from agreement to NPI licensing. However, the features they use to incrementally process language…

Sentence

Can BERT Refrain from Forgetting on Sequential Tasks? A Probing Study

2023-03-02 · Mingxu Tao, Yansong Feng, Dongyan Zhao

Large pre-trained language models help to achieve state of the art on a variety of natural language processing (NLP) tasks, nevertheless, they still suffer from forgetting when incrementally learning a sequence of tasks.…

Extractive Question-AnsweringIncremental LearningQuestion Answeringtext-classification+1

When Only Time Will Tell: Interpreting How Transformers Process Local Ambiguities Through the Lens of Restart-Incrementality

2024-02-20 · Brielen Madureira, Patrick Kahardipraja, David Schlangen

Incremental models that process sentences one token at a time will sometimes encounter points where more than one interpretation is possible. Causal models are forced to output one interpretation and continue, whereas mo…

Dependency Parsing