Giter Site home page Giter Site logo

betterexplain's Introduction

BetterExplain

CSE 517 (NLP) project

Package Requirements

We took the setup script from the original implementation(https://github.com/dheerajrajagopal/SelfExplain). To setup the packages we recommend using a conda envrionment. E.g. after conda is installed and setup(https://www.anaconda.com/),

conda create -n selfexplain python=3.8 -y
conda activate selfexplain

Above will activate the envionment.

Packages can be installed via

pip install -r requirements.txt

For pytorch please refer to https://pytorch.org/get-started/locally/

Preprocessing

Data for preprocessing available in data/ folder

On a python shell, do the following for installing the parser

>>> import benepar
>>> benepar.download('benepar_en3')

To get all datasets in the same train/dev/test.tsv format, run

# processed tsv files are generated in data/dataset_name
python preprocessing/get_tsv.py <SST5/TREC6/TREC50>
# sh scripts/run_preprocessing.sh
# SST2 XLNET
sh scripts/preprocessing/sst2_xlnet.sh
# SST5 XLNET
sh scripts/preprocessing/sst5_xlnet.sh
# TREC6 XLNET

Training

# SE_XLNet
sh scripts/experiments/sst2_xlnet.sh
sh scripts/experiments/sst5_xlnet.sh

betterexplain's People

Contributors

dheerajrajagopal avatar riotonzuk avatar jhlee0513 avatar omarjso 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.