numerical-fact-checking-eacl2017

A system to fact check claims using relation matching. Inputs a collection of tables and a claim. Outputs a set of tuples relation matched to the claim and a simple verdict.

Pre-requisites:

  • Gradle
  • Java jdk8
  • Python 3
  • numpy
  • jnius
  • fuzzywuzzy
  • sklearn
  • urllib3

Running

eacl-demo.ipynb shows all components of the system from training data generation to making the deducitons. The other notebook demos just show parts of the program. 0