CLAILGJan 27, 2024

Baichuan2-Sum: Instruction Finetune Baichuan2-7B Model for Dialogue Summarization

arXiv:2401.15496v321 citationsh-index: 3IJCNN
Originality Incremental advance
AI Analysis

This provides a more effective method for role-oriented dialogue summarization, though it's incremental as it applies existing techniques (instruction fine-tuning, NEFTune) to a specific task.

The authors tackled dialogue summarization for different roles by instruction fine-tuning the Baichuan2-7B model with role-specific instructions and NEFTune noise during training, achieving state-of-the-art results on CSDS and SAMSUM datasets.

Large language models (LLMs) like Llama, Baichuan and Bloom models show remarkable ability with instruction fine-tuning in many natural language tasks. Nevertheless, for the dialogue summarization task, which aims to generate summaries for different roles in dialogue, most of the state-of-the-art methods conduct on small models (e.g Bart and Bert). Existing methods try to add task specified optimization on small models like adding global-local centrality score to models. In this paper, we propose an instruction fine-tuning model: Baichuan2-Sum, for role-oriented diaglouge summarization. By setting different instructions for different roles, the model can learn from the dialogue interactions and output the expected summaries. Furthermore, we applied NEFTune technique to add suitable noise during training to improve the results. The experiments demonstrate that the proposed model achieves the new state-of-the-art results on two public dialogue summarization datasets: CSDS and SAMSUM. We release our model and related codes to facilitate future studies on dialogue summarization task.

Foundations

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

Your Notes