Weakly Supervised Cross-platform Teenager Detection with Adversarial BERT

Peiling Yi Queen Mary University of London, London, UK p.yi@qmul.ac.uk

Arkaitz Zubiaga Queen Mary University of London, London, UK a.zubiaga@qmul.ac.uk

Abstract

Teenager detection is an important case of the age detection task in social media, which aims to detect teenage users to protect them from negative influences. The teenager detection task suffers from the scarcity of labelled data, which exacerbates the ability to perform well across social media platforms. To further research in teenager detection in settings where no labelled data is available for a platform, we propose a novel cross-platform framework based on Adversarial BERT. Our framework can operate with a limited amount of labelled instances from the source platform and with no labelled data from the target platform, transferring knowledge from the source to the target social media. We experiment on four publicly available datasets, obtaining results demonstrating that our framework can significantly improve over competitive baseline models on the cross-platform teenager detection task.

CCS Concepts

• Artificial intelligence →Natural language processing; • Human-centered computing →Social media.

Keywords

Natural language processing, Age detection, Deep transfer learning, BERT

Citation

Peiling Yi and Arkaitz Zubiaga. 2021. Weakly Supervised Cross-platform Teenager Detection with Adversarial BERT. In Proceedings of the 32nd ACM Conference on Hypertext and Social Media (HT ’21), August 30-September 2, 2021, Virtual Event, Ireland. ACM, New York, NY, USA, 6 pages. https://doi.org/10.1145/3465336.3475105

1. Introduction

With the proliferation of digital devices and the Internet, social media has become an addictive platform for teenagers [1]. However, long times of online presence can lead to psychological and physical issues, such as worry, depression and social phobia, and even extreme behaviours like suicide [16]. Likewise, teenagers are known to be the main target of online cyberbullying attacks [10]. This leads to the pressing issue of protecting teenagers online [12, 15, 26], for which a crucial first step is to have an ability to detect teenage users in social media. As a problem linked to author profiling [11], teenager detection can be tackled as a specific case of age detection [13], i.e. binary classification determining if a user is a teenager or not. A common approach is based on the analysis of the author’s writing style or content-based characteristics to reveal the author’s various attributes, including age [28]. However, teenager detection suffers from scarcity of publicly available datasets and the difficulty of collecting labelled data. Even in research using manual annotations, labelling datasets is costly and prone to biases, and accurate detection is largely bounded by the size and quality of datasets [13]. In addition, with the rapid growth of social media platforms, users move to different platforms very quickly [25]; some of these platforms are more private and labels are more difficult to be retrieved or inferred, and features of social media platforms are substantially different from each other. When it comes to developing a classifier, a model trained on one social media platform will face additional challenges when applied to another platform [29, 32]. To address these challenges, we propose a cross-platform teenager detection framework. Our framework uses a small amount of labelled data from the source social media platform to identify teenagers on the target social media for which labels are not available. The proposed framework consists of four components: Concentrator, Discriminator, BERT Encoder Measurer and Small datasets adaptive classifier. These four components are designed to improve the small dataset and cross-platform adaptability of BERT [5]. In order to validate the effectiveness of this framework, we evaluate on source-target platform pairs involving four real-world datasets from multiple platforms. We experiment with a small randomly selected subset (700) of training data, in both in-platform and cross-platform settings. The results demonstrate that our framework can significantly improve the performance of the cross-platform teenager detection task using a small amount of source platform instances. To the best of our knowledge, this is the first work to consider age detection with a very small source dataset to do knowledge transfer on different social media platforms based on a pre-trained model and a deep transfer learning algorithm. We perform a series of ablation studies to objectively evaluate the contribution of each proposed component. This in turn provides new insights into transferring knowledge across social media platforms, extensible to other tasks.

2. Related Work

2.1 Transfer learning on age detection

