How Different Text-preprocessing Techniques Using The BERT Model Affect The Gender Profiling of Authors
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Author ProfilingTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Comprehensive Analysis of Preprocessing for Word Representation Learning in Affective Tasks
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 AnalysisTECHSSN at SemEval-2021 Task 7: Humor and Offense detection and classification using ColBERT embeddings
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 ClassificationExploring the Relationship Between Algorithm Performance, Vocabulary, and Run-Time in Text Classification
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+2How Document Pre-processing affects Keyphrase Extraction Performance
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 ExtractionSPLIT: Smart Preprocessing (Quasi) Language Independent Tool
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 …