|
Post by ACM WAP Moderator on Mar 28, 2021 12:53:26 GMT 8
Title: Towards the Development of a Fake News Detection Web Agent for Philippine News Tweets Author: Armida Salazar Country: Philippines Video
|
|
|
Post by armiesalazar on Apr 7, 2021 11:50:02 GMT 8
Abstract:Studies on automatic fake news detection has gain global interest as the spread of these non-factual, deceitful news items has led to confusion in various facets of our society-political, social, business and entertainment. From trivial celebrity news to influencing national elections, mis- or dis- information has brought disorder in large-scale proportion. Furthermore, as people get their news from social media, these platforms have been considered enabler of fake news as it was programmed to share posts to make them viral. Since manual detection is problematic, humans cannot be trusted to detect fake news because we have our own biases. So, experts are relying on Artificial Intelligence to curtail its propagation. However, the human language has complexities like grammar, semantics, context, factors that influence the language like social, cultural, historical and political factors. Consequently, developing an AI detector is not a straight-forward simple algorithm. Although no single autonomous system is enough to detect, for the time being, development of more automated detection tools and algorithms helps to block and warn the public. This paper examines selected machine learning algorithms such as Naïve Bayeas and Support Vector Machine or SVM in combination with Natural Language Processing or NLP, a branch of AI, to develop a predictive model that checks whether a news tweet is fake or not. Based on studies, these algorithms have showed better performance in terms of accuracy and precision in detecting fake news. Datasets were developed from collected news-related tweets from the Philippines from the past six months. The machine learning model is tested through dataset splitting (60% training, 20% testing, and 20% validation). After training and fitting the data using Naïve Bayeas and SVM, performance of the predictive model is compared using classification Metrics: accuracy, precision, recall, F1-score, precision and recall. The developed model is to be implemented as a web agent or a browser extension notifying whether a requested news tweet is fake or not. nationalueduph-my.sharepoint.com/personal/acmwap2021_national-u_edu_ph/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Facmwap2021%5Fnational%2Du%5Fedu%5Fph%2FDocuments%2FSubmitted%20Posters%2FPaperID25%5FSalazarArmida%2Emp4&parent=%2Fpersonal%2Facmwap2021%5Fnational%2Du%5Fedu%5Fph%2FDocuments%2FSubmitted%20Posters&originalPath=aHR0cHM6Ly9uYXRpb25hbHVlZHVwaC1teS5zaGFyZXBvaW50LmNvbS86djovZy9wZXJzb25hbC9hY213YXAyMDIxX25hdGlvbmFsLXVfZWR1X3BoL0VXT2FaVFJveVFWSWdUOEdzbTFsM29JQjFiRTJRUlRJZWU1a3ZpQlltOHhBVVE%5FcnRpbWU9aVdvdlQzcjUyRWc
|
|
|
Post by Marjory E. Ciervo on Apr 7, 2021 12:07:14 GMT 8
Title: Towards the Development of a Fake News Detection Web Agent for Philippine News Tweets Author: Armida Salazar Country: Philippines Video
|
|
|
Post by arlene on Apr 7, 2021 12:09:50 GMT 8
What are the determinants to consider a tweet or post as fake news? Then, what are the aspects to be considered i.e. content, frequency of post, source or intent. Are we after the source or the spread of the fake news?
|
|
|
Post by armiesalazar on Apr 7, 2021 12:27:59 GMT 8
Hi! arlene, thank you for your question. There are a lot of determinants to consider in detecting if a content is fake or not. There are linguistic characteristics, account behaviors, engagements, etc. For my study in building the dataset I considered features such as the source of the tweet if it comes from credible source, its content whether there are some other related writeup. These collected tweets shall be annotated or tagged by human annotators.
Linguistic cues can help better understand the difference between factual and non-factual text. In a model presented by Rashkin et al, news articles were collected from various datasets and identified into news types: Trusted, Satire, Hoax and Propaganda by applying Lexical resources based in computational linguistics. Text are tokenized using Natural Language Tool Kit (NLTK) and count the number of documents for each lexicon, averages per article of each type. Together with these lexicons is the Linguistic Inquiry and Word Count (LIWC), based on huge lexicons of word categories that correspond to psycholinguistic methods. Strong and weak subjective words were assessed with Sentiment lexicon. Hedging lexicon assessed hedging or vague language. And Intensifying lexicon for exaggerated stories. The study learns that deceptive news types tend to have many occurrences of first and second person pronouns, subjective and exaggerate more. While truthful news use words that show figures, numbers, comparisons and assertiveness.
|
|
|
Post by haydeedelacruz on Apr 7, 2021 12:48:42 GMT 8
How can people use this application? Will this block fake news tweets?
|
|
|
Post by armiesalazar on Apr 7, 2021 12:53:33 GMT 8
Hello Haydee, thanks for dropping by. To answer your question, after the predictive model has been developed and tested, this will be coded/implemented as a web-agent, a browser extension that warns loaded tweets if they are fake news.
|
|
Aurelia Delos Santos
Guest
|
Post by Aurelia Delos Santos on Apr 7, 2021 13:10:03 GMT 8
Title: Towards the Development of a Fake News Detection Web Agent for Philippine News Tweets Author: Armida Salazar Country: Philippines VideoCongratulations Ma'am Armi, this is another milestone in computing and looking forward to the development of your study. Go Ma'am and may the force be with you in this journey of computing. God bless.
|
|
|
Post by armiesalazar on Apr 7, 2021 13:20:49 GMT 8
Title: Towards the Development of a Fake News Detection Web Agent for Philippine News Tweets Author: Armida Salazar Country: Philippines VideoCongratulations Ma'am Armi, this is another milestone in computing and looking forward to the development of your study. Go Ma'am and may the force be with you in this journey of computing. God bless.
Thank you very much for your support
|
|
|
Post by James Paz on Apr 7, 2021 17:20:06 GMT 8
Congrats Maam Armi <3 Hope this research really helps in eradicating misinformation and shape our society in a better place.
|
|
|
Post by Lawrence on Apr 7, 2021 19:23:02 GMT 8
Very nice and relevant research mam armi! May this research will be the solution in stopping the spread of fake news!
|
|
|
Post by Cris on Apr 20, 2021 18:16:19 GMT 8
Hi Ma'am Rmie!
Congratulations on your paper!
Is this study applicable to news/tweets written in Filipino language?
|
|