Towards a Transformer-Based Reverse Dictionary Model for Quality Estimation of Definitions
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Reverse DictionarySimilar Papers 제목 키워드 기반
Advancing Arabic Reverse Dictionary Systems: A Transformer-Based Approach with Dataset Construction Guidelines
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 DictionaryImplementing a Reverse Dictionary, based on word definitions, using a Node-Graph Architecture
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 DictionaryTLDR at SemEval-2022 Task 1: Using Transformers to Learn Dictionaries and Representations
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 EmbeddingsMulti-channel Reverse Dictionary Model
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 DictionarySentenceWordAlchemy: A transformer-based Reverse Dictionary
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