paper-with-me

Papers

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 of natural language processing, extracting meaningful information from tweets has become a growing interest among natural language researchers. Applying existing language representation models to extract information from Twitter does not often produce good results. Moreover, there is no existing language representation models for text analysis specific to the social media domain. Hence, in this article, we introduce two TweetBERT models, which are domain specific language presentation models, pre-trained on millions of tweets. We show that the TweetBERT models significantly outperform the traditional BERT models in Twitter text mining tasks by more than 7% on each Twitter dataset. We also provide an extensive analysis by evaluating seven BERT models on 31 different datasets. Our results validate our hypothesis that continuously training language models on twitter corpus help performance with Twitter.

📄 PDF Abstract BibTeX arXiv:2010.11091

Code (1)

mohiuddin02/TweetBERT 공식 구현

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Multi-Head Attention 설명 없음
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 &…
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…
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.

Similar Papers 제목 키워드 기반

A Twitter BERT Approach for Offensive Language Detection in Marathi

2022-12-20 · Tanmay Chavan, Shantanu Patankar, Aditya Kane, Omkar Gokhale 외

Automated offensive language detection is essential in combating the spread of hate speech, particularly in social media. This paper describes our work on Offensive Language Identification in low resource Indic language …

Data AugmentationLanguage Identificationtext-classificationText Classification

Spread Love Not Hate: Undermining the Importance of Hateful Pre-training for Hate Speech Detection

2022-10-09 · Omkar Gokhale, Aditya Kane, Shantanu Patankar, Tanmay Chavan 외

Pre-training large neural language models, such as BERT, has led to impressive gains on many natural language processing (NLP) tasks. Although this method has proven to be effective for many domains, it might not always …

Hate Speech Detection

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

Predicting the Geolocation of Tweets Using transformer models on Customized Data

2023-03-14 · Kateryna Lutsai, Christoph H. Lampert

This research is aimed to solve the tweet/user geolocation prediction task and provide a flexible methodology for the geotagging of textual big data. The suggested approach implements neural networks for natural language…

geo-localization

Language Identification of Hindi-English tweets using code-mixed BERT

2021-07-02 · Mohd Zeeshan Ansari, M M Sufyan Beg, Tanvir Ahmad, Mohd Jazib Khan 외

Language identification of social media text has been an interesting problem of study in recent years. Social media messages are predominantly in code mixed in non-English speaking states. Prior knowledge by pre-training…

Language IdentificationTransfer Learning