Structured Prediction

186 papers with code • 1 benchmarks • 6 datasets

Structured Prediction is an area of machine learning focusing on representations of spaces with combinatorial structure, and algorithms for inference and parameter estimation over these structures. Core methods include both tractable exact approaches like dynamic programming and spanning tree algorithms as well as heuristic techniques such as linear programming relaxations and greedy search.

Source: Torch-Struct: Deep Structured Prediction Library

Libraries

Use these libraries to find Structured Prediction models and implementations

Promptly Predicting Structures: The Return of Inference

utahnlp/prompts-for-structures 12 Jan 2024

Can the promise of the prompt-based paradigm be extended to such structured outputs?

1
12 Jan 2024

Lazy-k: Decoding for Constrained Token Classification

arthurdevnl/lazyk 6 Dec 2023

We explore the possibility of improving probabilistic models in structured prediction.

1
06 Dec 2023

Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning

psunlpgroup/fish-dip 7 Nov 2023

Unfortunately, this requires formatting them into specialized augmented format unknown to the base pretrained language model (PLMs) necessitating finetuning to the target format.

1
07 Nov 2023

SpEL: Structured Prediction for Entity Linking

shavarani/spel 23 Oct 2023

Entity linking is a prominent thread of research focused on structured data creation by linking spans of text to an ontology or knowledge source.

16
23 Oct 2023

A Unified View of Evaluation Metrics for Structured Prediction

wanmok/metametric 20 Oct 2023

We present a conceptual framework that unifies a variety of evaluation metrics for different structured prediction tasks (e. g. event and relation extraction, syntactic and semantic parsing).

2
20 Oct 2023

Contextual Label Projection for Cross-Lingual Structured Prediction

pluslabnlp/clap 16 Sep 2023

Label projection, which involves obtaining translated labels and texts jointly, is essential for leveraging machine translation to facilitate cross-lingual transfer in structured prediction tasks.

0
16 Sep 2023

SPEECH: Structured Prediction with Energy-Based Event-Centric Hyperspheres

zjunlp/speech 23 May 2023

Event-centric structured prediction involves predicting structured outputs of events.

12
23 May 2023

MvP: Multi-view Prompting Improves Aspect Sentiment Tuple Prediction

ZubinGou/multi-view-prompting 22 May 2023

Generative methods greatly promote aspect-based sentiment analysis via generating a sequence of sentiment elements in a specified format.

58
22 May 2023

Data-efficient Active Learning for Structured Prediction with Partial Annotation and Self-Training

zzsfornlp/zmsp 22 May 2023

To address this challenge, we adopt an error estimator to adaptively decide the partial selection ratio according to the current model's capability.

28
22 May 2023

RxnScribe: A Sequence Generation Model for Reaction Diagram Parsing

thomas0809/rxnscribe 19 May 2023

Reaction diagram parsing is the task of extracting reaction schemes from a diagram in the chemistry literature.

42
19 May 2023