Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
41 tokens/sec
GPT-4o
60 tokens/sec
Gemini 2.5 Pro Pro
44 tokens/sec
o3 Pro
8 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

BooookScore: A systematic exploration of book-length summarization in the era of LLMs (2310.00785v4)

Published 1 Oct 2023 in cs.CL, cs.AI, and cs.LG
BooookScore: A systematic exploration of book-length summarization in the era of LLMs

Abstract: Summarizing book-length documents (>100K tokens) that exceed the context window size of LLMs requires first breaking the input document into smaller chunks and then prompting an LLM to merge, update, and compress chunk-level summaries. Despite the complexity and importance of this task, it has yet to be meaningfully studied due to the challenges of evaluation: existing book-length summarization datasets (e.g., BookSum) are in the pretraining data of most public LLMs, and existing evaluation methods struggle to capture errors made by modern LLM summarizers. In this paper, we present the first study of the coherence of LLM-based book-length summarizers implemented via two prompting workflows: (1) hierarchically merging chunk-level summaries, and (2) incrementally updating a running summary. We obtain 1193 fine-grained human annotations on GPT-4 generated summaries of 100 recently-published books and identify eight common types of coherence errors made by LLMs. Because human evaluation is expensive and time-consuming, we develop an automatic metric, BooookScore, that measures the proportion of sentences in a summary that do not contain any of the identified error types. BooookScore has high agreement with human annotations and allows us to systematically evaluate the impact of many other critical parameters (e.g., chunk size, base LLM) while saving $15K USD and 500 hours in human evaluation costs. We find that closed-source LLMs such as GPT-4 and Claude 2 produce summaries with higher BooookScore than those generated by open-source models. While LLaMA 2 falls behind other models, Mixtral achieves performance on par with GPT-3.5-Turbo. Incremental updating yields lower BooookScore but higher level of detail than hierarchical merging, a trade-off sometimes preferred by annotators.

BooookScore: A Systematic Exploration of Book-Length Summarization in the Era of LLMs

The emergence of LLMs has brought newfound capabilities to the domain of document summarization, particularly with the complex task of summarizing book-length texts. The paper "BooookScore: A systematic exploration of book-length summarization in the era of LLMs" by Yapei Chang, Kyle Lo, Tanya Goyal, and Mohit Iyyer provides an in-depth examination of this task, addressing the unique challenges posed by the summarization of documents exceeding 100K tokens.

Overview and Contributions

The primary challenge in book-length summarization arises from the fact that these documents far exceed the typical context window size of LLMs, necessitating the division of the text into manageable chunks. The authors explore two distinct prompting workflows for summarizing these chunks: hierarchical merging and incremental updating. Hierarchical merging involves summarizing chunks individually and then recursively merging these summaries, while incremental updating keeps a running summary, updating it with each new chunk.

The paper makes significant contributions across three main areas:

  1. Coherence Evaluation Protocol:
    • The authors construct a protocol for evaluating the coherence of LLM-generated book summaries. Recognizing the constraints of existing benchmarks and the expense of human evaluation, they curate a dataset of 100 recently-published books, avoiding pre-training data contamination.
    • Human annotators provide fine-grained evaluations, identifying coherence errors such as entity omissions, event omissions, causal omissions, discontinuities, salience issues, language issues, inconsistencies, and duplications. These errors highlight how modern LLMs handle the complexities of book-length summarization tasks.
  2. Automatic Metric - BooookScore:
    • To overcome the cost-intensive nature of human evaluations, the authors develop BooookScore, an automatic metric leveraging LLMs like GPT-4 to assess summary coherence. This metric evaluates the proportion of sentences in a summary that do not exhibit any of the predefined coherence errors. BooookScore shows high agreement with human annotations and offers a scalable approach to evaluating the impact of various summarization parameters.
    • This metric allows for systematic evaluation across numerous configurations, effectively reducing costs and effort, saving approximately $15K USD and 500 annotator hours.
  3. Systematic Evaluation of LLM Performance:
    • The paper details comprehensive evaluations of different LLMs (e.g., GPT-4, GPT-3.5-Turbo, Claude 2, Mixtral-8x7B, and LLaMA-2-7B-Inst) using BooookScore. Notably, closed-source models such as GPT-4 and Claude 2 generate more coherent summaries compared to open-source models.
    • The authors find that hierarchical merging generally yields more coherent summaries than incremental updating, though the latter provides a higher level of detail—a trade-off sometimes favored by human annotators.

Implications and Future Directions

The findings in this paper have several practical and theoretical implications:

  • Practical Implications:
    • Closed-source LLMs' superior performance in generating coherent summaries suggests a continued role for proprietary models in high-stakes applications. However, the promising results of open-source models like Mixtral indicate potential for future improvements, particularly as these models continue to evolve.
    • The paper’s methodology and insights into chunk size and chunking strategies can inform the development of more effective summarization tools for long documents, which is particularly relevant for domains requiring exhaustive document review, such as law and academia.
  • Theoretical Implications:
    • The identified coherence error types and their distributions further our understanding of where and why LLMs struggle with long-form content, offering a foundation for refining model architectures and training methods.
    • BooookScore’s effectiveness in automating coherence evaluation paves the way for similar metrics in related tasks, expanding the toolkit for LLM evaluation beyond traditional benchmarks.
  • Future Developments in AI:
    • Incorporating longer context windows into LLM architectures could mitigate some of the current limitations, facilitating more coherent handling of book-length texts without extensive chunking.
    • Further research might explore hybrid models that integrate hierarchical and incremental strategies, potentially combining their strengths.
    • Enhancing the robustness of automatic evaluators like BooookScore by integrating diverse LLMs or even multi-task evaluators could yield even more reliable metrics, fostering advancements in summarization technology.

