paper-with-me

Papers

An Enhanced Span-based Decomposition Method for Few-Shot Sequence Labeling

2021-09-27 · NAACL 2022 7 · Peiyi Wang, Runxin Xu, Tianyu Liu, Qingyu Zhou, Yunbo Cao, Baobao Chang, Zhifang Sui

Few-Shot Sequence Labeling (FSSL) is a canonical paradigm for the tagging models, e.g., named entity recognition and slot filling, to generalize on an emerging, resource-scarce domain. Recently, the metric-based meta-learning framework has been recognized as a promising approach for FSSL. However, most prior works assign a label to each token based on the token-level similarities, which ignores the integrality of named entities or slots. To this end, in this paper, we propose ESD, an Enhanced Span-based Decomposition method for FSSL. ESD formulates FSSL as a span-level matching problem between test query and supporting instances. Specifically, ESD decomposes the span matching problem into a series of span-level procedures, mainly including enhanced span representation, class prototype aggregation and span conflicts resolution. Extensive experiments show that ESD achieves the new state-of-the-art results on two popular FSSL benchmarks, FewNERD and SNIPS, and is proven to be more robust in the nested and noisy tagging scenarios. Our code is available at https://github.com/Wangpeiyi9979/ESD.

📄 PDF Abstract BibTeX arXiv:2109.13023

Code (1)

wangpeiyi9979/esd 공식 구현 pytorch

Tasks

Few-shot NERMeta-Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)slot-fillingSlot Filling

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Decomposed Meta-Learning for Few-Shot Sequence Labeling

2024-03-04 · IEEE/ACM Transactions on Audio, Speech, and Language Processing (Volume: 32) 2024 3 · Tingting Ma, Qianhui Wu, Huiqiang Jiang, Jieru Lin 외

Few-shot sequence labeling is a general problem formulation for many natural language understanding tasks in data-scarcity scenarios, which require models to generalize to new types via only a few labeled examples. Recen…

Entity TypingEvent DetectionFew-shot NERMeta-Learning+8

Decomposed Meta-Learning for Few-Shot Named Entity Recognition

2022-04-12 · Findings (ACL) 2022 5 · Tingting Ma, Huiqiang Jiang, Qianhui Wu, Tiejun Zhao 외

Few-shot named entity recognition (NER) systems aim at recognizing novel-class named entities based on only a few labeled examples. In this paper, we present a decomposed meta-learning approach which addresses the proble…

Entity TypingFew-shot NERMeta-LearningNamed Entity Recognition+1

Unifying Token and Span Level Supervisions for Few-Shot Sequence Labeling

2023-07-16 · Zifeng Cheng, Qingyu Zhou, Zhiwei Jiang, Xuemin Zhao 외

Few-shot sequence labeling aims to identify novel classes based on only a few labeled samples. Existing methods solve the data scarcity problem mainly by designing token-level or span-level labeling models based on metri…

Metric Learning

ToPro: Token-Level Prompt Decomposition for Cross-Lingual Sequence Labeling Tasks

2024-01-29 · Bolei Ma, Ercong Nie, Shuzhou Yuan, Helmut Schmid 외

Prompt-based methods have been successfully applied to multilingual pretrained language models for zero-shot cross-lingual understanding. However, most previous studies primarily focused on sentence-level classification …

BenchmarkingCross-Lingual TransferIn-Context Learningnamed-entity-recognition+8

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