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