paper-with-me

Papers

Linguistic Knowledge in Data Augmentation for Natural Language Processing: An Example on Chinese Question Matching

2021-11-29 · Zhengxiang Wang

To investigate the role of linguistic knowledge in data augmentation (DA) for Natural Language Processing (NLP), we designed two adapted DA programs and applied them to LCQMC (a Large-scale Chinese Question Matching Corpus) for a binary Chinese question matching classification task. The two DA programs produce augmented texts by five simple text editing operations (or DA techniques), largely irrespective of language generation rules, but one is enhanced with a pre-trained n-gram language model to fuse it with prior linguistic knowledge. We then trained four neural network models (BOW, CNN, LSTM, and GRU) and a pre-trained model (ERNIE-Gram) on the LCQMCs train sets of varying size as well as the related augmented train sets produced by the two DA programs. The results show that there are no significant performance differences between the models trained on the two types of augmented train sets, both when the five DA techniques are applied together or separately. Moreover, due to the inability of the five DA techniques to make strictly paraphrastic augmented texts, the results indicate the need of sufficient amounts of training examples for the classification models trained on them to mediate the negative impact of false matching augmented text pairs and improve performance, a limitation of random text editing perturbations used as a DA approach. Similar results were also obtained for English.

📄 PDF Abstract BibTeX arXiv:2111.14709

Code (1)

jaaack-wang/linguistic-knowledge-in-DA-for-NLP 공식 구현 paddle

Tasks

Data AugmentationLanguage ModellingQuestion SimilaritySemantic Text MatchingText Augmentation

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BASE 설명 없음

Similar Papers 제목 키워드 기반

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

2024-08-10 · Hongde Liu, Chenyuan He, Feiyang Meng, Changyong Niu 외

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 …

Data AugmentationDiversityGraph AttentionIn-Context Learning

Datasets for Verb Alternations across Languages: BLM Templates and Data Augmentation Strategies

2026-03-16 · Giuseppe Samo, Paola Merlo arxiv

Large language models (LLMs) have shown remarkable performance across various sentence-based linguistic phenomena, yet their ability to capture cross-sentence paradigmatic patterns, such as verb alternations, remains und…

Data Augmentation

Probabilistic Linguistic Knowledge and Token-level Text Augmentation

2023-06-29 · Zhengxiang Wang

This paper investigates the effectiveness of token-level text augmentation and the role of probabilistic linguistic knowledge within a linguistically-motivated evaluation context. Two text augmentation programs, REDA and…

Text Augmentation

BhashaSetu: Cross-Lingual Knowledge Transfer from High-Resource to Extreme Low-Resource Languages

2026-02-05 · Subhadip Maji, Arnab Bhattacharya arxiv

Despite remarkable advances in natural language processing, developing effective systems for low-resource languages remains a formidable challenge, with performances typically lagging far behind high-resource counterpart…

POS Tagging

On the Effects of Knowledge-Augmented Data in Word Embeddings

2020-10-05 · Diego Ramirez-Echavarria, Antonis Bikakis, Luke Dickens, Rob Miller 외

This paper investigates techniques for knowledge injection into word embeddings learned from large corpora of unannotated data. These representations are trained with word cooccurrence statistics and do not commonly expl…

Data Augmentationtext-classificationText ClassificationWord Embeddings