paper-with-me

Papers

Neural Named Entity Recognition from Subword Units

2018-08-22 · Abdalghani Abujabal, Judith Gaspers

Named entity recognition (NER) is a vital task in spoken language understanding, which aims to identify mentions of named entities in text e.g., from transcribed speech. Existing neural models for NER rely mostly on dedicated word-level representations, which suffer from two main shortcomings. First, the vocabulary size is large, yielding large memory requirements and training time. Second, these models are not able to learn morphological or phonological representations. To remedy the above shortcomings, we adopt a neural solution based on bidirectional LSTMs and conditional random fields, where we rely on subword units, namely characters, phonemes, and bytes. For each word in an utterance, our model learns a representation from each of the subword units. We conducted experiments in a real-world large-scale setting for the use case of a voice-controlled device covering four languages with up to 5.5M utterances per language. Our experiments show that (1) with increasing training data, performance of models trained solely on subword units becomes closer to that of models with dedicated word-level embeddings (91.35 vs 93.92 F1 for English), while using a much smaller vocabulary size (332 vs 74K), (2) subword units enhance models with dedicated word-level embeddings, and (3) combining different subword units improves performance.

📄 PDF Abstract BibTeX arXiv:1808.07364

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

Named Entity-Factored Transformer for Proper Noun Translation

2021-12-01 · ICON 2021 12 · Kohichi Takai, Gen Hattori, Akio Yoneyama, Keiji Yasuda 외

Subword-based neural machine translation decreases the number of out-of-vocabulary (OOV) words and also keeps the translation quality if input sentences include OOV words. The subword-based NMT decomposes a word into sho…

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+4

Hierarchical Meta-Embeddings for Code-Switching Named Entity Recognition

2019-09-18 · IJCNLP 2019 11 · Genta Indra Winata, Zhaojiang Lin, Jamin Shin, Zihan Liu 외

In countries that speak multiple main languages, mixing up different languages within a conversation is commonly called code-switching. Previous works addressing this challenge mainly focused on word-level aspects such a…

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

Hierarchical Transformer Model for Scientific Named Entity Recognition

2022-03-28 · Urchade Zaratiana, Pierre Holat, Nadi Tomeh, Thierry Charnois

The task of Named Entity Recognition (NER) is an important component of many natural language processing systems, such as relation extraction and knowledge graph construction. In this work, we present a simple and effect…

Data Augmentationgraph constructionmodelnamed-entity-recognition+4

Adapting Word Embeddings to New Languages with Morphological and Phonological Subword Representations

2018-08-28 · EMNLP 2018 10 · Aditi Chaudhary, Chunting Zhou, Lori Levin, Graham Neubig 외

Much work in Natural Language Processing (NLP) has been for resource-rich languages, making generalization to new, less-resourced languages challenging. We present two approaches for improving generalization to low-resou…

AvgMachine Translationnamed-entity-recognitionNamed Entity Recognition+5

Hybrid CTC-Attention based End-to-End Speech Recognition using Subword Units

2018-07-13 · Zhangyu Xiao, Zhijian Ou, Wei Chu, Hui Lin

In this paper, we present an end-to-end automatic speech recognition system, which successfully employs subword units in a hybrid CTC-Attention based system. The subword units are obtained by the byte-pair encoding (BPE)…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+2