kap_bir_inference_results
收藏资源简介:
该数据集包含52个训练样本,主要字段包括:唯一标识符(id)、公司名称(company)、问题文本(question)、预期答案(expected_answer)、模型生成答案(model_answer)、模型名称(model_name)以及上下文匹配标记(context_found)。数据集采用单训练集划分,总大小约22KB。数据格式包含字符串、整型和布尔型字段,适用于问答系统评估、企业知识库构建等自然语言处理任务。
This dataset contains 52 training samples, with core fields including: Unique Identifier (id), Company Name (company), Question Text (question), Expected Answer (expected_answer), Model-generated Answer (model_answer), Model Name (model_name), and Context Match Flag (context_found). The dataset uses a single training split, with a total size of approximately 22 KB. The dataset includes fields of string, integer, and boolean data types, and is applicable to natural language processing tasks such as question answering system evaluation and enterprise knowledge base construction.
数据集概述:kap_bir_inference_results
数据集基本信息
- 数据集名称:kap_bir_inference_results
- 托管平台:Hugging Face Datasets
- 数据集地址:https://huggingface.co/datasets/ForInvestorg/kap_bir_inference_results
数据集结构
该数据集包含以下字段:
| 字段名 | 数据类型 | 描述 |
|---|---|---|
| id | int64 | 数据样本的唯一标识符 |
| company | string | 公司名称 |
| question | string | 提出的问题 |
| expected_answer | string | 期望的正确答案 |
| model_answer | string | 模型输出的答案 |
| model_name | string | 所使用的模型名称 |
| context_found | bool | 是否找到了相关上下文 |
数据集划分
- 训练集(train):共包含 52 个样本,占用存储空间 22,121 字节
- 总下载大小:17,007 字节
- 总数据集大小:22,121 字节
数据文件
- 数据集配置文件为
default - 数据文件路径:
data/train-*(支持通配符匹配)
文件结构
数据文件存储在以下路径结构中:
. └── data/ └── train-* (所有训练数据文件)




