esg-commitment-verifiability
收藏资源简介:
该数据集是一个原始文本语料库,包含从美国证券交易委员会(SEC)Form 10-K年度报告中提取的Item 1A“风险因素”章节。这些文本是上市公司对其业务可能面临的风险(如监管、诉讼、气候暴露、运营等)所做的前瞻性披露。数据集专门针对美国环保署(EPA)监管严格的行业(如公用事业、石油和天然气、化学品和材料)中的美国上市公司构建,最初用于一项关于企业漂绿(greenwashing)的最终项目研究。数据涵盖138家公司在2015至2024财年间的1,088个文档(每个文档对应一个公司-年份组合),文档总单词数约为1,050万,平均每个文档约9,635个单词。数据以Parquet格式提供,仅包含一个“train”分割,因为这是一个文档语料库而非训练/测试基准。每个数据行代表一个提取的Item 1A章节,包含两个字段:“file_name”(源文件名,格式为“TICKER_YEAR.txt”)和“text”(完整的原始风险因素文本,未经空格标准化、句子分割或标注)。面板数据不平衡,62家公司出现在窗口期的每一年。在提取过程中,最长的章节被截断为30,000个单词。数据来源于SEC EDGAR的公开Form 10-K文件,使用“edgartools”工具定位文件并解析其Item 1A部分,文本保持原始状态。该数据集适用于文本生成、特征提取、金融文本分析、风险披露研究、企业社会责任(CSR)与环境、社会和治理(ESG)分析等自然语言处理任务。
This dataset is a raw text corpus composed of the Item 1A "Risk Factors" sections extracted from U.S. Securities and Exchange Commission (SEC) Form 10-K annual reports. These texts are forward-looking disclosures submitted by publicly traded U.S. companies, outlining potential risks their business operations may face, including regulatory challenges, litigation, climate-related exposure, operational hurdles, and more. The dataset is specifically curated for U.S. publicly listed firms in industries with stringent U.S. Environmental Protection Agency (EPA) oversight, such as utilities, oil and gas, chemicals, and materials sectors. It was originally developed for a capstone research project focused on corporate greenwashing. The dataset covers 1,088 documents (each corresponding to a unique company-fiscal year pair) from 138 companies over the 2015 to 2024 fiscal year period. The total word count of the corpus reaches approximately 10.5 million, with an average of roughly 9,635 words per document. The data is distributed in Parquet format and only contains a single "train" split, as this is a document corpus rather than a standardized train/test benchmark dataset. Each row in the dataset represents a single extracted Item 1A section, and includes two fields: "file_name" (the source file name, formatted as "TICKER_YEAR.txt") and "text" (the full, unprocessed raw text of the risk factors section, with no whitespace normalization, sentence segmentation, or manual annotation applied). The panel dataset exhibits class imbalance, with 62 companies appearing in every year of the sampled observation window. During the extraction workflow, the longest Item 1A sections were truncated to a maximum length of 30,000 words. All source data is retrieved from public Form 10-K filings hosted on the SEC EDGAR database, with the "edgartools" utility utilized to locate target filings and parse their Item 1A sections, while the extracted text is preserved in its original unmodified state. This dataset is applicable to a range of natural language processing tasks, including text generation, feature extraction, financial text analysis, risk disclosure research, corporate social responsibility (CSR) research, and environmental, social, and governance (ESG) analysis.
数据集概述
数据集名称: SEC Item 1A Risk Factors: Raw Text Corpus
数据集地址: https://huggingface.co/datasets/MichaelDG/esg-commitment-verifiability
1. 数据集简介
该数据集包含美国上市公司在SEC Form 10-K年度报告中的“Item 1A”(风险因素)章节的原始文本。每个条目对应一家公司在某一财年的风险披露内容。该数据集仅包含原始披露文本,未附加任何标签或评分。
2. 关键统计信息
| 指标 | 数值 |
|---|---|
| 文档总数(公司-年份) | 1,088 |
| 公司数量 | 138 |
| 财政年度范围 | 2015-2024 |
| 总词数 | 10,482,592 |
| 平均每文档词数 | 9,635 |
| 总字符数 | 71,329,285 |
| 语言 | 英语(en) |
| 数据格式 | Parquet,单一 train 分割 |
3. 数据覆盖与分布
- 行业覆盖:数据集中的公司均为美国上市公司,且属于美国环境保护署(EPA)严格监管的高污染强度行业,例如公用事业、石油天然气、化工和材料行业。
- 年度覆盖:文档数量从2015年的76份增长至2024年的134份。
按财年文档数量分布:
| 财年 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 |
|---|---|---|---|---|---|---|---|---|---|---|
| 文档数 | 76 | 76 | 83 | 91 | 119 | 124 | 127 | 128 | 130 | 134 |
公司出镜年数分布:
| 公司出现的年数 | 公司数量 |
|---|---|
| 10年(每年都出现) | 62 |
| 7至9年 | 27 |
| 4至6年 | 42 |
| 1至3年 | 7 |
4. 文档长度统计
| 指标 | 词数 | 字符数 |
|---|---|---|
| 最短文档 | 539 | 4,118 |
| 中位数文档 | 8,611 | 58,167 |
| 平均文档 | 9,635 | 65,560 |
| 最长文档 | 30,000 | 217,121 |
(注:最长的文档在提取时被截断在30,000词以内,共有22篇文档达到此上限。)
5. 数据结构
数据集中每一行对应一个提取的Item 1A章节,以源文件名作为键。默认配置包含两个字段的Parquet格式数据:
| 字段 | 类型 | 描述 |
|---|---|---|
file_name |
字符串 | 源文件,格式为 TICKER_YEAR.txt,例如 AEE_2019.txt。 |
text |
字符串 | 完整的Item 1A风险因素原始文本。 |
数据集中只有一个 train 分割,因为这是一个文档语料库而非训练/测试基准。
6. 数据来源与处理
- 来源:数据源自SEC EDGAR数据库中美国上市公司的Form 10-K(年度报告)的Item 1A风险因素章节。
- 处理流程:使用
edgartools从SEC EDGAR拉取10-K文件并提取其Item 1A章节。文本保持原始状态,未进行空格归一化、句子分割或标签化处理。文件名保持TICKER_YEAR.txt的命名惯例。
7. 许可与引用
- 许可:源文本来自公共SEC文件。用户需遵守SEC EDGAR的访问条款及适用于文件文本的任何权利。
- 引用:数据集页面建议引用以下两篇学术论文:
- Campbell et al. (2014). Review of Accounting Studies. https://doi.org/10.1007/s11142-013-9258-3
- Loughran and McDonald (2011). Journal of Finance. https://doi.org/10.1111/j.1540-6261.2010.01625.x




