CLOct 17, 2022

PeerDA: Data Augmentation via Modeling Peer Relation for Span Identification Tasks

arXiv:2210.08855v2229 citationsh-index: 51
AI Analysis

This addresses the challenge of overfitting in span identification tasks for NLP applications, offering a novel augmentation method that leverages semantic similarities.

The paper tackled the problem of span identification by exploring the Peer relation between spans for data augmentation, achieving state-of-the-art results on six out of ten datasets across diverse tasks and domains.

Span identification aims at identifying specific text spans from text input and classifying them into pre-defined categories. Different from previous works that merely leverage the Subordinate (SUB) relation (i.e. if a span is an instance of a certain category) to train models, this paper for the first time explores the Peer (PR) relation, which indicates that two spans are instances of the same category and share similar features. Specifically, a novel Peer Data Augmentation (PeerDA) approach is proposed which employs span pairs with the PR relation as the augmentation data for training. PeerDA has two unique advantages: (1) There are a large number of PR span pairs for augmenting the training data. (2) The augmented data can prevent the trained model from over-fitting the superficial span-category mapping by pushing the model to leverage the span semantics. Experimental results on ten datasets over four diverse tasks across seven domains demonstrate the effectiveness of PeerDA. Notably, PeerDA achieves state-of-the-art results on six of them.

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