Update README.md
Browse files
README.md
CHANGED
|
@@ -35,15 +35,15 @@ Each passage in the original version of a book chapter is aligned with its corre
|
|
| 35 |
| Chapters | Each passage is a single chapter | 808 | 10 | 50
|
| 36 |
| Sentences | Each passage is a sentence delimited by the NLTK sentence tokenizer | 122,219 | 1,143 | 10,431 |
|
| 37 |
| Paragraphs | Each passage is a paragraph delimited by a line break | 37,227 | 313 | 3,125 |
|
| 38 |
-
| Chunks | Each passage consists of up to X number of sentences, which may span more than one paragraph. X=10 is provided here; to derive chunks with other lengths X, see GitHub
|
| 39 |
|
| 40 |
#### Example Usage
|
| 41 |
|
| 42 |
To load aligned sentences:
|
| 43 |
-
``
|
| 44 |
from datasets import load_dataset
|
| 45 |
data = load_dataset("ablit", "sentences")
|
| 46 |
-
``
|
| 47 |
|
| 48 |
### Data Fields
|
| 49 |
|
|
@@ -100,12 +100,8 @@ The curators are the authors of the paper.
|
|
| 100 |
|
| 101 |
### Licensing Information
|
| 102 |
|
| 103 |
-
|
| 104 |
|
| 105 |
### Citation Information
|
| 106 |
|
| 107 |
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).
|
| 108 |
-
|
| 109 |
-
### Contributions
|
| 110 |
-
|
| 111 |
-
[More Information Needed]
|
|
|
|
| 35 |
| Chapters | Each passage is a single chapter | 808 | 10 | 50
|
| 36 |
| Sentences | Each passage is a sentence delimited by the NLTK sentence tokenizer | 122,219 | 1,143 | 10,431 |
|
| 37 |
| Paragraphs | Each passage is a paragraph delimited by a line break | 37,227 | 313 | 3,125 |
|
| 38 |
+
| Chunks | Each passage consists of up to X number of sentences, which may span more than one paragraph. X=10 is provided here; to derive chunks with other lengths X, see GitHub link above | 14,857 | 141 | 1,264
|
| 39 |
|
| 40 |
#### Example Usage
|
| 41 |
|
| 42 |
To load aligned sentences:
|
| 43 |
+
```
|
| 44 |
from datasets import load_dataset
|
| 45 |
data = load_dataset("ablit", "sentences")
|
| 46 |
+
```
|
| 47 |
|
| 48 |
### Data Fields
|
| 49 |
|
|
|
|
| 100 |
|
| 101 |
### Licensing Information
|
| 102 |
|
| 103 |
+
cc-by-sa-4.0
|
| 104 |
|
| 105 |
### Citation Information
|
| 106 |
|
| 107 |
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).
|
|
|
|
|
|
|
|
|
|
|
|