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

Mixture of Soft Prompts for Controllable Data Generation

derekchen14/mixture_soft_prompts 2 Mar 2023

Large language models (LLMs) effectively generate fluent text when the target output follows natural language patterns.

2
02 Mar 2023

PAC Prediction Sets for Large Language Models of Code

adamkhakhar/python-pac-code-prediction-set 17 Feb 2023

Given a trained code generation model, our algorithm leverages a programming language's abstract syntax tree to generate a set of programs such that the correct program is in the set with high-confidence.

2
17 Feb 2023

Diverse Probabilistic Trajectory Forecasting with Admissibility Constraints

lcalem/diva 7 Feb 2023

Predicting multiple trajectories for road users is important for automated driving systems: ego-vehicle motion planning indeed requires a clear view of the possible motions of the surrounding agents.

4
07 Feb 2023

Connecting the Dots: Floorplan Reconstruction Using Two-Level Queries

ywyue/roomformer CVPR 2023

Instead, we formulate floorplan reconstruction as a single-stage structured prediction task: find a variable-size set of polygons, which in turn are variable-length sequences of ordered vertices.

135
28 Nov 2022

Lifting Weak Supervision To Structured Prediction

sprocketlab/ws-structured-prediction 24 Nov 2022

Weak supervision (WS) is a rich set of techniques that produce pseudolabels by aggregating easily obtained but potentially noisy label estimates from a variety of sources.

2
24 Nov 2022

A Graph Is More Than Its Nodes: Towards Structured Uncertainty-Aware Learning on Graphs

hans66hsu/structured_uncertainty_metrics 27 Oct 2022

Current graph neural networks (GNNs) that tackle node classification on graphs tend to only focus on nodewise scores and are solely evaluated by nodewise metrics.

2
27 Oct 2022

Autoregressive Structured Prediction with Language Models

lyutyuh/asp 26 Oct 2022

Recent years have seen a paradigm shift in NLP towards using pretrained language models ({PLM}) for a wide range of tasks.

94
26 Oct 2022

Code4Struct: Code Generation for Few-Shot Event Structure Prediction

xingyaoww/code4struct 23 Oct 2022

As a case study, we formulate Event Argument Extraction (EAE) as converting text into event-argument structures that can be represented as a class object using code.

38
23 Oct 2022

Evidence > Intuition: Transferability Estimation for Encoder Selection

mainlp/logme-nlp 20 Oct 2022

With the increase in availability of large pre-trained language models (LMs) in Natural Language Processing (NLP), it becomes critical to assess their fit for a specific target task a priori - as fine-tuning the entire space of available LMs is computationally prohibitive and unsustainable.

5
20 Oct 2022

A Survey of Active Learning for Natural Language Processing

zzsfornlp/zmsp 18 Oct 2022

In this work, we provide a survey of active learning (AL) for its applications in natural language processing (NLP).

28
18 Oct 2022