LongEval
收藏资源简介:
长文评估(LongEval)数据集支持对依赖广泛文本上下文的模型进行评估。任务分为两个不同的难度级别:一个专注于广泛主题检索,另一个强调详细段落检索。评估数据利用代码合成来满足任务规范,提供了一种简单且快速的方法来衡量和比较模型在长文本上的有效性。输入长度范围为5,000到16,000字符。
The LongEval dataset supports the evaluation of models capable of understanding extensive textual context. The task is divided into two different difficulty levels: one focusing on broad topic retrieval and the other emphasizing detailed paragraph retrieval. The evaluation utilizes code synthesis to meet the task specifications, providing a simple and rapid method for measuring and comparing the effectiveness of models on long texts. The input length ranges from 5,000 to 16,000 characters.
LongChat数据集概述
数据集简介
- 官方仓库:支持训练和评估基于长上下文LLM的聊天机器人
- 包含LongChat和LongEval两个主要组件
- 相关科学发现见博客文章
最新动态
- 2023年8月:发布基于Llama 2的LongChat v1.5版本,支持32K上下文长度
模型资源
- 预训练模型:
训练配置
- 训练脚本示例使用8xA100 GPU
- 关键参数:
- 模型最大长度:16384
- 训练周期:3
- 学习率:2e-5
- 批量大小:1(训练)/4(评估)
- 使用FlashAttention处理超长序列
评估功能
- 提供两种评估任务:
- 粗粒度主题召回(topics)
- 行召回(lines)
- 评估脚本支持自定义模型和任务
- 包含测试用例生成功能
引用格式
bibtex @misc{longchat2023, title = {How Long Can Open-Source LLMs Truly Promise on Context Length?}, url = {https://lmsys.org/blog/2023-06-29-longchat}, author = {Dacheng Li*, Rulin Shao*, Anze Xie, Ying Sheng, Lianmin Zheng, Joseph E. Gonzalez, Ion Stoica, Xuezhe Ma, and Hao Zhang}, month = {June}, year = {2023} }




