WASET
	@article{(Open Science Index):https://publications.waset.org/pdf/10012995,
	  title     = {Sentiment Analysis of Fake Health News Using Naive Bayes Classification Models},
	  author    = {Danielle Shackley and  Yetunde Folajimi},
	  country	= {},
	  institution	= {},
	  abstract     = {As more people turn to the internet seeking health related information, there is more risk of finding false, inaccurate, or dangerous information. Sentiment analysis is a natural language processing technique that assigns polarity scores of text, ranging from positive, neutral and negative. In this research, we evaluate the weight of a sentiment analysis feature added to fake health news classification models. The dataset consists of existing reliably labeled health article headlines that were supplemented with health information collected about COVID-19 from social media sources. We started with data preprocessing, tested out various vectorization methods such as Count and TFIDF vectorization. We implemented 3 Naive Bayes classifier models, including Bernoulli, Multinomial and Complement. To test the weight of the sentiment analysis feature on the dataset, we created benchmark Naive Bayes classification models without sentiment analysis, and those same models were reproduced and the feature was added. We evaluated using the precision and accuracy scores. The Bernoulli initial model performed with 90% precision and 75.2% accuracy, while the model supplemented with sentiment labels performed with 90.4% precision and stayed constant at 75.2% accuracy. Our results show that the addition of sentiment analysis did not improve model precision by a wide margin; while there was no evidence of improvement in accuracy, we had a 1.9% improvement margin of the precision score with the Complement model. Future expansion of this work could include replicating the experiment process, and substituting the Naive Bayes for a deep learning neural network model. },
	    journal   = {International Journal of Cognitive and Language Sciences},
	  volume    = {17},
	  number    = {3},
	  year      = {2023},
	  pages     = {217 - 224},
	  ee        = {https://publications.waset.org/pdf/10012995},
	  url   	= {https://publications.waset.org/vol/195},
	  bibsource = {https://publications.waset.org/},
	  issn  	= {eISSN: 1307-6892},
	  publisher = {World Academy of Science, Engineering and Technology},
	  index 	= {Open Science Index 195, 2023},
	}