joaopdsmarques commited on
Commit
3c4affa
โ€ข
1 Parent(s): 24baa80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -4,6 +4,11 @@ task_categories:
4
  - question-answering
5
  language:
6
  - en
 
 
 
 
 
7
  ---
8
  # ๐Ÿ“š GutenQA-Semantic
9
  GutenQA-Semantic 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: semantic
9
+ data_files:
10
+ - split: chunks
11
+ path: GutenQA_semantic.parquet
12
  ---
13
  # ๐Ÿ“š GutenQA-Semantic
14
  GutenQA-Semantic 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>