anonymousparrot01 commited on
Commit
0620135
·
1 Parent(s): 678bea5

initial upload

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +158 -1
  3. companyweb.parquet.gzip +3 -0
.gitattributes CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ companyweb.parquet.gzip filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,160 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators: []
3
+ language:
4
+ - en
5
+ language_creators: []
6
+ license:
7
+ - cc-by-nc-sa-4.0
8
+ multilinguality:
9
+ - monolingual
10
+ pretty_name: CompanyWeb
11
+ size_categories:
12
+ - 1M<n<10M
13
+ source_datasets: []
14
+ tags:
15
+ - business
16
+ - company websites
17
+ task_categories:
18
+ - fill-mask
19
+ - other
20
+ task_ids:
21
+ - masked-language-modeling
22
  ---
23
+
24
+ # Dataset Card for "CompanyWeb"
25
+
26
+ ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
31
+ - [Languages](#languages)
32
+ - [Dataset Structure](#dataset-structure)
33
+ - [Data Instances](#data-instances)
34
+ - [Data Fields](#data-fields)
35
+ - [Data Splits](#data-splits)
36
+ - [Dataset Creation](#dataset-creation)
37
+ - [Curation Rationale](#curation-rationale)
38
+ - [Source Data](#source-data)
39
+ - [Annotations](#annotations)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+ - [Contributions](#contributions)
50
+
51
+ ## Dataset Description
52
+
53
+ - **Homepage:** [PLACEHOLDER]()
54
+ - **Repository:** [PLACEHOLDER]()
55
+ - **Paper:** [PLACEHOLDER]()
56
+ - **Leaderboard:** [PLACEHOLDER]()
57
+ - **Point of Contact:** [PLACEHOLDER]()
58
+
59
+ ### Dataset Summary
60
+
61
+ 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`.
62
+ 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.
63
+ 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/).
64
+
65
+ ### Supported Tasks and Leaderboards
66
+
67
+ [More Information Needed]
68
+
69
+ ### Languages
70
+
71
+ - en
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ - **#Instances:** 1789413
78
+ - **#Companies:** 393542
79
+ - **#Timeline:** 2014-2021
80
+
81
+ ### Data Fields
82
+
83
+ - `id`: instance identifier `(string)`
84
+ - `cid`: company identifier `(string)`
85
+ - `text`: website text `(string)`
86
+ - `sic4`: 4-digit SIC `(string)`
87
+
88
+ ### Data Splits
89
+
90
+ [PLACEHOLDER]
91
+
92
+ ## Dataset Creation
93
+
94
+ ### Curation Rationale
95
+
96
+ [PLACEHOLDER]
97
+
98
+ ### Source Data
99
+
100
+ #### Initial Data Collection and Normalization
101
+
102
+ [PLACEHOLDER]
103
+
104
+ #### Who are the source language producers?
105
+
106
+ [PLACEHOLDER]
107
+
108
+ ### Annotations
109
+
110
+ #### Annotation process
111
+
112
+ [PLACEHOLDER]
113
+
114
+ #### Who are the annotators?
115
+
116
+ [PLACEHOLDER]
117
+
118
+ ### Personal and Sensitive Information
119
+
120
+ [PLACEHOLDER]
121
+
122
+ ## Considerations for Using the Data
123
+
124
+ ### Social Impact of Dataset
125
+
126
+ [PLACEHOLDER]
127
+
128
+ ### Discussion of Biases
129
+
130
+ [PLACEHOLDER]
131
+
132
+ ### Other Known Limitations
133
+
134
+ [PLACEHOLDER]
135
+
136
+ ## Additional Information
137
+
138
+ ### Dataset Curators
139
+
140
+ [PLACEHOLDER]
141
+
142
+ ### Licensing Information
143
+
144
+ [PLACEHOLDER]
145
+
146
+ ### Citation Information
147
+
148
+ ```bibtex
149
+ @misc{title_year,
150
+ title={TITLE},
151
+ author={AUTHORS},
152
+ year={YEAR},
153
+ }
154
+ ```
155
+
156
+ ### Contributions
157
+
158
+ [PLACEHOLDER]
159
+
160
+ <!-- Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset. -->
companyweb.parquet.gzip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dacfc030683f2327b6c614d5e5fbc378a53c6d461f8aa1827138b843d89756dd
3
+ size 1966060627