HIT at SemEval-2022 Task 2: Pre-trained Language Model for Idioms Detection
The same multi-word expressions may have different meanings in different sentences. They can be mainly divided into two categories, which are literal meaning and idiomatic meaning. Non-contextual-based methods perform poorly on this problem, and we need contextual embedding to understand the idiomatic meaning of multi-word expressions correctly. We use a pre-trained language model, which can provide a context-aware sentence embedding, to detect whether multi-word expression in the sentence is idiomatic usage.
Code (0)
등록된 구현이 없습니다.
Tasks
Language ModelingLanguage ModellingSentenceSentence EmbeddingSentence-EmbeddingTask 2Similar Papers 제목 키워드 기반
NER4ID at SemEval-2022 Task 2: Named Entity Recognition for Idiomaticity Detection
Idioms are lexically-complex phrases whose meaning cannot be derived by compositionally interpreting their components. Although the automatic identification and understanding of idioms is essential for a wide range of Na…
named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Natural Language Understanding+5drsphelps at SemEval-2022 Task 2: Learning idiom representations using BERTRAM
This paper describes our system for SemEval-2022 Task 2 Multilingual Idiomaticity Detection and Sentence Embedding sub-task B. We modify a standard BERT sentence transformer by adding embeddings for each idioms, which ar…
SentenceSentence EmbeddingSentence-EmbeddingTask 2Vector Representations of Idioms in Conversational Systems
We demonstrate, in this study, that an open-domain conversational system trained on idioms or figurative language generates more fitting responses to prompts containing idioms. Idioms are part of everyday speech in many …
Information RetrievalMachine TranslationRetrievalJARVix at SemEval-2022 Task 2: It Takes One to Know One? Idiomaticity Detection using Zero and One-Shot Learning
Large Language Models have been successful in a wide variety of Natural Language Processing tasks by capturing the compositionality of the text representations. In spite of their great success, these vector representatio…
Binary ClassificationClassificationOne-Shot LearningSentence+1A Survey of Idiom Datasets for Psycholinguistic and Computational Research
Idioms are figurative expressions whose meanings often cannot be inferred from their individual words, making them difficult to process computationally and posing challenges for human experimental studies. This survey re…