| Challenge: | Existing reverse dictionary systems only support English reverse dictionary queries . a reverse dictionary can help people who can't remember a word from memory . |
| Approach: | They propose an online reverse dictionary system that outperforms other reverse dictionary systems . it supports Chinese and English-Chinese as well as Chinese-English cross-lingual reverse dictionary queries . |
| Outcome: | The proposed reverse dictionary outperforms other reverse dictionary systems on performance . it supports Chinese and English-Chinese as well as Chinese-English queries . |
Similar Papers
A Unified Model for Reverse Dictionary and Definition Modelling (2022.aacl-short)
Copied to clipboard
| Challenge: | Using neural networks, we argue that both tasks can be learned and dealt with concurrently, based on the intuition that a word and its definition share the same meaning. |
| Approach: | They build a dual-way neural dictionary to retrieve words given definitions and produce definitions for queried words. |
| Outcome: | The proposed model achieves high scores on previous benchmarks without extra resources. |
BERT for Monolingual and Cross-Lingual Reverse Dictionary (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods to find the proper word for a word are based on the surface form of words, but they cannot extract the semantic meaning. |
| Approach: | They propose a method to make BERT generate the target word for this task . cross-lingual reverse dictionary is the task to find the proper target word . |
| Outcome: | The proposed method can generate the target word for cross-lingual reverse dictionary task even without the parallel corpus. |
LEDOM: Reverse Language Model (2026.acl-long)
Copied to clipboard
Xunjian Yin, Sitao Cheng, Yuxi Xie, Xinyu Hu, Li Lin, Xinyi Wang, Liangming Pan, William Yang Wang, Xiaojun Wan
| Challenge: | Autoregressive language models are trained exclusively left-to-right, yet they are limited in their ability to factorize text. |
| Approach: | They propose a purely reverse autoregressive language model that factorizes text as a product of left-to-right conditionals. |
| Outcome: | The proposed model can be used to score forward outputs using reverse posterior estimates. |
word2word: A Collection of Bilingual Lexicons for 3,564 Language Pairs (2020.lrec-1)
Copied to clipboard
| Challenge: | Our dataset provides top-k word translations in 3,564 (directed) language pairs across 62 languages in OpenSubtitles2018. |
| Approach: | They propose a dataset and an open-source Python package for cross-lingual word translations extracted from sentence-level parallel corpora. |
| Outcome: | The proposed bilingual lexicons have high coverage and achieve competitive translation quality for several language pairs. |
TopWORDS-Seg: Simultaneous Text Segmentation and Word Discovery for Open-Domain Chinese Texts via Bayesian Inference (2022.acl-long)
Copied to clipboard
| Challenge: | No existing methods can achieve effective text segmentation and word discovery in open domain Chinese texts. |
| Approach: | They propose a Bayesian-based method that can achieve effective text segmentation and word discovery in open domain. |
| Outcome: | The proposed method enjoys robust performance and transparent interpretation when no training corpus and domain vocabulary are available. |
GEAR: A Simple GENERATE, EMBED, AVERAGE AND RANK Approach for Unsupervised Reverse Dictionary (2025.coling-main)
Copied to clipboard
| Challenge: | Effective RD methods have applications in accessibility, translation or writing support systems. |
| Approach: | They propose a simple approach to RD that leverages LLMs and embedding models to obtain the most relevant word or set of words given a textual description or definition. |
| Outcome: | The proposed approach outperforms baselines in well studied RD datasets while showing less overfitting. |
Dictionaries to the Rescue: Cross-Lingual Vocabulary Transfer for Low-Resource Languages Using Bilingual Dictionaries (2025.findings-acl)
Copied to clipboard
Haruki Sakajo, Yusuke Ide, Justin Vasselli, Yusuke Sakai, Yingtao Tian, Hidetaka Kamigaito, Taro Watanabe
| Challenge: | Existing approaches to cross-lingual vocabulary transfer face challenges when dealing with low-resource languages. |
| Approach: | They propose a dictionary-based crosslingual vocabulary transfer method that leverages bilingual dictionaries, which are available for many languages thanks to descriptive linguists. |
| Outcome: | The proposed method outperforms existing methods for low-resource languages. |
OpenT2T: An Open-Source Toolkit for Table-to-Text Generation (2024.emnlp-demo)
Copied to clipboard
Haowei Zhang, Shengyun Si, Yilun Zhao, Lujing Xie, Zhijian Xu, Lyuhao Chen, Linyong Nan, Pengcheng Wang, Xiangru Tang, Arman Cohan
| Challenge: | Existing methods for table-to-text generation are limited and benchmarked on a limited number of datasets. |
| Approach: | They propose to use open-source tools to reproduce existing large language models for performance comparison and expedite the development of new models. |
| Outcome: | The proposed toolkit compares existing large language models on 9 table-to-text generation datasets and maintains a leaderboard to provide insights for future work. |
On the Importance of Distinguishing Word Meaning Representations: A Case Study on Reverse Dictionary Mapping (N19-1)
Copied to clipboard
| Challenge: | Sense representations target meaning conflation deficiency but their potential impact has not been investigated in downstream NLP applications. |
| Approach: | They propose to use a reverse dictionary system to address meaning conflation deficiency . they propose to integrate senses into the system to improve semantic understanding . |
| Outcome: | The proposed approach can improve the performance of a downstream NLP application. |
DuSQL: A Large-Scale and Pragmatic Chinese Text-to-SQL Dataset (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing text-to-SQL parsing methods mainly focus on English, but there is no labeled data available for the language . a larges-scale and pragmatic Chinese dataset is used for cross-domain text- to-Sql task . |
| Approach: | They propose a larges-scale Chinese dataset for a cross-domain text-to-SQL task . they analyze questions from several representative applications and use an effective data construction framework . |
| Outcome: | The proposed dataset contains 200 databases, 813 tables, and 23,797 question/SQL pairs. |