Desy Purnami Singgih Putri
Program Studi Teknologi Informasi Universitas Udayana Bukit Jimbaran, Bali, Indonesia

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

Found 16 Documents
Search

Scientific Paper Recommendation System: Application of Sentence Transformers and Cosine Similarity Using arXiv Data Putra, Ananda Pannadhika; Singgih Putri, Desy Purnami; Wiranatha, AA.Kt.Agung Cahyawan
Journal of Applied Informatics and Computing Vol. 9 No. 4 (2025): August 2025
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v9i4.9766

Abstract

Searching for relevant scientific literature faces complex challenges due to the proliferation of academic publications. This research develops a semantic similarity-based scientific paper recommendation system by utilizing Sentence Transformer (all-MiniLM-L6-v2 model) and cosine similarity algorithm on arXiv dataset (15,504 papers in Computer Science). The system is implemented as a Streamlit-based interactive web application that accepts user queries and recommends related papers based on semantic similarity. Performance evaluation using Precision, Mean Average Precision (MAP), Mean Reciprocal Rank (MRR), and Normalized Discounted Cumulative Gain (NDCG) metrics showed that embedding text from the Introduction section without pre-processing yielded the best performance (NDCG: 0.7590; MAP: 0.6960; MRR: 0.7254), outperforming Abstract-based or text combination approaches. A user test of 45 respondents confirmed the effectiveness of the system: 95.5% expressed satisfaction with the relevance of the recommendations, and 93.3% confirmed a significant reduction in manual search time. The findings prove that retaining the raw text structure in the Introduction is optimal for semantic representation. Development suggestions include multidomain dataset expansion and transformer model optimization for accuracy improvement.
Performance Evaluation of LSTM and GRU Models for Movie Genre Classification Based on Subtitle Dialogs Using Augmented Data and Cross-Validation Yonita Putri Utami, Ni Luh Putu; Singgih Putri, Desy Purnami; Dwi Rusjayanthi, Ni Kadek
Jurnal Informatika Vol 12, No 2 (2025): October
Publisher : Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/inf.v12i2.25897

Abstract

This study aims to evaluate and compare the performance of Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) models in classifying movie genres based on subtitle dialogs. To address data imbalance across genres, data augmentation was applied to create balanced datasets with 500 and 700 samples per genre, in addition to the original dataset. The classification models were built using Word2Vec for word embedding, followed by LSTM and GRU architectures with a single hidden layer and dropout regularization. Model performance was assessed using accuracy and further validated through 5-fold cross-validation. The best test accuracy was achieved with the dataset containing 700 samples per genre, reaching 91% for LSTM and 92% for GRU. Cross-validation showed stable performance with average accuracies of 0.68 for LSTM and 0.67 for GRU. A paired t-test analysis yielded a p-value of 0.341, indicating no statistically significant difference between the two models. These findings suggest that both LSTM and GRU are effective for genre classification based on subtitle dialogs. The use of data augmentation is a key contribution of this study, enabling improved model performance on underrepresented genres. This research supports the development of automated movie recommendation systems that utilize subtitle-based genre prediction.
Automated Generation of Folklore Short Stories Using T5 Transformer Model Pirade, Evangelika; Darma Putra, I Ketut Gede; Singgih Putri, Desy Purnami
Journal of Applied Informatics and Computing Vol. 9 No. 5 (2025): October 2025
Publisher : Politeknik Negeri Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30871/jaic.v9i5.10582

Abstract

High reading interest plays an important role in increasing knowledge and fostering a stronger literacy culture. With the growing access to information and technology, reading interest is also expected to improve through innovative and interactive platforms. However, traditional reading materials often fail to attract younger generations who are more engaged with digital content. To address this challenge, one of the efforts undertaken is the development of a modern platform that provides a collection of short stories enriched with cultural and educational values, tailored to appeal to contemporary readers. This study aims to design and implement a short story generation system using a Transformer-based language model, specifically T5 (Text-to-Text Transfer Transformer). The model is fine-tuned using a curated dataset of folktales from various regions, with the goal of producing relevant, engaging, and coherent narrative texts. The generation process is supported by pre-processing techniques to structure the data into narrative components such as introduction, conflict, climax, and resolution. The generated stories are then evaluated through human evaluation methods, including questionnaires and User Acceptance Testing (UAT), to assess their quality, coherence, engagement, and cultural relevance. This ensures that the system not only produces technically valid texts but also delivers narratives that are meaningful and enjoyable for readers. Ultimately, this study contributes to the promotion of literacy by presenting local wisdom and traditional values from diverse cultures through stories in a more modern, engaging, and accessible format for the younger generation.
Extractive Text Summarization of Student Essay Assignment Using Sentence Weight Features and Fuzzy C-Means Suwija Putra, I Made; Adiwinata, Yonatan; Singgih Putri, Desy Purnami; Sutramiani, Ni Putu
International Journal of Artificial Intelligence Research Vol 5, No 1 (2021): June 2021
Publisher : Universitas Dharma Wacana

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (803.514 KB) | DOI: 10.29099/ijair.v5i1.187

