Baselight

Corrected Essays With Scores From UOL

Tabular data containing written essays, the context, and scores

@kaggle.danlessa_corrected_essays_with_scores_from_uol

Loading...
Loading...

About this Dataset

Corrected Essays With Scores From UOL

Context

This dataset contains hundreds of corrected essays with scores, all of them which were written according to an monthly selection, and to train Brazilian high-school students to university entrance exams.

Every month, UOL publishes an theme and receives 20 random essays for scoring and commenting.

Content

The content of this dataset is an csv file on which every row contains the essay text and title, the theme text and title, and the scores given.

Inspiration

The motivation for this dataset is to evaluate if we can create an automatic manner of scoring essays. Can we predict the score given an random body of the text in an reliable manner?

Tables

Essays

@kaggle.danlessa_corrected_essays_with_scores_from_uol.essays
  • 909.22 KB
  • 695 rows
  • 11 columns
Loading...

CREATE TABLE essays (
  "unnamed_0" BIGINT,
  "essay_text" VARCHAR,
  "essay_title" VARCHAR,
  "theme_text" VARCHAR,
  "theme_title" VARCHAR,
  "score_1" BIGINT,
  "score_2" BIGINT,
  "score_3" BIGINT,
  "score_4" BIGINT,
  "score_5" BIGINT,
  "total_score" DOUBLE
);

Share link

Anyone who has the link will be able to view this.