Skip to content

alexdseo/Falsified-Scientific-Literature-Generation

 
 

Repository files navigation

Falsified Scientific Literature Generation

Grover is a model that was introduced on Defending Against Neural Fake News that is designed to both generate and detect neural fake news. For this project, Falsified Scientific Literature Generation, we leverage the data that was created from prior project and use it to generate fake scientific literature that is nearly undistinguishable from human written literature. Then, we attempt to see if the Grover discriminates the manipulated and plagiarised paper as a fake scientific literature.

For more information about Grover, visit original author's project page at rowanzellers.com/grover, the AI2 online demo, or read the full paper at arxiv.org/abs/1905.12616 and see the original repo.

teaser

Generating fake text using Grover

Open In Colab

Result

Ideas for improvement

There were few areas that could use some improvement. For example, while Grover generated believable text, it did poorly on generating fake title which could be improved with a model that performs better on these tasks. We also used DCGAN to generate fake face of the authors, however, for the scientific papers it would be better if we also include scientific images that correspond with the fake texts. Finally, in classifying the fake and human written texts, Grover believed that on average, there is a 68.65% chance that a human-written paper from the Bik dataset was written by machines. We believe that this accuracy could be improved if the model is pretrained with the scientific literature instead of the news article which is what it was built for.


Bibtex

@inproceedings{zellers2019grover,
    title={Defending Against Neural Fake News},
    author={Zellers, Rowan and Holtzman, Ari and Rashkin, Hannah and Bisk, Yonatan and Farhadi, Ali and Roesner, Franziska and Choi, Yejin},
    booktitle={Advances in Neural Information Processing Systems 32},
    year={2019}
}

About

Code for Defending Against Neural Fake News, https://rowanzellers.com/grover/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 45.0%
  • Python 35.3%
  • TeX 18.7%
  • Other 1.0%