CLDec 19, 2019

Neural Simile Recognition with Cyclic Multitask Learning and Local Attention

arXiv:1912.09084v127 citations
Originality Incremental advance
AI Analysis

This work addresses simile recognition in natural language processing, which is important for applications like text analysis and understanding, but it is incremental as it builds on existing multitask learning approaches.

The paper tackled the problem of simile recognition by proposing a cyclic multitask learning framework to better capture interdependence between subtasks, resulting in significant performance improvements over state-of-the-art models, with notable gains even when using BERT.

Simile recognition is to detect simile sentences and to extract simile components, i.e., tenors and vehicles. It involves two subtasks: {\it simile sentence classification} and {\it simile component extraction}. Recent work has shown that standard multitask learning is effective for Chinese simile recognition, but it is still uncertain whether the mutual effects between the subtasks have been well captured by simple parameter sharing. We propose a novel cyclic multitask learning framework for neural simile recognition, which stacks the subtasks and makes them into a loop by connecting the last to the first. It iteratively performs each subtask, taking the outputs of the previous subtask as additional inputs to the current one, so that the interdependence between the subtasks can be better explored. Extensive experiments show that our framework significantly outperforms the current state-of-the-art model and our carefully designed baselines, and the gains are still remarkable using BERT.

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