paper-with-me

홈 › Papers

Feature Engineering vs BERT on Twitter Data

2022-10-28 · Ryiaadh Gani, Lisa Chalaguine

In this paper, we compare the performances of traditional machine learning models using feature engineering and word vectors and the state-of-the-art language model BERT using word embeddings on three datasets. We also consider the time and cost efficiency of feature engineering compared to BERT. From our results we conclude that the use of the BERT model was only worth the time and cost trade-off for one of the three datasets we used for comparison, where the BERT model significantly outperformed any kind of traditional classifier that uses feature vectors, instead of embeddings. Using the BERT model for the other datasets only achieved an increase of 0.03 and 0.05 of accuracy and F1 score respectively, which could be argued makes its use not worth the time and cost of GPU.

📄 PDF Abstract BibTeX arXiv:2210.16168

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringGPULanguage ModelingLanguage ModellingWord Embeddings

Methods 이 논문이 사용한 방법론

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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
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.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

BERT based classification system for detecting rumours on Twitter

2021-09-07 · Rini Anggrainingsih, Ghulam Mubashar Hassan, Amitava Datta

The role of social media in opinion formation has far-reaching implications in all spheres of society. Though social media provide platforms for expressing news and views, it is hard to control the quality of posts due t…

ClassificationMisinformationRumour DetectionSentence+2

Pre-trained Models or Feature Engineering: The Case of Dialectal Arabic

2022-06-01 · OSACT (LREC) 2022 6 · Kathrein Abu Kwaik, Stergios Chatzikyriakidis, Simon Dobnik

The usage of social media platforms has resulted in the proliferation of work on Arabic Natural Language Processing (ANLP), including the development of resources. There is also an increased interest in processing Arabic…

Dialect IdentificationFeature EngineeringSentiment AnalysisWord Embeddings

COVID-Twitter-BERT: A Natural Language Processing Model to Analyse COVID-19 Content on Twitter

2020-05-15 · Martin Müller, Marcel Salathé, Per E Kummervold

In this work, we release COVID-Twitter-BERT (CT-BERT), a transformer-based model, pretrained on a large corpus of Twitter messages on the topic of COVID-19. Our model shows a 10-30% marginal improvement compared to its b…

ClassificationGeneral ClassificationQuestion Answering

Retweet-BERT: Political Leaning Detection Using Language Features and Information Diffusion on Social Networks

2022-07-18 · Julie Jiang, Xiang Ren, Emilio Ferrara

Estimating the political leanings of social media users is a challenging and ever more pressing problem given the increase in social media consumption. We introduce Retweet-BERT, a simple and scalable model to estimate t…

TweetBERT: A Pretrained Language Representation Model for Twitter Text Analysis

2020-10-17 · Mohiuddin Md Abdul Qudar, Vijay Mago

Twitter is a well-known microblogging social site where users express their views and opinions in real-time. As a result, tweets tend to contain valuable information. With the advancements of deep learning in the domain …