CLJun 10, 2022

Nominal Metaphor Generation with Multitask Learning

arXiv:2206.05195v3302 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses metaphor generation for improving dialogue systems and story generation, but it is incremental as it builds on existing multitask and self-training approaches.

The paper tackles Chinese nominal metaphor generation by introducing a multitask framework with self-training and metaphor identification, trained on 6.3k annotated sentences, resulting in generated metaphors with better readability and creativity compared to baselines.

Metaphor generation is a challenging task which can impact many downstream tasks such as improving user satisfaction with dialogue systems and story generation. This paper tackles the problem of Chinese nominal metaphor generation by introducing a multitask metaphor generation framework with self-training and metaphor identification mechanisms. Self-training addresses the data scarcity issue of metaphor datasets. That is, instead of solely relying on labelled metaphor datasets which are usually small in size, self-training helps identify potential metaphors from a large-scale unlabelled corpus for metaphor generation. The metaphor weighting mechanism enables our model to focus on the metaphor-related parts of the input (e.g., the comparison of the metaphor and comparator) during model learning and thus improves the metaphoricity of the generated metaphors. Our model is trained on an annotated corpus consisting of 6.3k sentences that contain diverse metaphorical expressions. Experimental results show that our model is able to generate metaphors with better readability and creativity compared to the baseline models, even in the situation where training data is insufficient.

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