MetFuse: Figurative Fusion between Metonymy and Metaphor

arXiv cs.CL / 4/15/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • MetFuseは、直訳文から「メトニミー」「メタファー」「ハイブリッド(両者の融合)」の3種類の比喩バリアントを生成する枠組みと、それを用いて構築した初のメトニミー×メタファー融合に特化したデータセットを紹介しています。
  • MetFuseデータセットは、人手で意味整合が検証された1,000件の意味整合クアドラプル(計4,000文)で構成され、公開されています。
  • 既存の8つのベンチマークを用いた外部評価では、MetFuseで学習データを拡張することでメトニミー/メタファー分類の精度が一貫して向上し、とくにメトニミータスクでハイブリッド例の改善が大きいと報告されています。
  • さらに、1つの比喩タイプがもう一方に与える影響を分析し、ハイブリッド文ではメトニミーがメトニミー単独文よりも人間とLLMの双方でより検出されやすくなることを示唆しています。

Abstract

Metonymy and metaphor often co-occur in natural language, yet computational work has studied them largely in isolation. We introduce a framework that transforms a literal sentence into three figurative variants: metonymic, metaphoric, and hybrid. Using this framework, we construct MetFuse, the first dedicated dataset of figurative fusion between metonymy and metaphor, containing 1,000 human-verified meaning-aligned quadruplets totaling 4,000 sentences. Extrinsic experiments on eight existing benchmarks show that augmenting training data with MetFuse consistently improves both metonymy and metaphor classification, with hybrid examples yielding the largest gains on metonymy tasks. Using this dataset, we also analyze how the presence of one figurative type impacts another. Our findings show that both human annotators and large language models better identify metonymy in hybrid sentences than in metonymy-only sentences, demonstrating that the presence of a metaphor makes a metonymic noun more explicit. Our dataset is publicly available at: https://github.com/cincynlp/MetFuse.