paper-with-me

홈 › Papers

Ada-LEval: Evaluating long-context LLMs with length-adaptable benchmarks

2024-04-09 · Chonghua Wang, Haodong Duan, Songyang Zhang, Dahua Lin, Kai Chen

Recently, the large language model (LLM) community has shown increasing interest in enhancing LLMs' capability to handle extremely long documents. As various long-text techniques and model architectures emerge, the precise and detailed evaluation of models' long-text capabilities has become increasingly important. Existing long-text evaluation benchmarks, such as L-Eval and LongBench, construct long-text test sets based on open-source datasets, focusing mainly on QA and summarization tasks. These datasets include test samples of varying lengths (from 2k to 32k+) entangled together, making it challenging to assess model capabilities across different length ranges. Moreover, they do not cover the ultralong settings (100k+ tokens) that the latest LLMs claim to achieve. In this paper, we introduce Ada-LEval, a length-adaptable benchmark for evaluating the long-context understanding of LLMs. Ada-LEval includes two challenging subsets, TSort and BestAnswer, which enable a more reliable evaluation of LLMs' long context capabilities. These benchmarks support intricate manipulation of the length of test cases, and can easily produce text samples up to 128k tokens. We evaluate 4 state-of-the-art closed-source API models and 6 open-source models with Ada-LEval. The evaluation results demonstrate the limitations of current LLMs, especially in ultra-long-context settings. Our code is available at https://github.com/open-compass/Ada-LEval.

📄 PDF Abstract BibTeX arXiv:2404.06480

Code (1)

open-compass/ada-leval 공식 구현 pytorch

Tasks

Answer SelectionLong-Context UnderstandingQuestion Answering

Similar Papers 제목 키워드 기반

ICLEval: Evaluating In-Context Learning Ability of Large Language Models

2024-06-21 · Wentong Chen, Yankai Lin, ZhenHao Zhou, HongYun Huang 외

In-Context Learning (ICL) is a critical capability of Large Language Models (LLMs) as it empowers them to comprehend and reason across interconnected inputs. Evaluating the ICL ability of LLMs can enhance their utilizati…

In-Context Learning

SELF: Self-Extend the Context Length With Logistic Growth Function

2025-05-22 · Phat Thanh Dang, Saahil Thoppay, Wang Yang, Qifan Wang 외

Large language models suffer issues when operated on long contexts that are larger than their training context length due to the standard position encoding for tokens in the attention layer. Tokens a long distance apart …

Reading Comprehension

TravelEval: A Comprehensive Benchmarking Framework for Evaluating LLM-Powered Travel Planning Agents

2026-05-31 · Weiyi Chen, Shuaixiong Wang, Ziyun Gao, Kaichun Hu 외 arxiv

The development of Large Language Models (LLMs) has significantly improved travel planning applications, yet evaluating such models is limited by existing benchmarks' limitations: 1) overemphasis on constraint compliance…

CMoralEval: A Moral Evaluation Benchmark for Chinese Large Language Models

2024-08-19 · Linhao Yu, Yongqi Leng, Yufei Huang, Shang Wu 외

What a large language model (LLM) would respond in ethically relevant context? In this paper, we curate a large benchmark CMoralEval for morality evaluation of Chinese LLMs. The data sources of CMoralEval are two-fold: 1…

DiversityLanguage ModelingLanguage ModellingLarge Language Model+1

ArabLegalEval: A Multitask Benchmark for Assessing Arabic Legal Knowledge in Large Language Models

2024-08-15 · Faris Hijazi, Somayah AlHarbi, Abdulaziz AlHussein, Harethah Abu Shairah 외

The rapid advancements in Large Language Models (LLMs) have led to significant improvements in various natural language processing tasks. However, the evaluation of LLMs' legal knowledge, particularly in non-English lang…

In-Context LearningMMLU