sambhugit / Essay-Score-Assigner

A model to assign a score to a given essay written in the given prompt topics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Essay-Score-Assigner

A model to assign a score to a given essay written in the given prompt topics.

The prompt questions are given in "prompt.csv".

The model was evaluated on Cohen Kappa.

For using this repo,

  1. Clone this repo to your workplace.
  2. For quickly using this, run 'essay_infer.py' to get the scores of essays in 'test.csv'. A new file called 'test_prediction.csv' will be generated containing the result.
  3. For training the model, run 'model.py'.

About

A model to assign a score to a given essay written in the given prompt topics.


Languages

Language:Jupyter Notebook 90.8%Language:Python 9.2%