CLAIIRDec 18, 2019

Multi-channel Reverse Dictionary Model

arXiv:1912.08441v246 citationsHas Code
AI Analysis

This addresses a specific issue in natural language processing for dictionary and search applications, representing a strong incremental improvement.

The paper tackles the problem of reverse dictionaries struggling with variable input queries and low-frequency words by proposing a multi-channel model, achieving state-of-the-art performance and outperforming a commercial system on human-written descriptions.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes