chenghao commited on
Commit
bc5e7d7
·
verified ·
1 Parent(s): fc3618d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -2
README.md CHANGED
@@ -53,7 +53,144 @@ configs:
53
  path: data/train-*
54
  ---
55
 
56
- # Material Contracts (Exhibit 10) from SEC 10-K, 8-K, and 10-Q filings from 1994 to 2024.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
- WIP. I started the crawling on Jan 14, 2024, and expect to finish in a month or two. I will upload the data in batches.
59
 
 
53
  path: data/train-*
54
  ---
55
 
56
+ # Material Contracts (Exhibit 10) from SEC
57
+
58
+ ## Table of Contents
59
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
60
+ - [Table of Contents](#table-of-contents)
61
+ - [Dataset Description](#dataset-description)
62
+ - [Dataset Summary](#dataset-summary)
63
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
64
+ - [Languages](#languages)
65
+ - [Dataset Structure](#dataset-structure)
66
+ - [Data Instances](#data-instances)
67
+ - [Data Fields](#data-fields)
68
+ - [Data Splits](#data-splits)
69
+ - [Dataset Creation](#dataset-creation)
70
+ - [Curation Rationale](#curation-rationale)
71
+ - [Source Data](#source-data)
72
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
73
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
74
+ - [Annotations](#annotations)
75
+ - [Annotation process](#annotation-process)
76
+ - [Who are the annotators?](#who-are-the-annotators)
77
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
78
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
79
+ - [Social Impact of Dataset](#social-impact-of-dataset)
80
+ - [Discussion of Biases](#discussion-of-biases)
81
+ - [Other Known Limitations](#other-known-limitations)
82
+ - [Additional Information](#additional-information)
83
+ - [Dataset Curators](#dataset-curators)
84
+ - [Licensing Information](#licensing-information)
85
+ - [Citation Information](#citation-information)
86
+ - [Contributions](#contributions)
87
+
88
+ ## Dataset Description
89
+
90
+ - **Homepage:** NA
91
+ - **Repository:** [Crawler](https://github.com/ChenghaoMou/edgar-crawler/tree/main)
92
+ - **Paper:** NA
93
+ - **Leaderboard:** NA
94
+ - **Point of Contact:** mouchenghao at gmail dot com
95
+
96
+ ### Dataset Summary
97
+
98
+ 827437 material contracts (Exhibit 10) collected from sec.gov, specifically from 10-k, 10-Q, and 8-K, ranging from 1994 to Jan 2024. Exhibit 10 consists of a large collection of legal agreements and contracts.
99
+
100
+ ### Supported Tasks and Leaderboards
101
+
102
+ - `language-modeling` or `text-generation`: The dataset can be used to build language model in legal/finance domain.
103
+
104
+ Currently, there is no leaderboard for this dataset.
105
+
106
+ ### Languages
107
+
108
+ The primary language is US English with the rare instances of other languages.
109
+
110
+ ## Dataset Structure
111
+
112
+ ### Data Instances
113
+
114
+ Please refer to the data viewer for examples.
115
+
116
+
117
+ ### Data Fields
118
+
119
+ Please refer to the data viewer for examples.
120
+
121
+
122
+ ### Data Splits
123
+
124
+ The dataset does not have a split by design. Everything is under train by convention.
125
+
126
+ ## Dataset Creation
127
+
128
+ ### Curation Rationale
129
+
130
+
131
+ SEC EDGAR is a public available service from which one can query and access corporate filings. This collection of one specific exhibit files enables researchers to learn and model from contracts and agreements directly.
132
+
133
+
134
+ ### Source Data
135
+
136
+ https://www.sec.gov/
137
+
138
+ #### Initial Data Collection and Normalization
139
+
140
+
141
+ The data is collected by year from all filings that are 10-K, 8-K, or 10-Q. Each exhibit is individually downloaded with all metadata information for maximum completeness.
142
+
143
+
144
+ #### Who are the source language producers?
145
+
146
+ The Securities and Exchange Commission (SEC) requires public companies, certain company insiders, and broker-dealers to file periodic financial statements and other disclosures. Finance professionals and investors rely on SEC filings to make informed decisions when evaluating whether to invest in a company. SEC filings can be accessed for free at EDGAR, the commission's online database.
147
+
148
+ ### Annotations
149
+
150
+ NA
151
+
152
+ #### Annotation process
153
+
154
+ NA
155
+
156
+ #### Who are the annotators?
157
+
158
+ NA
159
+
160
+ ### Personal and Sensitive Information
161
+
162
+ It might contain PII information (names, emails, job titles, companies) that are already public.
163
+
164
+ ## Considerations for Using the Data
165
+
166
+ ### Social Impact of Dataset
167
+
168
+ This dataset could enable a better legal and finance language modeling capability.
169
+
170
+ ### Discussion of Biases
171
+
172
+ Considering the source and language, it might produce overly US-centric legalese.
173
+
174
+ ### Other Known Limitations
175
+
176
+ NA
177
+
178
+ ## Additional Information
179
+
180
+ ### Dataset Curators
181
+
182
+ @chenghao
183
+
184
+ ### Licensing Information
185
+
186
+ [Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/)
187
+
188
+ ### Citation Information
189
+
190
+ NA
191
+
192
+ ### Contributions
193
+
194
+ NA
195
 
 
196