paper-with-me

Papers

JSI at SemEval-2022 Task 1: CODWOE - Reverse Dictionary: Monolingual and cross-lingual approaches

2022-07-01 · SemEval (NAACL) 2022 7 · Thi Hong Hanh Tran, Matej Martinc, Matthew Purver, Senja Pollak

The reverse dictionary task is a sequence-to-vector task in which a gloss is provided as input, and the output must be a semantically matching word vector. The reverse dictionary is useful in practical applications such as solving the tip-of-the-tongue problem, helping new language learners, etc. In this paper, we evaluate the effect of a Transformer-based model with cross-lingual zero-shot learning to improve the reverse dictionary performance. Our experiments are conducted in five languages in the CODWOE dataset, including English, French, Italian, Spanish, and Russian. Even if we did not achieve a good ranking in the CODWOE competition, we show that our work partially improves the current baseline from the organizers with a hypothesis on the impact of LSTM in monolingual, multilingual, and zero-shot learning. All the codes are available at https://github.com/honghanhh/codwoe2021.

📄 PDF Abstract BibTeX

Code (1)

honghanhh/codwoe2021 공식 구현 pytorch

Tasks

Reverse DictionaryZero-Shot Learning

Similar Papers 제목 키워드 기반

Uppsala University at SemEval-2022 Task 1: Can Foreign Entries Enhance an English Reverse Dictionary?

2022-07-01 · SemEval (NAACL) 2022 7 · Rafal Cerniavski, Sara Stymne

We present the Uppsala University system for SemEval-2022 Task 1: Comparing Dictionaries and Word Embeddings (CODWOE). We explore the performance of multilingual reverse dictionaries as well as the possibility of utilizi…

Machine TranslationReverse DictionaryTranslationWord Embeddings

LingJing at SemEval-2022 Task 1: Multi-task Self-supervised Pre-training for Multilingual Reverse Dictionary

2022-07-01 · SemEval (NAACL) 2022 7 · Bin Li, Yixuan Weng, Fei Xia, Shizhu He 외

This paper introduces the approach of Team LingJing’s experiments on SemEval-2022 Task 1 Comparing Dictionaries and Word Embeddings (CODWOE). This task aims at comparing two types of semantic descriptions and including t…

Reverse DictionaryWord Embeddings

IRB-NLP at SemEval-2022 Task 1: Exploring the Relationship Between Words and Their Semantic Representations

2022-05-13 · SemEval (NAACL) 2022 7 · Damir Korenčić, Ivan Grubišić

What is the relation between a word and its description, or a word and its embedding? Both descriptions and embeddings are semantic representations of words. But, what information from the original word remains in these …

DescriptiveReverse DictionaryWord Embeddings

BL.Research at SemEval-2022 Task 1: Deep networks for Reverse Dictionary using embeddings and LSTM autoencoders

2022-07-01 · SemEval (NAACL) 2022 7 · Nihed Bendahman, Julien Breton, Lina Nicolaieff, Mokhtar Boumedyen Billami 외

This paper describes our two deep learning systems that competed at SemEval-2022 Task 1 “CODWOE: Comparing Dictionaries and WOrd Embeddings”. We participated in the subtask for the reverse dictionary which consists in ge…

PositionReverse DictionaryWord Embeddings

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