paper-with-me

Papers

Multi-Task Learning with Contextualized Word Representations for Extented Named Entity Recognition

2019-02-26 · Thai-Hoang Pham, Khai Mai, Nguyen Minh Trung, Nguyen Tuan Duc, Danushka Bolegala, Ryohei Sasano, Satoshi Sekine

Fine-Grained Named Entity Recognition (FG-NER) is critical for many NLP applications. While classical named entity recognition (NER) has attracted a substantial amount of research, FG-NER is still an open research domain. The current state-of-the-art (SOTA) model for FG-NER relies heavily on manual efforts for building a dictionary and designing hand-crafted features. The end-to-end framework which achieved the SOTA result for NER did not get the competitive result compared to SOTA model for FG-NER. In this paper, we investigate how effective multi-task learning approaches are in an end-to-end framework for FG-NER in different aspects. Our experiments show that using multi-task learning approaches with contextualized word representation can help an end-to-end neural network model achieve SOTA results without using any additional manual effort for creating data and designing features.

📄 PDF Abstract BibTeX arXiv:1902.10118

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Improved Word Sense Disambiguation Using Pre-Trained Contextualized Word Representations

2019-10-01 · IJCNLP 2019 11 · Christian Hadiwinoto, Hwee Tou Ng, Wee Chung Gan

Contextualized word representations are able to give different representations for the same word in different contexts, and they have been shown to be effective in downstream natural language processing tasks, such as qu…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question Answering+3

How Contextual are Contextualized Word Representations? Comparing the Geometry of BERT, ELMo, and GPT-2 Embeddings

2019-09-02 · IJCNLP 2019 11 · Kawin Ethayarajh

Replacing static word embeddings with contextualized word representations has yielded significant improvements on many NLP tasks. However, just how contextual are the contextualized representations produced by models suc…

Word Embeddings

Verb Sense Clustering using Contextualized Word Representations for Semantic Frame Induction

2021-05-27 · Findings (ACL) 2021 8 · Kosuke Yamada, Ryohei Sasano, Koichi Takeda

Contextualized word representations have proven useful for various natural language processing tasks. However, it remains unclear to what extent these representations can cover hand-coded semantic information such as sem…

Clustering

CX-ST-RNM at SemEval-2019 Task 3: Fusion of Recurrent Neural Networks Based on Contextualized and Static Word Representations for Contextual Emotion Detection

2019-06-01 · SEMEVAL 2019 6 · Micha{\l} Pere{\l}kiewicz

In this paper, I describe a fusion model combining contextualized and static word representations for approaching the EmoContext task in the SemEval 2019 competition. The model is based on two Recurrent Neural Networks, …

Learning Taxonomies of Concepts and not Words using Contextualized Word Representations: A Position Paper

2019-01-31 · Lukas Schmelzeisen, Steffen Staab

Taxonomies are semantic hierarchies of concepts. One limitation of current taxonomy learning systems is that they define concepts as single words. This position paper argues that contextualized word representations, whic…

Position