paper-with-me

홈 › Papers

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 models for learning representations of sentences are deep and complex, models for learning representations of words are shallow and simple. Also, in spite of considerable research on learning character embeddings, it is still not clear which kind of architecture is the best for capturing character-to-word representations. To address these questions, we first investigate the gaps between methods for learning word and sentence representations. We conduct detailed experiments and comparisons of different state-of-the-art convolutional models, and also investigate the advantages and disadvantages of their constituents. Furthermore, we propose IntNet, a funnel-shaped wide convolutional neural architecture with no down-sampling for learning representations of the internal structure of words by composing their characters from limited, supervised training corpora. We evaluate our proposed model on six sequence labeling datasets, including named entity recognition, part-of-speech tagging, and syntactic chunking. Our in-depth analysis shows that IntNet significantly outperforms other character embedding models and obtains new state-of-the-art performance without relying on any external knowledge or resources.

📄 PDF Abstract BibTeX arXiv:1810.12443

Code (0)

등록된 구현이 없습니다.

Tasks

Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingSentence

Similar Papers 제목 키워드 기반

Learning Task-specific Representation for Novel Words in Sequence Labeling

2019-05-29 · Minlong Peng, Qi Zhang, Xiaoyu Xing, Tao Gui 외

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 com…

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

Contextual String Embeddings for Sequence Labeling

2018-08-01 · COLING 2018 8 · Alan Akbik, Duncan Blythe, Rol Vollgraf,

Recent advances in language modeling using recurrent neural networks have made it viable to model language as distributions over characters. By learning to predict the next character on the basis of previous characters, …

ChunkingLanguage ModelingLanguage Modellingnamed-entity-recognition+4

Target-specified Sequence Labeling with Multi-head Self-attention for Target-oriented Opinion Words Extraction

2021-06-01 · NAACL 2021 4 · Yuhao Feng, Yanghui Rao, Yuyao Tang, Ninghua Wang 외

Opinion target extraction and opinion term extraction are two fundamental tasks in Aspect Based Sentiment Analysis (ABSA). Many recent works on ABSA focus on Target-oriented Opinion Words (or Terms) Extraction (TOWE), wh…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Language ModelingLanguage Modelling+3

Semantic Role Labeling as Dependency Parsing: Exploring Latent Tree Structures Inside Arguments

2021-10-13 · COLING 2022 10 · Yu Zhang, Qingrong Xia, Shilin Zhou, Yong Jiang 외

Semantic role labeling (SRL) is a fundamental yet challenging task in the NLP community. Recent works of SRL mainly fall into two lines: 1) BIO-based; 2) span-based. Despite ubiquity, they share some intrinsic drawbacks …

Dependency ParsingSemantic Role LabelingSemantic Role Labeling (predicted predicates)

Multi-layer Sequence Labeling-based Joint Biomedical Event Extraction

2024-08-10 · Gongchi Chen, Pengchao Wu, Jinghang Gu, Longhua Qian 외

In recent years, biomedical event extraction has been dominated by complicated pipeline and joint methods, which need to be simplified. In addition, existing work has not effectively utilized trigger word information exp…

Event Extraction