Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
csv
Sub-tasks:
language-modeling
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,88 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
```
|
4 |
Romero, J., & Razniewski, S. (2022).
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
language_creators:
|
7 |
+
- crowdsourced
|
8 |
+
license:
|
9 |
+
- gpl
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: InfantBooks
|
13 |
+
size_categories:
|
14 |
+
- 1M<n<10M
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
tags:
|
18 |
+
- research paper
|
19 |
+
- kids
|
20 |
+
- children
|
21 |
+
- books
|
22 |
+
task_categories:
|
23 |
+
- text-generation
|
24 |
+
task_ids:
|
25 |
+
- language-modeling
|
26 |
+
---
|
27 |
+
|
28 |
+
# Dataset Card for InfantBooks
|
29 |
+
|
30 |
+
## Table of Contents
|
31 |
+
- [Table of Contents](#table-of-contents)
|
32 |
+
- [Dataset Description](#dataset-description)
|
33 |
+
- [Dataset Summary](#dataset-summary)
|
34 |
+
- [Languages](#languages)
|
35 |
+
- [Dataset Structure](#dataset-structure)
|
36 |
+
- [Data Instances](#data-instances)
|
37 |
+
- [Data Fields](#data-fields)
|
38 |
+
- [Dataset Creation](#dataset-creation)
|
39 |
+
- [Curation Rationale](#curation-rationale)
|
40 |
+
- [Source Data](#source-data)
|
41 |
+
- [Additional Information](#additional-information)
|
42 |
+
- [Citation Information](#citation-information)
|
43 |
+
|
44 |
+
## Dataset Description
|
45 |
+
|
46 |
+
- **Homepage:** [https://www.mpi-inf.mpg.de/children-texts-for-commonsense](https://www.mpi-inf.mpg.de/children-texts-for-commonsense)
|
47 |
+
- **Paper:** Do Children Texts Hold The Key To Commonsense Knowledge?
|
48 |
+
|
49 |
+
### Dataset Summary
|
50 |
+
|
51 |
+
A dataset of infants/children's books.
|
52 |
+
|
53 |
+
|
54 |
+
### Languages
|
55 |
+
|
56 |
+
All the books are in English;
|
57 |
+
|
58 |
+
## Dataset Structure
|
59 |
+
|
60 |
+
### Data Instances
|
61 |
+
|
62 |
+
malis-friend_BookDash-FKB.txt,"Then a taxi driver, hooting around the yard with his wire car. Mali enjoys playing by himself..."
|
63 |
+
|
64 |
+
### Data Fields
|
65 |
+
|
66 |
+
- title: The title of the book
|
67 |
+
- content: The content of the book
|
68 |
+
|
69 |
+
## Dataset Creation
|
70 |
+
|
71 |
+
### Curation Rationale
|
72 |
+
|
73 |
+
The goal of the dataset is to study infant books, which are supposed to be easier to understand than normal texts. In particular, the original goal was to study if these texts contain more commonsense knowledge.
|
74 |
+
|
75 |
+
### Source Data
|
76 |
+
|
77 |
+
#### Initial Data Collection and Normalization
|
78 |
+
|
79 |
+
We automatically collected kids' books on the web.
|
80 |
+
|
81 |
+
#### Who are the source language producers?
|
82 |
+
|
83 |
+
Native speakers.
|
84 |
+
|
85 |
+
### Citation Information
|
86 |
|
87 |
```
|
88 |
Romero, J., & Razniewski, S. (2022).
|