paper-with-me

홈 › Papers

Augmented Natural Language for Generative Sequence Labeling

2020-09-15 · EMNLP 2020 11 · Ben Athiwaratkun, Cicero Nogueira dos santos, Jason Krone, Bing Xiang

We propose a generative framework for joint sequence labeling and sentence-level classification. Our model performs multiple sequence labeling tasks at once using a single, shared natural language output space. Unlike prior discriminative methods, our model naturally incorporates label semantics and shares knowledge across tasks. Our framework is general purpose, performing well on few-shot, low-resource, and high-resource tasks. We demonstrate these advantages on popular named entity recognition, slot labeling, and intent classification benchmarks. We set a new state-of-the-art for few-shot slot labeling, improving substantially upon the previous 5-shot ($75.0\% \rightarrow 90.9\%$) and 1-shot ($70.4\% \rightarrow 81.0\%$) state-of-the-art results. Furthermore, our model generates large improvements ($46.27\% \rightarrow 63.83\%$) in low-resource slot labeling over a BERT baseline by incorporating label semantics. We also maintain competitive results on high-resource tasks, performing within two points of the state-of-the-art on all tasks and setting a new state-of-the-art on the SNIPS dataset.

📄 PDF Abstract BibTeX arXiv:2009.13272

Code (0)

등록된 구현이 없습니다.

Tasks

intent-classificationIntent Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Sentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Understanding protein function with a multimodal retrieval-augmented foundation model

2025-08-05 · Timothy Fei Truong, Tristan Bepler arxiv

Protein language models (PLMs) learn probability distributions over natural protein sequences. By learning from hundreds of millions of natural protein sequences, protein understanding and design capabilities emerge. Rec…

Protein Function PredictionRepresentation Learning

PoET: A generative model of protein families as sequences-of-sequences

2023-06-09 · NeurIPS 2023 11 · Timothy F. Truong Jr, Tristan Bepler

Generative protein language models are a natural way to design new proteins with desired functions. However, current models are either difficult to direct to produce a protein from a specific family of interest, or must …

Language ModellingMultiple Sequence AlignmentTransfer Learning

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

Structured Prediction as Translation between Augmented Natural Languages

2021-01-14 · ICLR 2021 1 · Giovanni Paolini, Ben Athiwaratkun, Jason Krone, Jie Ma 외

We propose a new framework, Translation between Augmented Natural Languages (TANL), to solve many structured prediction language tasks including joint entity and relation extraction, nested named entity recognition, rela…

coreference-resolutionCoreference ResolutionDialogue State TrackingEvent Extraction+13

A New Concept of Deep Reinforcement Learning based Augmented General Tagging System

2018-08-01 · COLING 2018 8 · Yu Wang, Abhishek Patel, Hongxia Jin

In this paper, a new deep reinforcement learning based augmented general tagging system is proposed. The new system contains two parts: a deep neural network (DNN) based sequence labeling model and a deep reinforcement l…

Deep Reinforcement LearningNamed Entity Recognition (NER)reinforcement-learningReinforcement Learning+3