WARP
NLP Task Adaptation
An approach to transfer learning for NLP tasks using adversarial reprogramming and word-level task-specific embeddings.
Code for ACL'2021 paper WARP 🌀 Word-level Adversarial ReProgramming. Outperforming GPT-3
on SuperGLUE Few-Shot text classification. https://aclanthology.org/2021.acl-long.381/
83 stars
8 watching
16 forks
Language: Python
last commit: over 3 years ago adversarialfew-shot-learningnatural-language-processingpretrained-models
Related projects:
Repository | Description | Stars |
---|---|---|
| This project implements a deep learning-based approach to adapt semantic segmentation models from one domain to another. | 851 |
| Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
| This project enables reprogramming of pre-trained neural networks to work on new tasks by fine-tuning them on smaller datasets. | 33 |
| Adapting a single network to multiple tasks by learning to mask weights | 183 |
| Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 830 |
| Developing low-resource speech command recognition systems using adversarial reprogramming and transfer learning | 18 |
| Improves deep network generalization under noise and enhances self-supervised representation learning | 127 |
| This is an open source PyTorch library providing tools and models to explain the predictions of deep neural networks for natural language processing tasks. | 19 |
| A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
| A comprehensive tutorial on deep learning for natural language processing with PyTorch, covering the basics and advancing to linguistic structure prediction. | 1,942 |
| Reproduces a SGNN's word projections preprocessing pipeline using word n-grams instead of skip-grams | 23 |
| A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 572 |
| Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 538 |
| A PyTorch implementation of NeRF (Neural Radiance Fields) and related techniques for 3D rendering and reconstruction | 2,121 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |