bangwu commited on
Commit
d7c97de
·
verified ·
1 Parent(s): d529583

Update dataset card after adding all raw datasets

Browse files
Files changed (1) hide show
  1. README.md +24 -29
README.md CHANGED
@@ -6,47 +6,42 @@ task_categories:
6
  language:
7
  - zh
8
  - en
9
- size_categories:
10
- - 1K<n<10K
11
  ---
12
 
13
  # rageval Dataset Bundle
14
 
15
- This dataset bundle is prepared for the `rageval` undergraduate thesis experiments on comparing `VectorRAG` and `LightRAG` across document lengths.
16
 
17
- Target Hugging Face repo:
18
 
19
  - `bangwu/rageval_qa`
20
 
21
- ## What Is Included
22
 
23
- ### 1. Available raw source files
24
 
25
- Only the raw files that are currently available in this workspace are included under `raw/financebench/`:
 
 
 
 
 
26
 
27
- - official FinanceBench open-source metadata JSONL
28
- - locally cached FinanceBench PDFs
29
- - locally extracted FinanceBench text cache
30
 
31
- Other original raw datasets are **not** present in this repository workspace and therefore are not exported as raw files here.
32
-
33
- ### 2. Processed datasets
34
-
35
- The bundle includes:
36
-
37
- - full unified datasets used by the project
38
- - experiment splits used in the thesis
39
- - supplementary `UltraLongFinance` experiment files
40
-
41
- ## Bundle Summary
42
-
43
- - processed files: 10
44
- - raw items exported: 3
45
- - total staged bytes: 1176251960
46
 
47
  ## Notes
48
 
49
- 1. This bundle is intended for experiment verification and reproduction.
50
- 2. Large processed files are staged exactly as used in the local experiments.
51
- 3. This release intentionally keeps only data files. Scripts and experiment notes remain in the GitHub repository.
52
- 4. Source materials may remain subject to their original licenses or terms of use. Review redistribution requirements before making the dataset public.
 
6
  language:
7
  - zh
8
  - en
 
 
9
  ---
10
 
11
  # rageval Dataset Bundle
12
 
13
+ This dataset repository stores the raw datasets currently available in the local rageval workspace together with the processed datasets used in the thesis experiments.
14
 
15
+ Repo:
16
 
17
  - `bangwu/rageval_qa`
18
 
19
+ ## Included data
20
 
21
+ ### Raw datasets
22
 
23
+ - `raw/docfinqa/`
24
+ - `raw/financebench/`
25
+ - `raw/lecardv2/`
26
+ - `raw/loong/`
27
+ - `raw/narrativeqa/`
28
+ - `raw/peerqa/`
29
 
30
+ ### Processed datasets
 
 
31
 
32
+ - `processed/docfinqa/docfinqa_unified.jsonl`
33
+ - `processed/lecardv2/lecardv2_unified.jsonl`
34
+ - `processed/loong/loong_unified.jsonl`
35
+ - `processed/narrativeqa/narrativeqa_unified.jsonl`
36
+ - `processed/peerqa/peerqa_unified.jsonl`
37
+ - `processed/experiment/main_experiment.jsonl`
38
+ - `processed/experiment/stress_test.jsonl`
39
+ - `processed/experiment/ultra_long_finance.jsonl`
40
+ - `processed/experiment/split_manifest.json`
41
+ - `processed/experiment/ultra_long_finance_manifest.json`
 
 
 
 
 
42
 
43
  ## Notes
44
 
45
+ 1. This repository is data-only. Scripts, experiment code, and thesis documents remain in the GitHub repository.
46
+ 2. The processed files are the dataset artifacts used for the rageval comparison experiments.
47
+ 3. Raw source materials may remain subject to their original licenses or redistribution constraints. Please review the original dataset licenses before reuse.