rishia2220 commited on
Commit
4b2388e
·
verified ·
1 Parent(s): 97df8a5

ScopeBench-PR v0.1 public release (parquet)

Browse files
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - benchmark
7
+ - peer-review
8
+ - llm-evaluation
9
+ - fairness
10
+ pretty_name: ScopeBench-PR
11
+ size_categories:
12
+ - 10K<n<100K
13
+ configs:
14
+ - config_name: papers
15
+ data_files: papers/papers.parquet
16
+ - config_name: review_runs
17
+ data_files: review_runs/review_runs.parquet
18
+ - config_name: score_pairs
19
+ data_files: score_pairs/score_robustness_pairs.parquet
20
+ - config_name: scope_items
21
+ data_files: scope_items/scope_detection_items.parquet
22
+ - config_name: rebuttal_items
23
+ data_files: rebuttal_items/rebuttal_items.parquet
24
+ - config_name: human_validation
25
+ data_files: human_validation/human_validation.parquet
26
+ ---
27
+
28
+ # ScopeBench-PR
29
+
30
+ Counterfactual benchmark for **scope fairness in LLM peer review**.
31
+
32
+ - **Code:** https://github.com/RishiAhuja/ScopeBench-PR
33
+ - **Workshop:** https://sites.google.com/view/globalsouthai-ijcai26/home
34
+
35
+ ```python
36
+ from datasets import load_dataset
37
+
38
+ load_dataset("rishia2220/scopebench-pr", "papers")
39
+ load_dataset("rishia2220/scopebench-pr", "scope_items")
40
+ ```
41
+
42
+ Tables are stored as **Parquet**. Use `scripts/download_data.py` in the GitHub repo to export CSV/JSONL locally.
43
+
44
+ See the GitHub repository for task definitions, label schemas, and limitations.
dataset_manifest.jsonl ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"config": "papers", "path": "papers/papers.parquet", "format": "parquet", "local_name": "papers.csv", "local_format": "csv", "bytes": 47685, "sha256": "7722e968dc28127ddd587660f4a41b46aa2ff4d6d52d6d080b62cd12ba238b6f", "hf_sha256": "19bb2af215012fc7efa70bf631573d72d31d26b5854e4962fe6126be29b6e64e"}
2
+ {"config": "review_runs", "path": "review_runs/review_runs.parquet", "format": "parquet", "local_name": "review_runs.csv", "local_format": "csv", "bytes": 9027290, "sha256": "ad0626654e80be98cce8316ea34017ccb70f3d79d50b1172225b03d21faef074", "hf_sha256": "07479780630d6b149b8acb35ef65a53928bba84db8588bee71fe061009be4619"}
3
+ {"config": "score_pairs", "path": "score_pairs/score_robustness_pairs.parquet", "format": "parquet", "local_name": "score_robustness_pairs.csv", "local_format": "csv", "bytes": 107926, "sha256": "6cc9126e1fa1caffce82a1546645fa0263090575b9f09ac89192566dc3fa53c6", "hf_sha256": "48f690c97bdba60ac5b57bea3202029919f867e06c89810c8bc587c40e8c3082"}
4
+ {"config": "scope_items", "path": "scope_items/scope_detection_items.parquet", "format": "parquet", "local_name": "scope_detection_items.jsonl", "local_format": "jsonl", "bytes": 3554314, "sha256": "b5f4ed7fb698b73d2b8a2d0ba7defd06e2f4aedba286b313568623658846b141", "hf_sha256": "164f9b13d45397d93d67379717d2c6a3f51f93d3561f4f5bef1c72b284bc7bd5"}
5
+ {"config": "rebuttal_items", "path": "rebuttal_items/rebuttal_items.parquet", "format": "parquet", "local_name": "rebuttal_items.jsonl", "local_format": "jsonl", "bytes": 576057, "sha256": "2db9e1302d36bdfd711b9673338a4884f41bbee80a05666afa0bbc8fa9b7ca5e", "hf_sha256": "14df51a8deacf3018720db0de5a00657ea2a49291b04cf86ca432003b184647e"}
6
+ {"config": "human_validation", "path": "human_validation/human_validation.parquet", "format": "parquet", "local_name": "human_validation.csv", "local_format": "csv", "bytes": 121298, "sha256": "e22bb2b928ba0144b3e38b124875a4cc4ea6f770bc1c65b7954d33c60aa7587e", "hf_sha256": "6eaa65d06047ffdf86cf66f8810b72a50b237451bc0ef8947a7d9f6cbf7c7adf"}
human_validation/human_validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eaa65d06047ffdf86cf66f8810b72a50b237451bc0ef8947a7d9f6cbf7c7adf
3
+ size 121298
papers/papers.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bb2af215012fc7efa70bf631573d72d31d26b5854e4962fe6126be29b6e64e
3
+ size 47685
rebuttal_items/rebuttal_items.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14df51a8deacf3018720db0de5a00657ea2a49291b04cf86ca432003b184647e
3
+ size 576057
review_runs/review_runs.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07479780630d6b149b8acb35ef65a53928bba84db8588bee71fe061009be4619
3
+ size 9027290
scope_items/scope_detection_items.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164f9b13d45397d93d67379717d2c6a3f51f93d3561f4f5bef1c72b284bc7bd5
3
+ size 3554314
score_pairs/score_robustness_pairs.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f690c97bdba60ac5b57bea3202029919f867e06c89810c8bc587c40e8c3082
3
+ size 107926