Make the evaluator's review weights configurable.
[match/match.git] / notes
CommitLineData
affb6e6a
MM
1For funding agencies such as NSF program directors
2that co-ordinate panels, assigning proposals to
3reviewers is a major challenge. It is important that each proposal be
4reviewed by qualified experts, and at the same time we would like the
5workload across different reviewers to be roughly balanced. The same
6issue arises for a program committee chair, who may have to assign
7literally hundreds of papers to a program committee consisting of
8thirty to forty program committee members.
9
10What does CMT use? What does Easychair use?
11
12From now on we will focus on the problem of assigning papers to
13reviewers.
14We assume that each reviewer is given access to the
15list of papers to be reviewed, and provides input on their
16preferences by giving a ``desirability'' score to each paper.
17We also assume that each paper has to be reviewed by $at least r$
18reviewers.
19
20List of codes.
21
22We do not consider stable marriage type preference lists,
23because a strict ranking of papers would be rather tedious
24to produce. In this scheme, the papers are essentially grouped
25into a few categories.
26
27
28Ideally, from the perspective of the papers, we would like to
29assign each paper the $r$ ``best'' reviewers for the paper.
30Ofcourse, this would lead to a load imbalanced solution where
31the load on some program committee members is very high, and the
32load on others is low. On the other hand, we could insist
33on a perfectly load balanced solution in which the number
34of papers assigned to each program committee member do not
35exceed $\lceil rN/P \rceil$, where $N$ is the number of
36submissions and $P$ is the number of program committee members.
37Recall that each paper needs $r$ reviewers, so a total of $rN$
38reviews need to be generated. However this may lead to a solution
39which is not optimal from the perspective of the papers.
40
41One of our goals is to study precisely this tradeoff, and allow each
42reviewer to have upto $\lceil rN/P \rceil + C$ papers assigned to
43them, where $C$ is the {\em imbalance factor}. The main question
44we consider is: is it possible to obtain a high quality
45assignment with a fairly low value of $C$?
46
47One can ask the same question from the perspective of the reviewers
48as well. Each reviewer would ideally like papers
49that are the ``most desirable'' from their point of view.
50
51{\em Stinkers} are papers that pretty much no-one wanted to review.
52We would like to spread the load of the stinkers as evenly as possible.