chenghao commited on
Commit
dc078e2
·
verified ·
1 Parent(s): e505186

Update README.md

Browse files

Update field description and license

Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
  - en
4
- license: cc-by-nc-sa-4.0
5
  size_categories:
6
  - 100K<n<1M
7
  task_categories:
@@ -55,7 +55,7 @@ configs:
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)
@@ -97,7 +97,7 @@ configs:
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
 
@@ -120,6 +120,22 @@ Please refer to the data viewer for examples.
120
 
121
  Please refer to the data viewer for examples.
122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
 
124
  ### Data Splits
125
 
@@ -185,7 +201,7 @@ NA
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
 
@@ -193,6 +209,4 @@ NA
193
 
194
  ### Contributions
195
 
196
- NA
197
-
198
-
 
1
  ---
2
  language:
3
  - en
4
+ license: cc-by-sa-4.0
5
  size_categories:
6
  - 100K<n<1M
7
  task_categories:
 
55
  path: data/train-*
56
  ---
57
 
58
+ # Material Contracts (Exhibit 10) from SEC/EDGAR
59
 
60
  ## Table of Contents
61
  - [Dataset Card Creation Guide](#dataset-card-creation-guide)
 
97
 
98
  ### Dataset Summary
99
 
100
+ 930120 material contracts (Exhibit 10) collected from sec.gov (EDGAR), 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
 
 
120
 
121
  Please refer to the data viewer for examples.
122
 
123
+ - 'index_html_url': filing index page
124
+ - 'index_text_url': filing index text page
125
+ - 'cik': Central Index Key from EDGAR
126
+ - 'name': Company name
127
+ - 'type': filing type
128
+ - 'date': filing date
129
+ - 'seq': seq number in in the filing
130
+ - 'desc': description provided from the filing
131
+ - 'doc_type': document type (e.g. EX-10)
132
+ - 'size': document size
133
+ - 'filename': document name
134
+ - 'file_url': document page url
135
+ - 'file': GCS file uri (private)
136
+ - '__index_level_0__': ignore
137
+ - 'file_content': text content or base64 string of the binary content
138
+
139
 
140
  ### Data Splits
141
 
 
201
 
202
  ### Licensing Information
203
 
204
+ [Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
205
 
206
  ### Citation Information
207
 
 
209
 
210
  ### Contributions
211
 
212
+ NA