paper-with-me

Papers

Implementing a Reverse Dictionary, based on word definitions, using a Node-Graph Architecture

2016-05-31 · COLING 2016 12 · Sushrut Thorat, Varad Choudhari

In this paper, we outline an approach to build graph-based reverse dictionaries using word definitions. A reverse dictionary takes a phrase as an input and outputs a list of words semantically similar to that phrase. It is a solution to the Tip-of-the-Tongue problem. We use a distance-based similarity measure, computed on a graph, to assess the similarity between a word and the input phrase. We compare the performance of our approach with the Onelook Reverse Dictionary and a distributional semantics method based on word2vec, and show that our approach is much better than the distributional semantics method, and as good as Onelook, on a 3k lexicon. This simple approach sets a new performance baseline for reverse dictionaries.

📄 PDF Abstract BibTeX arXiv:1606.00025

Code (1)

novelmartis/RD16demo 공식 구현

Tasks

Reverse Dictionary

Similar Papers 제목 키워드 기반

Multi-channel Reverse Dictionary Model

2019-12-18 · Lei Zhang, Fanchao Qi, Zhiyuan Liu, Yasheng Wang 외

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 …

modelReverse DictionarySentence

A Unified Model for Reverse Dictionary and Definition Modelling

2022-05-09 · Pinzhen Chen, Zheng Zhao

We build a dual-way neural dictionary to retrieve words given definitions, and produce definitions for queried words. The model learns the two tasks simultaneously and handles unknown words via embeddings. It casts a wor…

Definition ModellingReverse Dictionary

A Linked Coptic Dictionary Online

2018-08-01 · COLING 2018 8 · Frank Feder, Maxim Kupreyev, Emma Manning, Caroline T. Schroeder 외

We describe a new project publishing a freely available online dictionary for Coptic. The dictionary encompasses comprehensive cross-referencing mechanisms, including linking entries to an online scanned edition of Crum{…

MURAD: A Large-Scale Multi-Domain Unified Reverse Arabic Dictionary Dataset

2026-01-29 · Serry Sibaee, Yasser Alhabashi, Nadia Sibai, Yara Farouk 외 arxiv

Arabic is a linguistically and culturally rich language with a vast vocabulary that spans scientific, religious, and literary domains. Yet, large-scale lexical datasets linking Arabic words to precise definitions remain …

Semantic Retrieval

Learning to Understand Phrases by Embedding the Dictionary

2015-04-02 · TACL 2016 1 · Felix Hill, Kyunghyun Cho, Anna Korhonen, Yoshua Bengio

Distributional models that learn rich semantic word representations are a success story of recent NLP research. However, developing models that learn useful representations of phrases and sentences has proved far harder.…

General Knowledge