Transfer learning can be defined as a method of machine learning that aims to use the knowledge of the source to help improving the prediction function in the target domain [33]. The study of transfer learning for age detection is not a new research topic and was pioneered by Nguyen et al. [14]. This study applied the feature augmentation method [4] on a linear regression model to address cross-domain age detection on three distinct data genres simultaneously: blogs, telephone conversations and online forum posts. PAN is a series of shared tasks on author profiling which has been running since 2013 [18]. In 2014 [17], PAN launched a shared task including age detection, with a training dataset containing four different genres (social media, blog, Twitter and forum conversations) to analyse the adaptability of these detection approaches. A general model is trained to test on four sub-datasets, which worked best on the Twitter English dataset (63%) for the age detection subtask and performed poorly on other English datasets (below 40%) [17]. In 2016, PAN used the Twitter corpus as a training dataset to set up another interesting job. The challenge is that the model is evaluated on a testing dataset completely different from the training dataset. The best result (58.97%) in this competition using stylistic and second-order features into SVM [20]. Still, none of the participants used a transfer learning algorithm to build their models. The PAN shared tasks did not address transfer learning for the age detection task in subsequent years.

2.2 Adversarial domain adaptation network

Adversarial domain adaptation network [8] is motivated by Generative Adversarial Networks (GAN) [9]. GAN consists of two parts: (1) the Generator, responsible for generating synthetic instances; and (2) the Discriminator, responsible for judging whether a sample is real or artificially generated. The game between the generator and the discriminator completes the confrontation training. The purpose is to map the source domain input and target domain input into the same feature space. Then, the classifier trained on the source domain (with labels) can be directly used for the classification of the target domain data. Inspired by the GAN mechanism, Tzeng et al. [27] proposed Adversarial Discriminative Domain Adaptation (ADDA) [27], which solely adopts the discriminator component to make the training more efficient; Our proposed framework leverages ADDA’s discriminator.

2.3 BERT fine-tuning using small datasets

Bidirectional Encoder Representations from Transformers (BERT) [5] is a transformer-based machine learning technique, which can help many downstream tasks of natural language processing achieve breakthrough performance. Compared with deep training models trained from scratch, the main advantage of BERT is that they can be adapted to specific tasks by using a relatively small amount of labelled data to get a robust model. Recent work has explored how to adjust the network architecture and hyper-parameter to fit small datasets [7, 23, 31].

Our work is inspired by these findings but focuses on how to improve cross-platform performance when the source dataset is very small. The inherent limitation of BERT’s fine-tuning is that it cannot handle the situation where the distribution of training data and test data are different, which we address here.

3. Method

3.1 Problem definition

In this study, we define teenager detection as a binary classification task consisting in determining if each text in 𝑇∈{𝑇1, . . . ,𝑇𝑛} pertains to a teenager, i.e. 𝑦∈{0, 1}, where 𝑦= 1 indicates a teenager (younger than 20) and𝑦= 0 indicates an adult (20 or older). Datasets belong to the source platform 𝑠or target platform 𝑡, which leads to two different input spaces 𝑋𝑠and 𝑋𝑡where 𝑋𝑠≠𝑋𝑡, but the same label space 𝑌𝑠== 𝑌𝑡. Moreover, the data distribution of the source platform is 𝑃𝑠(𝑥,𝑦), which is different from the data distribution of the target platform 𝑃𝑡(𝑥,𝑦) and these two distributions are both unknown and imbalanced. We aim to leverage a function 𝑀which can map input spaces 𝑋𝑠and 𝑋𝑡into a single, common space 𝑋. How much knowledge of the source platform can be transferred to the target platform depends on three factors: 1) hypothesis loss in the source domain; 2) the divergence between the target platform presentation and source platform presentation; and 3) the loss from the classifier model across the platforms. When the combined loss is large, the model would struggle to perform well across platforms. Our framework incorporates four components that aim to minimise these losses. Given the scarcity of labelled datasets, we tackle it as a weakly supervised task where a model 𝐶𝑠is trained from little labelled source data to detect teenagers on the target platform lacking labelled data for training.

3.2 Model Architecture

3.2.1 Concentrator.

