paper-with-me

Papers

Label-Agnostic Sequence Labeling by Copying Nearest Neighbors

2019-06-10 · ACL 2019 7 · Sam Wiseman, Karl Stratos

Retrieve-and-edit based approaches to structured prediction, where structures associated with retrieved neighbors are edited to form new structures, have recently attracted increased interest. However, much recent work merely conditions on retrieved structures (e.g., in a sequence-to-sequence framework), rather than explicitly manipulating them. We show we can perform accurate sequence labeling by explicitly (and only) copying labels from retrieved neighbors. Moreover, because this copying is label-agnostic, we can achieve impressive performance when transferring to new sequence-labeling tasks without retraining. We additionally consider a dynamic programming approach to sequence labeling in the presence of retrieved neighbors, which allows for controlling the number of distinct (copied) segments used to form a prediction, and leads to both more interpretable and accurate predictions.

📄 PDF Abstract BibTeX arXiv:1906.04225

Code (1)

swiseman/neighbor-tagging 공식 구현 pytorch

Tasks

FormStructured Prediction

Similar Papers 제목 키워드 기반

A Sequence-to-Sequence Model for Semantic Role Labeling

2018-07-09 · WS 2018 7 · Angel Daza, Anette Frank

We explore a novel approach for Semantic Role Labeling (SRL) by casting it as a sequence-to-sequence process. We employ an attention-based model enriched with a copying mechanism to ensure faithful regeneration of the in…

BenchmarkingSemantic Role Labeling

GNN-SL: Sequence Labeling Based on Nearest Examples via GNN

2022-12-05 · Shuhe Wang, Yuxian Meng, Rongbin Ouyang, Jiwei Li 외

To better handle long-tail cases in the sequence labeling (SL) task, in this work, we introduce graph neural networks sequence labeling (GNN-SL), which augments the vanilla SL model output with similar tagging examples r…

Chinese Word Segmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Smoothing the Black-Box: Signed-Distance Supervision for Black-Box Model Copying

2026-01-28 · Rubén Jiménez, Oriol Pujol arxiv

Deployed machine learning systems must continuously evolve as data, architectures, and regulations change, often without access to original training data or model internals. In such settings, black-box copying provides a…

Detecting Local Insights from Global Labels: Supervised & Zero-Shot Sequence Labeling via a Convolutional Decomposition

2019-06-04 · Allen Schmaltz

We propose a new, more actionable view of neural network interpretability and data analysis by leveraging the remarkable matching effectiveness of representations derived from deep networks, guided by an approach for cla…

Grammatical Error DetectionText GenerationWord Embeddings

Detecting Local Insights from Global Labels: Supervised and Zero-Shot Sequence Labeling via a Convolutional Decomposition

2021-12-01 · CL (ACL) 2021 12 · Allen Schmaltz

Abstract We propose a new, more actionable view of neural network interpretability and data analysis by leveraging the remarkable matching effectiveness of representations derived from deep networks, guided by an approac…