paper-with-me

Papers

Web-based Application for Detecting Indonesian Clickbait Headlines using IndoBERT

2021-02-21 · Muhammad Noor Fakhruzzaman, Sie Wildan Gunawan

With increasing usage of clickbaits in Indonesian Online News, newsworthy articles sometimes get buried among clickbaity news. A reliable and lightweight tool is needed to detect such clickbaits on-the-go. Leveraging state-of-the-art natural language processing model BERT, a RESTful API based application is developed. This study offloaded the computing resources needed to train the model on the cloud server, while the client-side application only needs to send a request to the API and the cloud server will handle the rest. This study proposed the design and developed a web-based application to detect clickbait in Indonesian using IndoBERT as a language model. The application usage is discussed and available for public use with a performance of mean ROC-AUC of 89%.

📄 PDF Abstract BibTeX arXiv:2102.10601

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Clickbait Headline Detection in Indonesian News Sites using Multilingual Bidirectional Encoder Representations from Transformers (M-BERT)

2021-02-02 · Muhammad N. Fakhruzzaman, Saidah Z. Jannah, Ratih A. Ningrum, Indah Fahmiyah

Click counts are related to the amount of money that online advertisers paid to news sites. Such business models forced some news sites to employ a dirty trick of click-baiting, i.e., using a hyperbolic and interesting w…

Clickbait DetectionLanguage ModelingLanguage ModellingSentence+2

We used Neural Networks to Detect Clickbaits: You won't believe what happened Next!

2016-12-05 · Ankesh Anand, Tanmoy Chakraborty, Noseong Park

Online content publishers often use catchy headlines for their articles in order to attract users to their websites. These headlines, popularly known as clickbaits, exploit a user's curiosity gap and lure them to click o…

ArticlesClickbait DetectionFeature Engineering

Clickbait Detection using Multiple Categorization Techniques

2020-03-29 · Abinash Pujahari, Dilip Singh Sisodia

Clickbaits are online articles with deliberately designed misleading titles for luring more and more readers to open the intended web page. Clickbaits are used to tempted visitors to click on a particular link either to …

ArticlesBIG-bench Machine LearningClickbait DetectionClustering+1

Leveraging IndoBERT and DistilBERT for Indonesian Emotion Classification in E-Commerce Reviews

2025-09-18 · William Christian, Daniel Adamlu, Adrian Yu, Derwin Suhartono arxiv

Understanding emotions in the Indonesian language is essential for improving customer experiences in e-commerce. This study focuses on enhancing the accuracy of emotion classification in Indonesian by leveraging advanced…

Emotion ClassificationData Augmentation

IndoLEM and IndoBERT: A Benchmark Dataset and Pre-trained Language Model for Indonesian NLP

2020-11-02 · COLING 2020 8 · Fajri Koto, Afshin Rahimi, Jey Han Lau, Timothy Baldwin

Although the Indonesian language is spoken by almost 200 million people and the 10th most spoken language in the world, it is under-represented in NLP research. Previous work on Indonesian has been hampered by a lack of …

BenchmarkingLanguage ModelingLanguage Modelling