pborchert commited on
Commit
de91464
1 Parent(s): b3a4961

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - fill-mask
5
+ language:
6
+ - en
7
+ tags:
8
+ - business
9
+ - company website
10
+ - industry classification
11
+ pretty_name: CompanyWeb
12
+ size_categories:
13
+ - 1M<n<10M
14
+ task_ids:
15
+ - masked-language-modeling
16
  ---
17
+
18
+ # Dataset Card for "CompanyWeb"
19
+
20
+ ### Dataset Summary
21
+
22
+ 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`.
23
+ 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.
24
+ 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/).
25
+
26
+ ### Languages
27
+
28
+ - en
29
+
30
+ ## Dataset Structure
31
+
32
+ ### Data Instances
33
+
34
+ - **#Instances:** 1789413
35
+ - **#Companies:** 393542
36
+ - **#Timeline:** 2014-2021
37
+
38
+ ### Data Fields
39
+
40
+ - `id`: instance identifier `(string)`
41
+ - `cid`: company identifier `(string)`
42
+ - `text`: website text `(string)`
43
+ - `sic4`: 4-digit SIC `(string)`
44
+
45
+ ### Citation Information
46
+
47
+ ```bibtex
48
+ @misc{title_year,
49
+ title={TITLE},
50
+ author={AUTHORS},
51
+ year={YEAR},
52
+ }
53
+ ```