Skip to content

PLN-disca-iimas/InterpretableFactChecking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📰 Automatic Fact Checking Using an Interpretable Bert-Based Architecture on COVID-19 Claims

GitHub GitHub repo size GitHub last commit GitHub stars

This repository contains the implementation of a neural network architecture focused on verifying facts against evidence found in a knowledge base. The architecture can perform relevance evaluation and claim verification. We fine-tuned BERT to codify claims and pieces of evidence separately. An attention layer between the claim and evidence representation computes alignment scores to identify relevant terms between both. Finally, a classification layer receives the vector representation of claims and evidence and performs the relevance and verification classification. Our model allows a more straightforward interpretation of the predictions than other state-of-the-art models. We use the scores computed within the attention layer to show which evidence spans are more relevant to classify a claim as supported or refuted. We use the model to verify facts about COVID-19. The COVID-19 facts corpus is also provided here.

📝 How to cite

:neckbeard: Collaborators

Ramón Casillas (PCIC-UNAM), Helena Gómez-Adorno (IIMAS-UNAM), Victor Lomas-Barrie (IIMAS-UNAM) and Orlando Ramos-Flores (IIMAS-UNAM)

✔️ Aknowledgments

About

En este repositorio presentamos la arquitectura de un sistema de fact checking interpretable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages