QData / TextAttack

TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/
https://textattack.readthedocs.io/en/master/
MIT License
2.89k stars 385 forks source link

Perturbations for NER dataset #773

Open avishwa23 opened 7 months ago

avishwa23 commented 7 months ago

Is it possible to perturb the text in a NER dataset and also update its corresponding start/end indices of entities in the annotations using TextAttack?

liuyuyan2717 commented 7 months ago

This is a very valuable question