sec-corporate-ownership-network
收藏资源简介:
该数据集是一个金融或监管领域的实体关系数据集,记录了来源实体与目标实体之间的关联信息。它包含7个特征字段:来源实体的CIK编码(source_cik)和名称(source_name)、目标实体的CIK编码(destination_cik)和名称(destination_name)、关联权重百分比(weight_percentage)、申报表格类型(form_type)以及申报日期(filing_date)。数据规模方面,训练集包含16,090个样本,总大小约为1.93MB。该数据集适用于多种任务,包括实体关系分析、网络构建、监管合规性研究和金融关联分析。
This is an entity relationship dataset in the financial or regulatory domain, documenting the association information between source entities and target entities. It comprises seven feature fields: CIK code (source_cik) and name (source_name) of the source entity, CIK code (destination_cik) and name (destination_name) of the target entity, association weight percentage (weight_percentage), filing form type (form_type), and filing date (filing_date). Regarding data scale, the training set contains 16,090 samples with a total size of approximately 1.93 MB. This dataset is suitable for a range of tasks, including entity relationship analysis, network construction, regulatory compliance research, and financial association analysis.
数据集概述
数据集名称:sec-corporate-ownership-network
数据集地址:https://huggingface.co/datasets/victors3136/sec-corporate-ownership-network
数据集描述
该数据集是一个基于美国证券交易委员会(SEC)披露的企业所有权网络数据集,记录了公司之间的持股或控制关系。
数据特征
数据集包含以下7个字段:
| 字段名 | 类型 | 描述 |
|---|---|---|
| source_cik | string | 持股方或控制方的CIK编号 |
| source_name | string | 持股方或控制方的名称 |
| destination_cik | string | 被持股方或被控制方的CIK编号 |
| destination_name | string | 被持股方或被控制方的名称 |
| weight_percentage | float64 | 持股比例或控制比例 |
| form_type | string | SEC申报表单类型 |
| filing_date | string | 申报提交日期 |
数据集划分与规模
- 划分:仅包含训练集(train)
- 训练集样本数:100条
- 训练集大小:12,354 字节
- 下载大小:7,161 字节
配置文件
- 配置名称:default
- 数据文件路径:data/train-*




