paper-with-me

Papers

Improved Word Representation Learning with Sememes

2017-07-01 · ACL 2017 7 · Yilin Niu, Ruobing Xie, Zhiyuan Liu, Maosong Sun

Sememes are minimum semantic units of word meanings, and the meaning of each word sense is typically composed by several sememes. Since sememes are not explicit for each word, people manually annotate word sememes and form linguistic common-sense knowledge bases. In this paper, we present that, word sememe information can improve word representation learning (WRL), which maps words into a low-dimensional semantic space and serves as a fundamental step for many NLP tasks. The key idea is to utilize word sememes to capture exact meanings of a word within specific contexts accurately. More specifically, we follow the framework of Skip-gram and present three sememe-encoded models to learn representations of sememes, senses and words, where we apply the attention scheme to detect word senses in various contexts. We conduct experiments on two tasks including word similarity and word analogy, and our models significantly outperform baselines. The results indicate that WRL can benefit from sememes via the attention scheme, and also confirm our models being capable of correctly modeling sememe information.

📄 PDF Abstract BibTeX

Code (1)

thunlp/SE-WRL 공식 구현

Tasks

Common Sense ReasoningLanguage ModelingLanguage ModellingMachine TranslationRepresentation LearningSentiment AnalysisWord EmbeddingsWord Sense DisambiguationWord Sense InductionWord Similarity

Similar Papers 제목 키워드 기반

Incorporating Sememes into Chinese Definition Modeling

2019-05-16 · Liner Yang, Cunliang Kong, Yun Chen, Yang Liu 외

Chinese definition modeling is a challenging task that generates a dictionary definition in Chinese for a given Chinese word. To accomplish this task, we construct the Chinese Definition Modeling Corpus (CDM), which cont…

Unsupervised Neural Aspect Extraction with Sememes

2019-08-01 · IJCAI 2019 8 · Ling Luo, Xiang Ao, Yan Song, Jinyao Li 외

Aspect extraction relies on identifying aspects by discovering coherence among words, which is challenging when word meanings are diversified and processing on short texts. To enhance the performance on aspect extraction…

Aspect ExtractionAspect Term Extraction and Sentiment ClassificationSentence

Incorporating Chinese Characters of Words for Lexical Sememe Prediction

2018-06-17 · ACL 2018 7 · Huiming Jin, Hao Zhu, Zhiyuan Liu, Ruobing Xie 외

Sememes are minimum semantic units of concepts in human languages, such that each word sense is composed of one or multiple sememes. Words are usually manually annotated with their sememes by linguists, and form linguist…

Common Sense ReasoningPrediction

Lexical Sememe Prediction using Dictionary Definitions by Capturing Local Semantic Correspondence

2020-01-16 · Jiaju Du, Fanchao Qi, Maosong Sun, Zhiyuan Liu

Sememes, defined as the minimum semantic units of human languages in linguistics, have been proven useful in many NLP tasks. Since manual construction and update of sememe knowledge bases (KBs) are costly, the task of au…

Semantic correspondence

Going “Deeper”: Structured Sememe Prediction via Transformer with Tree Attention

2022-05-01 · Findings (ACL) 2022 5 · Yining Ye, Fanchao Qi, Zhiyuan Liu, Maosong Sun

Sememe knowledge bases (SKBs), which annotate words with the smallest semantic units (i.e., sememes), have proven beneficial to many NLP tasks. Building an SKB is very time-consuming and labor-intensive. Therefore, some …