paper-with-me

Papers

Gender prediction using limited Twitter Data

2020-09-29 · Maaike Burghoorn, Maaike H. T. de Boer, Stephan Raaijmakers

Transformer models have shown impressive performance on a variety of NLP tasks. Off-the-shelf, pre-trained models can be fine-tuned for specific NLP classification tasks, reducing the need for large amounts of additional training data. However, little research has addressed how much data is required to accurately fine-tune such pre-trained transformer models, and how much data is needed for accurate prediction. This paper explores the usability of BERT (a Transformer model for word embedding) for gender prediction on social media. Forensic applications include detecting gender obfuscation, e.g. males posing as females in chat rooms. A Dutch BERT model is fine-tuned on different samples of a Dutch Twitter dataset labeled for gender, varying in the number of tweets used per person. The results show that finetuning BERT contributes to good gender classification performance (80% F1) when finetuned on only 200 tweets per person. But when using just 20 tweets per person, the performance of our classifier deteriorates non-steeply (to 70% F1). These results show that even with relatively small amounts of data, BERT can be fine-tuned to accurately help predict the gender of Twitter users, and, consequently, that it is possible to determine gender on the basis of just a low volume of tweets. This opens up an operational perspective on the swift detection of gender.

📄 PDF Abstract BibTeX arXiv:2010.02005

Code (0)

등록된 구현이 없습니다.

Tasks

Gender ClassificationGender PredictionPrediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
WordPiece 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

ArabGend: Gender Analysis and Inference on Arabic Twitter

2022-03-01 · COLING (WNUT) 2022 10 · Hamdy Mubarak, Shammur Absar Chowdhury, Firoj Alam

Gender analysis of Twitter can reveal important socio-cultural differences between male and female users. There has been a significant effort to analyze and automatically infer gender in the past for most widely spoken l…

Exploring difference in public perceptions on HPV vaccine between gender groups from Twitter using deep learning

2019-07-06 · Jingcheng Du, Chongliang Luo, Qiang Wei, Yong Chen 외

In this study, we proposed a convolutional neural network model for gender prediction using English Twitter text as input. Ensemble of proposed model achieved an accuracy at 0.8237 on gender prediction and compared favor…

Author ProfilingGender PredictionPrediction

Inferring gender of a Twitter user using celebrities it follows

2014-05-26 · Puneet Singh Ludu

This paper addresses the task of user gender classification in social media, with an application to Twitter. The approach automatically predicts gender by leveraging observable information such as the tweet behavior, lin…

ClassificationGender ClassificationGender PredictionGeneral Classification

Language-independent Gender Prediction on Twitter

2017-08-01 · WS 2017 8 · Nikola Ljube{\v{s}}i{\'c}, Darja Fi{\v{s}}er, Toma{\v{z}} Erjavec

In this paper we present a set of experiments and analyses on predicting the gender of Twitter users based on language-independent features extracted either from the text or the metadata of users{'} tweets. We perform ou…

Gender PredictionGeneral ClassificationPrediction

Is Japanese gendered language used on Twitter ? A large scale study

2020-06-29 · Tiziana Carpi, Stefano Maria Iacus

This study analyzes the usage of Japanese gendered language on Twitter. Starting from a collection of 408 million Japanese tweets from 2015 till 2019 and an additional sample of 2355 manually classified Twitter accounts …

Sentence