Hellisotherpeople commited on
Commit
228954f
1 Parent(s): 70bff37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +161 -1
README.md CHANGED
@@ -1,3 +1,163 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language:
5
+ - en
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - mit
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: 'one_syllable from Most Language Models can be Poets too: An AI Writing Assistant and Constrained Text Generation Studio'
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - syllable
19
+ - one_syllable
20
+ task_categories:
21
+ - text-generation
22
+ - fill-mask
23
+ task_ids:
24
+ - language-modeling
25
+ - masked-language-modeling
26
  ---
27
+
28
+
29
+ # Dataset Card for Lipogram-e
30
+
31
+ ## Table of Contents
32
+ - [Table of Contents](#table-of-contents)
33
+ - [Dataset Description](#dataset-description)
34
+ - [Dataset Summary](#dataset-summary)
35
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
36
+ - [Languages](#languages)
37
+ - [Dataset Structure](#dataset-structure)
38
+ - [Data Instances](#data-instances)
39
+ - [Data Fields](#data-fields)
40
+ - [Data Splits](#data-splits)
41
+ - [Dataset Creation](#dataset-creation)
42
+ - [Curation Rationale](#curation-rationale)
43
+ - [Source Data](#source-data)
44
+ - [Annotations](#annotations)
45
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
47
+ - [Social Impact of Dataset](#social-impact-of-dataset)
48
+ - [Discussion of Biases](#discussion-of-biases)
49
+ - [Other Known Limitations](#other-known-limitations)
50
+ - [Additional Information](#additional-information)
51
+ - [Dataset Curators](#dataset-curators)
52
+ - [Licensing Information](#licensing-information)
53
+ - [Citation Information](#citation-information)
54
+ - [Contributions](#contributions)
55
+
56
+ ## Dataset Description
57
+
58
+ - **Homepage**: https://github.com/Hellisotherpeople/Constrained-Text-Generation-Studio
59
+ - **Repository**: https://github.com/Hellisotherpeople/Constrained-Text-Generation-Studio
60
+ - **Paper** Most Language Models can be Poets too: An AI Writing Assistant
61
+ and Constrained Text Generation Studio
62
+ - **Leaderboard**: https://github.com/Hellisotherpeople/Constrained-Text-Generation-Studio
63
+ - **Point of Contact**: https://www.linkedin.com/in/allen-roush-27721011b/
64
+
65
+ ### Dataset Summary
66
+
67
+ ![Gadsby](https://www.gutenberg.org/cache/epub/6936/pg6936.cover.medium.jpg)
68
+
69
+
70
+ This is a dataset of English books which only write using one syllable at a time. At this time, the dataset only contains Robinson Crusoe — in Words of One Syllable by Lucy Aikin and Daniel Defoe
71
+
72
+ This dataset is contributed as part of a paper titled "Most Language Models can be Poets too: An AI Writing Assistant and Constrained Text Generation Studio" to appear at COLING 2022. This dataset does not appear in the paper itself, but was gathered as a candidate constrained text generation dataset.
73
+
74
+ ### Supported Tasks and Leaderboards
75
+
76
+ The main task for this dataset is Constrained Text Generation - but all types of language modeling are suitable.
77
+
78
+ ### Languages
79
+
80
+ English
81
+
82
+ ## Dataset Structure
83
+
84
+ ### Data Instances
85
+
86
+ Each is extracted directly from the available pdf or epub documents converted to txt using pandoc.
87
+
88
+ ### Data Fields
89
+
90
+ Text. The name of each work appears before the work starts and again at the end, so the books can be trivially split again if necessary.
91
+
92
+ ### Data Splits
93
+
94
+ None given. The way I do so in the paper is to extract the final 20% of each book, and concatenate these together. This may not be the most ideal way to do a train/test split, but I couldn't think of a better way. I did not believe randomly sampling was appropriate, but I could be wrong.
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ There are several books which claim to only be written using one syllable words. A list of them can be found here: https://diyhomeschooler.com/2017/01/25/classics-in-words-of-one-syllable-free-ebooks/
101
+
102
+ Unfortunately, after careful human inspection, it appears that only one of these works actually does reliably maintain the one syllable constraint through the whole text. Outside of proper names, I cannot spot or computationally find a single example of a more-than-one-syllable word in this whole work.
103
+
104
+
105
+ ### Source Data
106
+
107
+ Robinson Crusoe — in Words of One Syllable by Lucy Aikin and Daniel Defoe
108
+
109
+ #### Initial Data Collection and Normalization
110
+
111
+ Project Gutenberg
112
+
113
+ #### Who are the source language producers?
114
+ Lucy Aikin and Daniel Defoe
115
+
116
+
117
+ ### Annotations
118
+
119
+ #### Annotation process
120
+
121
+ None
122
+
123
+ #### Who are the annotators?
124
+
125
+ n/a
126
+
127
+ ### Personal and Sensitive Information
128
+
129
+ None
130
+
131
+ ## Considerations for Using the Data
132
+
133
+ There may be OCR conversion artifacts.
134
+
135
+ ### Social Impact of Dataset
136
+
137
+ These books have existed for a awhile now, so it's unlikely that this will have dramatic Social Impact.
138
+
139
+ ### Discussion of Biases
140
+
141
+ The only biases possible are related to the contents of Robinson Crusoe or the possibility of the authors changing Robinson Crusoe in some problematic way by using one-syllable words. This is unlikely, as this work was aimed at children.
142
+
143
+ ### Other Known Limitations
144
+
145
+ It's possible that more works exist but were not well known enough for the authors to find them and include them. Finding such inclusions would be grounds for iteration of this dataset (e.g. a version 1.1 would be released). The goal of this project is to eventually encompass all book length english language works that do not use more than one syllable in each of their words (except for names)
146
+
147
+ ## Additional Information
148
+ n/a
149
+
150
+ ### Dataset Curators
151
+
152
+ Allen Roush
153
+
154
+ ### Licensing Information
155
+
156
+ MIT
157
+
158
+ ### Citation Information
159
+ TBA
160
+
161
+ ### Contributions
162
+
163
+ Thanks to [@Hellisotherpeople](https://github.com/Hellisotherpeople) for adding this dataset.