This demo presents an interactive system for common sense reasoning that takes a pair of common sense statements (one true and one false) and determines which one is correct.
Visit http://mcs.isi.edu/ for a live preview of the demo!
- Enter two common sense statements (one true and one false) and hit the submit button
- Evaluate machine output, to examine the different systems click on
show model scores
- Click
Yes
if the machine output was correct orNo
if it was not
To run a local development version of the demo:
- Clone or simply download this repository to your local drive
- Run
pip install -r api/requirements.txt
to install back-end dependencies - Run
cd app && ./server.py
to start the back-end server - Run
npm install
to install fron-end dependencies - Run
npm start
to start the front-end server