Scaling Up Summarization: Leveraging Large Language Models for Long Text Extractive Summarization
Léo Hemamou, Mehdi Debiane
TL;DR
The paper addresses long-text extractive summarization by leveraging large language models (LLMs) beyond standard encoder-only architectures. It introduces EYEGLAXS, which fine-tunes LLAMA2-7B-32K-Instruct and ChatGLM2-6B-32K using LoRA, together with Flash Attention 2 and Rotary Positional Encoding to handle extremely long documents while performing sentence-level extraction via mean pooling and a lightweight classifier. The approach achieves state-of-the-art ROUGE scores on PubMed and arXiv among extractive methods and includes thorough analyses of sequence-length adaptability and small-data training scenarios, along with position-bias considerations. The work demonstrates the viability and practicality of using LLMs for long-text extractive summarization and points to future enhancements such as sliding attention and graph-based or reinforcement-learning integrations to further improve robustness and applicability.
Abstract
In an era where digital text is proliferating at an unprecedented rate, efficient summarization tools are becoming indispensable. While Large Language Models (LLMs) have been successfully applied in various NLP tasks, their role in extractive text summarization remains underexplored. This paper introduces EYEGLAXS (Easy Yet Efficient larGe LAnguage model for eXtractive Summarization), a framework that leverages LLMs, specifically LLAMA2-7B and ChatGLM2-6B, for extractive summarization of lengthy text documents. Instead of abstractive methods, which often suffer from issues like factual inaccuracies and hallucinations, EYEGLAXS focuses on extractive summarization to ensure factual and grammatical integrity. Utilizing state-of-the-art techniques such as Flash Attention and Parameter-Efficient Fine-Tuning (PEFT), EYEGLAXS addresses the computational and resource challenges typically associated with LLMs. The system sets new performance benchmarks on well-known datasets like PubMed and ArXiv. Furthermore, we extend our research through additional analyses that explore the adaptability of LLMs in handling different sequence lengths and their efficiency in training on smaller datasets. These contributions not only set a new standard in the field but also open up promising avenues for future research in extractive text summarization.
