CLAug 10, 2024

LaiDA: Linguistics-aware In-context Learning with Data Augmentation for Metaphor Components Identification

arXiv:2408.05404v12 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses metaphor understanding for NLP tasks, but it is incremental as it builds on existing LLM methods with specific enhancements.

The paper tackles Metaphor Components Identification (MCI) by proposing LaiDA, an LLM-based framework that uses data augmentation and linguistics-aware in-context learning, achieving 2nd place in Subtask 2 of NLPCC2024 Shared Task 9.

Metaphor Components Identification (MCI) contributes to enhancing machine understanding of metaphors, thereby advancing downstream natural language processing tasks. However, the complexity, diversity, and dependency on context and background knowledge pose significant challenges for MCI. Large language models (LLMs) offer new avenues for accurate comprehension of complex natural language texts due to their strong semantic analysis and extensive commonsense knowledge. In this research, a new LLM-based framework is proposed, named Linguistics-aware In-context Learning with Data Augmentation (LaiDA). Specifically, ChatGPT and supervised fine-tuning are utilized to tailor a high-quality dataset. LaiDA incorporates a simile dataset for pre-training. A graph attention network encoder generates linguistically rich feature representations to retrieve similar examples. Subsequently, LLM is fine-tuned with prompts that integrate linguistically similar examples. LaiDA ranked 2nd in Subtask 2 of NLPCC2024 Shared Task 9, demonstrating its effectiveness. Code and data are available at https://github.com/WXLJZ/LaiDA.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes