Papers by Yiqin Dai
“Low-Resource” Text Classification: A Parameter-Free Classification Method with Compressors (2023.findings-acl)
Copied to clipboard
| Challenge: | Text classification is one of the most fundamental tasks in natural language processing (NLP), but deep neural networks are data-hungry and expensive to train. |
| Approach: | They propose a non-parametric alternative to DNNs that uses a compressor like gzip and a k-nearest-neighbor classifier to achieve competitive results. |
| Outcome: | The proposed method outperforms BERT on all five OOD datasets and outperformed other methods on the few-shot setting. |