shahules786
commited on
Commit
•
1d71b93
1
Parent(s):
f0322e2
added readme
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Multi-chapter summaries
|
2 |
+
|
3 |
+
The dataset is derived from [BOOKSUM](https://github.com/salesforce/booksum)
|
4 |
+
|
5 |
+
The idea here is to make use of the BOOKSUM dataset to finetune models with larger context length (8k+) but very few samples in BOOKSUM have such length.
|
6 |
+
Enter multi-chapter summaries!
|
7 |
+
The context here comprises multiple chapters taken from the same book appended together to form a larger context length.
|
8 |
+
The prompt requests a summary from one of the chapters and a summary of the corresponding chapter is present in the `summary` column.
|
9 |
+
|
10 |
+
Approximate token length of contexts of 8k version
|
11 |
+
![](https://github.com/salesforce/booksum/assets/25312635/29d7a1ac-af45-4062-89c4-f2a7b8be953)
|