BERT can keep up to 512 tokens as input, and it is generally recommended to truncate the input content [24]. However, for knowledge transfer on platforms with very different text lengths, this method tends to miss potentially important information in the input. Thus we propose the Concentrator component. The function of the Concentrator is to extract important fragments from all target and source platform inputs using feature engineering. The Concentrator attempts to align all inputs before training. How many tokens will be kept in the source platform depends on the length of the input from the target platform. In addition, we combine an external age prediction lexicon [21] with the unigram and bigram usage in all platforms to get a 900 items lexicon. The lexicon is used to align the input tokens in different platforms.

3.2.2 Source BERT & Target BERT.

In this research, the BERT model is used as the sentence embedding encoder. All input sentences going through the BERT model will be mapped to an input space 𝑋, where each 𝑥∈𝑋is a 768-dimensional vector. Source BERT and target BERT were trained at different points in time. First of all, the source BERT model is generated by standard supervisor training. Secondly, the parameters of trained source BERT are used to initialise the target BERT.

Figure 1: Model Architecture. The red line represents the source platform data flow. The green line represents the target platform data flow. The blue dashed line shows how the loss is fed back to the backpropagation algorithm. The orange dashed line is the source BERT parameters, which are used to initialise the target BERT.

3.2.3 Discriminator & BERT Encoder Measurer.

The discriminator component is based on the ADDA framework [27]. In this study, the learning goal is: the trained target BERT can map the target input representation to the source input space, making it difficult for the discriminator to determine the platform that the input comes from. Discriminator consists of two fully-connected layers on top of BERT encoders, finished with a sigmoid activation.A supervised loss function for discriminator component is defined as follows:

𝑚𝑖𝑛𝑎𝑑𝑣𝐷(𝑋𝑠;𝑋𝑡; 𝑀𝑠; 𝑀𝑡) = −𝐸𝑥𝑠∼𝑋𝑠[𝑙𝑜𝑔𝐷(𝑀𝑠(𝑥𝑠))] −𝐸𝑥𝑡∼𝑋𝑡[𝑙𝑜𝑔(1 −𝐷(𝑀𝑡(𝑥𝑡)))] (1)

During the experiments, we observed that when the training dataset is very small, gradient vanishing is common. To solve this, another component is added: BERT Encoder Measurer. It measures the differences between source BERT and target BERT. The learning goal is to get a similar hypothesis when the target BERT encoder and the source BERT encoder face the same source dataset. The loss function adopts the Kullback–Leibler divergence [30] to minimize the difference of two probability distribution can be defined as follows:

𝑚𝑖𝑛𝐿𝑡𝑠(𝑋𝑠; 𝑀𝑠; 𝑀𝑡) =𝐸𝑥𝑠∼𝑋𝑠[𝑀𝑠(𝑥𝑠)](𝑙𝑜𝑔(𝐸𝑥𝑠∼𝑋𝑠[𝑀𝑠(𝑥𝑠)]) −𝐸𝑥𝑠∼𝑋𝑠[𝑀𝑡(𝑥𝑠)]) (2)

Then, we use two losses (discriminator loss and BERT encoder measurement loss) to train the target BERT model.

3.2.4 Small datasets adaptive classifier.

This component is a classifier trained on source data that can be applied to the target data. To make the input of the last layer of the classifier denser so that it can accommodate a smaller dataset, we use a two-layer feedforward

network with ReLU activation and 512 hidden sizes for the first layer and Softmax activation for the output layer.

4. Experiments

For evaluation, we design our experiments to answer the following research questions: • RQ1: How effective is the proposed framework for teenager detection across platforms? • RQ2: How does each component affect the entire framework? • RQ3: How to choose the source platform dataset to help knowledge transfer?

4.1 Datasets

We use four publicly available datasets for our experiments (see Table 1). Two of the datasets were designed for age detection (Blogger and Pan13), whereas the other two were designed for cyberbullying detection (YouTube and Myspace). In both cases, we adapt the age labels provided in the datasets for the teenager detection task. Pan13 differs from the rest of the datasets in that it contains data from multiple platforms; given our focus on cross-platform teenager detection, Pan13 is only used as a target dataset in our experiments, as otherwise we would not be able to control the platforms considered for training. It is worth noting that the average text length of each platform varies greatly. Fixing the input length to the average text length is a possible solution to keep the maximum distinctive information when training BERT model. However, in cross-platform training,