Abstract

One of the main tasks of a lecturer is to give students an academic assessment in the learning process. The assessment process begins with reading or checking the answers of student assignments that contain a combination of very long sentences such as essay or report assignments. This certainly takes a lot of time to get the primary information contained therein. It is necessary to summarize the answers so that the lecturer does not need to read the whole document but is still able to take the essence of the response to the task. This study proposes the application of summarizing text documents of student essay assignments automatically using the Fuzzy C-Means method with the sentence weighting feature. The sentence weighting feature is used by selecting the sentence with the highest weight in one cluster, helping the system to get the primary information from a document quickly. The results of this study indicate that the system succeeds in summarizing text with an average evaluation of the values of precision, recall, accuracy, and F-measure of 0.52, 0.54, 0.70, and 0.52, respectively.One of the main tasks of a lecturer is to give students an academic assessment in the learning process. The assessment process begins with reading or checking the answers of student assignments that contain a combination of very long sentences such as essay or report assignments. This certainly takes a lot of time to get the primary information contained therein. It is necessary to summarize the answers so that the lecturer does not need to read the whole document but is still able to take the essence of the response to the task. This study proposes the application of summarizing text documents of student essay assignments automatically using the Fuzzy C-Means method with the sentence weighting feature. The sentence weighting feature is used by selecting the sentence with the highest weight in one cluster, helping the system to get the primary information from a document quickly. The results of this study indicate that the system succeeds in summarizing text with an average evaluation of the values of precision, recall, accuracy, and F-measure of 0.52, 0.54, 0.70, and 0.52, respectively.
Performance Evaluation of LSTM and GRU Models for Movie Genre Classification Based on Subtitle Dialogs Using Augmented Data and Cross-Validation Ni Luh Putu Yonita Putri Utami; Desy Purnami Singgih Putri; Ni Kadek Dwi Rusjayanthi
Jurnal Informatika Vol. 12 No. 2 (2025): October
Publisher : Universitas Bina Sarana Informatika

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.31294/

Abstract

This study aims to evaluate and compare the performance of Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) models in classifying movie genres based on subtitle dialogs. To address data imbalance across genres, data augmentation was applied to create balanced datasets with 500 and 700 samples per genre, in addition to the original dataset. The classification models were built using Word2Vec for word embedding, followed by LSTM and GRU architectures with a single hidden layer and dropout regularization. Model performance was assessed using accuracy and further validated through 5-fold cross-validation. The best test accuracy was achieved with the dataset containing 700 samples per genre, reaching 91% for LSTM and 92% for GRU. Cross-validation showed stable performance with average accuracies of 0.68 for LSTM and 0.67 for GRU. A paired t-test analysis yielded a p-value of 0.341, indicating no statistically significant difference between the two models. These findings suggest that both LSTM and GRU are effective for genre classification based on subtitle dialogs. The use of data augmentation is a key contribution of this study, enabling improved model performance on underrepresented genres. This research supports the development of automated movie recommendation systems that utilize subtitle-based genre prediction.
PENGEMBANGAN INDUSTRI RUMAH TANGGA BERDASARKAN PERSPEKTIF AKUNTANSI DAN PENGEMBANGAN PRODUKSI Ni Putu Sri Mariyatni; I Gusti Ayu Asri Pramesti; Desy Purnami Singgih Putri
KRISNA: Kumpulan Riset Akuntansi Vol. 11 No. 1 (2019): Krisna: Kumpulan Riset Akuntansi
Publisher : Faculty of Economics and Business, Universitas Warmadewa

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.22225/kr.11.1.2019.33-39

Abstract

One of the famous crafts in Bali is gringsing fabric which is made in a conventional way using natural dyes. This research is uses an approach method where the researcher provides assistance to craftsmen who still do not have bookkeeping or records related to income, expenses, production costs and loss profits, the provision of facilities and infrastructure owned by craftsmen is still limited such as equipment for spinning yarn, weaving equipment, not yet marketing system for brochures, websites or the like, providing raw materials for yarn, because it is very dependent on supply from Nusa Penida or the surrounding area and does not yet have a product catalog so tourists visiting only see the types or models available on display only. The results is showed that the number of assets owned by each household industry experienced an increase after the implementation of activities by 40 percent from the previous year. The sales turnover of each household industry has increased by 30 percent from the previous year. The number and type of product marketed has increased by 30 percent from the previous year. The utilization of labor from surrounding residents has increased by 30 percent from the previous year. The average number of products sold has increased by almost 50 percent from the previous period.