paper-with-me

Papers

Sememe Prediction: Learning Semantic Knowledge from Unstructured Textual Wiki Descriptions

2018-08-16 · Wei Li, Xuancheng Ren, Damai Dai, Yunfang Wu, Houfeng Wang, Xu sun

Huge numbers of new words emerge every day, leading to a great need for representing them with semantic meaning that is understandable to NLP systems. Sememes are defined as the minimum semantic units of human languages, the combination of which can represent the meaning of a word. Manual construction of sememe based knowledge bases is time-consuming and labor-intensive. Fortunately, communities are devoted to composing the descriptions of words in the wiki websites. In this paper, we explore to automatically predict lexical sememes based on the descriptions of the words in the wiki websites. We view this problem as a weakly ordered multi-label task and propose a Label Distributed seq2seq model (LD-seq2seq) with a novel soft loss function to solve the problem. In the experiments, we take a real-world sememe knowledge base HowNet and the corresponding descriptions of the words in Baidu Wiki for training and evaluation. The results show that our LD-seq2seq model not only beats all the baselines significantly on the test set, but also outperforms amateur human annotators in a random subset of the test set.

📄 PDF Abstract BibTeX arXiv:1808.05437

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Cross-lingual Lexical Sememe Prediction

2018-10-01 · EMNLP 2018 10 · Fanchao Qi, Yankai Lin, Maosong Sun, Hao Zhu 외

Sememes are defined as the minimum semantic units of human languages. As important knowledge sources, sememe-based linguistic knowledge bases have been widely used in many NLP tasks. However, most languages still do not …

Learning Word EmbeddingsMultilingual Word EmbeddingsPredictionWord Embeddings

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 …

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

Towards Building a Multilingual Sememe Knowledge Base: Predicting Sememes for BabelNet Synsets

2019-12-04 · Fanchao Qi, Liang Chang, Maosong Sun, Sicong Ouyang 외

A sememe is defined as the minimum semantic unit of human languages. Sememe knowledge bases (KBs), which contain words annotated with sememes, have been successfully applied to many NLP tasks. However, existing sememe KB…

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