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

TL;DR
This study explores how linguistic knowledge influences data augmentation in Chinese NLP, showing that simple text editing techniques, even with linguistic enhancement, do not significantly outperform basic methods, highlighting the importance of training data quantity.
Contribution
It introduces two data augmentation methods for Chinese question matching and evaluates their effectiveness, revealing limitations of simple text editing techniques regardless of linguistic knowledge integration.
Findings
No significant performance difference between augmented datasets with or without linguistic enhancement.
Simple text editing techniques are limited in producing high-quality paraphrastic data.
Large training datasets are necessary to mitigate false positives from basic augmentation methods.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech and dialogue systems
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Balanced Selection
