lancopku / text-autoaugment

[EMNLP 2021] Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification
https://arxiv.org/abs/2109.00523
MIT License
125 stars 16 forks source link

2.3 Augmentation Policy Optimization #7

Closed zjjhit closed 2 years ago

zjjhit commented 2 years ago

RT , 在您提供的代码中 ,没有找到2.3部分的对应代码,能否也提供一下,不胜感激!

RenShuhuai-Andy commented 2 years ago

你好,感谢关注。 TAA中的策略优化基于 ray 框架,具体用到的算法实现为 HyperOptSearch,这里有一份相关的 tutorial (Exercise 2)。 供参考,谢谢。

zjjhit commented 2 years ago

感谢 !