paper-with-me

Papers

Towards a Transformer-Based Reverse Dictionary Model for Quality Estimation of Definitions

2023-11-06 · Julien Guité-Vinet, Alexandre Blondin Massé, Fatiha Sadat

In the last years, several variants of transformers have emerged. In this paper, we compare different transformer-based models for solving the reverse dictionary task and explore their use in the context of a serious game called The Dictionary Game.

📄 PDF Abstract BibTeX arXiv:2311.02985

Code (0)

등록된 구현이 없습니다.

Tasks

Reverse Dictionary

Similar Papers 제목 키워드 기반

Advancing Arabic Reverse Dictionary Systems: A Transformer-Based Approach with Dataset Construction Guidelines

2025-04-30 · Serry Sibaee, Samar Ahmed, Abdullah Al Harbi, Omer Nacar 외

This study addresses the critical gap in Arabic natural language processing by developing an effective Arabic Reverse Dictionary (RD) system that enables users to find words based on their descriptions or meanings. We pr…

Reverse Dictionary

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 …

Reverse Dictionary

TLDR at SemEval-2022 Task 1: Using Transformers to Learn Dictionaries and Representations

2022-07-01 · SemEval (NAACL) 2022 7 · Aditya Srivastava, Harsha Vardhan Vemulapati

We propose a pair of deep learning models, which employ unsupervised pretraining, attention mechanisms and contrastive learning for representation learning from dictionary definitions, and definition modeling from such r…

Contrastive LearningRepresentation LearningReverse DictionaryWord Embeddings

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

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