CLMay 26, 2023

Adversarial Multi-task Learning for End-to-end Metaphor Detection

arXiv:2305.16638v1225 citations
Originality Incremental advance
AI Analysis

This work addresses data scarcity in metaphor detection, a domain-specific NLP task, with an incremental approach.

The paper tackled the problem of limited training data in metaphor detection by proposing an adversarial multi-task learning framework that transfers knowledge from basic sense discrimination, achieving competitive results on four public datasets.

Metaphor detection (MD) suffers from limited training data. In this paper, we started with a linguistic rule called Metaphor Identification Procedure and then proposed a novel multi-task learning framework to transfer knowledge in basic sense discrimination (BSD) to MD. BSD is constructed from word sense disambiguation (WSD), which has copious amounts of data. We leverage adversarial training to align the data distributions of MD and BSD in the same feature space, so task-invariant representations can be learned. To capture fine-grained alignment patterns, we utilize the multi-mode structures of MD and BSD. Our method is totally end-to-end and can mitigate the data scarcity problem in MD. Competitive results are reported on four public datasets. Our code and datasets are available.

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