paper-with-me

Papers

Multi-channel Reverse Dictionary Model

2019-12-18 · Lei Zhang, Fanchao Qi, Zhiyuan Liu, Yasheng Wang, Qun Liu, Maosong Sun

A reverse dictionary takes the description of a target word as input and outputs the target word together with other words that match the description. Existing reverse dictionary methods cannot deal with highly variable input queries and low-frequency target words successfully. Inspired by the description-to-word inference process of humans, we propose the multi-channel reverse dictionary model, which can mitigate the two problems simultaneously. Our model comprises a sentence encoder and multiple predictors. The predictors are expected to identify different characteristics of the target word from the input query. We evaluate our model on English and Chinese datasets including both dictionary definitions and human-written descriptions. Experimental results show that our model achieves the state-of-the-art performance, and even outperforms the most popular commercial reverse dictionary system on the human-written description dataset. We also conduct quantitative analyses and a case study to demonstrate the effectiveness and robustness of our model. All the code and data of this work can be obtained on https://github.com/thunlp/MultiRD.

📄 PDF Abstract BibTeX arXiv:1912.08441

Code (1)

thunlp/MultiRD 공식 구현 pytorch

Tasks

modelReverse DictionarySentence

Similar Papers 제목 키워드 기반

WantWords: An Open-source Online Reverse Dictionary System

2020-10-01 · EMNLP 2020 11 · Fanchao Qi, Lei Zhang, Yanhui Yang, Zhiyuan Liu 외

A reverse dictionary takes descriptions of words as input and outputs words semantically matching the input descriptions. Reverse dictionaries have great practical value such as solving the tip-of-the-tongue problem and …

Reverse Dictionary

BERT for Monolingual and Cross-Lingual Reverse Dictionary

2020-09-30 · Findings of the Association for Computational Linguistics 2020 · Hang Yan, Xiaonan Li, Xipeng Qiu

Reverse dictionary is the task to find the proper target word given the word description. In this paper, we tried to incorporate BERT into this task. However, since BERT is based on the byte-pair-encoding (BPE) subword e…

Reverse DictionaryWord Embeddings

LingJing at SemEval-2022 Task 1: Multi-task Self-supervised Pre-training for Multilingual Reverse Dictionary

2022-07-01 · SemEval (NAACL) 2022 7 · Bin Li, Yixuan Weng, Fei Xia, Shizhu He 외

This paper introduces the approach of Team LingJing’s experiments on SemEval-2022 Task 1 Comparing Dictionaries and Word Embeddings (CODWOE). This task aims at comparing two types of semantic descriptions and including t…

Reverse DictionaryWord Embeddings

Uppsala University at SemEval-2022 Task 1: Can Foreign Entries Enhance an English Reverse Dictionary?

2022-07-01 · SemEval (NAACL) 2022 7 · Rafal Cerniavski, Sara Stymne

We present the Uppsala University system for SemEval-2022 Task 1: Comparing Dictionaries and Word Embeddings (CODWOE). We explore the performance of multilingual reverse dictionaries as well as the possibility of utilizi…

Machine TranslationReverse DictionaryTranslationWord Embeddings

WordAlchemy: A transformer-based Reverse Dictionary

2022-04-16 · Dr. Sunil B. Mane, Harshal Patil, Kanhaiya Madaswar, Pranav Sadavarte

A reverse dictionary takes a target word's description as input and returns the words that fit the description. Reverse Dictionaries are useful for new language learners, anomia patients, and for solving common tip-of-th…

Language ModelingLanguage ModellingMasked Language ModelingReverse Dictionary+1