Update README.md
Browse files
README.md
CHANGED
@@ -117,28 +117,27 @@ Please refer to the data viewer for examples.
|
|
117 |
|
118 |
### Data Fields
|
119 |
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
|
139 |
### Data Splits
|
140 |
|
141 |
-
The dataset does not have a split by design. Everything is under train by convention.
|
142 |
|
143 |
## Dataset Creation
|
144 |
|
@@ -162,18 +161,6 @@ The data is collected by year from all filings that are 10-K, 8-K, or 10-Q. Each
|
|
162 |
|
163 |
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.
|
164 |
|
165 |
-
### Annotations
|
166 |
-
|
167 |
-
NA
|
168 |
-
|
169 |
-
#### Annotation process
|
170 |
-
|
171 |
-
NA
|
172 |
-
|
173 |
-
#### Who are the annotators?
|
174 |
-
|
175 |
-
NA
|
176 |
-
|
177 |
### Personal and Sensitive Information
|
178 |
|
179 |
It might contain PII information (names, emails, job titles, companies) that are already public.
|
|
|
117 |
|
118 |
### Data Fields
|
119 |
|
120 |
+
| Field | Description |
|
121 |
+
|---|---|
|
122 |
+
| `index_html_url` | filing index page |
|
123 |
+
| `index_text_url` | filing index text page |
|
124 |
+
| `cik` | Central Index Key from EDGAR |
|
125 |
+
| `name` | Company name |
|
126 |
+
| `type` | filing type |
|
127 |
+
| `date` | filing date |
|
128 |
+
| `seq` | seq number in in the filing |
|
129 |
+
| `desc` | description provided from the filing |
|
130 |
+
| `doc_type` | document type (e.g. EX-10) |
|
131 |
+
| `size` | document size |
|
132 |
+
| `filename` | document name |
|
133 |
+
| `file_url` | document page url |
|
134 |
+
| `file` | GCS file uri (private) |
|
135 |
+
| `__index_level_0__` | please ignore |
|
136 |
+
| `file_content` | text content (e.g. html) or base64 string of the binary content (e.g. pdf) |
|
|
|
137 |
|
138 |
### Data Splits
|
139 |
|
140 |
+
The dataset does not have a split by design. Everything is under `train` by convention.
|
141 |
|
142 |
## Dataset Creation
|
143 |
|
|
|
161 |
|
162 |
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.
|
163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
### Personal and Sensitive Information
|
165 |
|
166 |
It might contain PII information (names, emails, job titles, companies) that are already public.
|