Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,11 @@ task_categories:
|
|
| 4 |
- question-answering
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# 📚 GutenQA-Recursive
|
| 9 |
GutenQA-Recursive consists on the same 100 Public Domain Narrative Books used in [GutenQA](https://huggingface.co/datasets/LumberChunker/GutenQA) (the proposed benchmark to the paper [LumberChunker: Long-Form Narrative Document Segmentation](https://github.com/joaodsmarques/LumberChunker), and serves as one of the baseline chunking approaches utilized on the [LumberChunker](https://github.com/joaodsmarques/LumberChunker) paper.<br>
|
|
|
|
| 4 |
- question-answering
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: recursive
|
| 9 |
+
data_files:
|
| 10 |
+
- split: chunks
|
| 11 |
+
path: GutenQA_recursive.parquet
|
| 12 |
---
|
| 13 |
# 📚 GutenQA-Recursive
|
| 14 |
GutenQA-Recursive consists on the same 100 Public Domain Narrative Books used in [GutenQA](https://huggingface.co/datasets/LumberChunker/GutenQA) (the proposed benchmark to the paper [LumberChunker: Long-Form Narrative Document Segmentation](https://github.com/joaodsmarques/LumberChunker), and serves as one of the baseline chunking approaches utilized on the [LumberChunker](https://github.com/joaodsmarques/LumberChunker) paper.<br>
|