paper-with-me

Papers

How Different Text-preprocessing Techniques Using The BERT Model Affect The Gender Profiling of Authors

2021-09-28 · Esam Alzahrani, Leon Jololian

Forensic author profiling plays an important role in indicating possible profiles for suspects. Among the many automated solutions recently proposed for author profiling, transfer learning outperforms many other state-of-the-art techniques in natural language processing. Nevertheless, the sophisticated technique has yet to be fully exploited for author profiling. At the same time, whereas current methods of author profiling, all largely based on features engineering, have spawned significant variation in each model used, transfer learning usually requires a preprocessed text to be fed into the model. We reviewed multiple references in the literature and determined the most common preprocessing techniques associated with authors' genders profiling. Considering the variations in potential preprocessing techniques, we conducted an experimental study that involved applying five such techniques to measure each technique's effect while using the BERT model, chosen for being one of the most-used stock pretrained models. We used the Hugging face transformer library to implement the code for each preprocessing case. In our five experiments, we found that BERT achieves the best accuracy in predicting the gender of the author when no preprocessing technique is applied. Our best case achieved 86.67% accuracy in predicting the gender of authors.

📄 PDF Abstract BibTeX arXiv:2109.13890

Code (0)

등록된 구현이 없습니다.

Tasks

Author ProfilingTransfer Learning

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 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 설명 없음
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 제목 키워드 기반

A Comprehensive Analysis of Preprocessing for Word Representation Learning in Affective Tasks

2020-07-01 · ACL 2020 6 · Nastaran Babanejad, Ameeta Agrawal, Aijun An, Manos Papagelis

Affective tasks such as sentiment analysis, emotion classification, and sarcasm detection have been popular in recent years due to an abundance of user-generated data, accurate computational linguistic models, and a broa…

Emotion ClassificationRepresentation LearningSarcasm DetectionSentiment Analysis

TECHSSN at SemEval-2021 Task 7: Humor and Offense detection and classification using ColBERT embeddings

2021-08-01 · SEMEVAL 2021 · Rajalakshmi Sivanaiah, Angel Deborah S, S Milton Rajendram, Mirnalinee Tt 외

This paper describes the system used for detecting humor in text. The system developed by the team TECHSSN uses binary classification techniques to classify the text. The data undergoes preprocessing and is given to ColB…

Binary Classification

Exploring the Relationship Between Algorithm Performance, Vocabulary, and Run-Time in Text Classification

2021-04-08 · NAACL 2021 4 · Wilson Fearn, Orion Weller, Kevin Seppi

Text classification is a significant branch of natural language processing, and has many applications including document classification and sentiment analysis. Unsurprisingly, those who do text classification are concern…

ClassificationDocument ClassificationGeneral ClassificationSentiment Analysis+2

How Document Pre-processing affects Keyphrase Extraction Performance

2016-10-25 · WS 2016 12 · Florian Boudin, Hugo Mougard, Damien Cram

The SemEval-2010 benchmark dataset has brought renewed attention to the task of automatic keyphrase extraction. This dataset is made up of scientific articles that were automatically converted from PDF format to plain te…

ArticlesKeyphrase Extraction

SPLIT: Smart Preprocessing (Quasi) Language Independent Tool

2016-05-01 · LREC 2016 5 · Mohamed Al-Badrashiny, Arfath Pasha, Mona Diab, Nizar Habash 외

Text preprocessing is an important and necessary task for all NLP applications. A simple variation in any preprocessing step may drastically affect the final results. Moreover replicability and comparability, as much as …