LIFEBench/LIFEBench 已完整同步
LIFEBench
🔥 News
- May 14, 2025: We release
LIFEBench, the first comprehensive benchmark for evaluating the ability of LLMs to follow length instructions across diverse tasks, languages, and a broad range of length constraints.- 📊 Dataset: Find our dataset on LIFEBench Datasets.
- 💻 Code: Access all code, scripts, and benchmark evaluation tools on our LIFEBench repository.
- 🌐 Website: View benchmark results and leaderboards on our LIFEBench website.
📖 Overview
While large language models (LLMs) can solve PhD-level reasoning problems over long context inputs, they still struggle with a seemingly simpler task: following explicit length instructions—e.g., write a 10,000-word novel. Additionally, models often generate far too short outputs, terminate prematurely, or even refuse the request. Existing benchmarks focus primarily on evaluating generations quality, but often overlook whether the generations meet length constraints. To this end, we introduce Length Instruction Following Evaluation Benchmark (LIFEBench) to comprehensively evaluate LLMs' ability to follow length instructions across diverse tasks and a wide range of specified lengths. LIFEBench consists of 10,800 instances across 4 task categories in both English and Chinese, covering length constraints ranging from 16 to 8192 words. We evaluate 26 widely-used LLMs and find that most models reasonably follow short-length instructions but deteriorate sharply beyond a certain threshold. Surprisingly, almost all models fail to reach the vendor-claimed maximum output lengths in practice, as further confirmed by our evaluations extending up to 32K words. Even long-context LLMs, despite their extended input-output windows, counterintuitively fail to improve length-instructions following. Notably, Reasoning LLMs outperform even specialized long-text generation models, achieving state-of-the-art length following. Overall, LIFEBench uncovers fundamental limitations in current LLMs' length instructions following ability, offering critical insights for future progress.
11 个文件
浏览文件数据集版权信息
本数据集的许可证为 MIT License。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3558_76fc42526b --revision 4b041677e307857d263fa2012faa1bba46d29160 --output ./ds_ext_3558_76fc42526b
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3558_76fc42526b --revision 4b041677e307857d263fa2012faa1bba46d29160 --output ./ds_ext_3558_76fc42526b
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3558_76fc42526b --revision 4b041677e307857d263fa2012faa1bba46d29160 --output ./ds_ext_3558_76fc42526b --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3558_76fc42526b --revision 4b041677e307857d263fa2012faa1bba46d29160 --output ./ds_ext_3558_76fc42526b --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3558_76fc42526b --revision 4b041677e307857d263fa2012faa1bba46d29160 --output ./ds_ext_3558_76fc42526b --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3558_76fc42526b --revision 4b041677e307857d263fa2012faa1bba46d29160 --output ./ds_ext_3558_76fc42526b --jobs 8
完整帮助:wehub datasets download --help
