roemmele commited on
Commit
6061e80
·
1 Parent(s): dce4e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md CHANGED
@@ -1,3 +1,124 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-generation
5
+ - text2text-generation
6
+ - summarization
7
+ language:
8
+ - en
9
  ---
10
+ # Dataset Card for AbLit
11
+
12
+ ## Dataset Description
13
+
14
+ - **Homepage:** https://github.com/roemmele/AbLit
15
+ - **Repository:** https://github.com/roemmele/AbLit
16
+ - **Paper:** https://arxiv.org/pdf/2302.06579.pdf
17
+ - **Leaderboard:**
18
+ - **Point of Contact:** Melissa Roemmele (melissa@roemmele.io)
19
+
20
+ ### Dataset Summary
21
+
22
+ The AbLit dataset contains **ab**ridged versions of 10 classic English **lit**erature books, aligned with their original versions on various passage levels.
23
+ The abridgements were written and made publically available by Emma Laybourn [here](http://www.englishliteratureebooks.com/classicnovelsabridged.html).
24
+ This is the first known dataset for NLP research that focuses on the abridgement task. See the paper for details.
25
+
26
+ ### Supported Tasks and Leaderboards
27
+
28
+ None
29
+
30
+ ### Languages
31
+
32
+ English
33
+
34
+ ## Dataset Structure
35
+
36
+ Each passage in the original version of a book chapter is aligned with its corresponding passage in the abridged version. These aligned pairs are available for various passage sizes: sentences, paragraphs, and multi-paragraph "chunks". The passage size is specified when loading the dataset. There are train/dev/test splits for items of each size.
37
+
38
+ ### Data Instances
39
+
40
+ Original-abridged chapter pairs:
41
+ - Train: 808
42
+ - Dev: 10
43
+ - Test: 50
44
+
45
+ Original-abridged paragraph pairs:
46
+ - Train: 37,227
47
+ - Dev: 313
48
+ - Test: 3,125
49
+
50
+ Original-abridged sentence pairs:
51
+ - Train: 122,219
52
+ - Dev: 1,143
53
+ - Test: 10,431
54
+
55
+ ### Data Fields
56
+
57
+ Original: passage text in the original version
58
+ Abridged: passage text in the abridged version
59
+ Book: title of book containing passage
60
+ Chapter: title of chapter containing passage
61
+
62
+ ### Data Splits
63
+
64
+ Train: ~99% alignment accuracy (see paper)
65
+ Dev: 100% alignment accuracy
66
+ Test: 100% alignment accuracy
67
+
68
+ ## Dataset Creation
69
+
70
+ ### Curation Rationale
71
+
72
+ Abridgement is the task of making a text easier to understand while preserving its linguistic qualities. Abridgements are different from typical summaries: whereas summaries abstractively describe the original text, abridgements simplify the original primarily through a process of extraction. We present this dataset to promote further research on modeling the abridgement process.
73
+
74
+ ### Source Data
75
+
76
+ The author Emma Laybourn wrote abridged versions of classic English literature books available through Project Gutenberg. She has also provided her abridgements for free on her [website](http://www.englishliteratureebooks.com/classicnovelsabridged.html). This is how she describes her work: “This is a collection of famous novels which have been shortened and slightly simplified for the general reader. These are not summaries; each is half to two-thirds of the original length. I’ve selected works that people often find daunting because of their density or complexity: the aim is to make them easier to read, while keeping the style intact.”
77
+
78
+ #### Initial Data Collection and Normalization
79
+
80
+ We downloaded the original and abridged versions of the books from the respective websites.
81
+
82
+ #### Who are the source language producers?
83
+
84
+ Emma Laybourn
85
+
86
+ ### Annotations
87
+
88
+ #### Annotation process
89
+
90
+ We designed a procedure for automatically aligning passages between the original and abridged version of each chapter. We conducted a human evaluation to verify these alignments had high accuracy. The dev and test splits of the dataset were fully validated to ensure 100% alignment accuracy.
91
+
92
+ #### Who are the annotators?
93
+
94
+ The alignment accuracy evaluation was conducted by the authors of the paper, who have expertise in linguistics and NLP.
95
+
96
+ ### Personal and Sensitive Information
97
+
98
+ None
99
+
100
+ ## Considerations for Using the Data
101
+
102
+ ### Social Impact of Dataset
103
+
104
+ We hope this dataset will promote more research on the authoring process for producing abridgements, including models for automatically generating abridgements. Because it is a labor-intensive writing task, there are relatively few abridged versions of books. Systems that automatically produce abridgements could vastly expand the number of abridged versions of books and thus increase their readership.
105
+
106
+ ### Discussion of Biases
107
+
108
+ We present this dataset to introduce abridgement as an NLP task, but these abridgements are scoped to one small set of texts associated with a specific domain and author. There are significant practical reasons for this limited scope. In particular, in constrast to the books in AbLit, most recently published books are not included in publicly accessible datasets due to copyright restrictions, and the same restrictions typically apply to any abridgements of these books. For this reason, ABLIT consists of British English literature from the 18th and 19th centuries. Some of the linguistic properties of these original books do not generalize to other types of English texts that would be beneficial to abridge. Moreover, the narrow cultural perspective reflected in these books is certainly not representative of the diverse modern population. Readers may find some content contradictory with their own values.
109
+
110
+ ### Dataset Curators
111
+
112
+ The curators are the authors of the paper.
113
+
114
+ ### Licensing Information
115
+
116
+ [More Information Needed]
117
+
118
+ ### Citation Information
119
+
120
+ Roemmele, Melissa, Kyle Shaffer, Katrina Olsen, Yiyi Wang, and Steve DeNeefe. "AbLit: A Resource for Analyzing and Generating Abridged Versions of English Literature." Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume (2023).
121
+
122
+ ### Contributions
123
+
124
+ [More Information Needed]