paper-with-me

Papers

HelloBench: Evaluating Long Text Generation Capabilities of Large Language Models

2024-09-24 · Haoran Que, Feiyu Duan, Liqun He, Yutao Mou, Wangchunshu Zhou, Jiaheng Liu, Wenge Rong, Zekun Moore Wang, Jian Yang, Ge Zhang, Junran Peng, Zhaoxiang Zhang, Songyang Zhang, Kai Chen

In recent years, Large Language Models (LLMs) have demonstrated remarkable capabilities in various tasks (e.g., long-context understanding), and many benchmarks have been proposed. However, we observe that long text generation capabilities are not well investigated. Therefore, we introduce the Hierarchical Long Text Generation Benchmark (HelloBench), a comprehensive, in-the-wild, and open-ended benchmark to evaluate LLMs' performance in generating long text. Based on Bloom's Taxonomy, HelloBench categorizes long text generation tasks into five subtasks: open-ended QA, summarization, chat, text completion, and heuristic text generation. Besides, we propose Hierarchical Long Text Evaluation (HelloEval), a human-aligned evaluation method that significantly reduces the time and effort required for human evaluation while maintaining a high correlation with human evaluation. We have conducted extensive experiments across around 30 mainstream LLMs and observed that the current LLMs lack long text generation capabilities. Specifically, first, regardless of whether the instructions include explicit or implicit length constraints, we observe that most LLMs cannot generate text that is longer than 4000 words. Second, we observe that while some LLMs can generate longer text, many issues exist (e.g., severe repetition and quality degradation). Third, to demonstrate the effectiveness of HelloEval, we compare HelloEval with traditional metrics (e.g., ROUGE, BLEU, etc.) and LLM-as-a-Judge methods, which show that HelloEval has the highest correlation with human evaluation. We release our code in https://github.com/Quehry/HelloBench.

📄 PDF Abstract BibTeX arXiv:2409.16191

Code (1)

quehry/hellobench 공식 구현

Tasks

Long-Context UnderstandingText Generation

Similar Papers 제목 키워드 기반

SCALAR: Scientific Citation-based Live Assessment of Long-context Academic Reasoning

2025-02-19 · Renxi Wang, Honglin Mu, Liqun Ma, Lizhi Lin 외

Evaluating large language models' (LLMs) long-context understanding capabilities remains challenging. We present SCALAR (Scientific Citation-based Live Assessment of Long-context Academic Reasoning), a novel benchmark th…

Long-Context Understanding

OCRGenBench: A Comprehensive Benchmark for Evaluating OCR Generative Capabilities

2025-07-20 · Peirong Zhang, Haowei Xu, Jiaxin Zhang, Xuhan Zheng 외 arxiv

Improving visual text synthesis has long been a challenging and evolving frontier for image generation models. While recent state-of-the-art (SOTA) models have made remarkable strides in text generation capabilities, exi…

Image-to-Image TranslationInstruction FollowingImage GenerationText Generation

Evaluating Long Range Dependency Handling in Code Generation Models using Multi-Step Key Retrieval

2024-07-23 · Yannick Assogba, Donghao Ren

As language models support larger and larger context sizes, evaluating their ability to make effective use of that context becomes increasingly important. We analyze the ability of several code generation models to handl…

8kCode CompletionCode GenerationRetrieval

Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts

2026-07-02 · Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer arxiv

Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves…

MemoryRewardBench: Benchmarking Reward Models for Long-Term Memory Management in Large Language Models

2026-01-17 · Zecheng Tang, Baibei Ji, Ruoxi Sun, Haitian Wang 외 arxiv

Existing works increasingly adopt memory-centric mechanisms to process long contexts in a segment manner, and effective memory management is one of the key capabilities that enables large language models to effectively p…