chenghao commited on
Commit
b69a868
·
verified ·
1 Parent(s): 1dcf15c

Update README.md (#2)

Browse files

- Update README.md (bc5e7d7b1e60ab079784a128a8fb0eb5fd6ed62e)

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