Bradford Levy commited on
Added fraud subset
Browse filesAdded subset of data for filings during periods of fraud
README.md
CHANGED
|
@@ -42,6 +42,7 @@ The data is sourced from the Electronic Data Gathering and Retrieval (EDGAR) sys
|
|
| 42 |
|
| 43 |
- `clean`: 159B tokens of cleaned text
|
| 44 |
- `default`: 111B tokens of cleaned and deduplicated text (referred to as "final" in the paper)
|
|
|
|
| 45 |
- `sample`: 1.1B tokens randomly sampled from `default` stratified by year
|
| 46 |
|
| 47 |
## How can I use this?
|
|
|
|
| 42 |
|
| 43 |
- `clean`: 159B tokens of cleaned text
|
| 44 |
- `default`: 111B tokens of cleaned and deduplicated text (referred to as "final" in the paper)
|
| 45 |
+
- `fraud`: 0.3B tokens of text filed during periods of fraud based on SEC [Accounting and Auditing Enforcement Releases](https://www.sec.gov/enforcement-litigation/accounting-auditing-enforcement-releases) and [Litigation Releases](https://www.sec.gov/enforcement-litigation/litigation-releases) (NOT deduplicated)
|
| 46 |
- `sample`: 1.1B tokens randomly sampled from `default` stratified by year
|
| 47 |
|
| 48 |
## How can I use this?
|