paper-with-me

Papers

VCWE: Visual Character-Enhanced Word Embeddings

2019-02-23 · NAACL 2019 6 · Chi Sun, Xipeng Qiu, Xuanjing Huang

Chinese is a logographic writing system, and the shape of Chinese characters contain rich syntactic and semantic information. In this paper, we propose a model to learn Chinese word embeddings via three-level composition: (1) a convolutional neural network to extract the intra-character compositionality from the visual shape of a character; (2) a recurrent neural network with self-attention to compose character representation into word embeddings; (3) the Skip-Gram framework to capture non-compositionality directly from the contextual information. Evaluations demonstrate the superior performance of our model on four tasks: word similarity, sentiment analysis, named entity recognition and part-of-speech tagging.

📄 PDF Abstract BibTeX arXiv:1902.08795

Code (1)

HSLCY/VCWE 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingSentiment AnalysisWord EmbeddingsWord Similarity

Similar Papers 제목 키워드 기반

Implicit Discourse Relation Recognition with Context-aware Character-enhanced Embeddings

2016-12-01 · COLING 2016 12 · Lianhui Qin, Zhisong Zhang, Hai Zhao

For the task of implicit discourse relation recognition, traditional models utilizing manual features can suffer from data sparsity problem. Neural models provide a solution with distributed representations, which could …

Machine TranslationQuestion AnsweringRelationSentiment Analysis

Component-Enhanced Chinese Character Embeddings

2015-08-26 · EMNLP 2015 9 · Yan-ran Li, Wenjie Li, Fei Sun, Sujian Li

Distributed word representations are very useful for capturing semantic information and have been successfully applied in a variety of NLP tasks, especially on English. In this work, we innovatively develop two component…

General Classificationtext-classificationText ClassificationWord Embeddings+1

Visualizing Linguistic Shift

2016-11-20 · Salman Mahmood, Rami Al-Rfou, Klaus Mueller

Neural network based models are a very powerful tool for creating word embeddings, the objective of these models is to group similar words together. These embeddings have been used as features to improve results in vario…

Document ClassificationLanguage ModelingLanguage Modellingnamed-entity-recognition+4

Learning Chinese Word Representations From Glyphs Of Characters

2017-08-16 · EMNLP 2017 9 · Tzu-Ray Su, Hung-Yi Lee

In this paper, we propose new methods to learn Chinese word representations. Chinese characters are composed of graphical components, which carry rich semantics. It is common for a Chinese learner to comprehend the meani…

Learning Character-level Compositionality with Visual Features

2017-04-17 · ACL 2017 7 · Frederick Liu, Han Lu, Chieh Lo, Graham Neubig

Previous work has modeled the compositionality of words by creating character-level models of meaning, reducing problems of sparsity for rare words. However, in many writing systems compositionality has an effect even on…

text-classificationText Classification