mschi commited on
Commit
caec838
1 Parent(s): 1939680

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -1
README.md CHANGED
@@ -1,5 +1,136 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- [file](./blogspot_raw/ blospot_comm_dist.png)
 
1
  ---
2
  license: mit
3
  ---
4
+ ---
5
+ TODO: Add YAML tags here. Copy-paste the tags obtained with the online tagging app: https://huggingface.co/spaces/huggingface/datasets-tagging
6
+ ---
7
+
8
+ # Dataset Card for [Dataset Name]
9
+
10
+ ## Table of Contents
11
+ - [Table of Contents](#table-of-contents)
12
+ - [Dataset Description](#dataset-description)
13
+ - [Dataset Summary](#dataset-summary)
14
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
15
+ - [Languages](#languages)
16
+ - [Dataset Structure](#dataset-structure)
17
+ - [Data Instances](#data-instances)
18
+ - [Data Fields](#data-fields)
19
+ - [Data Splits](#data-splits)
20
+ - [Dataset Creation](#dataset-creation)
21
+ - [Curation Rationale](#curation-rationale)
22
+ - [Source Data](#source-data)
23
+ - [Annotations](#annotations)
24
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
25
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
26
+ - [Social Impact of Dataset](#social-impact-of-dataset)
27
+ - [Discussion of Biases](#discussion-of-biases)
28
+ - [Other Known Limitations](#other-known-limitations)
29
+ - [Additional Information](#additional-information)
30
+ - [Dataset Curators](#dataset-curators)
31
+ - [Licensing Information](#licensing-information)
32
+ - [Citation Information](#citation-information)
33
+ - [Contributions](#contributions)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:**
38
+ - **Repository:**
39
+ - **Paper:**
40
+ - **Leaderboard:**
41
+ - **Point of Contact:**
42
+
43
+ ### Dataset Summary
44
+
45
+ This dataset is a corpus of raw blogposts from [blogspot](https://blogger.com) mostly in the English language. It was obtained by scraping corpora of [webarchive](https://archive.org) and [commoncrawl](https://commoncrawl.org).
46
+
47
+ ### Supported Tasks and Leaderboards
48
+
49
+ The dataset may be used for training language models or serve other research interests.
50
+
51
+ ### Languages
52
+
53
+ Mostly English language, but some outliers may occur.
54
+
55
+ ## Dataset Structure
56
+
57
+ The distribution of the blog posts over time can be viewed at ./blogspot_dist_comm.png
58
+
59
+ ### Data Instances
60
+
61
+ [More Information Needed]
62
+
63
+ ### Data Fields
64
+
65
+ * text: string
66
+ * URL: string
67
+ * date: string
68
+ * comment: int
69
+
70
+ ### Data Splits
71
+
72
+ [More Information Needed]
73
+
74
+ ## Dataset Creation
75
+
76
+ ### Curation Rationale
77
+
78
+ The dataset was constructed by utilizing the [WARC-dl pipeline](https://github.com/webis-de/web-archive-keras). It was executed on cluster architecture. The corpora of archive.org and commoncrawl.org contain WARC files that contain HTML which gets parsed by the pipeline. The pipeline extracts HTML from the WARC files and applies distributed filtering to efficiently filter for the desired content.
79
+
80
+ ### Source Data
81
+
82
+ #### Initial Data Collection and Normalization
83
+
84
+ The corpora "corpus-commoncrawl-main-2022-05" and "corpus-iwo-internet-archive-wide00001" have been searched for the content present in this dataset.
85
+ Search terms have been inserted into the preciously mentioned pipeline to filter URLs for "blogspot.com" and characteristic timestamp information contained in the URL (e.g. "/01/2007"). The HTML documents were parsed for specific tags to obtain the timestamps. Further, the data was labeled with the "comment" label if there were some comment markers in the URL, indicating that the retrieved text is from the main text of a blog post or from the comments section. The texts are stored raw and no further processing has been done.
86
+
87
+ #### Who are the source language producers?
88
+
89
+ Since [blogspot](https://blogger.com) provides a high-level framework to allow people everywhere in the world to set up and maintain a blog, the producers of the texts may not be further specified.
90
+
91
+ ### Annotations
92
+
93
+ #### Annotation process
94
+
95
+ [More Information Needed]
96
+
97
+ #### Who are the annotators?
98
+
99
+ [More Information Needed]
100
+
101
+ ### Personal and Sensitive Information
102
+
103
+ Texts are raw and unfiltered, thus personal and sensitive information, as well as explicit language, may be present in the dataset.
104
+
105
+ ## Considerations for Using the Data
106
+
107
+ ### Social Impact of Dataset
108
+
109
+ [More Information Needed]
110
+
111
+ ### Discussion of Biases
112
+
113
+ The retrieval of the timestamps from the HTML documents was not 100% accurate, so a small proportion of wrong or nonsense timestamps can be present in the data. Also we can not guarantee the correctness of the timestamps as well as the "comment" labels.
114
+
115
+ ### Other Known Limitations
116
+
117
+ [More Information Needed]
118
+
119
+ ## Additional Information
120
+
121
+ ### Dataset Curators
122
+
123
+ The dataset was constructed during the course "Big Data and Language Technologies" of the Text Mining and Retrieval Group, Department of Computer Science at the University of Leipzig.
124
+
125
+ ### Licensing Information
126
+
127
+ [More Information Needed]
128
+
129
+ ### Citation Information
130
+
131
+ [More Information Needed]
132
+
133
+ ### Contributions
134
+
135
+ Thanks to [@jonaskonig](https://github.com/jonaskonig) and [@1BlattPapier](https://github.com/1BlattPapier) for contributing.
136