we manage to make a trade-off between maximising distinctive information and reducing vector sparsity. In addition, all the datasets except blogger are imbalanced. This reality makes even in-platform model training a big challenge.

4.2 Setup

We test our model in weakly supervised settings using smaller training samples, which was set to stratified samples of 700 instances after empirical testing. In addition to experiments testing our proposed framework, we also experiment with a baseline model that leverage full training sets using a BERT base model [5]. In setting up the BERT model, we rely on the training hyper-parameters recommended by [24]; Batch size: 16; Learning rate (Adam): 2e-5; Number of epochs: 4. We report Macro F1 performance scores for all experiments.

4.3 Results

Table 2 shows the Macro F1-score of different models generated by our proposed framework on the cross-platform settings. Numbers in bold indicate values exceeding the baseline. Bold and underlined indicate the best result(s) for each source-target dataset setting. In what follows we analyse the results in relation to the three research questions set forth in this work. ### Table 1: Dataset statistics

Platform

YouTube

Myspace

Blogger

PAN13 (Netlog, Blogspot, Internetwordstats)

Size

3,468

14,813

19,320

236,600

Average length

115

17

3766

505

TR

0.2

0.096

0.42

0.08

Year

2020

2011

2009

2013

Source

Elsafoury [6]

Bayzick and Kontostathis [2]

Schler et al. [22]

Rangel et al. [19]

TR: teenager ratio, as the portion of users in the dataset that are labelled as teenagers.

Table 2: Cross-platform results

B: Blogger dataset; Y: YouTube dataset; M: Myspace dataset; P: PAN13 dataset. AB_* refers to the model incorporating * components, where C is the concentrator, A is the adversarial network component and S is the small-dataset adaptive component.

Source → target

BERT

ABCSA

ABCS

ABS

ABC

ABA

ABCA

ABSA

B → Y

0.45

0.54

0.50

0.52

0.54

0.51

0.52

0.41

B → M

0.55

0.58

0.54

0.58

0.54

0.48

0.49

0.53

B → P

0.48

0.52

0.52

0.52

0.50

0.50

0.51

0.51

Y → B

0.37

0.61

0.59

0.49

0.41

0.62

0.64

0.62

Y → M

0.49

0.53

0.54

0.54

0.48

0.49

0.49

0.53

Y → P

0.47

0.51

0.48

0.48

0.48

0.50

0.50

0.49

M → B

0.50

0.45

0.49

0.37

0.53

0.37

0.37

0.38

M → Y

0.54

0.53

0.53

0.53

0.53

0.48

0.45

0.45

M → P

0.50

0.50

0.52

0.47

0.50

0.49

0.50

0.50

Average

0.48

0.53

0.52

0.50

0.50

0.49

0.49

0.49

Table 3: In-platform results

Source → target

BASELINE

ABC

ABS

ABCS

B → B

0.86

0.84

0.83

0.87

Y → Y

0.59

0.60

0.52

0.54

M → M

0.48

0.43

0.43

0.43

P → P

0.49

0.49

0.59

0.59

Effectiveness of the proposed framework (RQ1). We observe that models based on our proposed framework outperform the cross-platform baseline model, except for one case (M->Y), demonstrating the effectiveness of our weakly supervised framework using only 700 instances for training, as opposed to the full dataset used by the baseline model. The model incorporating all components, 𝐴𝐵𝐶𝑆𝐴, is the best model overall. To intuitively evaluate the effect of non-adversarial network components applied to BERT, we further performed in-platform testing (see Table 3). Despite that our model only uses 700 training instances, it can still outperform the in-platform baseline except for the MySpace dataset. Ablation studies (RQ2). Aiming to gain a better understanding of the contribution of each component on the overall system, we test by removing each of the components. We find that when only 𝐴𝐵𝐶𝑆and 𝐴𝐵𝐶are used to fine-tune on the source and without utilising any target data, the model can still outperform the baseline. This validates the effectiveness of our proposed pre-training component: Concentrator. During the training process, we aim to reduce the distance between the input space of the source platform and the target platform. Therefore, a denser classification layer is established. The average performance of 𝐴𝐵𝑆is 2% higher than the baseline. To our surprise, only using the Adversarial Adaption network (𝐴𝐵𝐴) fails to meet our expectations. Even on some platforms, it can degrade the overall performance. Just like the theory from [3], we need high-quality source datasets to store knowledge, appropriate methods to reduce the difference between source data and target data, and classifier with less loss to help transmission. Assessing the impact of each component on the model, we find the following:

