paper-with-me

Papers

JARVix at SemEval-2022 Task 2: It Takes One to Know One? Idiomaticity Detection using Zero and One-Shot Learning

2022-02-04 · SemEval (NAACL) 2022 7 · Yash Jakhotiya, Vaibhav Kumar, Ashwin Pathak, Raj Shah

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 representations fail to capture meaning of idiomatic multi-word expressions (MWEs). In this paper, we focus on the detection of idiomatic expressions by using binary classification. We use a dataset consisting of the literal and idiomatic usage of MWEs in English and Portuguese. Thereafter, we perform the classification in two different settings: zero shot and one shot, to determine if a given sentence contains an idiom or not. N shot classification for this task is defined by N number of common idioms between the training and testing sets. In this paper, we train multiple Large Language Models in both the settings and achieve an F1 score (macro) of 0.73 for the zero shot setting and an F1 score (macro) of 0.85 for the one shot setting. An implementation of our work can be found at https://github.com/ashwinpathak20/Idiomaticity_Detection_Using_Few_Shot_Learning.

📄 PDF Abstract BibTeX arXiv:2202.02394

Code (1)

ashwinpathak20/idiomaticity_detection_using_few_shot_learning 공식 구현

Tasks

Binary ClassificationClassificationOne-Shot LearningSentenceTask 2

Similar Papers 제목 키워드 기반

Hitachi at SemEval-2022 Task 2: On the Effectiveness of Span-based Classification Approaches for Multilingual Idiomaticity Detection

2022-07-01 · SemEval (NAACL) 2022 7 · Atsuki Yamaguchi, Gaku Morio, Hiroaki Ozaki, Yasuhiro Sogawa

In this paper, we describe our system for SemEval-2022 Task 2: Multilingual Idiomaticity Detection and Sentence Embedding. The task aims at detecting idiomaticity in an input sequence (Subtask A) and modeling representat…

ClassificationSentenceSentence EmbeddingSentence-Embedding+2

UAlberta at SemEval 2022 Task 2: Leveraging Glosses and Translations for Multilingual Idiomaticity Detection

2022-05-27 · SemEval (NAACL) 2022 7 · Bradley Hauer, Seeratpal Jaura, Talgat Omarov, Grzegorz Kondrak

We describe the University of Alberta systems for the SemEval-2022 Task 2 on multilingual idiomaticity detection. Working under the assumption that idiomatic expressions are noncompositional, our first method integrates …

Task 2Translation

SemEval-2025 Task 1: AdMIRe -- Advancing Multimodal Idiomaticity Representation

2025-03-19 · Thomas Pickard, Aline Villavicencio, Maggie Mi, wei he 외

Idiomatic expressions present a unique challenge in NLP, as their meanings are often not directly inferable from their constituent words. Despite recent advancements in Large Language Models (LLMs), idiomaticity remains …

Mixture-of-Experts

HYU at SemEval-2022 Task 2: Effective Idiomaticity Detection with Consideration at Different Levels of Contextualization

2022-06-01 · SemEval (NAACL) 2022 7 · Youngju Joung, Taeuk Kim

We propose a unified framework that enables us to consider various aspects of contextualization at different levels to better identify the idiomaticity of multi-word expressions. Through extensive experiments, we demonst…

SentenceTask 2

Helsinki-NLP at SemEval-2022 Task 2: A Feature-Based Approach to Multilingual Idiomaticity Detection

2022-07-01 · SemEval (NAACL) 2022 7 · Sami Itkonen, Jörg Tiedemann, Mathias Creutz

This paper describes the University of Helsinki submission to the SemEval 2022 task on multilingual idiomaticity detection. Our system utilizes several models made available by HuggingFace, along with the baseline BERT m…

Feature EngineeringTask 2