asappresearch / revisit-bert-finetuning
For the code release of our arXiv paper "Revisiting Few-sample BERT Fine-tuning" (https://arxiv.org/abs/2006.05987).
☆184Updated last year
Related projects ⓘ
Alternatives and complementary repositories for revisit-bert-finetuning
- ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators☆92Updated 3 years ago
- Research code for ACL 2020 paper: "Distilling Knowledge Learned in BERT for Text Generation".☆130Updated 3 years ago
- Code for the RecAdam paper: Recall and Learn: Fine-tuning Deep Pretrained Language Models with Less Forgetting.☆115Updated 4 years ago
- [NeurIPS 2021] COCO-LM: Correcting and Contrasting Text Sequences for Language Model Pretraining☆118Updated last year
- Code for the paper "Are Sixteen Heads Really Better than One?"☆169Updated 4 years ago
- ⛵️The official PyTorch implementation for "BERT-of-Theseus: Compressing BERT by Progressive Module Replacing" (EMNLP 2020).☆312Updated last year
- ☆112Updated 3 years ago
- The source code for the Cutoff data augmentation approach proposed in this paper: "A Simple but Tough-to-Beat Data Augmentation Approach …☆62Updated 4 years ago
- CharBERT: Character-aware Pre-trained Language Model (COLING2020)☆117Updated 3 years ago
- Implementation of Self-adjusting Dice Loss from "Dice Loss for Data-imbalanced NLP Tasks" paper☆106Updated 3 years ago
- Pytorch implementation of Bert and Pals: Projected Attention Layers for Efficient Adaptation in Multi-Task Learning (https://arxiv.org/ab…☆81Updated 5 years ago
- ☆66Updated 3 years ago
- ☆97Updated 4 years ago
- Interpreting Bidirectional Encoder Representations from Transformers (BERT)☆108Updated 2 years ago
- Neural Text Generation with Unlikelihood Training☆310Updated 3 years ago
- Some good(maybe) papers about NMT (Neural Machine Translation).☆84Updated 4 years ago
- Unicoder model for understanding and generation.☆88Updated 11 months ago
- Source code for our "TitleStylist" paper at ACL 2020☆76Updated 3 months ago
- ☆68Updated 2 years ago
- Adversarial Training for Natural Language Understanding☆250Updated last year
- Contrastive Attention Mechanism for Abstractive Text Summarization☆40Updated 4 years ago
- [NAACL'22] TaCL: Improving BERT Pre-training with Token-aware Contrastive Learning☆92Updated 2 years ago
- [EMNLP 2021] Text AutoAugment: Learning Compositional Augmentation Policy for Text Classification☆126Updated last year
- AAAI-20 paper: Cross-Lingual Natural Language Generation via Pre-Training☆128Updated 3 years ago
- [NAACL 2021] Factual Probing Is [MASK]: Learning vs. Learning to Recall https://arxiv.org/abs/2104.05240☆167Updated 2 years ago
- Pytorch implementation of CoCon: A Self-Supervised Approach for Controlled Text Generation☆94Updated 3 years ago
- Code for the ACL 19 paper "Neural Keyphrase Generation via Reinforcement Learning with Adaptive Rewards"☆107Updated 4 years ago
- Implementation of Mixout with PyTorch☆74Updated last year
- Code associated with the "Data Augmentation using Pre-trained Transformer Models" paper