How Tsinghua’s WantWords Reverse Dictionary Works and Why It Matters

WantWords, an open‑source reverse dictionary from Tsinghua University, lets users input a description and receive matching words across Chinese and English, leveraging a multi‑channel model from a AAAI‑20 paper and offering customizable part‑of‑speech and rhyme options.

Java Architect Essentials
Java Architect Essentials
Java Architect Essentials
How Tsinghua’s WantWords Reverse Dictionary Works and Why It Matters

What is a Reverse Dictionary?

A reverse dictionary takes a natural‑language description as input and returns a list of words whose meanings match that description. For example, the query “mountain is very high” yields candidates such as “高峻” and “巍峨”.

Typical Applications

Helps users overcome the tip‑of‑the‑tongue phenomenon (temporary word‑finding difficulty).

Assists language learners in expanding and consolidating vocabulary.

Supports aphasia patients who can describe an object but cannot recall its name.

Key Features

The system allows customization of part‑of‑speech tags and rhyme schemes, and supports four conversion modes: Chinese↔Chinese, Chinese↔English, English↔Chinese, and English↔English.

System Architecture

System architecture diagram
System architecture diagram

Core Model

The backbone is the Multi‑Channel Reverse Dictionary Model proposed by the THUNLP lab and published at AAAI‑2020. The model processes the input description through multiple semantic channels to generate candidate words.

Multi‑channel model diagram
Multi‑channel model diagram

Project Repository

GitHub: https://github.com/thunlp/WantWords

Code example

开源最前线(ID:
OpenSourceTop
) 猿妹 整编
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Open Sourcenatural language processingAI modelTsinghua Universityreverse dictionary
Java Architect Essentials
Written by

Java Architect Essentials

Committed to sharing quality articles and tutorials to help Java programmers progress from junior to mid-level to senior architect. We curate high-quality learning resources, interview questions, videos, and projects from across the internet to help you systematically improve your Java architecture skills. Follow and reply '1024' to get Java programming resources. Learn together, grow together.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.