Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,24 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
language:
|
20 |
+
- en
|
21 |
+
size_categories:
|
22 |
+
- 1M<n<10M
|
23 |
---
|
24 |
+
|
25 |
+
# Goodreads Book Descriptions
|
26 |
+
|
27 |
+
A dataset of English book titles and descriptions from Goodreads.
|
28 |
+
|
29 |
+
The original dataset has 2.3 million books total with many more fields.
|
30 |
+
|
31 |
+
There may exist a small number of non-English books in this dataset.
|
32 |
+
|
33 |
+
# Citations
|
34 |
+
|
35 |
+
Mengting Wan, Julian McAuley, ["Item Recommendation on Monotonic Behavior Chains"], in RecSys'18.
|
36 |
+
Mengting Wan, Rishabh Misra, Ndapa Nakashole, Julian McAuley, ["Fine-Grained Spoiler Detection from Large-Scale Review Corpora"], in ACL'19.
|
37 |
+
|
38 |
+
["Item Recommendation on Monotonic Behavior Chains"]: https://mengtingwan.github.io/paper/recsys18_mwan.pdf
|
39 |
+
["Fine-Grained Spoiler Detection from Large-Scale Review Corpora"]: https://mengtingwan.github.io/paper/acl19_mwan.pdf
|