CLAILGApr 19, 2024

Parameter Efficient Diverse Paraphrase Generation Using Sequence-Level Knowledge Distillation

arXiv:2404.12596v14 citationsh-index: 3ICACS
Originality Incremental advance
AI Analysis

This work provides a more efficient and cost-effective solution for paraphrasing tasks in natural language generation, addressing hardware and inference time limitations for commercial applications.

The study tackled the challenge of applying large language models (LLMs) to paraphrasing tasks by using sequence-level knowledge distillation to create smaller, parameter-efficient models, resulting in only a 4% performance drop compared to the LLM teacher model while being 1000 times smaller and generating diverse paraphrases.

Over the past year, the field of Natural Language Generation (NLG) has experienced an exponential surge, largely due to the introduction of Large Language Models (LLMs). These models have exhibited the most effective performance in a range of domains within the Natural Language Processing and Generation domains. However, their application in domain-specific tasks, such as paraphrasing, presents significant challenges. The extensive number of parameters makes them difficult to operate on commercial hardware, and they require substantial time for inference, leading to high costs in a production setting. In this study, we tackle these obstacles by employing LLMs to develop three distinct models for the paraphrasing field, applying a method referred to as sequence-level knowledge distillation. These distilled models are capable of maintaining the quality of paraphrases generated by the LLM. They demonstrate faster inference times and the ability to generate diverse paraphrases of comparable quality. A notable characteristic of these models is their ability to exhibit syntactic diversity while also preserving lexical diversity, features previously uncommon due to existing data quality issues in datasets and not typically observed in neural-based approaches. Human evaluation of our models shows that there is only a 4% drop in performance compared to the LLM teacher model used in the distillation process, despite being 1000 times smaller. This research provides a significant contribution to the NLG field, offering a more efficient and cost-effective solution for paraphrasing tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes