Data Augmentation Method Utilizing Template Sentences for Variable Definition Extraction
The extraction of variable definitions from scientific and technical papers is essential for understanding these documents. However, the characteristics of variable definitions, such as the length and the words that make up the definition, differ among fields, which leads to differences in the performance of existing extraction methods across fields. Although preparing training data specific to each field can improve the performance of the methods, it is costly to create high-quality training data. To address this challenge, this study proposes a new method that generates new definition sentences from template sentences and variable-definition pairs in the training data. The proposed method has been tested on papers about chemical processes, and the results show that the model trained with the definition sentences generated by the proposed method achieved a higher accuracy of 89.6%, surpassing existing models.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationDefinition ExtractionSimilar Papers 제목 키워드 기반
Generative Pre-training for Paraphrase Generation by Representing and Predicting Spans in Exemplars
Paraphrase generation is a long-standing problem and serves an essential role in many natural language processing problems. Despite some encouraging results, recent methods either confront the problem of favoring generic…
Paraphrase GenerationPOSCode-switching Sentence Generation by Generative Adversarial Networks and its Application to Data Augmentation
Code-switching is about dealing with alternative languages in speech or text. It is partially speaker-depend and domain-related, so completely explaining the phenomenon by linguistic rules is challenging. Compared to mos…
Data AugmentationGenerative Adversarial NetworkSentenceSyntax-Infused Variational Autoencoder for Text Generation
We present a syntax-infused variational autoencoder (SIVAE), that integrates sentences with their syntactic trees to improve the grammar of generated sentences. Distinct from existing VAE-based text generative models, SI…
SentenceText GenerationBoosting Disfluency Detection with Large Language Model as Disfluency Generator
Current disfluency detection methods heavily rely on costly and scarce human-annotated data. To tackle this issue, some approaches employ heuristic or statistical features to generate disfluent sentences, partially impro…
Data AugmentationLanguage ModelingLanguage ModellingLarge Language ModelDecode with Template: Content Preserving Sentiment Transfer
Sentiment transfer aims to change the underlying sentiment of input sentences. The two major challenges in existing works lie in (1) effectively disentangling the original sentiment from input sentences; and (2) preservi…