paper-with-me

홈 › Papers

Sequence Labeling: A Practical Approach

2018-08-12 · Adnan Akhundov, Dietrich Trautmann, Georg Groh

We take a practical approach to solving sequence labeling problem assuming unavailability of domain expertise and scarcity of informational and computational resources. To this end, we utilize a universal end-to-end Bi-LSTM-based neural sequence labeling model applicable to a wide range of NLP tasks and languages. The model combines morphological, semantic, and structural cues extracted from data to arrive at informed predictions. The model's performance is evaluated on eight benchmark datasets (covering three tasks: POS-tagging, NER, and Chunking, and four languages: English, German, Dutch, and Spanish). We observe state-of-the-art results on four of them: CoNLL-2012 (English NER), CoNLL-2002 (Dutch NER), GermEval 2014 (German NER), Tiger Corpus (German POS-tagging), and competitive performance on the rest.

📄 PDF Abstract BibTeX arXiv:1808.03926

Code (1)

aakhundov/sequence-labeling 공식 구현 tf

Tasks

ChunkingNERPOSPOS Tagging

Similar Papers 제목 키워드 기반

Design Challenges and Misconceptions in Neural Sequence Labeling

2018-06-12 · COLING 2018 8 · Jie Yang, Shuailong Liang, Yue Zhang

We investigate the design challenges of constructing effective and efficient neural sequence labeling systems, by reproducing twelve neural sequence labeling models, which include most of the state-of-the-art structures,…

ChunkingMisconceptionsNERPOS+1

Viable Dependency Parsing as Sequence Labeling

2019-02-27 · NAACL 2019 6 · Michalina Strzyz, David Vilares, Carlos Gómez-Rodríguez

We recast dependency parsing as a sequence labeling problem, exploring several encodings of dependency trees as labels. While dependency parsing by means of sequence labeling had been attempted in existing work, results …

Dependency Parsing

How Does Beam Search improve Span-Level Confidence Estimation in Generative Sequence Labeling?

2022-12-21 · Kazuma Hashimoto, Iftekhar Naim, Karthik Raman

Sequence labeling is a core task in text understanding for IE/IR systems. Text generation models have increasingly become the go-to solution for such tasks (e.g., entity extraction and dialog slot filling). While most re…

slot-fillingSlot FillingText Generation

Token-level Sequence Labeling for Spoken Language Understanding using Compositional End-to-End Models

2022-10-27 · Siddhant Arora, Siddharth Dalmia, Brian Yan, Florian Metze 외

End-to-end spoken language understanding (SLU) systems are gaining popularity over cascaded approaches due to their simplicity and ability to avoid error propagation. However, these systems model sequence labeling as a s…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Spoken Language Understanding

Small and Practical BERT Models for Sequence Labeling

2019-08-31 · IJCNLP 2019 11 · Henry Tsai, Jason Riesa, Melvin Johnson, Naveen Arivazhagan 외

We propose a practical scheme to train a single multilingual sequence labeling model that yields state of the art results and is small and fast enough to run on a single CPU. Starting from a public multilingual BERT chec…

CPUPart-Of-Speech Tagging