paper-with-me

홈 › Papers

Combining Word-Level and Character-Level Representations for Relation Classification of Informal Text

2017-08-01 · WS 2017 8 · Dongyun Liang, Weiran Xu, Yinge Zhao

Word representation models have achieved great success in natural language processing tasks, such as relation classification. However, it does not always work on informal text, and the morphemes of some misspelling words may carry important short-distance semantic information. We propose a hybrid model, combining the merits of word-level and character-level representations to learn better representations on informal text. Experiments on two dataset of relation classification, SemEval-2010 Task8 and a large-scale one we compile from informal text, show that our model achieves a competitive result in the former and state-of-the-art with the other.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationRelationRelation ClassificationRepresentation LearningSlot Filling

Similar Papers 제목 키워드 기반

Gating Mechanisms for Combining Character and Word-level Word Representations: An Empirical Study

2019-04-11 · NAACL 2019 6 · Jorge A. Balazs, Yutaka Matsuo

In this paper we study how different ways of combining character and word-level representations affect the quality of both final word and sentence representations. We provide strong empirical evidence that modeling chara…

Semantic SimilaritySemantic Textual SimilaritySentenceWord Similarity

Gated Word-Character Recurrent Language Model

2016-06-06 · EMNLP 2016 11 · Yasumasa Miyamoto, Kyunghyun Cho

We introduce a recurrent neural network language model (RNN-LM) with long short-term memory (LSTM) units that utilizes both character-level and word-level inputs. Our model has a gate that adaptively finds the optimal mi…

Language ModelingLanguage Modellingmodel

Textual Representations for Crosslingual Information Retrieval

2021-08-01 · ACL (ECNLP) 2021 8 · Hang Zhang, Liling Tan

In this paper, we explored different levels of textual representations for cross-lingual information retrieval. Beyond the traditional token level representation, we adopted the subword and character level representation…

Cross-Lingual Information RetrievalInformation RetrievalMachine TranslationRe-Ranking+2

Combining Character and Word Information in Neural Machine Translation Using a Multi-Level Attention

2018-06-01 · NAACL 2018 6 · Huadong Chen, Shu-Jian Huang, David Chiang, Xin-yu Dai 외

Natural language sentences, being hierarchical, can be represented at different levels of granularity, like words, subwords, or characters. But most neural machine translation systems require the sentence to be represent…

DecoderMachine TranslationSentenceTranslation

Attending to Characters in Neural Sequence Labeling Models

2016-11-14 · COLING 2016 12 · Marek Rei, Gamal K. O. Crichton, Sampo Pyysalo

Sequence labeling architectures use word embeddings for capturing similarity, but suffer when handling previously unseen or rare words. We investigate character-level extensions to such models and propose a novel archite…

ChunkingGrammatical Error DetectionNamed Entity Recognition (NER)Part-Of-Speech Tagging+1