djaszak / NLPAug

A framework to simplify the usage of common Data Augmentation methods in the NLP context.
MIT License
2 stars 0 forks source link

Word Level Synonyms #9

Open djaszak opened 2 years ago

djaszak commented 2 years ago

Synonym replacement should be the core of my framework, as IMO this is the most interesting as easiest approach. We want to approach 3 different layers:

For these layers I am choosing 3-4 method proven good in previous work, stated by Table 2 in [1].

Synonym Database

Replacement Method

[1] Markus Bayer, Marc-André Kaufhold, Christian Reuter (2021) A Survey on Data Augmentation for Text Classification

djaszak commented 2 years ago

FIrst implementation in be40fbd9c978f3357b5a4a826a11d938d2ece3be . Next steps: