Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -39,12 +39,13 @@ single_book_chunks = dataset[dataset['Book Name'] == 'A_Christmas_Carol_-_Charle
|
|
39 |
|
40 |
```bibtex
|
41 |
@misc{duarte2024lumberchunker,
|
42 |
-
title={
|
43 |
-
author={André V. Duarte
|
44 |
year={2024},
|
45 |
-
eprint={
|
46 |
archivePrefix={arXiv},
|
47 |
-
primaryClass={cs.CL}
|
|
|
48 |
}
|
49 |
```
|
50 |
|
|
|
39 |
|
40 |
```bibtex
|
41 |
@misc{duarte2024lumberchunker,
|
42 |
+
title={LumberChunker: Long-Form Narrative Document Segmentation},
|
43 |
+
author={André V. Duarte and João Marques and Miguel Graça and Miguel Freire and Lei Li and Arlindo L. Oliveira},
|
44 |
year={2024},
|
45 |
+
eprint={2406.17526},
|
46 |
archivePrefix={arXiv},
|
47 |
+
primaryClass={cs.CL},
|
48 |
+
url={https://arxiv.org/abs/2406.17526},
|
49 |
}
|
50 |
```
|
51 |
|