"""The SuperTweetEval benchmark.""" import json import datasets _VERSION = "0.1.33" _SUPER_TWEET_EVAL_CITATION = """TBA""" _SUPER_TWEET_EVAL_DESCRIPTION = """TBA""" _TWEET_TOPIC_DESCRIPTION = """ TweetTopic is a multi-label twitter topic classification task, where each example consists of a tweet and a set of topics. One tweet can be associated with multiple topics, and the training/validation tweets are taken from September 2019 to August 2020, while the test tweets are taken from September 2020 to August 2021. Following the original work, we evaluate with macro F1 score.""" _TWEET_TOPIC_CITATION = """\ @inproceedings{antypas-etal-2022-twitter, title = "{T}witter Topic Classification", author = "Antypas, Dimosthenis and Ushio, Asahi and Camacho-Collados, Jose and Silva, Vitor and Neves, Leonardo and Barbieri, Francesco", booktitle = "Proceedings of the 29th International Conference on Computational Linguistics", month = oct, year = "2022", address = "Gyeongju, Republic of Korea", publisher = "International Committee on Computational Linguistics", url = "https://aclanthology.org/2022.coling-1.299", pages = "3386--3400", abstract = "Social media platforms host discussions about a wide variety of topics that arise everyday. Making sense of all the content and organising it into categories is an arduous task. A common way to deal with this issue is relying on topic modeling, but topics discovered using this technique are difficult to interpret and can differ from corpus to corpus. In this paper, we present a new task based on tweet topic classification and release two associated datasets. Given a wide range of topics covering the most important discussion points in social media, we provide training and testing data from recent time periods that can be used to evaluate tweet classification models. Moreover, we perform a quantitative evaluation and analysis of current general- and domain-specific language models on the task, which provide more insights on the challenges and nature of the task.", } """ _TWEET_NER7_DESCRIPTION = """ TweetNER is a named-entity recognition dataset on Twitter. The training/validation tweets are taken from September 2019 to August 2020, while the test tweets are taken from September 2020 to August 2021. Following the original work, we evaluate with span F1 score. """ _TWEET_NER7_CITATION = """\ @inproceedings{ushio-etal-2022-named, title = "Named Entity Recognition in {T}witter: A Dataset and Analysis on Short-Term Temporal Shifts", author = "Ushio, Asahi and Barbieri, Francesco and Sousa, Vitor and Neves, Leonardo and Camacho-Collados, Jose", booktitle = "Proceedings of the 2nd Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics and the 12th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)", month = nov, year = "2022", address = "Online only", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2022.aacl-main.25", pages = "309--319", abstract = "Recent progress in language model pre-training has led to important improvements in Named Entity Recognition (NER). Nonetheless, this progress has been mainly tested in well-formatted documents such as news, Wikipedia, or scientific articles. In social media the landscape is different, in which it adds another layer of complexity due to its noisy and dynamic nature. In this paper, we focus on NER in Twitter, one of the largest social media platforms, and construct a new NER dataset, TweetNER7, which contains seven entity types annotated over 11,382 tweets from September 2019 to August 2021. The dataset was constructed by carefully distributing the tweets over time and taking representative trends as a basis. Along with the dataset, we provide a set of language model baselines and perform an analysis on the language model performance on the task, especially analyzing the impact of different time periods. In particular, we focus on three important temporal aspects in our analysis: short-term degradation of NER models over time, strategies to fine-tune a language model over different periods, and self-labeling as an alternative to lack of recently-labeled data. TweetNER7 is released publicly (https://huggingface.co/datasets/tner/tweetner7) along with the models fine-tuned on it (NER models have been integrated into TweetNLP and can be found at https://github.com/asahi417/tner/tree/master/examples/tweetner7{\_}paper).", } """ _TWEET_QA_DESCRIPTION = """\ TweetQA is am abstractive question-answering dataset on Twitter. """ _TWEET_QA_CITATION = """\ @inproceedings{xiong2019tweetqa, title={TweetQA: A Social Media Focused Question Answering Dataset}, author={Xiong, Wenhan and Wu, Jiawei and Wang, Hong and Kulkarni, Vivek and Yu, Mo and Guo, Xiaoxiao and Chang, Shiyu and Wang, William Yang}, booktitle={Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics}, year={2019} } """ _TWEET_INTIMACY_DESCRIPTION = """\ See https://sites.google.com/umich.edu/semeval-2023-tweet-intimacy/home for more detail. We randomly take the same amount of test set as the validation set. """ _TWEET_INTIMACY_CITATION = """\ @misc{pei2023semeval, title={SemEval 2023 Task 9: Multilingual Tweet Intimacy Analysis}, author={Jiaxin Pei and VĂ­tor Silva and Maarten Bos and Yozon Liu and Leonardo Neves and David Jurgens and Francesco Barbieri}, year={2023}, eprint={2210.01108}, archivePrefix={arXiv}, primaryClass={cs.CL} } """ _TWEET_SIMILARITY_DESCRIPTION = """TBA""" _TWEET_SIMILARITY_CITATION = """TBA""" _TEMPO_WIC_DESCRIPTION = """TBA""" _TEMPO_WIC_CITATION = """\ @inproceedings{loureiro-etal-2022-tempowic, title = "{T}empo{W}i{C}: An Evaluation Benchmark for Detecting Meaning Shift in Social Media", author = "Loureiro, Daniel and D{'}Souza, Aminette and Muhajab, Areej Nasser and White, Isabella A. and Wong, Gabriel and Espinosa-Anke, Luis and Neves, Leonardo and Barbieri, Francesco and Camacho-Collados, Jose", booktitle = "Proceedings of the 29th International Conference on Computational Linguistics", month = oct, year = "2022", address = "Gyeongju, Republic of Korea", publisher = "International Committee on Computational Linguistics", url = "https://aclanthology.org/2022.coling-1.296", pages = "3353--3359", abstract = "Language evolves over time, and word meaning changes accordingly. This is especially true in social media, since its dynamic nature leads to faster semantic shifts, making it challenging for NLP models to deal with new content and trends. However, the number of datasets and models that specifically address the dynamic nature of these social platforms is scarce. To bridge this gap, we present TempoWiC, a new benchmark especially aimed at accelerating research in social media-based meaning shift. Our results show that TempoWiC is a challenging benchmark, even for recently-released language models specialized in social media.", } """ _TWEET_HATE_DESCRIPTION = """TBA""" _TWEET_HATE_CITATION = """\ @inproceedings{sachdeva-etal-2022-measuring, title = "The Measuring Hate Speech Corpus: Leveraging Rasch Measurement Theory for Data Perspectivism", author = "Sachdeva, Pratik and Barreto, Renata and Bacon, Geoff and Sahn, Alexander and von Vacano, Claudia and Kennedy, Chris", booktitle = "Proceedings of the 1st Workshop on Perspectivist Approaches to NLP @LREC2022", month = jun, year = "2022", address = "Marseille, France", publisher = "European Language Resources Association", url = "https://aclanthology.org/2022.nlperspectives-1.11", pages = "83--94", abstract = "We introduce the Measuring Hate Speech corpus, a dataset created to measure hate speech while adjusting for annotators{'} perspectives. It consists of 50,070 social media comments spanning YouTube, Reddit, and Twitter, labeled by 11,143 annotators recruited from Amazon Mechanical Turk. Each observation includes 10 ordinal labels: sentiment, disrespect, insult, attacking/defending, humiliation, inferior/superior status, dehumanization, violence, genocide, and a 3-valued hate speech benchmark label. The labels are aggregated using faceted Rasch measurement theory (RMT) into a continuous score that measures each comment{'}s location on a hate speech spectrum. The annotation experimental design assigned comments to multiple annotators in order to yield a linked network, allowing annotator disagreement (perspective) to be statistically summarized. Annotators{'} labeling strictness was estimated during the RMT scaling, projecting their perspective onto a linear measure that was adjusted for the hate speech score. Models that incorporate this annotator perspective parameter as an auxiliary input can generate label- and score-level predictions conditional on annotator perspective. The corpus includes the identity group targets of each comment (8 groups, 42 subgroups) and annotator demographics (6 groups, 40 subgroups), facilitating analyses of interactions between annotator- and comment-level identities, i.e. identity-related annotator perspective.", } """ _TWEET_NERD_DESCRIPTION = """TBA""" _TWEET_NERD_CITATION = """\ @article{mishra2022tweetnerd, title={TweetNERD--End to End Entity Linking Benchmark for Tweets}, author={Mishra, Shubhanshu and Saini, Aman and Makki, Raheleh and Mehta, Sneha and Haghighi, Aria and Mollahosseini, Ali}, journal={arXiv preprint arXiv:2210.08129}, year={2022} } """ _TWEET_EMOJI_DESCRIPTION = """TBA""" _TWEET_EMOJI_CITATION = """TBA""" _TWEET_SENTIMENT_DESCRIPTION = """TBA""" _TWEET_SENTIMENT_CITATION = """\ @inproceedings{rosenthal-etal-2017-semeval, title = "{S}em{E}val-2017 Task 4: Sentiment Analysis in {T}witter", author = "Rosenthal, Sara and Farra, Noura and Nakov, Preslav", booktitle = "Proceedings of the 11th International Workshop on Semantic Evaluation ({S}em{E}val-2017)", month = aug, year = "2017", address = "Vancouver, Canada", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/S17-2088", doi = "10.18653/v1/S17-2088", pages = "502--518", abstract = "This paper describes the fifth year of the Sentiment Analysis in Twitter task. SemEval-2017 Task 4 continues with a rerun of the subtasks of SemEval-2016 Task 4, which include identifying the overall sentiment of the tweet, sentiment towards a topic with classification on a two-point and on a five-point ordinal scale, and quantification of the distribution of sentiment towards a topic across a number of tweets: again on a two-point and on a five-point ordinal scale. Compared to 2016, we made two changes: (i) we introduced a new language, Arabic, for all subtasks, and (ii) we made available information from the profiles of the Twitter users who posted the target tweets. The task continues to be very popular, with a total of 48 teams participating this year.", } """ class SuperTweetEvalConfig(datasets.BuilderConfig): """BuilderConfig for SuperTweetEval.""" def __init__(self, features, data_url, citation, label_classes=("False", "True"), **kwargs): """BuilderConfig for SuperTweetEval. Args: features: `list[string]`, list of the features that will appear in the feature dict. Should not include "label". data_url: `string`, url to download the zip file from. citation: `string`, citation for the data set. url: `string`, url for information about the data set. label_classes: `list[string]`, the list of classes for the label if the label is present as a string. Non-string labels will be cast to either 'False' or 'True'. **kwargs: keyword arguments forwarded to super. """ super(SuperTweetEvalConfig, self).__init__(version=datasets.Version(_VERSION), **kwargs) self.features = features self.label_classes = label_classes self.data_url = data_url self.citation = citation class SuperTweetEval(datasets.GeneratorBasedBuilder): """The SuperTweetEval benchmark.""" BUILDER_CONFIGS = [ SuperTweetEvalConfig( name="tweet_topic", description=_TWEET_TOPIC_DESCRIPTION, citation=_TWEET_TOPIC_CITATION, features=["text", "gold_label_list", "date"], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_topic", ), SuperTweetEvalConfig( name="tweet_ner7", description=_TWEET_NER7_DESCRIPTION, citation=_TWEET_NER7_CITATION, features=["text", "text_tokenized", "gold_label_sequence", "date"], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_ner7", ), SuperTweetEvalConfig( name="tweet_qa", description=_TWEET_QA_DESCRIPTION, citation=_TWEET_QA_CITATION, features=["text", "gold_label_str", "paragraph", "question"], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_qa", ), SuperTweetEvalConfig( name="tweet_intimacy", description=_TWEET_INTIMACY_DESCRIPTION, citation=_TWEET_INTIMACY_CITATION, features=["text", "gold_score"], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_intimacy", ), SuperTweetEvalConfig( name="tweet_similarity", description=_TWEET_SIMILARITY_DESCRIPTION, citation=_TWEET_SIMILARITY_CITATION, features=["text_1", "text_2", "gold_score"], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_similarity", ), SuperTweetEvalConfig( name="tempo_wic", description=_TEMPO_WIC_DESCRIPTION, citation=_TEMPO_WIC_CITATION, features=['gold_label_binary', 'word', 'text_1', 'text_1_tokenized', 'token_idx_1', 'date_1', 'text_2', 'text_2_tokenized', 'token_idx_2', 'date_2'], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tempo_wic", ), SuperTweetEvalConfig( name="tweet_hate", description=_TWEET_HATE_DESCRIPTION, citation=_TWEET_HATE_CITATION, features=['gold_label', 'text'], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_hate", ), SuperTweetEvalConfig( name="tweet_nerd", description=_TWEET_NERD_DESCRIPTION, citation=_TWEET_NERD_CITATION, features=['gold_label_binary', 'target', 'context', 'definition', 'char_idx_start', 'car_idx_end'], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_nerd", ), SuperTweetEvalConfig( name="tweet_emoji", description=_TWEET_EMOJI_DESCRIPTION, citation=_TWEET_EMOJI_CITATION, features=['gold_label', 'text'], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_emoji", ), SuperTweetEvalConfig( name="tweet_sentiment", description=_TWEET_SENTIMENT_DESCRIPTION, citation=_TWEET_SENTIMENT_CITATION, features=['gold_label', 'topic', 'text'], data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_sentiment", ) ] def _info(self): features = {feature: datasets.Value("string") for feature in self.config.features} if self.config.name == "tweet_topic": names = [ "arts_&_culture", "business_&_entrepreneurs", "celebrity_&_pop_culture", "diaries_&_daily_life", "family", "fashion_&_style", "film_tv_&_video", "fitness_&_health", "food_&_dining", "gaming", "learning_&_educational", "music", "news_&_social_concern", "other_hobbies", "relationships", "science_&_technology", "sports", "travel_&_adventure", "youth_&_student_life"] features["gold_label_list"] = datasets.Sequence(datasets.features.ClassLabel(names=names)) if self.config.name == "tweet_ner7": names = [ 'B-corporation', 'B-creative_work', 'B-event', 'B-group', 'B-location', 'B-person', 'B-product', 'I-corporation', 'I-creative_work', 'I-event', 'I-group', 'I-location', 'I-person', 'I-product', 'O'] features["gold_label_sequence"] = datasets.Sequence(datasets.features.ClassLabel(names=names)) features["text_tokenized"] = datasets.Sequence(datasets.Value("string")) if self.config.name in ["tweet_intimacy", "tweet_similarity"]: features["gold_score"] = datasets.Value("float32") if self.config.name == "tempo_wic": features["gold_label_binary"] = datasets.Value("int32") features["token_idx_1"] = datasets.Value("int32") features["token_idx_2"] = datasets.Value("int32") features["text_1_tokenized"] = datasets.Sequence(datasets.Value("string")) features["text_2_tokenized"] = datasets.Sequence(datasets.Value("string")) if self.config.name == "tweet_hate": label_classes = [ 'hate_gender','hate_race', 'hate_sexuality', 'hate_religion','hate_origin', 'hate_disability', 'target_age', 'not_hate'] features['gold_label'] = datasets.features.ClassLabel(names=self.config.label_classes) #features["gold_label"] = datasets.Value("int32") features["text"] = datasets.Value("string") if self.config.name == "tweet_nerd": features['target'] = datasets.Value("string") features['context'] = datasets.Value("string") features['definition'] = datasets.Value("string") features['char_idx_start'] = datasets.Value("int32") features['car_idx_end'] = datasets.Value("int32") features['gold_label_binary'] = datasets.Value("int32") if self.config.name == "tweet_emoji": features["gold_label"] = datasets.Value("int32") features["text"] = datasets.Value("string") if self.config.name == "tweet_sentiment": features["gold_label"] = datasets.Value("int32") features["text"] = datasets.Value("string") features["topic"] = datasets.Value("string") return datasets.DatasetInfo( description=_SUPER_TWEET_EVAL_DESCRIPTION + "\n" + self.config.description, features=datasets.Features(features), citation=self.config.citation + "\n" + _SUPER_TWEET_EVAL_CITATION, ) def _split_generators(self, dl_manager): splits = ['train', 'test', 'validation'] downloaded_file = dl_manager.download_and_extract({s: f"{self.config.data_url}/{s}.jsonl" for s in splits}) return [datasets.SplitGenerator(name=s, gen_kwargs={"filepath": downloaded_file[s]}) for s in splits] def _generate_examples(self, filepath): _key = 0 with open(filepath, encoding="utf-8") as f: _list = [i for i in f.read().split('\n') if len(i) > 0] for i in _list: data = json.loads(i) yield _key, data _key += 1