Aris Budi Santoso
Universitas Indonesia

Published : 3 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 3 Documents
Search

MASTER DATA MANAGEMENT IMPLEMENTATION IN DISTRIBUTED INFORMATION SYSTEM CASE STUDY DIRECTORATE GENERAL OF TAX, MINISTRY OF FINANCE OF REPUBLIC OF INDONESIA Aris Budi Santoso; Yoga Pamungkas; Yova Ruldeviyani
Jurnal Sistem Informasi Vol. 15 No. 1 (2019): Jurnal Sistem Informasi (Journal of Information System)
Publisher : Faculty of Computer Science Universitas Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (605.734 KB) | DOI: 10.21609/jsi.v15i1.779

Abstract

Information system architecture of Directorate General of Tax (DGT) is centralized with distributed data. The main problem are replication of master and reference data which spread among applications which vary on data structure and the synchronization jobs that spread in many locations and not well managed. Therefore, Master Data Management (MDM) needs to be implemented with accordance to characteristic of centralized distributed information system. Master data management maturity evaluation is conducted using MDM maturity model (MD3M) Spruit dan Pietzka, the result is Data Protection, Data Quality and Maintenance topic have maturity level 3 or defined process stage, while Data Model, Usage and Ownership topic have maturity level 2 or repeatable stage. Solutions to solve MDM issues and to enhance the master data management maturity level are proposed based on Data Management Body of Knowledge (DMBOK). DGT’s MDM issues are related to insufficiency of policy and architecture of MDM system. Policy and architectural approach of centralized MDM system is required to solve that issues. Proposed solution involves the use of data virtualization to enable implementation of centralized system of MDM without consolidate all master and reference data into new database.
Stance Analysis of Policies Related to Emission Test Obligations using Twitter Social Media Data Dwi Retnoningrum; Dea Annisayanti Putri; Indra Budi; Aris Budi Santoso; Prabu Kresna Putra
Jurnal Nasional Pendidikan Teknik Informatika : JANAPATI Vol. 12 No. 3 (2023)
Publisher : Prodi Pendidikan Teknik Informatika Universitas Pendidikan Ganesha

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.23887/janapati.v12i3.69004

Abstract

Social media is currently widely used to disseminate various kinds of information, whether expressing feelings, or opinions. Public opinion is no exception regarding government policies and the implementation of emission tests, which describe the conditions that exist in society. Information on public opinion data obtained through social media in real time can assist the government in evaluating policies and improving the quality of currently implemented policies, particularly evaluating the implementation of emission tests on motorized vehicles. In this research, the application of stance analysis is used to evaluate emission test policies based on public opinion.In addition, this research aims to combine several machine learning methods and feature extraction methods to find the best combination based on accuracy, training time, and prediction time based on emission test policies. The best model based on the level of accuracy is a combination of Decision Tree and BERT, which reaches a value of 66%. Meanwhile, based on training time, the model that has the advantage is the Ridge Classifier with fasttext text representation. Based on prediction time, there are 3 combination models, namely Decision Tree with word2vec, SVM with Word2Vec, and Logistic Regression with fasttext text representation.
SENTIMENT ANALYSIS OF PUBLIC HEALTH APP REVIEWS USING INDOBERT AND XLM-ROBERTA: A STUDY ON SATUSEHAT MOBILE APP Dimas Ananda; Indra Budi; Aris Budi Santoso; Ali Adil Qureshi
JIKO (Jurnal Informatika dan Komputer) Vol 8 No 3 (2025)
Publisher : Program Studi Teknik Informatika Universitas Khairun

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33387/jiko.v8i3.10083

Abstract

Sentiment analysis is a key method for deriving insights from user-generated content, particularly in evaluating public satisfaction with digital health services. This study conducts a comparative analysis of sentiment polarity classification models on 34,178 Indonesian-language reviews from SATUSEHAT Mobile, a national health application by the Indonesian Ministry of Health. The dataset was manually annotated into positive, neutral, and negative classes. Three model categories were evaluated: classical machine learning (Support Vector Machine, XGBoost), baseline neural networks (Multilayer Perceptron, Convolutional Neural Network), and pretrained transformer-based models (IndoBERT, XLM-RoBERTa). All models were trained using stratified 5-fold cross-validation and tested on a held-out set. Results show that transformer-based models significantly outperform others in all metrics. IndoBERT achieved the highest weighted F1-score (0.8555), followed closely by XLM-RoBERTa (0.8552). Despite the similar average performance, XLM-RoBERTa exhibited the lowest performance variance across folds, making it the most stable and effective model overall. Statistical validation using Friedman and Nemenyi tests confirmed these differences as significant. However, all models struggled with neutral sentiment detection due to data imbalance. Although computationally more expensive than IndoBERT, XLM-RoBERTa offers superior robustness for sentiment classification in Indonesian health-related text. These findings support the integration of transformer-based sentiment monitoring into public health dashboards to enable timely, data-driven service improvements