Generating Datasets With Pretrained Language Models · The Large Language Model Bible Contribute to LLM-Bible

Generating Datasets With Pretrained Language Models

Timo Schick, Hinrich Schütze. Arxiv 2021 – 33 citations

[Paper]    
RAG Training Techniques

To obtain high-quality sentence embeddings from pretrained language models (PLMs), they must either be augmented with additional pretraining objectives or finetuned on a large set of labeled text pairs. While the latter approach typically outperforms the former, it requires great human effort to generate suitable datasets of sufficient size. In this paper, we show how PLMs can be leveraged to obtain high-quality sentence embeddings without the need for labeled data, finetuning or modifications to the pretraining objective: We utilize the generative abilities of large and high-performing PLMs to generate entire datasets of labeled text pairs from scratch, which we then use for finetuning much smaller and more efficient models. Our fully unsupervised approach outperforms strong baselines on several semantic textual similarity datasets.

Similar Work