GithubHelp home page GithubHelp logo

peer-review-scores's Introduction

Peer Review Scores

Table of Contents

  1. Cleaning the dataset
  2. Calculating the bias
  3. Analyses by PhD years
  4. Analyses by Tracks
  5. Analyses by Acceptance

Cleaning the dataset

$ python clean.py

Running above command will create first_reviews.csv file in the data directory. The resulting csv file will only contain the columns that are relevant to future analyses. These include:

Field Name Description
review_id Unique identifier for all reviews
submission_id Unique identifier for all papers that are being reviewed
member_id Unique identifier for each member of the reviewers
member_name Name of the reviewer
phd_year Year in which the reviewer received his/her PhD
track Academic track the reviewer is in
score The overall score for the review
bias The bias score of the review
review_length Length of the actual review text
review_datetime Review submission datetime

Column details

review_id, submission_id, member_id

These columns have been renamed from #, submission #, and member # for better readability.

member_name

Instead of having two columns for first and last names each, they have been consolidated into one.

score

This column only includes the review scores for the "Overall" field. As such, scores for other fields, such as Audience, Confidence, and Alternatives, have been dropped.

bias, review_length

These columns are the metrics used to conduct future analyses. For details on calculating bias, please refer to this section.

review_datetime

This column contains Python datetime objects. It is only used to identify the first reviews per submission per reviewer.

Calculating the bias

The bias is a metric that calculates how much the reviewer's score differs from the rest of the reviews for the same submission. The following formula is used to calculate the bias:

biasi, j = meanj * Nj - scorei, j / (Nj - 1)

where i is the reviewer ID, j is the submission ID, and Nj is the number of reviews given for the submission j.

Analyses by PhD years

The distribution of the bias, absolute bias, and review length are visualized using violin plots. The following command should create bias_to_phd.png and revlen_to_phd.png in the data directory:

$ python bias_revlen_to_phd.py

bias_to_phd.png

This image contains two sets of violin plots, each for the bias and absolute bias, respectively. Both sets are separated by PhD years, and all the data above 2018 have been clumped into one 2018+ category.

revlen_to_phd.png

This image contains a violin plot that is similar to those in bias_to_phd.png, but for review lengths. The representation of the PhD years (x-axis) remains the same.

Analyses by Tracks

The distribution of the bias, absolute bias, and review length are visualized using violin plots. the following command should create bias_to_track.png and revlen_to_track.png in the data directory:

$ python bias_revlen_to_track.py

bias_to_track.png

This image contains two sets of violin plots, each for the bias and absolute bias, respectively. Both sets are separated by tracks.

revlen_to_phd.png

This image contains a violin plot that is similar to those in bias_to_track.png, but for review lengths. The representation of the tracks (x-axis) remains the same.

peer-review-scores's People

Contributors

tylerhslee avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.