Gnociew commited on
Commit
6b950b4
·
verified ·
1 Parent(s): d59c554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -1 +1,35 @@
1
- coming soon ^ ^
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - text-classification
6
+ - information-retrieval
7
+ tags:
8
+ - reviewer-assignment
9
+ - pairwise-ranking
10
+ - preference-data
11
+ ---
12
+
13
+ # Dataset Overview
14
+
15
+ This repository contains evaluation data for reviewer assignment / matching in **pairwise** format, organized into two complementary perspectives:
16
+
17
+ - **`evaluation_pc` (Paper-Centric pairwise):** pairwise comparisons constructed from a *paper-centric* view (i.e., for each paper, compare candidate reviewers in pairs).
18
+ - **`evaluation_rc` (Reviewer-Centric pairwise):** pairwise comparisons constructed from a *reviewer-centric* view (i.e., for each reviewer, compare candidate papers in pairs).
19
+
20
+
21
+ ## Status / Release Plan
22
+
23
+ 🚧 **Pointwise data is still being consolidated.**
24
+ We expect to release the pointwise portion **in ~2–3 days**.
25
+
26
+ ## File Structure
27
+
28
+ - `evaluation_pc/` : paper-centric pairwise evaluation data
29
+ - `evaluation_rc/` : reviewer-centric pairwise evaluation data
30
+ - (Coming soon) `pointwise/` : pointwise evaluation data
31
+
32
+ ## Notes
33
+
34
+ - If you use this dataset, please cite this repository (citation info can be added here later).
35
+ - For questions or issues, please open a GitHub/HF issue in the repository.