TLDR: Extreme Summarization of Scientific Documents
Isabel Cachola, Kyle Lo, Arman Cohan, Daniel S. Weld
TL;DR
This paper defines TLDR generation as extreme summarization for scientific papers and introduces SciTLDR, a multi-target dataset containing author-written and expert-derived TLDRs across CS papers. It presents Catts, a title-scaffolding learning strategy that uses paper titles as auxiliary targets to improve TLDR generation under data-scarce conditions. Through extensive experiments with extractive and abstractive baselines, Catts shows improvements in automated Rouge metrics and human evaluators find Catts-generated TLDRs more informative and faithful than strong baselines, approaching the quality of expert summaries. The work highlights the value of multiple gold TLDR targets, analyzes information content via nugget categories, and demonstrates the potential of using extended input contexts and title scaffolding to advance extreme summarization in scientific domains.
Abstract
We introduce TLDR generation, a new form of extreme summarization, for scientific papers. TLDR generation involves high source compression and requires expert background knowledge and understanding of complex domain-specific language. To facilitate study on this task, we introduce SciTLDR, a new multi-target dataset of 5.4K TLDRs over 3.2K papers. SciTLDR contains both author-written and expert-derived TLDRs, where the latter are collected using a novel annotation protocol that produces high-quality summaries while minimizing annotation burden. We propose CATTS, a simple yet effective learning strategy for generating TLDRs that exploits titles as an auxiliary training signal. CATTS improves upon strong baselines under both automated metrics and human evaluations. Data and code are publicly available at https://github.com/allenai/scitldr.
