CompanyWeb / README.md
pborchert's picture
Update README.md
de91464 verified
|
raw
history blame
1.45 kB
---
license: cc-by-4.0
task_categories:
- fill-mask
language:
- en
tags:
- business
- company website
- industry classification
pretty_name: CompanyWeb
size_categories:
- 1M<n<10M
task_ids:
- masked-language-modeling
---
# Dataset Card for "CompanyWeb"
### Dataset Summary
The dataset contains textual content extracted from 1,788,413 company web pages of 393,542 companies. The companies included in the dataset are small, medium and large international enterprises including publicly listed companies. Additional company information is provided in form of the corresponding Standard Industry Classification (SIC) label `sic4`.
The text includes all textual information contained on the website with a timeline ranging from 2014 to 2021. The search includes all subsequent pages with links from the homepage containing the company domain name.
We filter the resulting textual data to only include English text utilizing the FastText language detection API [(Joulin et al., 2016)](https://aclanthology.org/E17-2068/).
### Languages
- en
## Dataset Structure
### Data Instances
- **#Instances:** 1789413
- **#Companies:** 393542
- **#Timeline:** 2014-2021
### Data Fields
- `id`: instance identifier `(string)`
- `cid`: company identifier `(string)`
- `text`: website text `(string)`
- `sic4`: 4-digit SIC `(string)`
### Citation Information
```bibtex
@misc{title_year,
title={TITLE},
author={AUTHORS},
year={YEAR},
}
```