Home

Awesome

FaKe news Text Collections (FKTC)

Library to use fakenews text collections

If you use any part of this code in your research, please cite it using the following BibTex entry

@inproceedings{ref:Golo2021,
  title={Learning textual representations from multiple modalities to detect fake news through one-class learning},
  author={Gôlo, Marcos and Caravanti, Mariana and Rossi, Rafael and Rezende, Solange and Nogueira, Bruno and Marcacini, Ricardo},
  booktitle={Proceedings of the Brazilian Symposium on Multimedia and the Web},
  pages={197--204},
  year={2021}
}

How To use

!pip install git+https://github.com/GoloMarcos/FKTC/
from FakeNewsTextCollections import datasets
datasets_dictionary = datasets.load()
df = datasets_dictionary['fcn']

Datasets

Datasets Characteristics

-fcnfakebrfnnfnc0fnc1fnc2
Languageptptenenenen
Fake News1,0443,5981,7053,0003,0003,000
Real News1,0203,5985,2983,0003,0003,000
Total News2,0647,1967,0036,0006,0006,000

Columns from DataFrame

Linguistic Inquiry and Word Count (LIWC)

We obtain the embeddings with the library sentence_tranformers (v==1.0.4) (https://www.sbert.net/)