paper-with-me

홈 › Papers

Embeddings of Label Components for Sequence Labeling: A Case Study of Fine-grained Named Entity Recognition

2020-06-02 · ACL 2020 6 · Takuma Kato, Kaori Abe, Hiroki Ouchi, Shumpei Miyawaki, Jun Suzuki, Kentaro Inui

In general, the labels used in sequence labeling consist of different types of elements. For example, IOB-format entity labels, such as B-Person and I-Person, can be decomposed into span (B and I) and type information (Person). However, while most sequence labeling models do not consider such label components, the shared components across labels, such as Person, can be beneficial for label prediction. In this work, we propose to integrate label component information as embeddings into models. Through experiments on English and Japanese fine-grained named entity recognition, we demonstrate that the proposed method improves performance, especially for instances with low-frequency labels.

📄 PDF Abstract BibTeX arXiv:2006.01372

Code (1)

katotakuma0501/Fine-grained-NER-models 공식 구현 tf

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

Word Embeddings vs Word Types for Sequence Labeling: the Curious Case of CV Parsing

2015-06-01 · WS 2015 6 · Melanie Tosik, Carsten Lygteskov Hansen, Gerard Goossen, Mihai Rotaru
Word Embeddings

Empirical Error Modeling Improves Robustness of Noisy Neural Sequence Labeling

2021-05-25 · Findings (ACL) 2021 8 · Marcin Namysl, Sven Behnke, Joachim köhler

Despite recent advances, standard sequence labeling systems often fail when processing noisy user-generated text or consuming the output of an Optical Character Recognition (OCR) process. In this paper, we improve the no…

Language ModelingLanguage ModellingOptical Character RecognitionOptical Character Recognition (OCR)+1

Neural Semantic Role Labeling with Dependency Path Embeddings

2016-05-24 · ACL 2016 8 · Michael Roth, Mirella Lapata

This paper introduces a novel model for semantic role labeling that makes use of neural sequence modeling techniques. Our approach is motivated by the observation that complex syntactic structures and related phenomena, …

Semantic Role Labeling

Co-Speech Gesture Detection through Multi-Phase Sequence Labeling

2023-08-21 · Esam Ghaleb, Ilya Burenko, Marlou Rasenberg, Wim Pouw 외

Gestures are integral components of face-to-face communication. They unfold over time, often following predictable movement phases of preparation, stroke, and retraction. Yet, the prevalent approach to automatic gesture …

Binary Classification

Empower Sequence Labeling with Task-Aware Neural Language Model

2017-09-13 · Liyuan Liu, Jingbo Shang, Frank F. Xu, Xiang Ren 외

Linguistic sequence labeling is a general modeling approach that encompasses a variety of problems, such as part-of-speech tagging and named entity recognition. Recent advances in neural networks (NNs) make it possible t…

GPULanguage ModelingLanguage Modellingnamed-entity-recognition+6