Skip to content

A Python implementation for locating cross-referenced pieces of information in related documents (e.g. articles of the same news story).

Notifications You must be signed in to change notification settings

dbountouridis/InCredible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InCredible

A Python script for locating cross-referenced pieces of information in related documents (e.g. articles from different outlets of the same news story). The original news dataset from Kaggle.

Run a demo

python demo.py

The script performs the following:

  1. Reads the documents, parses them into sentences.
  2. Uses a naive GA (genetic algorithm) to group sentences into "meaningful" pieces of information (POIs).
  3. Computes the claim similarity between POIs.
  4. Creates an undirected graph from the POIs.
  5. Compute the cliques in the graph, corresponding to cross-referenced pieces of information.

Cite

If you use the code, please cite the following publication:

D. Bountouridis, M. Marrero, N. Tintarev, C. Hauff, Explaining Credibility in News Articles using Cross-Referencing, 2018 Workshop on ExplainAble Recommendation and Search (EARS 2018)

About

A Python implementation for locating cross-referenced pieces of information in related documents (e.g. articles of the same news story).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages