File size: 1,201 Bytes
6b950b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
language:
- en
task_categories:
- text-classification
- information-retrieval
tags:
- reviewer-assignment
- pairwise-ranking
- preference-data
---

# Dataset Overview

This repository contains evaluation data for reviewer assignment / matching in **pairwise** format, organized into two complementary perspectives:

- **`evaluation_pc` (Paper-Centric pairwise):** pairwise comparisons constructed from a *paper-centric* view (i.e., for each paper, compare candidate reviewers in pairs).
- **`evaluation_rc` (Reviewer-Centric pairwise):** pairwise comparisons constructed from a *reviewer-centric* view (i.e., for each reviewer, compare candidate papers in pairs).


## Status / Release Plan

🚧 **Pointwise data is still being consolidated.**  
We expect to release the pointwise portion **in ~2–3 days**.

## File Structure

- `evaluation_pc/` : paper-centric pairwise evaluation data  
- `evaluation_rc/` : reviewer-centric pairwise evaluation data  
- (Coming soon) `pointwise/` : pointwise evaluation data

## Notes

- If you use this dataset, please cite this repository (citation info can be added here later).
- For questions or issues, please open a GitHub/HF issue in the repository.