Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
avduarte333 commited on
Commit
326acda
·
verified ·
1 Parent(s): 381c0a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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={{LumberChunker: Long-Form Narrative Document Segmentation}},
43
- author={André V. Duarte, João Marques, Miguel Graça, Miguel Freire, Lei Li and Arlindo L. Oliveira},
44
  year={2024},
45
- eprint={xxxx.xxx},
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