BABELBENCH
收藏资源简介:
BABELBENCH是由字节跳动开发的一个创新基准框架,专门用于评估大型语言模型(LLMs)在处理多模态和多结构化数据方面的能力。该数据集包含247个精心设计的问题,涵盖感知、常识推理、逻辑推理等多个领域。数据集的内容包括文本问题、图像和结构化表格,旨在测试模型的多模态理解、表格解释和代码生成能力。创建过程中,数据集由领域专家进行标注,确保了高质量和多样性。BABELBENCH主要应用于评估和提升LLMs在复杂任务中的表现,特别是在需要多模态数据处理和代码执行的场景中。
BABELBENCH is an innovative benchmark framework developed by ByteDance, specifically designed to evaluate the capabilities of Large Language Models (LLMs) in handling multimodal and multi-structured data. This dataset contains 247 meticulously designed questions spanning multiple domains such as perception, commonsense reasoning, and logical reasoning. The content of the dataset includes textual questions, images, and structured tables, aiming to test the multimodal understanding, table interpretation, and code generation abilities of models. During its creation, the dataset was annotated by domain experts to ensure high quality and diversity. BABELBENCH is primarily applied to evaluate and enhance the performance of LLMs in complex tasks, particularly in scenarios requiring multimodal data processing and code execution.
BabelBench 数据集
文件结构
data/benchmark.csv: 包含问题、注释和元信息的CSV文件。data/000-csvs: 用于基准测试的表格文件。data/000-imgs: 用于基准测试的图像文件。
数据格式
benchmark.csv 文件包含以下列:
tag(字符串): 问题的子类别。prompt(字符串): 带有响应格式约束的问题。imgs(列表[字符串]): 用于解决问题所需的图像名称。imgs_src(列表[字符串]): 涉及图像的源URL。attachments(字符串): 用于解决问题的表格名称。attachments_src(字符串): 涉及表格的源。prompt_type(字符串): 提示的类型,未经过准确性审查,仅供参考。eval_info(字符串): 评估信息的注释。difficulty(字符串): 问题的难度。

- 1BabelBench: An Omni Benchmark for Code-Driven Analysis of Multimodal and Multistructured Data字节跳动 · 2024年



