paper-with-me

Papers

Large-Scale News Classification using BERT Language Model: Spark NLP Approach

2021-07-14 · Kuncahyo Setyo Nugroho, Anantha Yullian Sukmadewa, Novanto Yudistira

The rise of big data analytics on top of NLP increases the computational burden for text processing at scale. The problems faced in NLP are very high dimensional text, so it takes a high computation resource. The MapReduce allows parallelization of large computations and can improve the efficiency of text processing. This research aims to study the effect of big data processing on NLP tasks based on a deep learning approach. We classify a big text of news topics with fine-tuning BERT used pre-trained models. Five pre-trained models with a different number of parameters were used in this study. To measure the efficiency of this method, we compared the performance of the BERT with the pipelines from Spark NLP. The result shows that BERT without Spark NLP gives higher accuracy compared to BERT with Spark NLP. The accuracy average and training time of all models using BERT is 0.9187 and 35 minutes while using BERT with Spark NLP pipeline is 0.8444 and 9 minutes. The bigger model will take more computation resources and need a longer time to complete the tasks. However, the accuracy of BERT with Spark NLP only decreased by an average of 5.7%, while the training time was reduced significantly by 62.9% compared to BERT without Spark NLP.

📄 PDF Abstract BibTeX arXiv:2107.06785

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingNews Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

HelaBERT: Enhancing Sinhala Language Understanding with Dual Pooling Classification Head

2026-08-24 · Thisen Ekanayake, Nisansa de Silva arxiv

We present HelaBERT, a family of two BERT-based masked language models pre-trained from scratch on approximately 1 billion tokens of Sinhala text sourced from MADLAD-400, CulturaX, and a custom corpus comprising news art…

Text ClassificationSentiment Analysis

L3Cube-IndicNews: News-based Short Text and Long Document Classification Datasets in Indic Languages

2024-01-04 · Aishwarya Mirashi, Srushti Sonavane, Purva Lingayat, Tejas Padhiyar 외

In this work, we introduce L3Cube-IndicNews, a multilingual text classification corpus aimed at curating a high-quality dataset for Indian regional languages, with a specific focus on news headlines and articles. We have…

ArticlesClassificationDocument ClassificationMultilingual text classification+4

Fake News Detection: Comparative Evaluation of BERT-like Models and Large Language Models with Generative AI-Annotated Data

2024-12-18 · Shaina Raza, Drai Paulen-Patterson, Chen Ding

Fake news poses a significant threat to public opinion and social stability in modern society. This study presents a comparative evaluation of BERT-like encoder-only models and autoregressive decoder-only large language …

ArticlesDecoderFake News Detection

L3Cube-MahaNews: News-based Short Text and Long Document Classification Datasets in Marathi

2024-04-28 · Saloni Mittal, Vidula Magdum, Omkar Dhekane, Sharayu Hiwarkhedkar 외

The availability of text or topic classification datasets in the low-resource Marathi language is limited, typically consisting of fewer than 4 target labels, with some achieving nearly perfect accuracy. In this work, we…

ArticlesDocument Classificationtext-classificationText Classification+1

SheffieldVeraAI at SemEval-2023 Task 3: Mono and multilingual approaches for news genre, topic and persuasion technique classification

2023-03-16 · Ben Wu, Olesya Razuvayevskaya, Freddy Heppell, João A. Leite 외

This paper describes our approach for SemEval-2023 Task 3: Detecting the category, the framing, and the persuasion techniques in online news in a multi-lingual setup. For Subtask 1 (News Genre), we propose an ensemble of…