Survey on detection of fake news using machine learning

Fake news has a significant impact on our social life, mainly in the political world. Fake news detection in research is still in it's early stages so it's challenging to researchers due to lack of availability of resources such as datasets and literature survey published about fake news detections. In this paper, we will discuss different machine learning techniques used for the detection of fake news.

Keywords-component; Fakenews, Na?ve's Beye's, Random Forest, Logistic Regression, SVM

Introduction

Researcher Myles Anderson people are well-connected to reviews says people opinions are main information to gain knowledge about the product that is planning to buy.

According to Myles Anderson's opinion, 88% of the customer's trust, the online reviews compare to personal recommendation [1]. Fake news detection is having top significant in our social life [2]. By using machine learning we can overcome the problem of fake news [3]. Writer Lemann N gives more information about how and when the fake news occurred for first and according to Lemann N fake news- people fall for nothing new - misinformation's [4].

Get quality help now
Bella Hamilton
Bella Hamilton
checked Verified writer

Proficient in: Artificial Intelligence

star star star star 5 (234)

“ Very organized ,I enjoyed and Loved every bit of our professional interaction ”

avatar avatar avatar
+84 relevant experts are online
Hire writer

In general, Fake news could be categorized into three groups. The first group is fake news, which is news that is completely fake and is made up by the writers of the articles [6]. The second group is fake satire news, which is fake news whose main purpose is to provide humor to the readers. The third group is poorly written news articles, which have some degree of real news, but they are not entirely accurate. In short, it is news that uses, for example, quotes from political figures to report a fully fake story.

Get to Know The Price Estimate For Your Paper
Topic
Number of pages
Email Invalid email

By clicking “Check Writers’ Offers”, you agree to our terms of service and privacy policy. We’ll occasionally send you promo and account related email

"You must agree to out terms of services and privacy policy"
Write my paper

You won’t be charged yet!

One of the identified complex tasks now way days is detection of fake news, compare to the fake reviews about the products which are spreading easily in the social media.

The intension and impact of fake news are not difficult to understand. We cannot measure the promotion or publicity created by the spreading the fake reviews. For example, product owner, customers will be affected by these fake reviews and also it is difficult to spot whole unit , which is affected by these fake reviews.

Shlok Gilda in 2016, disinformation of American politics was subject of attention, particularly Trump election who is president of America. Fake news is the common parlance of the issue [9]. He explores the natural language processing techniques on detection of fake news. The person's emotion and belief are replaced with facts and evidence when we enter the post-trust era. The people acts of news are shifting towards the emotion and belief -based market are the nature of news [10].

The much easier sources of information and comfortable to get the information are through social media and the internet. Even the people are very much trustees of the social media and the internet. In our day-to-day life mass media is playing a powerful role and more impact on society. This will be the advantage for someone, they want to take. To reach some goals the mass-media may write the information in different way. The main intention of fake news websites is mainly affect public opinions (political)[11]. Fake news is an universal topic as well as universal challenge. Mykhailo Granik, Volodymyr Mesyura, using artificial intelligence algorithms (Na?ve Bayes Classifier) they described simple fake news detection.

LITERATURE SURVEY

N-gram model: N-gram model is found in natural language processing. This model mostly used for text categorization, which has word-based and character-based N-grams. In online fake news detection, we are using word-based N-gram [8] because generates the features to the documents and also represent the context to the document. From the collection of words in a story, extract the unigram and bigram. The extracted words are stored in Term Frequency and Inverse Document Frequency (TF, IDF).

Logistic Regression: The logistic regression as same as the linear regression the only difference where the logistic regression is used for classification and the linear regression is used for prediction. One of the most famous machine learning algorithms after linear regression is logistic regression.

Sigmoid function (linear function), to predict the value logistic regression algorithm also use independent linear equation. The predicted value lies between positive and negative infinity.0-no 1-yes is the output class variable of the algorithm [12]. A Cost function is used to find the class values. To calculate the cost for misclassifying Logarithmic function is used, as same cost function is not used

Na?ve Beye's: To construct the classifier Na?ve Beye's is the simple technique. Na?ve Beye's classifiers are a family of simple probabilistic classifiers in machine learning. Based on applying beye's theorem. By using joint probabilistic words and classes we will find the probabilities of classes assigned to text is the basic idea of the Na?ve Bayes classifier[13]. The following formula to find the probability is:

P(A/B)=(P(B/A)*P(A))/P(B) (1)

Random Forest: Classification and Regression problems use a Random Forest algorithm. It is one of the best advantages of this algorithm. As the name suggests it will create the forest with numbers of trees and the algorithms belongs to a supervised learning algorithm. You might be thinking that the forest look like a robust when there are more trees [14]. If the number of trees are more than the accuracy is also high. To avoid the regression and classification problem we are using a decision tree algorithm. Training model is created by using decision trees, these training modes used to predict the classes (value) of target variables; by training data, we are going to learn the decision rules [15]. Reduce the risk of overfit by using multiple trees. When the large portion of data is missing, accuracy is maintained by Random Forest.