• Impact on Concentrator. An attractive feature of our framework is the use of Concentrator, which can not only enrich the limited token information but also shorten the distance between the two platform datasets easily and cheaply. The final experimental results show that the greater the difference in text length distribution, the more obvious the role of Concentrator. In some cases, only using a Concentrator can achieve the best results. • Impact on Adversarial Adaption network. This is the first study to combine BERT with Adversarial Adaption network and a small number of samples for age detection task. According to our observations, Adversarial Adaption network alone is difficult to learn how to map the target input representation to the source input space on very different platforms.However, in these datasets with little difference in data distribution, Adversarial Adaption network can make the greatest contribution. • Impact on Small datasets adaptive classifier. For text classification, it is recommended to add a fully connected output layer to finetune the pre-trained BERT model [24]. However, it may fail to distinguish when applied to scenarios with big datasets shift in small datasets. The small datasets adaptive classifier aims to reduce the distribution difference between the source and the target data via reducing the dimensionality of input representations. We note that this component is particularly useful when the average input length between the target and the source platforms varies greatly. Source platform selection (RQ3). Combining the results in Table 2 and Table 3, we can see that data quality is more important than data size when it comes to training data. The knowledge transfer is substantially impacted by the quality of the source platform as well as the similarities between source and target platforms. For example, the Blogger dataset has good in-platform performance, so as a source platform, it can provide the best cross-platform results (B->Y, B->M and B->P). On the contrary, due to the poor in-platform performance of the Myspace dataset, it is not not the best option to store the knowledge required for transfer learning, which will greatly increase the error on the target predictions. In addition, compared with other platforms, each input text of the Myspace dataset contains the least information (the average input length is 17). Therefore, it is difficult to map all inputs to the common input space. This means that the reduction in errors is always small because the source data is too far away from the target data. The interesting phenomenon is that when MySpace is used as the target platform (B->M,Y->M), performance can be greatly improved.

5. Conclusion

To tackle the teenager detection task in the absence of labelled data for some social media platforms, we propose a novel weakly supervised cross-platform framework, which improves the small data and cross-platform adaptive capabilities of BERT. Our framework leverages a dual input alignment strategy, which takes into account

the input data space and the latent representation space, to reduce the large dataset shift between different platforms. In addition, we design a Small datasets adaptive classifier and a BERT Encoder Measurer to stimulate BERT and Adversarial Adaption network‘s ability to adapt to small datasets. Our experimental results on four real-world datasets show that the framework can significantly improve the performance of in-platform and cross-platform learning on BERT by using small training datasets. To better understanding each component’s contribution, we analyse and evaluate the impact of different components on the overall system, which demonstrates the effectiveness of both the input alignment strategy and the small dataset adaptive design. We also find that if the target dataset is of low quality, avoiding use of the target data for training and only using pre-trained components on a different source dataset can achieve better performance. Our plans for future work include investigation of the applicability of our framework to other tasks and other pre-trained models, and conducting extensive statistical significance testing to further verify the effectiveness of this method. Exploring the impact of noise examples in cross-platform classification is also one of the tasks we will challenge in the future.

