btzsc-results
收藏资源简介:
BTZSC 排行榜结果数据集存储了针对 BTZSC 基准测试的模型提交结果,该基准测试专注于零样本文本分类任务,涵盖交叉编码器、嵌入模型、重排序器和大型语言模型等多种模型类型。数据集包含每个模型评估运行的 JSON 文件、可重复性元数据(如 BTZSC 版本、提交哈希、精度和批处理大小)以及所有 22 个 BTZSC 数据集的完整指标。每个提交遵循版本 1.0 的架构,包括模型信息(如模型 ID、类型、参数数量和修订版本)、评估元数据(如工具版本和运行时数据)、整体结果(如平均宏 F1、准确率、宏精确率和宏召回率)以及按任务和数据集分类的详细指标块。该数据集适用于零样本文本分类模型的评估和比较研究。
BTZSC Leaderboard Results Dataset stores model submission results for the BTZSC benchmark, which focuses on zero-shot text classification tasks and covers various model types including cross-encoders, embedding models, re-rankers, and large language models. The dataset includes JSON files for each model evaluation run, reproducibility metadata (e.g., BTZSC version, submission hash, precision, and batch size), and complete metrics across all 22 BTZSC datasets. Each submission follows the schema of version 1.0, which includes model information (e.g., model ID, type, number of parameters, and revision), evaluation metadata (e.g., tool version and runtime data), overall results (e.g., average macro F1, accuracy, macro precision, and macro recall), and detailed metric blocks categorized by task and dataset. This dataset is suitable for evaluation and comparative studies of zero-shot text classification models.
BTZSC Results 数据集概述
数据集基本信息
- 数据集名称:BTZSC Leaderboard Results
- 许可协议:Apache-2.0
- 标签:leaderboard, text-classification, zero-shot, evaluation
- 主要语言:英语 (en)
数据集内容与目的
该数据集存储了 BTZSC 排行榜的模型提交结果。BTZSC 是一个用于评估跨编码器、嵌入模型、重排序器和大型语言模型的零样本文本分类任务的基准。
相关资源链接
- 论文地址:https://openreview.net/pdf?id=IxMryAz2p3
- 评估工具库:https://github.com/btzsc/btzsc
- 排行榜空间:https://huggingface.co/spaces/btzsc/btzsc-leaderboard
数据集文件构成
- 每个模型的评估运行结果存储为一个独立的 JSON 文件,路径格式为
results/<model_type>/<model-name>.json。 - 包含可复现性元数据(BTZSC 版本、提交哈希、精度、批处理大小)。
- 包含全部 22 个 BTZSC 数据集的完整逐数据集指标。
数据模式 (Schema)
每个提交结果遵循模式版本 1.0,包含以下部分:
model:模型标识符、类型、参数量、修订版本。evaluation:评估工具版本和运行时元数据。results.overall:平均宏观 F1 分数、准确率、宏观精确率、宏观召回率。results.by_task:情感/主题/意图/情绪分类任务的聚合结果。results.by_dataset:每个数据集的详细指标块(基于真实标签)。
贡献结果
贡献结果的具体说明请参见 SUBMISSION.md 文件。通过拉取请求 (PR) 添加的结果文件将通过 validate.py 在持续集成 (CI) 中进行验证。



