Update dataset card after adding all raw datasets
Browse files
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
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
- `bangwu/rageval_qa`
|
| 20 |
|
| 21 |
-
##
|
| 22 |
|
| 23 |
-
###
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
-
|
| 28 |
-
- locally cached FinanceBench PDFs
|
| 29 |
-
- locally extracted FinanceBench text cache
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
-
|
| 38 |
-
- experiment
|
| 39 |
-
-
|
| 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
|
| 50 |
-
2.
|
| 51 |
-
3.
|
| 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.
|
|
|