paper-with-me

홈 › Papers

Polarization Measurement of High Dimensional Social Media Messages With Support Vector Machine Algorithm Using Mapreduce

2014-10-10 · Ferhat Özgür Çatak

In this article, we propose a new Support Vector Machine (SVM) training algorithm based on distributed MapReduce technique. In literature, there are a lots of research that shows us SVM has highest generalization property among classification algorithms used in machine learning area. Also, SVM classifier model is not affected by correlations of the features. But SVM uses quadratic optimization techniques in its training phase. The SVM algorithm is formulated as quadratic optimization problem. Quadratic optimization problem has $O(m^3)$ time and $O(m^2)$ space complexity, where m is the training set size. The computation time of SVM training is quadratic in the number of training instances. In this reason, SVM is not a suitable classification algorithm for large scale dataset classification. To solve this training problem we developed a new distributed MapReduce method developed. Accordingly, (i) SVM algorithm is trained in distributed dataset individually; (ii) then merge all support vectors of classifier model in every trained node; and (iii) iterate these two steps until the classifier model converges to the optimal classifier function. In the implementation phase, large scale social media dataset is presented in TFxIDF matrix. The matrix is used for sentiment analysis to get polarization value. Two and three class models are created for classification method. Confusion matrices of each classification model are presented in tables. Social media messages corpus consists of 108 public and 66 private universities messages in Turkey. Twitter is used for source of corpus. Twitter user messages are collected using Twitter Streaming API. Results are shown in graphics and tables.

📄 PDF Abstract BibTeX arXiv:1410.2686

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationSentiment Analysis

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

A More Advanced Group Polarization Measurement Approach Based on LLM-Based Agents and Graphs

2024-11-19 · Zixin Liu, Ji Zhang, Yiran Ding

Group polarization is an important research direction in social media content analysis, attracting many researchers to explore this field. Therefore, how to effectively measure group polarization has become a critical to…

Stance DetectionZero-Shot Stance Detection

A Natural Language Agentic Approach to Study Affective Polarization

2026-03-03 · Stephanie Anneris Malvicini, Ewelina Gajewska, Arda Derbent, Katarzyna Budzynska 외 arxiv

Affective polarization has been central to political and social studies, with growing focus on social media, where partisan divisions are often exacerbated. Real-world studies tend to have limited scope, while simulated …

Measuring Social Media Polarization Using Large Language Models and Heuristic Rules

2026-01-02 · Jawad Chowdhury, Rezaur Rashid, Gabriel Terejanu arxiv

Understanding affective polarization in online discourse is crucial for evaluating the societal impact of social media interactions. This study presents a novel framework that leverages large language models (LLMs) and d…

Sentiment Analysis

Visual Polarization Measurement Using Counterfactual Image Generation

2025-03-13 · Mohammad Mosaffa, Omid Rafieian, Hema Yoganarasimhan

Political polarization is a significant issue in American politics, influencing public discourse, policy, and consumer behavior. While studies on polarization in news media have extensively focused on verbal content, non…

counterfactualDescriptiveImage Generation

Opinion de-polarization of social networks with GNNs

2024-12-12 · Konstantinos Mylonas, Thrasyvoulos Spyropoulos

Nowadays, social media is the ground for political debate and exchange of opinions. There is a significant amount of research that suggests that social media are highly polarized. A phenomenon that is commonly observed i…

Graph Neural Network