paper-with-me

Papers

Autoregressive Structured Prediction with Language Models

2022-10-26 · Tianyu Liu, Yuchen Jiang, Nicholas Monath, Ryan Cotterell, Mrinmaya Sachan

Recent years have seen a paradigm shift in NLP towards using pretrained language models ({PLM}) for a wide range of tasks. However, there are many difficult design decisions to represent structures (e.g. tagged text, coreference chains) in a way such that they can be captured by PLMs. Prior work on structured prediction with PLMs typically flattens the structured output into a sequence, which limits the quality of structural information being learned and leads to inferior performance compared to classic discriminative models. In this work, we describe an approach to model structures as sequences of actions in an autoregressive manner with PLMs, allowing in-structure dependencies to be learned without any loss. Our approach achieves the new state-of-the-art on all the structured prediction tasks we looked at, namely, named entity recognition, end-to-end relation extraction, and coreference resolution.

📄 PDF Abstract BibTeX arXiv:2210.14698

Code (1)

lyutyuh/asp 공식 구현 pytorch

Tasks

Coreference ResolutionNamed Entity RecognitionNamed Entity Recognition (NER)PredictionRelation ExtractionStructured Prediction

Similar Papers 제목 키워드 기반

Fast SceneScript: Fast and Accurate Language-Based 3D Scene Understanding via Multi-Token Prediction

2025-12-05 · Ruihong Yin, Xuepeng Shi, Oleksandr Bailo, Marco Manfredi 외 arxiv

Recent perception-generalist approaches based on language models have achieved state-of-the-art results across diverse tasks, including 3D scene layout estimation and 3D object detection, via unified architecture and int…

3D Object DetectionScene Understanding

Uncertainty Estimation in Autoregressive Structured Prediction

2020-02-18 · ICLR 2021 1 · Andrey Malinin, Mark Gales

Uncertainty estimation is important for ensuring safety and robustness of AI systems. While most research in the area has focused on un-structured prediction tasks, limited work has investigated general uncertainty estim…

Image ClassificationMachine TranslationPredictionspeech-recognition+3

Mapping the Course for Prompt-based Structured Prediction

2025-08-20 · Matt Pauk, Maria Leonor Pacheco arxiv

Large language models (LLMs) have demonstrated strong performance in a wide-range of language tasks without requiring task-specific fine-tuning. However, they remain prone to hallucinations and inconsistencies, and often…

Structured Prediction

Autoregressive Models Rival Diffusion Models at ANY-ORDER Generation

2026-01-19 · Tianqi Du, Lizhe Fang, Weijie Yang, Chenheng Zhang 외 arxiv

Diffusion language models enable any-order generation and bidirectional conditioning, offering appealing flexibility for tasks such as infilling, rewriting, and self-correction. However, their formulation-predicting one …

Question Answering

The Expressivity Boundary of Probabilistic Circuits: A Comparison with Large Language Models

2026-05-13 · Zhiyu Zhao, Xuejie Liu, Muhan Zhang, Anji Liu arxiv

Probabilistic Circuits (PCs) are deep generative models that support exact and efficient probabilistic inference. Yet in autoregressive language modeling, PCs still lag behind Transformer-based large language models (LLM…