paper-with-me

Papers

ConMeC: A Dataset for Metonymy Resolution with Common Nouns

2025-02-10 · Saptarshi Ghosh, Tianyu Jiang

Metonymy plays an important role in our daily communication. People naturally think about things using their most salient properties or commonly related concepts. For example, by saying "The bus decided to skip our stop today," we actually mean that the bus driver made the decision, not the bus. Prior work on metonymy resolution has mainly focused on named entities. However, metonymy involving common nouns (such as desk, baby, and school) is also a frequent and challenging phenomenon. We argue that NLP systems should be capable of identifying the metonymic use of common nouns in context. We create a new metonymy dataset ConMeC, which consists of 6,000 sentences, where each sentence is paired with a target common noun and annotated by humans to indicate whether that common noun is used metonymically or not in that context. We also introduce a chain-of-thought based prompting method for detecting metonymy using large language models (LLMs). We evaluate our LLM-based pipeline, as well as a supervised BERT model on our dataset and three other metonymy datasets. Our experimental results demonstrate that LLMs could achieve performance comparable to the supervised BERT model on well-defined metonymy categories, while still struggling with instances requiring nuanced semantic understanding. Our dataset is publicly available at: https://github.com/SaptGhosh/ConMeC.

📄 PDF Abstract BibTeX arXiv:2502.06087

Code (1)

saptghosh/conmec 공식 구현

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

A Large Harvested Corpus of Location Metonymy

2020-05-01 · LREC 2020 5 · Kevin Alex Mathews, Michael Strube

Metonymy is a figure of speech in which an entity is referred to by another related entity. The existing datasets of metonymy are either too small in size or lack sufficient coverage. We propose a new, labelled, high-qua…

Vancouver Welcomes You! Minimalist Location Metonymy Resolution

2017-07-01 · ACL 2017 7 · Milan Gritta, Mohammad Taher Pilehvar, Nut Limsopatham, Nigel Collier

Named entities are frequently used in a metonymic manner. They serve as references to related entities such as people and organisations. Accurate identification and interpretation of metonymy can be directly beneficial t…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Target Word Masking for Location Metonymy Resolution

2020-10-30 · COLING 2020 8 · Haonan Li, Maria Vasardani, Martin Tomko, Timothy Baldwin

Existing metonymy resolution approaches rely on features extracted from external resources like dictionaries and hand-crafted lexical resources. In this paper, we propose an end-to-end word-level classification approach …

Local and Global Context for Supervised and Unsupervised Metonymy Resolution

2012-07-01 · EMNLP 2012 7 · Vivi Nastase, Alex Judea, Katja Markert, Michael Strube
Information RetrievalNatural Language Inference

Recognition of They/Them as Singular Personal Pronouns in Coreference Resolution

2022-07-01 · NAACL 2022 7 · Connor Baumler, Rachel Rudinger

As using they/them as personal pronouns becomes increasingly common in English, it is important that coreference resolution systems work as well for individuals who use personal “they” as they do for those who use gender…

coreference-resolutionCoreference Resolution