CLAIDec 3, 2024

CNNSum: Exploring Long-Context Summarization with Large Language Models in Chinese Novels

arXiv:2412.02819v51 citationsh-index: 3Has CodeACL
Originality Synthesis-oriented
AI Analysis

This addresses a data bottleneck for researchers in long-context summarization, though it is incremental as it focuses on benchmarking and dataset creation.

The authors tackled the scarcity of long-context summarization datasets by introducing CNNSum, a benchmark based on Chinese novels with 695 samples up to 128k tokens, and found that small LLMs are more cost-effective and fine-tuning improves performance.

Large language models (LLMs) have been well-researched in various long-context tasks. However, the scarcity of long-context summarization datasets hinders progress in this area. To address this, we introduce CNNSum, a multi-scale long-context summarization benchmark based on Chinese novels, featuring human-driven annotations across four subsets totaling 695 samples, with lengths ranging from 16k to 128k. We benchmark numerous LLMs and conduct detailed human assessments to summarize abnormal output types. Furthermore, we extensively explore how to improve long-context summarization. In our study: (1) Advanced LLMs may generate much subjective commentary, leading to vague summaries. (2) Currently, long-context summarization mainly relies on memory ability. The advantages of Large LLMs are hard to utilize, thus small LLMs are more cost-effective. (3) Different prompt types paired with various version models may cause large performance gaps. In further fine-tuning, these can be mitigated, and the Base version models perform better. (4) LLMs with RoPE-base scaled exhibit strong extrapolation potential; using short-context data can significantly improve long-context summarization performance. However, further applying other interpolation methods requires careful selection. (5) CNNSum provides more reliable evaluation results than other benchmarks. We release CNNSum to advance future research.(https://github.com/CxsGhost/CNNSum)

Code Implementations1 repo
Foundations

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

Your Notes