References


    Sophia Alim. 2017. Cyberbullying in the world of teenagers and social media: A literature review. (2017).

    Jennifer Bayzick and April Kontostathis. 2011. Detecting the Presence of Cyberbullying Using Computer Software Submitted to the faculty of Ursinus College in fulfillment of the requirements for Distinguished Honors in Computer Science. (2011). https://pdfs.semanticscholar.org/a1bc/ b166d5ddae9dee36ff9b4f1122861ad5bd44.pdf

    Shai Ben-David, John Blitzer, Koby Crammer, Alex Kulesza, Fernando Pereira, and Jennifer Wortman Vaughan. 2010. A theory of learning from different domains. Machine Learning 79, 1-2 (2010), 151–175. https://doi.org/10.1007/s10994-0095152-4

    Hal Daumé. 2009. Frustratingly Easy Domain Adaptation. ACL 2007 - Proceedings of the 45th Annual Meeting of the Association for Computational Linguistics (jul 2009), 256–263. arXiv:0907.1815 http://arxiv.org/abs/0907.1815

    Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2018. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding. NAACL HLT 2019 - 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies - Proceedings of the Conference 1 (oct 2018), 4171–4186. arXiv:1810.04805 http://arxiv.org/abs/1810.04805

    Fatma Elsafoury. [n.d.]. Cyberbullying datasets. https://doi.org/10.17632/ jf4pzyvnpj.1

    Aysu Ezen-Can. 2020. A Comparison of LSTM and BERT for Small Corpus. arXiv (sep 2020). arXiv:2009.05451 http://arxiv.org/abs/2009.05451

    Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, François Laviolette, Mario Marchand, and Victor Lempitsky. 2015. Domain-Adversarial Training of Neural Networks. Advances in Computer Vision and Pattern Recognition 17, 9783319583464 (may 2015), 189–209. arXiv:1505.07818 http://arxiv.org/abs/1505.07818

    Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. 2020. Generative adversarial networks. Commun. ACM 63, 11 (2020), 139–144. https://doi.org/10.1145/3422622 arXiv:1406.2661

    Jaana Juvonen and Elisheva F Gross. 2008. Extending the school grounds?—Bullying experiences in cyberspace. Journal of School health 78, 9 (2008), 496–505.

    A Pastor López-Monroy, Manuel Montes-y Gómez, Hugo Jair Escalante, Luis Villasenor-Pineda, and Efstathios Stamatatos. 2015. Discriminative subprofilespecific representations for author profiling in social media. Knowledge-Based Systems 89 (2015), 134–147.

    Monica and JiAndersonngjing Jiang. 2018. Teens, social media & technology. Pew Research Center [Internet & American Life Project] (2018), 1–9. http://www.pewinternet.org/2018/05/31/teens-social-media-technology-2018/ ?utm{}source=pocket{&}utm{}medium=email{&}utm{}campaign=pockethits

    Dong Nguyen, Rilana Gravel, Dolf Trieschnigg, and Theo Meder. 2013. "How old do you think I am?": A study of language and age in twitter. Proceedings of the 7th International Conference on Weblogs and Social Media, ICWSM 2013 (2013), 439–448.

    Dong Nguyen, Na Smith, and Cp Rosé. 2011. Author Age Prediction from Text using Linear Regression. LaTeCH ’11 Proceedings of the 5th ACL-HLT Workshop on Language Technology for Cultural Heritage, Social Sciences, and Humanities June (2011), 115–123.

    NSPCC. 2016. What children are telling us about bullying - Childline bullying report 2015-16. Technical Report. 1–22 pages.

    Gwenn Schurgin O’Keeffe, Kathleen Clarke-Pearson, et al. 2011. The impact of social media on children, adolescents, and families. Pediatrics 127, 4 (2011), 800–804.

    Francisco Rangel, Paolo Rosso, Irina Chugur, Martin Potthast, Martin Trenkmann, Benno Stein, Ben Verhoeven, and Walter Daelemans. [n.d.]. Overview of the 2nd Author Profiling Task at PAN 2014. Technical Report. http://pan.webis.de

    Francisco Rangel, Paolo Rosso, Moshe Koppel, Efstathios Stamatatos, and Giacomo Inches. 2013. Overview of the author profiling task at pan 2013. In CLEF Conference on Multilingual and Multimodal Information Access Evaluation. CELCT, 352–365.

    Francisco Rangel, Paolo Rosso, Moshe Koppel, Efstathios Stamatatos, and Giacomo Inches. 2013. Overview of the author profiling task at PAN 2013. In CEUR

