Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 612 Bytes

Fact-checking

With the proliferation of fake news on the web detecting such content is becoming increasingly important. Your task in this project is to build a system that can determine if a claim is Supported, Refuted, or there is not enough information to tell. The decision should be based on the text of the claim and on related evidence which is also given in textual form.

Dataset: http://fever.ai/resources.html

Baseline https://github.com/sheffieldnlp/fever-naacl-2018

Evaluation https://competitions.codalab.org/competitions/18814

Entry points: https://arxiv.org/pdf/1803.05355