Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
License:
system HF staff commited on
Commit
352068b
1 Parent(s): 69e82b7

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +169 -0
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "blog_authorship_corpus"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://u.cs.biu.ac.il/~koppel/BlogCorpus.htm](https://u.cs.biu.ac.il/~koppel/BlogCorpus.htm)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 298.45 MB
37
+ - **Size of the generated dataset:** 617.75 MB
38
+ - **Total amount of disk used:** 916.20 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ The Blog Authorship Corpus consists of the collected posts of 19,320 bloggers gathered from blogger.com in August 2004. The corpus incorporates a total of 681,288 posts and over 140 million words - or approximately 35 posts and 7250 words per person.
43
+
44
+ Each blog is presented as a separate file, the name of which indicates a blogger id# and the blogger’s self-provided gender, age, industry and astrological sign. (All are labeled for gender and age but for many, industry and/or sign is marked as unknown.)
45
+
46
+ All bloggers included in the corpus fall into one of three age groups:
47
+
48
+ · 8240 "10s" blogs (ages 13-17),
49
+
50
+ · 8086 "20s" blogs(ages 23-27)
51
+
52
+ · 2994 "30s" blogs (ages 33-47).
53
+
54
+ For each age group there are an equal number of male and female bloggers.
55
+
56
+ Each blog in the corpus includes at least 200 occurrences of common English words. All formatting has been stripped with two exceptions. Individual posts within a single blogger are separated by the date of the following post and links within a post are denoted by the label urllink.
57
+
58
+ The corpus may be freely used for non-commercial research purposes
59
+
60
+ ### [Supported Tasks](#supported-tasks)
61
+
62
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
63
+
64
+ ### [Languages](#languages)
65
+
66
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
67
+
68
+ ## [Dataset Structure](#dataset-structure)
69
+
70
+ We show detailed information for up to 5 configurations of the dataset.
71
+
72
+ ### [Data Instances](#data-instances)
73
+
74
+ #### blog-authorship-corpus
75
+
76
+ - **Size of downloaded dataset files:** 298.45 MB
77
+ - **Size of the generated dataset:** 617.75 MB
78
+ - **Total amount of disk used:** 916.20 MB
79
+
80
+ An example of 'validation' looks as follows.
81
+ ```
82
+ {
83
+ "age": 23,
84
+ "date": "27,July,2003",
85
+ "gender": "female",
86
+ "horoscope": "Scorpion",
87
+ "job": "Student",
88
+ "text": "This is a second test file."
89
+ }
90
+ ```
91
+
92
+ ### [Data Fields](#data-fields)
93
+
94
+ The data fields are the same among all splits.
95
+
96
+ #### blog-authorship-corpus
97
+ - `text`: a `string` feature.
98
+ - `date`: a `string` feature.
99
+ - `gender`: a `string` feature.
100
+ - `age`: a `int32` feature.
101
+ - `horoscope`: a `string` feature.
102
+ - `job`: a `string` feature.
103
+
104
+ ### [Data Splits Sample Size](#data-splits-sample-size)
105
+
106
+ | name |train |validation|
107
+ |----------------------|-----:|---------:|
108
+ |blog-authorship-corpus|532812| 31277|
109
+
110
+ ## [Dataset Creation](#dataset-creation)
111
+
112
+ ### [Curation Rationale](#curation-rationale)
113
+
114
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
+
116
+ ### [Source Data](#source-data)
117
+
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
+
120
+ ### [Annotations](#annotations)
121
+
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
125
+
126
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
+
128
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
129
+
130
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
131
+
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+
134
+ ### [Discussion of Biases](#discussion-of-biases)
135
+
136
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
+
138
+ ### [Other Known Limitations](#other-known-limitations)
139
+
140
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
141
+
142
+ ## [Additional Information](#additional-information)
143
+
144
+ ### [Dataset Curators](#dataset-curators)
145
+
146
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
147
+
148
+ ### [Licensing Information](#licensing-information)
149
+
150
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
151
+
152
+ ### [Citation Information](#citation-information)
153
+
154
+ ```
155
+ @inproceedings{schler2006effects,
156
+ title={Effects of age and gender on blogging.},
157
+ author={Schler, Jonathan and Koppel, Moshe and Argamon, Shlomo and Pennebaker, James W},
158
+ booktitle={AAAI spring symposium: Computational approaches to analyzing weblogs},
159
+ volume={6},
160
+ pages={199--205},
161
+ year={2006}
162
+ }
163
+
164
+ ```
165
+
166
+
167
+ ### Contributions
168
+
169
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.