The authors provide comprehensive resources, including code and annotations, to support ongoing research in book-length summarization. The continued development of such methodologies will likely result in increasingly effective and efficient tools, improving the usability of LLMs in handling extensive documents and complex narratives.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (33)
  1. From sparse to dense: Gpt-4 summarization with chain of density prompting, 2023.
  2. Shuyang Cao and Lu Wang. Awesome: Gpu memory-constrained long document summarization using memory mechanism and global salient content, 2023.
  3. Speak, memory: An archaeology of books known to chatgpt/gpt-4, 2023.
  4. A discourse-aware attention model for abstractive summarization of long documents. In Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers), pp.  615–621, New Orleans, Louisiana, June 2018. Association for Computational Linguistics. doi: 10.18653/v1/N18-2097. URL https://aclanthology.org/N18-2097.
  5. Is gpt-3 text indistinguishable from human text? scarecrow: A framework for scrutinizing machine text, 2022.
  6. Alpacafarm: A simulation framework for methods that learn from human feedback, 2023.
  7. Summeval: Re-evaluating summarization evaluation. arXiv preprint arXiv:2007.12626, 2020.
  8. The devil is in the errors: Leveraging large language models for fine-grained machine translation evaluation, 2023.
  9. Experts, errors, and context: A large-scale study of human evaluation for machine translation. Transactions of the Association for Computational Linguistics, 9:1460–1474, 2021. doi: 10.1162/tacl˙a˙00437. URL https://aclanthology.org/2021.tacl-1.87.
  10. Gptscore: Evaluate as you desire. arXiv preprint arXiv:2302.04166, 2023.
  11. SUPERT: Towards new frontiers in unsupervised evaluation metrics for multi-document summarization. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pp.  1347–1354, Online, July 2020. Association for Computational Linguistics. doi: 10.18653/v1/2020.acl-main.124. URL https://aclanthology.org/2020.acl-main.124.
  12. Annotating and modeling fine-grained factuality in summarization. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pp.  1449–1462, Online, June 2021. Association for Computational Linguistics. doi: 10.18653/v1/2021.naacl-main.114. URL https://aclanthology.org/2021.naacl-main.114.
  13. Snac: Coherence error detection for narrative summarization, 2022a.
  14. News Summarization and Evaluation in the Era of GPT-3. arXiv preprint arXiv:2209.12356, 2022b.
  15. Inquisitive question generation for high level text comprehension. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pp.  6544–6555, Online, November 2020. Association for Computational Linguistics. doi: 10.18653/v1/2020.emnlp-main.530. URL https://aclanthology.org/2020.emnlp-main.530.
  16. BillSum: A corpus for automatic summarization of US legislation. In Proceedings of the 2nd Workshop on New Frontiers in Summarization, pp.  48–56, Hong Kong, China, November 2019. Association for Computational Linguistics. doi: 10.18653/v1/D19-5406. URL https://aclanthology.org/D19-5406.
  17. Longeval: Guidelines for human evaluation of faithfulness in long-form summarization. In European Chapter of the Association for Computational Linguistics, 2023.
  18. BOOKSUM: A collection of datasets for long-form narrative summarization. In Findings of the Association for Computational Linguistics: EMNLP 2022, pp.  6536–6558, Abu Dhabi, United Arab Emirates, December 2022. Association for Computational Linguistics. doi: 10.18653/v1/2022.findings-emnlp.488. URL https://aclanthology.org/2022.findings-emnlp.488.
  19. Chin-Yew Lin. ROUGE: A package for automatic evaluation of summaries. In Text Summarization Branches Out, pp.  74–81, Barcelona, Spain, July 2004. Association for Computational Linguistics. URL https://aclanthology.org/W04-1013.
  20. Lost in the middle: How language models use long contexts, 2023a. arXiv:2307.03172.
  21. G-eval: Nlg evaluation using gpt-4 with better human alignment, 2023b.
  22. Revisiting the gold standard: Grounding summarization evaluation with robust human evaluation. In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pp.  4140–4170, Toronto, Canada, July 2023c. Association for Computational Linguistics. doi: 10.18653/v1/2023.acl-long.228. URL https://aclanthology.org/2023.acl-long.228.
  23. Factscore: Fine-grained atomic evaluation of factual precision in long form text generation, 2023.
  24. Long document summarization with top-down and bottom-up inference. In Findings of the Association for Computational Linguistics: EACL 2023, pp.  1237–1254, 2023.
  25. Incorporating distributions of discourse structure for long document abstractive summarization, 2023a.
  26. Summarization is (almost) dead, 2023b.
  27. Fill in the blanc: Human-free quality estimation of document summaries, 2020.
  28. SQuALITY: Building a long-document summarization dataset the hard way. arXiv preprint 2205.11465, 2022.
  29. Is chatgpt a good nlg evaluator? a preliminary study. arXiv preprint arXiv:2303.04048, 2023.
  30. Recursively summarizing books with human feedback, 2021.
  31. Adapting pretrained text-to-text models for long text sequences, 2022.
  32. Reducing quantity hallucinations in abstractive summarization. In Findings of the Association for Computational Linguistics: EMNLP 2020, pp.  2237–2249, Online, November 2020. Association for Computational Linguistics. doi: 10.18653/v1/2020.findings-emnlp.203. URL https://aclanthology.org/2020.findings-emnlp.203.
  33. Judging llm-as-a-judge with mt-bench and chatbot arena. arXiv preprint arXiv:2306.05685, 2023.
User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (4)
  1. Yapei Chang (9 papers)
  2. Kyle Lo (73 papers)
  3. Tanya Goyal (24 papers)
  4. Mohit Iyyer (87 papers)
Citations (72)
Github Logo Streamline Icon: https://streamlinehq.com

GitHub