Boosting Few-Shot Text Classification via Distribution Estimation

Abstract

Distribution estimation has been demonstrated as one of the most effective approaches in dealing with few-shot image classification, as the low-level patterns and underlying representations can be easily transferred across different tasks in computer vision domain. However, directly applying this approach to few-shot text classification is challenging, since leveraging the statistics of known classes with sufficient samples to calibrate the distributions of novel classes may cause negative effects due to serious category difference in text domain. To alleviate this issue, we propose two simple yet effective strategies to estimate the distributions of the novel classes by utilizing unlabeled query samples, thus avoiding the potential negative transfer issue. Specifically, we first assume a class or sample follows the Gaussian distribution, and use the original support set and the nearest few query samples to estimate the corresponding mean and covariance. Then, we augment the labeled samples by sampling from the estimated distribution, which can provide sufficient supervision for training the classification model. Extensive experiments on eight few-shot text classification datasets show that the proposed method outperforms state-of-the-art baselines significantly.

Cite

Text

Liu et al. "Boosting Few-Shot Text Classification via Distribution Estimation." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I11.26552

Markdown

[Liu et al. "Boosting Few-Shot Text Classification via Distribution Estimation." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/liu2023aaai-boosting/) doi:10.1609/AAAI.V37I11.26552

BibTeX

@inproceedings{liu2023aaai-boosting,
  title     = {{Boosting Few-Shot Text Classification via Distribution Estimation}},
  author    = {Liu, Han and Zhang, Feng and Zhang, Xiaotong and Zhao, Siyang and Ma, Fenglong and Wu, Xiao-Ming and Chen, Hongyang and Yu, Hong and Zhang, Xianchao},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {13219-13227},
  doi       = {10.1609/AAAI.V37I11.26552},
  url       = {https://mlanthology.org/aaai/2023/liu2023aaai-boosting/}
}