ACL 2023long2 citations

Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations

Linlin Liu, Xingxuan Li, Megh Thakkar, Xin Li, Shafiq Joty, Luo Si, Lidong Bing

Abstract

Due to the huge amount of parameters, finetuning of pretrained language models (PLMs) is prone to overfitting in the low resource scenarios. In this work, we present a novel method that operates on the hidden representations of a PLM to reduce overfitting. During fine-tuning, our method inserts random autoencoders between the hidden layers of a PLM, which transform activations from the previous layers into multi-view compressed representations before feeding them into the upper layers. The autoencoders are plugged out after fine-tuning, so our method does not add extra parameters or increase computation cost during inference. Our method demonstrates promising performance improvement across a wide range of sequence- and token-level lowresource NLP tasks.

BibTeX
@inproceedings{liu-etal-2023-towards,
    title = "Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations",
    author = "Liu, Linlin  and
      Li, Xingxuan  and
      Thakkar, Megh  and
      Li, Xin  and
      Joty, Shafiq  and
      Si, Luo  and
      Bing, Lidong",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.acl-long.264/",
    doi = "10.18653/v1/2023.acl-long.264",
    pages = "4799--4816"
}
Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations · ACL 2023