Giter Site home page Giter Site logo

e2vscorer's Introduction

e2vscorer

  1. Set network topology parameters in net_config.py
  2. Set structural topologies in prompt2vec_abs.py for the Absolute Prediction method and prompt2vec_class.py for the Categorical Prediction method
  3. Train against the network configuration by running train_abs.py for Absolute Prediction, train_class.py for Categorical Prediction, and train_baseline.py for the Most-Frequent Baseline
    • data will be split automatically into training/testing data, and our performance metrics will be printed after the network trains for however many iterations are set in net_config.py

Note: use of virtualenv is seriously recommended to mitigate problems with competing versions of numpy/gensim/scikit/keras/etc.

Note: the TensorFlow backend was used for Keras. No guarantees on whether all models will work as expected with the theanos backend

Note: if gensim's training of doc2vec is taking a painful amount of time (shouldn't be more than 30s or so on reasonable hardware), you should probably uninstall gensim, install cython and a C compiler, then reinstall gensim (https://radimrehurek.com/gensim/models/doc2vec.html#blog)

Abstract: While automatic essay grading remains a topic of interest in NLP, methods which seek to evaluate argument strength, instead of more formal dimensions, remain rare; furthermore, those described in the literature primarily rely on feature-based classifiers, whose heuristic rules can lose predictive value when applied across different essay sets. We propose a supervised, neural network-based approach, based on word2vec and one of its extensions, doc2vec, to construct a classifier over trained essay and prompt embeddings; this classifier provides a means for scoring essays on the basis of the quality of their argument in answering the relevant prompt without a priori feature extraction or annotation. Our methods significantly outperform a frequency-based baseline, achieving upwards of 75-80% accuracy on unseen student essays drawn from two distinct prompt-response sets

e2vscorer's People

Contributors

aaronhammond avatar

Watchers

 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.