paper-with-me

홈 › Papers

Learning Task-specific Representation for Novel Words in Sequence Labeling

2019-05-29 · Minlong Peng, Qi Zhang, Xiaoyu Xing, Tao Gui, Jinlan Fu, Xuanjing Huang

Word representation is a key component in neural-network-based sequence labeling systems. However, representations of unseen or rare words trained on the end task are usually poor for appreciable performance. This is commonly referred to as the out-of-vocabulary (OOV) problem. In this work, we address the OOV problem in sequence labeling using only training data of the task. To this end, we propose a novel method to predict representations for OOV words from their surface-forms (e.g., character sequence) and contexts. The method is specifically designed to avoid the error propagation problem suffered by existing approaches in the same paradigm. To evaluate its effectiveness, we performed extensive empirical studies on four part-of-speech tagging (POS) tasks and four named entity recognition (NER) tasks. Experimental results show that the proposed method can achieve better or competitive performance on the OOV problem compared with existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1905.12277

Code (1)

v-mipeng/TaskOOV 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERPart-Of-Speech TaggingPOS

Similar Papers 제목 키워드 기반

Learning Mutually Informed Representations for Characters and Subwords

2023-11-14 · Yilin Wang, Xinyi Hu, Matthew R. Gormley

Most pretrained language models rely on subword tokenization, which processes text as a sequence of subword tokens. However, different granularities of text, such as characters, subwords, and words, can contain different…

named-entity-recognitionNamed Entity RecognitionPOSPOS Tagging+2

Exploring Sequence-to-Sequence Learning in Aspect Term Extraction

2019-07-01 · ACL 2019 7 · Dehong Ma, Sujian Li, Fangzhao Wu, Xing Xie 외

Aspect term extraction (ATE) aims at identifying all aspect terms in a sentence and is usually modeled as a sequence labeling problem. However, sequence labeling based methods cannot make full use of the overall meaning …

DecoderPositionSentenceTerm Extraction

Target-oriented Opinion Words Extraction with Target-fused Neural Sequence Labeling

2019-06-01 · NAACL 2019 6 · Zhifang Fan, Zhen Wu, Xin-yu Dai, Shu-Jian Huang 외

Opinion target extraction and opinion words extraction are two fundamental subtasks in Aspect Based Sentiment Analysis (ABSA). Recently, many methods have made progress on these two tasks. However, few works aim at extra…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect-oriented Opinion ExtractionOpinion Summarization+2

Learning Better Internal Structure of Words for Sequence Labeling

2018-10-29 · EMNLP 2018 10 · Yingwei Xin, Ethan Hart, Vibhuti Mahajan, Jean-David Ruvini

Character-based neural models have recently proven very useful for many NLP tasks. However, there is a gap of sophistication between methods for learning representations of sentences and words. While most character model…

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

DyLex: Incorporating Dynamic Lexicons into BERT for Sequence Labeling

2021-09-18 · EMNLP 2021 11 · Baojun Wang, Zhao Zhang, Kun Xu, Guang-Yuan Hao 외

Incorporating lexical knowledge into deep learning models has been proved to be very effective for sequence labeling tasks. However, previous works commonly have difficulty dealing with large-scale dynamic lexicons which…

DenoisingTAG