TF and IDF: Term Frequency (TF) and Inverse Document Frequency (IDF) are weighting scheme, commonly used in information retrieval tasks. The goal of this model is ignoring the extra ordering of words in the document and models the each document into a vector space; retain the information about the occurrences of each word [16]. To find TF-IDF we require three steps

Tokenization: The first step is to tokenize the text. For this, we need nltk library, which contains the algorithms written in python, which natural language processing. Again the tokenization of document, which as two steps. The first sentence is splitted into text and then the individual words are splitted into words. Stop words are ignored in information extraction. Model the vector space: after the step tokenization, document frequency quantity computation is the next step, in how many documents that term appeared. Compute TF-IDF: in this now we will compute the inverse document frequency.

In vector space not all the terms are not equally important, by its occurrence probability, we can weight each term.

Term frequency: TF(d ,t)

The number of times t appear in the description of item d.

Inverse Document Frequency: IDF(t)

The term that occurs in many descriptions, will be scale down.

Support Vector Machine: support vector machines are one of the talked about machine learning algorithms and most popular algorithm. Maximum points are splitted for two data classes by hyperplane. In this, four evaluation results to compute True Positive, True Negative, False Positive, and False Negative are precision, recall, measure and accuracy. Let us see how to calculate these four evaluation results through the following formula as an equation.

precision= TP/((TP+FP)) (2)

Recall=TP/((TP+FN)) (3)

F-masures= (2?Precision?Recall )/((Precision +Recall)) (4)

Accuracy=(TP+TN)/((TP+TN+FP+FN)) (5)

The True Positive is identified correctly and True Negative is rejected correctly.

False Positive is identified incorrectly and False Negative is rejected incorrectly.

Conclusion

Fake news detection is the universal problem and is very difficult to identify the contents of facts, which are rumors. Here we are using different supervised machine learning algorithms to detect the fake news. our future work includes, propose optimal algorithm to detect the fake news using the combination of these algorithms.

Reference

  • Anderson M, Anderson M. 88% of consumers trust online reviews as much as personal recommendations. Search Engine Land 2017.
  • 88-consumers-trust-online-reviews-much-personal-recommendations-195803. Accessed June 15, 2016.
  • Lemann, N.: Solving the Problem of Fake News. The New Yorker (2017). newyorker.com/news/news-desk/solving-the-problem-of-fake-news Detection of Online Fake News Using N-gram Analysis 137
  • Lemann, N.: Solving the Problem of Fake News. The New Yorker (2017).
  • Levin, S.: Pay to sway: report reveals how easy it is to manipulate elections with fake news. The Guardian (2017).
  • Gu, L., Kropotov, V., Yarochkin, F.: The fake news machine, how propagandists abuse the internet and manipulate the public. In: 1st ed. [pdf] Trend Micro, p. 81 (2017). ents.trendmicro.com/assets/white_papers/wp-fake-news-machine-how-propagandists-abusethe-internet.pdf?_ga=2.117063430.1073547711.1497355570-1028938869.1495462143
  • Schow, A.: The 4 Types of 'Fake News'. Observer (2017). fake-news-russia-hacking-clinton-loss.
  • Detecting opinion spams and fake news using text classification, Header Ahmed1 Issa Traore1* Sherif Saad2.
  • Evaluating machine learning algorithms for fake news detection, Shlok Gilda. Fake newsinpost-truth,
  • Nick Rochlin, (University of British Columbia, vancouver, Canada).
  • Fake news detection using na?ve bayes classifiers, Mykhailo Granik, Volodymyr Mesyura Computer Science Department Vinnytsia National Technical University Vinnytsia, Ukraine
  • Introduction to Machine Learning Algorithms: Logistic Regression Build your Logistic Regression model from scratch.
  • Sentiment Analysis of Tweets using Multinomial Naive Bayes, Sergey Smetanin
  • how the random forest algorithm works in machine learning, May 22, 2017 , Saimadhu Polamuri
  • how decision tree algorithm works, January 30, 2017, Rahul Saxena,
  • Machine Learning with Python: Meeting TF-IDF for Text Mining Monday, December 19,2011,
  • Detecting Fake News with Machine Learning Method, Supanya Aphiwongsophon Department of Computer Engineering Faculty of Engineering Chulalongkorn University Bangkok, Thailand,

.

Updated: May 20, 2021
Cite this page

Survey on detection of fake news using machine learning. (2019, Dec 10). Retrieved from https://studymoose.com/survey-on-detection-of-fake-news-using-machine-learning-example-essay

Survey on detection of fake news using machine learning essay
Live chat  with support 24/7

👋 Hi! I’m your smart assistant Amy!

Don’t know where to start? Type your requirements and I’ll connect you to an academic expert within 3 minutes.

get help with your assignment