Skip to contents

Data from the Kaggle Automated Essay Scoring (AES) competition. This is essay set 2 which used the following prompt:

Usage

asap2

Format

An object of class tbl_df (inherits from tbl, data.frame) with 1800 rows and 8 columns.

Details

"All of us can think of a book that we hope none of our children or any other children have taken off the shelf. But if I have the right to remove that book from the shelf -- that work I abhor -- then you also have exactly the same right and so does everyone else. And then we have no books left on the shelf for any of us." --Katherine Paterson, Author

Write a persuasive essay to a newspaper reflecting your vies on censorship in libraries. Do you believe that certain materials, such as books, music, movies, magazines, etc., should be removed from the shelves if they are found offensive? Support your position with convincing arguments from your own experience, observations, and/or reading.

The data frame has the following variables:

essay_id

A unique identifier for each individual student essay

rater1_domain1

Rater 1's domain 1 score

rater2_domain1

Rater 2's domain 1 score

domain1_score

Resolved score between the raters

rater1_domain2

Rater 1's domain 2 score

rater2_domain2

Rater 2's domain 2 score

domain2_score

Resolved score between the raters

essay

The ascii text of a student's response

More information available here: https://www.kaggle.com/c/asap-aes/data

Examples

data(asap2)