Workshop Proceedings, Vol. 1179. http://pan.webis.de

    Francisco Rangel, Paolo Rosso, Ben Verhoeven, Walter Daelemans, Martin Potthast, and Benno Stein. 2016. Overview of the 4th author profiling task at PAN 2016: Cross-genre evaluations. CEUR Workshop Proceedings 1609 (2016), 750–784.

    Maarten Sap, Gregory Park, Johannes C. Eichstaedt, Margaret L. Kern, David Stillwell, Michal Kosinski, Lyle H. Ungar, and H. Andrew Schwartz. 2014. Developing age and gender predictive lexica over social media. In EMNLP 2014 - 2014 Conference on Empirical Methods in Natural Language Processing, Proceedings of the Conference. Association for Computational Linguistics (ACL), 1146–1151. https://doi.org/10.3115/v1/d14-1121

    Jonathan Schler, Moshe Koppel, Shlomo Argamon, and James Pennebaker. 2006. Effects of Age and Gender on Blogging. (2006). https://doi.org/10.1007/s11357007-9034-z

    Chi Sun, Xipeng Qiu, Yige Xu, and Xuanjing Huang. 2019. How to Fine-Tune BERT for Text Classification?. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), Vol. 11856 LNAI. Springer, 194–206. https://doi.org/10.1007/978-3-030-32381316 arXiv:1905.05583

    Chi Sun, Xipeng Qiu, Yige Xu, and Xuanjing Huang. 2019. How to Fine-Tune BERT for Text Classification?. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), Vol. 11856 LNAI. Springer, 194–206. https://doi.org/10.1007/978-3-030-32381316 arXiv:1905.05583

    Edson C Tandoc Jr, Chen Lou, and Velyn Lee Hui Min. 2019. Platform-swinging in a poly-social-media context: How and why users navigate multiple social media platforms. Journal of Computer-Mediated Communication 24, 1 (2019), 21–35.

    The Children’s Society and YoungMinds. 2018. Safety Net : Cyberbullying ’ s impact on young people ’ s mental health Inquiry report. The Children’s Society (2018), 72.

    Eric Tzeng, Judy Hoffman, Kate Saenko, and Trevor Darrell. 2017. Adversarial Discriminative Domain Adaptation. Proceedings - 30th IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2017 2017-Janua (feb 2017), 2962–2971. arXiv:1702.05464 http://arxiv.org/abs/1702.05464

    Matti Wiegmann, Benno Stein, and Martin Potthast. 2019. Overview of the celebrity profiling task at pan 2019. In CEUR Workshop Proceedings, Vol. 2380.

    Wenjie Yin and Arkaitz Zubiaga. 2021. Towards generalisable hate speech detection: a review on obstacles and solutions. arXiv preprint arXiv:2102.08886 (2021).

    Tong Zhang. 2006. FROM 𝜖-ENTROPY TO KL-ENTROPY: ANALYSIS OF MINIMUM INFORMATION COMPLEXITY DENSITY ESTIMATION. The Annals of Statistics 34, 5 (2006), 2180–2210. https://doi.org/10.1214/009053606000000704

    Tianyi Zhang, Felix Wu, Arzoo Katiyar, Kilian Q. Weinberger, and Yoav Artzi. 2020. Revisiting Few-sample BERT Fine-tuning. arXiv (jun 2020). arXiv:2006.05987 http://arxiv.org/abs/2006.05987

    Xiaoping Zhou, Xun Liang, Haiyan Zhang, and Yuefeng Ma. 2015. Cross-platform identification of anonymous identical users in multiple social media networks. IEEE transactions on knowledge and data engineering 28, 2 (2015), 411–424.

    Fuzhen Zhuang, Zhiyuan Qi, Keyu Duan, Dongbo Xi, Yongchun Zhu, Hengshu Zhu, Hui Xiong, and Qing He. 2021. A Comprehensive Survey on Transfer Learning. Proc. IEEE 109, 1 (2021), 43–76. https://doi.org/10.1109/JPROC.2020. 3004555 arXiv:1911.02685

Do you like what you are reading? Subscribe to receive updates.

Unsubscribe anytime