|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T03:35:43.313631Z" |
|
}, |
|
"title": "EMBEDDIA Tools, Datasets and Challenges: Resources and Hackathon Contributions", |
|
"authors": [ |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Jo\u017eef Stefan Institute", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Marko", |
|
"middle": [ |
|
"Robnik" |
|
], |
|
"last": "\u0160ikonja", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Ljubljana", |
|
"location": {} |
|
}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Hannu", |
|
"middle": [], |
|
"last": "Toivonen", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Helsinki", |
|
"location": {} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "This paper presents tools and data sources collected and released by the EMBEDDIA project, supported by the European Union's Horizon 2020 research and innovation program. The collected resources were offered to participants of a hackathon organized as part of the EACL Hackashop on News Media Content Analysis and Automated Report Generation in February 2021. The hackathon had six participating teams who addressed different challenges, either from the list of proposed challenges or their own news-industry-related tasks. This paper goes beyond the scope of the hackathon, as it brings together in a coherent and compact form most of the resources developed, collected and released by the EM-BEDDIA project. Moreover, it constitutes a handy source for news media industry and researchers in the fields of Natural Language Processing and Social Science.", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "This paper presents tools and data sources collected and released by the EMBEDDIA project, supported by the European Union's Horizon 2020 research and innovation program. The collected resources were offered to participants of a hackathon organized as part of the EACL Hackashop on News Media Content Analysis and Automated Report Generation in February 2021. The hackathon had six participating teams who addressed different challenges, either from the list of proposed challenges or their own news-industry-related tasks. This paper goes beyond the scope of the hackathon, as it brings together in a coherent and compact form most of the resources developed, collected and released by the EM-BEDDIA project. Moreover, it constitutes a handy source for news media industry and researchers in the fields of Natural Language Processing and Social Science.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "News media industry is the primary provider of information for society and individuals. Since the first newspaper was published, the propagation of information has continuously changed as new technologies are adopted by the news media, and the advent of the internet has made this change faster than ever (Pentina and Tarafdar, 2014) . Internetbased media (e.g., social media, forums and blogs) have made news more accessible, and dissemination more affordable, resulting in drastically increased media coverage. Social media can also help provide source information for newsrooms, as shown in e.g., disaster response tasks (Alam et al., 2018) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 305, |
|
"end": 333, |
|
"text": "(Pentina and Tarafdar, 2014)", |
|
"ref_id": "BIBREF26" |
|
}, |
|
{ |
|
"start": 624, |
|
"end": 643, |
|
"text": "(Alam et al., 2018)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Suitable Natural Language Processing techniques are needed to analyze news archives and gain insight about the evolution of our society, while dealing with the constant flow of information. Relevant datasets are equally important in order to train data-driven approaches. To encourage the development and uptake of such techniques and datasets, and take on the challenges presented by the introduction of new technologies in the news media industry, the EMBEDDIA project 1 organized, in conjunction with EACL 2021, a hackathon 2 as part of the EACL Hackashop on News Media Content Analysis and Automated Report Generation 3 .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "For this event, held virtually in February 2021, the datasets and tools curated and implemented by the EMBEDDIA project were publicly released and made available to the participants. We also provided examples of realistic challenges faced by today's newsrooms, and offered technical support and consultancy sessions with a news media expert throughout the entire duration of the hackathon.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The contributions of this paper are structured as follows. Section 2 presents the tools released for the event. The newly gathered, publicly released EMBEDDIA datasets are reported in Section 3. Section 4 presents sample news media challenges. Section 5 outlines the projects undertaken by the teams who completed the hackathon. The hackathon outcomes are summarized in Section 6.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The EMBEDDIA tools and models released for the hackathon include general text processing tools like language processing frameworks and text representation models (Section 2.1), news article analysis (Section 2.2), news comment analysis (Section 2.3), and news article and headline generation (Section 2.4) tools.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "These tools require different levels of technical proficiency. Language processing tools and frameworks require little to no programming skills. On the other hand, for some tasks, we provide fully functional systems that can be used out of the box but require a certain level of technical knowledge in order to be fully utilized. Moreover, some tools and text representation models require programming skills and can be employed to improve existing systems, implement new analytic tools, or to be adapted to new uses.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "1 http://embeddia.eu 2 http://embeddia.eu/hackashop2021call-for-hackathon-participation/ 3 http://embeddia.eu/hackashop2021/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Tools", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We first present two general frameworks, requiring no programming skills: the EMBEDDIA Media Assistant, incorporating the TEXTA Toolkit that is focused exclusively on text, and the ClowdFlows toolbox, which is a general data science framework incorporating numerous NLP components. Finally, we describe BERT embeddings, a general text representation framework that includes variants of multilingual BERT models, which are typically part of programming solutions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "General Text Analytics", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "The TEXTA Toolkit (TTK) is an open-source software for building RESTful text analytics applications. 4 TTK can be used for:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "\u2022 searching and aggregating data (using e.g. regular expressions),", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "\u2022 training embeddings,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "\u2022 building machine learning classifiers,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "\u2022 building topic-related lexicons using embeddings,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "\u2022 clustering and visualizing data, and", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "\u2022 extracting and creating training data.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "The TEXTA Toolkit is the principal ingredient of the EMBEDDIA Media Assistant (EMA), which includes the TEXTA Toolkit GUI and API, an API Wrapper with a number of APIs for news analysis, and a Demonstrator for demonstrating the APIs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "TEXTA Toolkit and EMBEDDIA Media Assistant", |
|
"sec_num": "2.1.1" |
|
}, |
|
{ |
|
"text": "ClowdFlows 5 is an open-source online platform for developing and sharing data mining and machine learning workflows (Kranjc et al., 2012) . It works online in modern Web browsers, without client-side installation. The user interface allows combining software components (called widgets) into functional workflows, which can be executed, stored, and shared in the cloud. The main aim of Clowd-Flows is to foster sharing of workflow solutions in order to simplify the replication and adaptation of shared work. It is suitable for prototyping, demonstrating new approaches, and exposing solutions to potential users who are not proficient in programming but would like to experiment with their own datasets and different tool parameter settings.", |
|
"cite_spans": [ |
|
{ |
|
"start": 11, |
|
"end": 12, |
|
"text": "5", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 117, |
|
"end": 138, |
|
"text": "(Kranjc et al., 2012)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "ClowdFlows", |
|
"sec_num": "2.1.2" |
|
}, |
|
{ |
|
"text": "CroSloEngual 6 BERT and FinEst 7 BERT (Ul\u010dar and Robnik-\u0160ikonja, 2020) are trilingual models, based on the BERT architecture (Devlin et al., 2019) , created in the EMBEDDIA project to facilitate easy cross-lingual transfer. Both models are trained on three languages: one of them being English as a resource-rich language, CroSlo-Engual BERT was trained on Croatian, Slovenian, and English data, while FinEst BERT was trained on Finnish, Estonian, and English data. The advantage of multi-lingual models over monolingual models is that they can be used for cross-lingual knowledge transfer, e.g., a model for a task for which very little data is available in a target language such as Croatian or Estonian can be trained on English (with more data available) and transferred to a less-resourced language. While massive multilingual BERT-like models are available that cover more than 100 languages (Devlin et al., 2019) , a model trained on only a few languages performs significantly better on these (Ul\u010dar and Robnik-\u0160ikonja, 2020) . The two trilingual BERT models here are effective for the languages they cover and for the cross-lingual transfer of models between these languages. The models represent words/tokens with contextually dependent vectors (word embeddings). These can be used for training many NLP tasks, e.g., fine-tuning the model for any text classification task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 38, |
|
"end": 70, |
|
"text": "(Ul\u010dar and Robnik-\u0160ikonja, 2020)", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 125, |
|
"end": 146, |
|
"text": "(Devlin et al., 2019)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 898, |
|
"end": 919, |
|
"text": "(Devlin et al., 2019)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 1001, |
|
"end": 1033, |
|
"text": "(Ul\u010dar and Robnik-\u0160ikonja, 2020)", |
|
"ref_id": "BIBREF37" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "BERT Embeddings", |
|
"sec_num": "2.1.3" |
|
}, |
|
{ |
|
"text": "The majority of provided tools cover different aspects of news article analysis, processing, and generation. We present keyword extraction tools TNT-KID and RaKUn, named entity recognition approaches, tools for diachronic analysis of words, tools for topic analysis and visualization, and tools for sentiment analysis.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "News Article Analysis Tools", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Two tools are available for keyword extraction: TNT-KID and RaKUn.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "TNT-KID 8 (Transformer-based Neural Tagger for Keyword Identification, Martinc et al., 2020) is a supervised tool for extracting keywords from news articles in several languages (English, Estonian, Croatian, and Russian). It relies on the modified Transformer architecture (Vaswani et al., 2017 ) and leverages language model pretraining on a domain-specific corpus. This gives competitive and robust performance while requiring only a fraction of the manually labeled data needed by the best performing supervised systems. This makes TNT-KID especially appropriate for less-resourced languages where large manually labeled datasets are scarce.", |
|
"cite_spans": [ |
|
{ |
|
"start": 71, |
|
"end": 92, |
|
"text": "Martinc et al., 2020)", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 273, |
|
"end": 294, |
|
"text": "(Vaswani et al., 2017", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "RaKUn 9 (\u0160krlj et al., 2019) offers unsupervised detection and exploration of keyphrases. It transforms a document collection into a network, which is pruned to keep only the most relevant nodes. The nodes are ranked, prioritizing nodes corresponding to individual keywords and paths (keyphrases comprised of multiple words). Being unsupervised, RaKUn is well suited for less-resourced languages where expensive pre-training is not possible.", |
|
"cite_spans": [ |
|
{ |
|
"start": 8, |
|
"end": 28, |
|
"text": "(\u0160krlj et al., 2019)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction", |
|
"sec_num": "2.2.1" |
|
}, |
|
{ |
|
"text": "The Named Entity Recognition (NER) system is based on the architecture proposed by Boros et al. (2020) . It consists of fine-tuned BERT with two additional Transformer blocks (Vaswani et al., 2017) . We provided models capable of predicting three types of named entities (Location, Organisation and Person) for eight European languages: Croatian, Estonian, Finnish, Latvian, Lithuanian, Russian, Slovene and Swedish. These models were trained using the WikiANN corpus (Pan et al., 2017) , specifically using the training, development and testing partitions provided by Rahimi et al. (2019) . Regarding BERT, for Croatian and Slovene we used CroSloEngual BERT (Ul\u010dar and Robnik-\u0160ikonja, 2020); for Finnish and Estonian FinEst BERT (Ul\u010dar and Robnik-\u0160ikonja, 2020); for Russian RuBERT (Kuratov and Arkhipov, 2019); for Swedish Swedish BERT (Malmsten et al., 2020) ; for Latvian and Lithuanian Multilingual BERT (Devlin et al., 2019).", |
|
"cite_spans": [ |
|
{ |
|
"start": 83, |
|
"end": 102, |
|
"text": "Boros et al. (2020)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 175, |
|
"end": 197, |
|
"text": "(Vaswani et al., 2017)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 468, |
|
"end": 486, |
|
"text": "(Pan et al., 2017)", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 569, |
|
"end": 589, |
|
"text": "Rahimi et al. (2019)", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 838, |
|
"end": 861, |
|
"text": "(Malmsten et al., 2020)", |
|
"ref_id": "BIBREF15" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Named Entity Recognition 10", |
|
"sec_num": "2.2.2" |
|
}, |
|
{ |
|
"text": "The tool for diachronic semantic shift detection (Martinc et al., 2019a) leverages the BERT contextual embeddings (Devlin et al., 2019) for generat-ing time-specific word representations. It checks whether a specific word (or phrase) in the corpus has changed across time by measuring the rate of change for time-specific relations to semantically similar words in distinct time periods. Besides measuring long-term semantic changes, the method can also be successfully used for the detection of short-term yearly semantic shifts and has even been employed in the multilingual setting.", |
|
"cite_spans": [ |
|
{ |
|
"start": 49, |
|
"end": 72, |
|
"text": "(Martinc et al., 2019a)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 114, |
|
"end": 135, |
|
"text": "(Devlin et al., 2019)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Diachronic News Analysis 11", |
|
"sec_num": "2.2.3" |
|
}, |
|
{ |
|
"text": "We present three tools dealing with news topics: PTM, PDTM and TeMoCo. The first two use topics to link articles across languages, and the third one visualizes distributions of topics over time. Mimno et al., 2009) can be used to train cross-lingual topic models and obtain cross-lingual topic vectors for news articles. These vectors can be used to link news articles across languages. An ensemble of crosslingual topic vectors and document embeddings can outperform stand-alone methods for crosslingual news linking (Zosa et al., 2020 TeMoCo 15 (Temporal Topic Visualisation, Sheehan et al., 2019, 2020) visualizes changes in topic distribution and associated keywords in a document or collection of articles. The tool can investigate a single document or a corpus which has been temporally annotated (e.g., a transcript or corpus of dated articles). The user can examine an overview of a dataset, processed into time and topic segments. The changes in topic size and keywords describe patterns in the data. Clicking on the segments brings up the related news articles with keyword highlighting. Sentiment analysis is likely the most popular NLP application in industry. Our multilingual model for news sentiment classification is based on multilingual BERT. The model was trained on the Slovenian news sentiment dataset (Bu\u010dar et al., 2018) using a two-step training approach with document and paragraph level sentiment labels . The model was tested on the document-level labels of the Croatian news sentiment dataset (Section 3.2.2) in a zero-shot setting. The model maps the input document into one of the three predefined classes: positive, negative, and neutral.", |
|
"cite_spans": [ |
|
{ |
|
"start": 195, |
|
"end": 214, |
|
"text": "Mimno et al., 2009)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 518, |
|
"end": 536, |
|
"text": "(Zosa et al., 2020", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 1323, |
|
"end": 1343, |
|
"text": "(Bu\u010dar et al., 2018)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Topic Analysis", |
|
"sec_num": "2.2.4" |
|
}, |
|
{ |
|
"text": "PTM 12 (Polylingual Topic Model,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Topic Analysis", |
|
"sec_num": "2.2.4" |
|
}, |
|
{ |
|
"text": "Several of the tools in the sections above can also be applied to comments. We describe the following comment-specific tools: comment moderation, bot and gender detection, and sentiment analysis tools.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "News Comment Analysis Tools", |
|
"sec_num": "2.3" |
|
}, |
|
{ |
|
"text": "Our comment moderation tool flags inappropriate comments that should be blocked from appearing on news sites (Pelicon et al., 2021a,b) . It uses multilingual BERT (Devlin et al., 2019) and the trilingual EMBEDDIA BERT models (Section 2.1.3). The models were trained on combinations of five datasets: Croatian and Estonian (see Section 3.3 and details in Shekhar et al. (2020)), Slovenian (Ljube\u0161i\u0107 et al., 2019) , English (Zampieri et al., 2019) , and German (Wiegand et al., 2018). For Croatian, we also provide a model to predict which rule is violated, based on the moderation policy of 24 sata, the biggest Croatian news publisher (see Section 3.3.3).", |
|
"cite_spans": [ |
|
{ |
|
"start": 109, |
|
"end": 134, |
|
"text": "(Pelicon et al., 2021a,b)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 163, |
|
"end": 184, |
|
"text": "(Devlin et al., 2019)", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 388, |
|
"end": 411, |
|
"text": "(Ljube\u0161i\u0107 et al., 2019)", |
|
"ref_id": "BIBREF14" |
|
}, |
|
{ |
|
"start": 422, |
|
"end": 445, |
|
"text": "(Zampieri et al., 2019)", |
|
"ref_id": "BIBREF40" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Comment Moderation 17", |
|
"sec_num": "2.3.1" |
|
}, |
|
{ |
|
"text": "An author profiling tool for gender classification and bot detection in Spanish and English, trained on Twitter data (Martinc et al., 2019b) , was developed for the PAN 2019 author profiling shared task (Rangel and Rosso, 2019) . It uses a two-step approach: in the first step distinguishing between bots and humans, and in the second step determining the gender of human authors. It relies on a Logistic Regression classifier and employs a number of different word and character n-gram features.", |
|
"cite_spans": [ |
|
{ |
|
"start": 117, |
|
"end": 140, |
|
"text": "(Martinc et al., 2019b)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 203, |
|
"end": 227, |
|
"text": "(Rangel and Rosso, 2019)", |
|
"ref_id": "BIBREF28" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Bot and Gender Detection 18", |
|
"sec_num": "2.3.2" |
|
}, |
|
{ |
|
"text": "16 https://github.com/EMBEDDIA/ crosslingual_news_sentiment 17 https://github.com/EMBEDDIA/ hackashop2021_comment_filtering", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Bot and Gender Detection 18", |
|
"sec_num": "2.3.2" |
|
}, |
|
{ |
|
"text": "18 https://github.com/EMBEDDIA/PAN2019", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Bot and Gender Detection 18", |
|
"sec_num": "2.3.2" |
|
}, |
|
{ |
|
"text": "The code for sentiment analysis allows training a model that classifies text into one of three sentiment categories: positive, neutral, or negative. The classifier is trained on the Twitter datasets 20 provided by Mozeti\u010d et al. (2016) . The models and datasets support cross-lingual knowledge transfer from resource-rich language(s) to less-resourced languages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 214, |
|
"end": 235, |
|
"text": "Mozeti\u010d et al. (2016)", |
|
"ref_id": "BIBREF21" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentiment Analysis 19", |
|
"sec_num": "2.3.3" |
|
}, |
|
{ |
|
"text": "Two of our tools are for generating text, either news for specific topics, or creative language.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "News Article and Headline Generation", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "Template-Based NLG System for Automated Journalism The rule-based natural language generation system-similar in concept to Lepp\u00e4nen et al. 2017-produces news texts in Finnish and English from statistical data obtained from Euro-Stat. The system provides the text inputs used in the NLG challenges, described in Section 4.3. Access to the tool is provided through an API. 21", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "News Article and Headline Generation", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "Creative Language Generation We provide a framework 22 to help in generation of creative language using an evolutionary algorithm (Alnajjar and Toivonen, 2020) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 130, |
|
"end": 159, |
|
"text": "(Alnajjar and Toivonen, 2020)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "News Article and Headline Generation", |
|
"sec_num": "2.4" |
|
}, |
|
{ |
|
"text": "For the purposes of the hackashop, the EMBED-DIA media partners released their news archives, the majority of which are now being made publicly available for use after the project.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Datasets", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Four publicly available datasets released by the EMBEDDIA project are described below. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "General EMBEDDIA News Datasets", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The Finnish corpus (STT, 2019) contains newswire articles in Finnish sent to media outlets by the Finnish News Agency (STT) between 1992-2018. The corpus includes about 2.8 million items in total. The news articles are categorized by department (domestic, foreign, economy, politics, culture, entertainment and sports), as well as by metadata (IPTC subject categories or keywords and location data). The dataset is publicly available via CLARIN, 26 as is a parsed version of the corpus in CoNLL-U format (STT et al., 2020). 27", |
|
"cite_spans": [ |
|
{ |
|
"start": 446, |
|
"end": 448, |
|
"text": "26", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "STT News Archive (in Finnish)", |
|
"sec_num": "3.1.4" |
|
}, |
|
{ |
|
"text": "For the purposes of the hackashop, a set of taskspecific datasets were also gathered.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Task-specific News Datasets", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "For the keyword extraction challenge, we created train and test data splits, given as article IDs from datasets in Section 3.1. The number of articles for Estonian, Latvian, Russian and Croatian (see Koloski et al. (2021a) for details) are:", |
|
"cite_spans": [ |
|
{ |
|
"start": 200, |
|
"end": 222, |
|
"text": "Koloski et al. (2021a)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction Datasplits", |
|
"sec_num": "3.2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Croatian: 32,223 train, 3,582 test;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction Datasplits", |
|
"sec_num": "3.2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Estonian: 10,750 train, 7,747 test;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction Datasplits", |
|
"sec_num": "3.2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Russian: 13,831 train, 11,475 test;", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction Datasplits", |
|
"sec_num": "3.2.1" |
|
}, |
|
{ |
|
"text": "\u2022 Latvian: 13,133 train, 11,641 test.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction Datasplits", |
|
"sec_num": "3.2.1" |
|
}, |
|
{ |
|
"text": "The data is publicly available in CLARIN. 28", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction Datasplits", |
|
"sec_num": "3.2.1" |
|
}, |
|
{ |
|
"text": "We selected a subset of 2,025 news articles from the Croatian 24sata dataset (see Section 3.1.3 and Pelicon et al., 2020). Several annotators annotated the articles on a five-point Likert-scale from 1 (most negative sentiment) to 5 (most positive). The final sentiment label of an article was then based on the average of the scores given by the different annotators: negative if average was less than or equal to 2.4, neutral if between 2.4 and 3.6, or positive if greater than or equal to 3.6. The dataset is publicly available in CLARIN. 29", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "News Sentiment Annotated Dataset", |
|
"sec_num": "3.2.2" |
|
}, |
|
{ |
|
"text": "For the purposes of the challenge on finding interesting news from neighbouring countries (see Section 4.1.2 and Koloski et al., 2021b) an Estonian journalist gathered 21 news articles from Latvia that would be of interest for Estonians, paired with 21 corresponding Estonian articles. 30", |
|
"cite_spans": [ |
|
{ |
|
"start": 113, |
|
"end": 135, |
|
"text": "Koloski et al., 2021b)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estonian-Latvian Interesting News Pairs", |
|
"sec_num": "3.2.3" |
|
}, |
|
{ |
|
"text": "This corpus, consisting of a total 188 news texts produced by the rule-based natural language generation system described in Section 2.4, is provided to allow for easier offline development of solutions to the NLG challenges. The corpus contains news texts in both Finnish and English, 31 discussing consumer prices as well as health care spending and funding on the national level within the EU. ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Corpus of Computer-Generated Statistical News Texts", |
|
"sec_num": "3.2.4" |
|
}, |
|
{ |
|
"text": "In this archive, there are over 20M user comments from 2007-2019, written mostly in Croatian. All comments were gathered from 24sata, the biggest Croatian news publisher, owned by Styria Media Group. Each comment is given with the ID of the news article where it was posted and with multilabel moderation information corresponding to the rules of 24sata's moderation policy (see Shekhar et al., 2020) . The dataset is publicly available in CLARIN. 34", |
|
"cite_spans": [ |
|
{ |
|
"start": 379, |
|
"end": 400, |
|
"text": "Shekhar et al., 2020)", |
|
"ref_id": "BIBREF33" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "24sata Comment Archive (in Croatian)", |
|
"sec_num": "3.3.3" |
|
}, |
|
{ |
|
"text": "EventRegistry (Leban et al., 2014) , which is a news intelligence platform aiming to empower organizations to keep track of world events and analyze their impact, provided free access to their data for hackathon participants. Datasets relevant to the hackathon have also been made available for academic use by the Finnish broadcasting company Yle in Finnish 35 and in Swedish 36 .", |
|
"cite_spans": [ |
|
{ |
|
"start": 14, |
|
"end": 34, |
|
"text": "(Leban et al., 2014)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Other News Datasets", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "Sample news media challenge addressed in the EM-BEDDIA project come from three different areas: news analysis, news comments analysis, and article and headline generation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Challenges", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "The EMBEDDIA datasets from Ekspress Meedia, Latvian Delfi and 24sata contain articles together with keywords assigned by journalists (see Section 3.2.1). The project has produced several stateof-the-art approaches for automatic keyword extraction on these datasets (see Section 2.2.1). The challenge consists of providing alternative methods to achieve the most accurate keyword extraction and compare with our results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Keyword Extraction", |
|
"sec_num": "4.1.1" |
|
}, |
|
{ |
|
"text": "Journalists are very interested in identifying stories from cross-border countries, that attract a large number of readers and are \"special\". A journalist at Ekspress Meedia in Estonia gave the example of selecting news from Latvia that would be of interest to Estonian readers. Example topics include: drunk Estonians in Latvia, a person in Latvia living in a boat, stories from Latvia about topics that also interest Estonians (for example, alcohol taxes, newsworthy actions that take place near the border, certain public figures). At the moment it is easy to detect all the news from Latvia with the mentions of words \"Estonia\" or \"Estonians\", but the challenge is to identify a larger number of topics, e.g. scandals, deaths, gossip that might be somehow connected to Estonia, and news and stories that Estonians relate to (for example, when similar things have happened in Estonia or similar news has been popular there). Given the collection of news from two different countries (e.g. Estonia, Latvia, see Section 3.1), the task is to identify these special interesting news stories; 21 manually identified examples were provided (see Section 3.2.3).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Identifying Interesting News from Neighbouring Countries", |
|
"sec_num": "4.1.2" |
|
}, |
|
{ |
|
"text": "Media houses with large news articles collections are interested in analysing the reporting on certain topics to investigate changes over time. This can not only help them understand their reporting, but also help journalists to discover specific aspects related to these concepts. An example from a news media professional from Estonia is as follows: \"the doping affairs in sports regularly appear and for example for one of our skiers, a few years ago, we have already reported on a potential doping affair, but did not analyse it in depth. Few years later it has turned out that the sportsman was indeed involved in a doping affair. Having a better overview of doping related persons and topics over time, would be interesting for us.\" An even more straightforward application is the monitoring of politicians and parties; controversial topics are also of interest, as they can show general changes in society towards them.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Diachronic News Article Analysis", |
|
"sec_num": "4.1.3" |
|
}, |
|
{ |
|
"text": "Each of the media partners provided some people/parties/concepts of their interest. Examples are reported in Appendix A.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Diachronic News Article Analysis", |
|
"sec_num": "4.1.3" |
|
}, |
|
{ |
|
"text": "The EMBEDDIA datasets from Ekspress Meedia and 24sata contain comments with metadata showing the ones blocked by the moderators (see Section 3.3). In the case of the 24sata dataset, specific moderation policies exist with a list of reasons for blocking, and the metadata also shows which of the reasons applied. The policies are applied by humans, though, and therefore the metadata will reflect the way moderators actually behave, including making mistakes and showing biases. During the EMBEDDIA project, we have developed and evaluated multiple automatic filtering approaches on these datasets, which can be used off-the-shelf or can be re-trained or modified (see Section 2.3.1). The hackathon participants were invited to propose alternative comment filtering methods, to improve over the existing approaches, or apply them to other datasets; to use them to investigate how human moderators actually behave; and/or to investigate how to analyse, understand or use the outputs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Comment Moderation", |
|
"sec_num": "4.2.1" |
|
}, |
|
{ |
|
"text": "Each of the comment datasets available contains about 10 years of data. The EMEBDDIA project has developed and evaluated a range of classifiers that can detect useful information in comments and comment-like text (including sentiment, topic, author information etc; see Section 2.3). The participants were invited to use these and other methods to extract meaningful information from comment threads and develop new ways of presenting this information in a way that could be useful to a journalist or analyst. Example approaches given were summarizing topics, views and opinions; and detecting and summarizing constructive or positive comments, as an antidote to the negative comments so often focused on in NLP.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Comment Summarization", |
|
"sec_num": "4.2.2" |
|
}, |
|
{ |
|
"text": "Automatically Generated Articles Despite recent strides in neural natural language generation (NLG) methods, neural NLG methods are still prone to producing text that is not grounded in the input data. As such errors are catastrophic in news industry applications, most news generation systems continue to employ rule-based NLG methods. Such methods, however, lack to adequately handle the variety and fluency of expression. One potential solution would be to combine neural postprocessing with a rule-based NLG system. In this challenge, participants are provided with black box access to a rule-based NLG system that produces statistical news articles. A corpus of the produced news articles is also provided. 37 The challenge is to use automated post-processing methods to improve the fluency and grammaticality of the system's output without changing the meaning of the text.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Improving the Fluency of", |
|
"sec_num": "4.3.1" |
|
}, |
|
{ |
|
"text": "The system is multilingual (English and Finnish), and optimally the proposed solutions should be language-independent, taking advantage of e.g., multilingual word embeddings. At the same time, we also welcome monolingual solutions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Improving the Fluency of", |
|
"sec_num": "4.3.1" |
|
}, |
|
{ |
|
"text": "Headlines play an important role in news text, not only summarizing the most important information in the underlying news text, but also presenting it in a light that is likely to entice the reader to engage with the larger text. In this challenge, the participants are invited to create headlines for automatically generated articles (see Section 4.3.1).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Headline Generation", |
|
"sec_num": "4.3.2" |
|
}, |
|
{ |
|
"text": "Six teams with 24 members in total participated in the hackathon during 1-19 February 2021. The challenges described in Section 4 were offered to the teams as examples of interesting problems in the area of news media analysis and generation. The teams had, however, the freedom to choose and formulate their own aims for the hackathon. Likewise, they were offered the data, tools and models described above.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The hackathon was organized online, with three joint events to kick off the activities, to meet and talk about the ongoing work halfway, and to wrap up the work at the end. Ample support on tools, models, data and challenges was provided by the EMBEDDIA experts via several channels.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The six teams all picked up different challenges and set themselves specific goals. Reports from five teams are included in these proceedings.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Three teams worked on news content analysis:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u2022 One team developed a COVID-19 news dashboard to visualise sentiment in pandemicrelated news. The dashboard uses a multilingual BERT model to analyze news headlines in different languages across Europe (Robertson et al., 2021) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 203, |
|
"end": 227, |
|
"text": "(Robertson et al., 2021)", |
|
"ref_id": "BIBREF30" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u2022 Methods for cross-border news discovery were developed by another team using multilingual topic models. Their tool discovers Latvian news that could interest Estonian readers (Koloski et al., 2021b ).", |
|
"cite_spans": [ |
|
{ |
|
"start": 177, |
|
"end": 199, |
|
"text": "(Koloski et al., 2021b", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u2022 A third team used sentiment and viewpoint analysis to study attitudes related to LGBTIQ+ in Slovenian news. Their results suggest that political affiliation of media outlets can affect sentiment towards and framing of LGBTIQ+specific topics (Martinc et al., 2021) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 243, |
|
"end": 265, |
|
"text": "(Martinc et al., 2021)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Two teams looked at different challenges related to comment analysis:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u2022 One team automated news comment moderation. They compiled and labeled a dataset of English news and social posts, and experimented with cross-lingual transfer of comment labels from English and subsequent supervised machine learning on Croatian and Estonian news comments (Koren\u010di\u0107 et al., 2021) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 274, |
|
"end": 297, |
|
"text": "(Koren\u010di\u0107 et al., 2021)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u2022 Another team looked at the diversity of news comment recommendations, motivated by democratic debate. They implemented a novel metric based on theories of democracy and used it to compare recommendation strategies of New York Times comments in English (Reuver and Mattis, 2021) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 254, |
|
"end": 279, |
|
"text": "(Reuver and Mattis, 2021)", |
|
"ref_id": "BIBREF29" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "Finally, one team worked on a generation task:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "\u2022 The team experimented with several methods for generating headlines, given the contents of a news story. They found that headlines formulated as questions about the story's content tend to be both informative and enticing.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Hackathon Contributions", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "This paper presents the contributions of the EM-BEDDIA project, including a large variety of tools, new datasets of news articles and comments from the media partners, as well as challenges that were proposed to the participants of the EACL 2021 Hackathon on News Media Content Analysis and Automated Report Generation. The hackathon had six participating teams who addressed different challenges, either from the list of proposed challenges or their own news-industry-related tasks. In the future, the tools and resources described can be used for a large variety of new experiments, and we hope that the proposed challenges will be addressed by the wider NLP research community.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "https://docs.texta.ee/ 5 https://cf3.ijs.si/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://huggingface.co/EMBEDDIA/ crosloengual-bert 7 https://huggingface.co/EMBEDDIA/ finest-bert 8 https://github.com/EMBEDDIA/tnt_kid", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/EMBEDDIA/RaKUn 10 https://github.com/EMBEDDIA/stackedner 11 https://github.com/EMBEDDIA/semantic_ shift_detection", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://hdl.handle.net/11356/1408 24 http://hdl.handle.net/11356/1409 25 http://hdl.handle.net/11356/1410", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://hdl.handle.net/11356/1403 29 http://hdl.handle.net/11356/1342 30 https://github.com/EMBEDDIA/ interesting-cross-border-news-discovery 31 https://github.com/EMBEDDIA/embeddianlg-output-corpus", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://hdl.handle.net/11356/1401 33 http://hdl.handle.net/11356/1407 34 http://hdl.handle.net/11356/1399 35 https://korp.csc.fi/download/YLE/fi/ 2011-2018-src/ 36 https://korp.csc.fi/download/YLE/sv/ 2012-2018-src/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/EMBEDDIA/embeddianlg-output-corpus", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "This work has been supported by the European Union's Horizon 2020 research and innovation program under grant 825153 (EMBEDDIA).We would like to thank EventRegistry for providing free access to their data for hackathon participants.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "News Article Analysis ChallengeFor the challenge described in Section 4.1.3, each of the media partners provided some people/parties/concepts of their interest. These include the following. Political parties:\u2022 Estonian (Eskpress meedia): Reformierakond, EKRE, Keskerakond\u2022 Finnish (STT) 38 : Suomen Sosialidemokraattinen Puolue, demarit, SDP, (sd.); Kokoomus, (kok.); Keskusta, (kesk.); Perussuomalaiset, (ps.); Kristillisdemokraatit, KD, (kd.)\u2022 Croatian: Hrvatska demokratska zajednica (HDZ), Socijaldemokratska partija Hrvatske (SDP), Hrvatska narodna stranka (HNS), Most nezavisnih lista (MOST)Popular people:38 The names without brackets are names the parties use and the abbreviation inside brackets is the way to mark a mp's / other person's political party within a text. For example Jussi Halla-aho (ps.) said that- Interesting topics were selected for all three languages to allow also cross-lingual comparisons:-corona crisis, pandemics: Estonian: Koroonakriis, pandeemia; Finnish: korona, koronakriisi, pandemia, koronapandemia; Croatian: korona, koronavirus, korona kriza, pandemija, korona pandemija -same sex rights, registered partnership act, marriage referendum: Estonian:samasooliste \u00f5igused, kooseluseadus, abielureferendum; Finnish: tasa-arvoinen avioliitto, rekister\u00f6ity parisuhde; Croatian: referendum o braku, \u017eivotno partnerstvo, civilno partnerstvo -financial knowledge, savings, investing, pension: Estonian: rahatarkus, s\u00e4\u00e4stmine, investeerimine, pension; Finnish: sijoittaminen, piensijoittaja, s\u00e4\u00e4st\u00e4minen, el\u00e4ke, el\u00e4kkeet; Croatian: ulaganje, investiranje, mali ulaga\u010di, dionice, u\u0161tedevina, mirovina, penzija -doping: same word in Estonian/Finnish/Croatian.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Entities of Interest for Diachronic", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "A Twitter tale of three hurricanes: Harvey, Irma, and Maria", |
|
"authors": [ |
|
{ |
|
"first": "Ferda", |
|
"middle": [], |
|
"last": "References Firoj Alam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Muhammad", |
|
"middle": [], |
|
"last": "Ofli", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Imran", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Aupetit", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proc. of ISCRAM", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "References Firoj Alam, Ferda Ofli, Muhammad Imran, and Michael Aupetit. 2018. A Twitter tale of three hurri- canes: Harvey, Irma, and Maria. Proc. of ISCRAM, Rochester, USA.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Computational generation of slogans", |
|
"authors": [ |
|
{ |
|
"first": "Khalid", |
|
"middle": [], |
|
"last": "Alnajjar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hannu", |
|
"middle": [], |
|
"last": "Toivonen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Natural Language Engineering", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--33", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1017/S1351324920000236" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Khalid Alnajjar and Hannu Toivonen. 2020. Compu- tational generation of slogans. Natural Language Engineering, First View:1-33.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "Dynamic topic models", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "David", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "John D", |
|
"middle": [], |
|
"last": "Blei", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Lafferty", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proceedings of the 23rd international conference on Machine learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "113--120", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David M Blei and John D Lafferty. 2006. Dynamic topic models. In Proceedings of the 23rd interna- tional conference on Machine learning, pages 113- 120.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Alleviating digitization errors in named entity recognition for historical documents", |
|
"authors": [ |
|
{ |
|
"first": "Emanuela", |
|
"middle": [], |
|
"last": "Boros", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ahmed", |
|
"middle": [], |
|
"last": "Hamdi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elvys", |
|
"middle": [ |
|
"Linhares" |
|
], |
|
"last": "Pontes", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Luis", |
|
"middle": [ |
|
"Adri\u00e1n" |
|
], |
|
"last": "Cabrera-Diego", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jose", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Moreno", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nicolas", |
|
"middle": [], |
|
"last": "Sidere", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Antoine", |
|
"middle": [], |
|
"last": "Doucet", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the 24th Conference on Computational Natural Language Learning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "431--441", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/2020.conll-1.35" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Emanuela Boros, Ahmed Hamdi, Elvys Lin- hares Pontes, Luis Adri\u00e1n Cabrera-Diego, Jose G. Moreno, Nicolas Sidere, and Antoine Doucet. 2020. Alleviating digitization errors in named entity recognition for historical documents. In Proceedings of the 24th Conference on Computa- tional Natural Language Learning, pages 431-441, Online. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "Annotated news corpora and a lexicon for sentiment analysis in Slovene. Language Resources and Evaluation", |
|
"authors": [ |
|
{ |
|
"first": "Joze", |
|
"middle": [], |
|
"last": "Bu\u010dar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Martin", |
|
"middle": [], |
|
"last": "\u017dnidarsic", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janez", |
|
"middle": [], |
|
"last": "Povh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "", |
|
"volume": "52", |
|
"issue": "", |
|
"pages": "895--919", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Joze Bu\u010dar, Martin \u017dnidarsic, and Janez Povh. 2018. Annotated news corpora and a lexicon for sentiment analysis in Slovene. Language Resources and Eval- uation, 52:895-919.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "BERT: Pre-training of deep bidirectional transformers for language understanding", |
|
"authors": [ |
|
{ |
|
"first": "Jacob", |
|
"middle": [], |
|
"last": "Devlin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ming-Wei", |
|
"middle": [], |
|
"last": "Chang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kenton", |
|
"middle": [], |
|
"last": "Lee", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kristina", |
|
"middle": [], |
|
"last": "Toutanova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "4171--4186", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language under- standing. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Tech- nologies, Volume 1 (Long and Short Papers), pages 4171-4186.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Extending neural keyword extraction with TF-IDF tagset matching", |
|
"authors": [ |
|
{ |
|
"first": "Boshko", |
|
"middle": [], |
|
"last": "Koloski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Martinc", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation. Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Boshko Koloski, Senja Pollak, Bla\u017e \u0160krlj, and Matej Martinc. 2021a. Extending neural keyword extrac- tion with TF-IDF tagset matching. In Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation. Associ- ation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Interesting cross-border news discovery using crosslingual article linking and document similarity", |
|
"authors": [ |
|
{ |
|
"first": "Boshko", |
|
"middle": [], |
|
"last": "Koloski", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elaine", |
|
"middle": [], |
|
"last": "Zosa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Timen", |
|
"middle": [], |
|
"last": "Stepi\u0161nik-Perdih", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tarmo", |
|
"middle": [], |
|
"last": "Paju", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Boshko Koloski, Elaine Zosa, Timen Stepi\u0161nik-Perdih, Bla\u017e \u0160krlj, Tarmo Paju, and Senja Pollak. 2021b. In- teresting cross-border news discovery using cross- lingual article linking and document similarity. In Proceedings of the EACL Hackashop on News Me- dia Content Analysis and Automated Report Gener- ation. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "To block or not to block: Experiments with machine learning for news comment moderation", |
|
"authors": [ |
|
{ |
|
"first": "Damir", |
|
"middle": [], |
|
"last": "Koren\u010di\u0107", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ipek", |
|
"middle": [], |
|
"last": "Baris", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eugenia", |
|
"middle": [], |
|
"last": "Fernandez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Katarina", |
|
"middle": [], |
|
"last": "Leuschel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Eva S\u00e1nchez", |
|
"middle": [], |
|
"last": "Salido", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation. Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Damir Koren\u010di\u0107, Ipek Baris, Eugenia Fernandez, Kata- rina Leuschel, and Eva S\u00e1nchez Salido. 2021. To block or not to block: Experiments with machine learning for news comment moderation. In Proceed- ings of the EACL Hackashop on News Media Con- tent Analysis and Automated Report Generation. As- sociation for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "ClowdFlows: A cloud based scientific workflow platform", |
|
"authors": [ |
|
{ |
|
"first": "Janez", |
|
"middle": [], |
|
"last": "Kranjc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vid", |
|
"middle": [], |
|
"last": "Podpe\u010dan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nada", |
|
"middle": [], |
|
"last": "Lavra\u010d", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Machine Learning and Knowledge Discovery in Databases", |
|
"volume": "7524", |
|
"issue": "", |
|
"pages": "816--819", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Janez Kranjc, Vid Podpe\u010dan, and Nada Lavra\u010d. 2012. ClowdFlows: A cloud based scientific workflow platform. In Peter A. Flach, Tijl Bie, and Nello Cristianini, editors, Machine Learning and Knowl- edge Discovery in Databases, volume 7524 of Lec- ture Notes in Computer Science, pages 816-819.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Adaptation of Deep Bidirectional Multilingual Transformers for Russian Language", |
|
"authors": [ |
|
{ |
|
"first": "Yuri", |
|
"middle": [], |
|
"last": "Kuratov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mikhail", |
|
"middle": [], |
|
"last": "Arkhipov", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yuri Kuratov and Mikhail Arkhipov. 2019. Adapta- tion of Deep Bidirectional Multilingual Transform- ers for Russian Language. arXiv cs.CL. Preprint: 1905.07213.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Event registry: learning about world events from news", |
|
"authors": [ |
|
{ |
|
"first": "Gregor", |
|
"middle": [], |
|
"last": "Leban", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Blaz", |
|
"middle": [], |
|
"last": "Fortuna", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Janez", |
|
"middle": [], |
|
"last": "Brank", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marko", |
|
"middle": [], |
|
"last": "Grobelnik", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proceedings of the 23rd International Conference on World Wide Web", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "107--110", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Gregor Leban, Blaz Fortuna, Janez Brank, and Marko Grobelnik. 2014. Event registry: learning about world events from news. In Proceedings of the 23rd International Conference on World Wide Web, pages 107-110.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Data-driven news generation for automated journalism", |
|
"authors": [ |
|
{ |
|
"first": "Leo", |
|
"middle": [], |
|
"last": "Lepp\u00e4nen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Myriam", |
|
"middle": [], |
|
"last": "Munezero", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Granroth-Wilding", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hannu", |
|
"middle": [], |
|
"last": "Toivonen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 10th International Conference on Natural Language Generation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "188--197", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Leo Lepp\u00e4nen, Myriam Munezero, Mark Granroth- Wilding, and Hannu Toivonen. 2017. Data-driven news generation for automated journalism. In Pro- ceedings of the 10th International Conference on Natural Language Generation, pages 188-197.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "The FRENK Datasets of Socially Unacceptable Discourse in Slovene and English", |
|
"authors": [ |
|
{ |
|
"first": "Nikola", |
|
"middle": [], |
|
"last": "Ljube\u0161i\u0107", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Darja", |
|
"middle": [], |
|
"last": "Fi\u0161er", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Toma\u017e", |
|
"middle": [], |
|
"last": "Erjavec", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "International Conference on Text, Speech, and Dialogue", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "103--114", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nikola Ljube\u0161i\u0107, Darja Fi\u0161er, and Toma\u017e Erjavec. 2019. The FRENK Datasets of Socially Unacceptable Dis- course in Slovene and English. In International Con- ference on Text, Speech, and Dialogue, pages 103- 114. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Playing with Words at the National Library of Sweden -Making a Swedish BERT", |
|
"authors": [ |
|
{ |
|
"first": "Martin", |
|
"middle": [], |
|
"last": "Malmsten", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Love", |
|
"middle": [], |
|
"last": "B\u00f6rjeson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Chris", |
|
"middle": [], |
|
"last": "Haffenden", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Martin Malmsten, Love B\u00f6rjeson, and Chris Haffenden. 2020. Playing with Words at the National Library of Sweden -Making a Swedish BERT. arXiv cs.CL. Preprint: 2007.01658.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Leveraging contextual embeddings for detecting diachronic semantic shift", |
|
"authors": [ |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Martinc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Petra", |
|
"middle": [ |
|
"Kralj" |
|
], |
|
"last": "Novak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1912.01072" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matej Martinc, Petra Kralj Novak, and Senja Pollak. 2019a. Leveraging contextual embeddings for de- tecting diachronic semantic shift. arXiv preprint arXiv:1912.01072.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "EMBEDDIA hackathon report: Automatic sentiment and viewpoint analysis of Slovenian news corpus on the topic of LGBTIQ+", |
|
"authors": [ |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Martinc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nina", |
|
"middle": [], |
|
"last": "Perger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andra\u017e", |
|
"middle": [], |
|
"last": "Pelicon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Ul\u010dar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andreja", |
|
"middle": [], |
|
"last": "Vezovnik", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matej Martinc, Nina Perger, Andra\u017e Pelicon, Matej Ul\u010dar, Andreja Vezovnik, and Senja Pollak. 2021. EMBEDDIA hackathon report: Automatic senti- ment and viewpoint analysis of Slovenian news cor- pus on the topic of LGBTIQ+. In Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Fake or not: Distinguishing between bots, males and females", |
|
"authors": [ |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Martinc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Blaz", |
|
"middle": [], |
|
"last": "Skrlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "CLEF (Working Notes)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matej Martinc, Blaz Skrlj, and Senja Pollak. 2019b. Fake or not: Distinguishing between bots, males and females. In CLEF (Working Notes).", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Tntkid: Transformer-based neural tagger for keyword identification", |
|
"authors": [ |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Martinc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:2003.09166" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matej Martinc, Bla\u017e \u0160krlj, and Senja Pollak. 2020. Tnt- kid: Transformer-based neural tagger for keyword identification. arXiv preprint arXiv:2003.09166.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Polylingual topic models", |
|
"authors": [ |
|
{ |
|
"first": "David", |
|
"middle": [], |
|
"last": "Mimno", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hanna", |
|
"middle": [], |
|
"last": "Wallach", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jason", |
|
"middle": [], |
|
"last": "Naradowsky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "David", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Smith", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Mccallum", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proceedings of the 2009 conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "880--889", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "David Mimno, Hanna Wallach, Jason Naradowsky, David A Smith, and Andrew McCallum. 2009. Polylingual topic models. In Proceedings of the 2009 conference on Empirical Methods in Natural Language Processing, pages 880-889.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Multilingual twitter sentiment classification: The role of human annotators", |
|
"authors": [ |
|
{ |
|
"first": "Igor", |
|
"middle": [], |
|
"last": "Mozeti\u010d", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Miha", |
|
"middle": [], |
|
"last": "Gr\u010dar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jasmina", |
|
"middle": [], |
|
"last": "Smailovi\u0107", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "PLOS ONE", |
|
"volume": "11", |
|
"issue": "5", |
|
"pages": "1--26", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1371/journal.pone.0155036" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Igor Mozeti\u010d, Miha Gr\u010dar, and Jasmina Smailovi\u0107. 2016. Multilingual twitter sentiment classification: The role of human annotators. PLOS ONE, 11(5):1- 26.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Crosslingual Name Tagging and Linking for 282 Languages", |
|
"authors": [ |
|
{ |
|
"first": "Xiaoman", |
|
"middle": [], |
|
"last": "Pan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Boliang", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jonathan", |
|
"middle": [], |
|
"last": "May", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joel", |
|
"middle": [], |
|
"last": "Nothman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kevin", |
|
"middle": [], |
|
"last": "Knight", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Heng", |
|
"middle": [], |
|
"last": "Ji", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "1946--1958", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/P17-1178" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Xiaoman Pan, Boliang Zhang, Jonathan May, Joel Nothman, Kevin Knight, and Heng Ji. 2017. Cross- lingual Name Tagging and Linking for 282 Lan- guages. In Proceedings of the 55th Annual Meet- ing of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1946-1958, Van- couver, Canada. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Zero-shot learning for cross-lingual news sentiment classification", |
|
"authors": [ |
|
{ |
|
"first": "Andra\u017e", |
|
"middle": [], |
|
"last": "Pelicon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marko", |
|
"middle": [], |
|
"last": "Pranji\u0107", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dragana", |
|
"middle": [], |
|
"last": "Miljkovi\u0107", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Applied Sciences", |
|
"volume": "10", |
|
"issue": "17", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Andra\u017e Pelicon, Marko Pranji\u0107, Dragana Miljkovi\u0107, Bla\u017e \u0160krlj, and Senja Pollak. 2020. Zero-shot learn- ing for cross-lingual news sentiment classification. Applied Sciences, 10(17):5993.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Zero-shot cross-lingual content filtering: Offensive language and hate speech detection", |
|
"authors": [ |
|
{ |
|
"first": "Andra\u017e", |
|
"middle": [], |
|
"last": "Pelicon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ravi", |
|
"middle": [], |
|
"last": "Shekhar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Martinc", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matthew", |
|
"middle": [], |
|
"last": "Purver", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Andra\u017e Pelicon, Ravi Shekhar, Matej Martinc, Bla\u017e \u0160krlj, Matthew Purver, and Senja Pollak. 2021a. Zero-shot cross-lingual content filtering: Offensive language and hate speech detection. In Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Investigating cross-lingual training for offensive language detection", |
|
"authors": [ |
|
{ |
|
"first": "Andra\u017e", |
|
"middle": [], |
|
"last": "Pelicon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ravi", |
|
"middle": [], |
|
"last": "Shekhar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matthew", |
|
"middle": [], |
|
"last": "Purver", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Andra\u017e Pelicon, Ravi Shekhar, Bla\u017e \u0160krlj, Matthew Purver, and Senja Pollak. 2021b. Investigating cross-lingual training for offensive language detec- tion. Submitted, to appear.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "From \"information\" to \"knowing\": Exploring the role of social media in contemporary news consumption", |
|
"authors": [ |
|
{ |
|
"first": "Iryna", |
|
"middle": [], |
|
"last": "Pentina", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Tarafdar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Comput. Hum. Behav", |
|
"volume": "35", |
|
"issue": "", |
|
"pages": "211--223", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Iryna Pentina and M. Tarafdar. 2014. From \"informa- tion\" to \"knowing\": Exploring the role of social me- dia in contemporary news consumption. Comput. Hum. Behav., 35:211-223.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Massively Multilingual Transfer for NER", |
|
"authors": [ |
|
{ |
|
"first": "Afshin", |
|
"middle": [], |
|
"last": "Rahimi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuan", |
|
"middle": [], |
|
"last": "Li", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Trevor", |
|
"middle": [], |
|
"last": "Cohn", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "151--164", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Afshin Rahimi, Yuan Li, and Trevor Cohn. 2019. Mas- sively Multilingual Transfer for NER. In Proceed- ings of the 57th Annual Meeting of the Association for Computational Linguistics, pages 151-164, Flo- rence, Italy. Association for Computational Linguis- tics.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Overview of the 7th author profiling task at pan 2019: bots and gender profiling in Twitter", |
|
"authors": [ |
|
{ |
|
"first": "Francisco", |
|
"middle": [], |
|
"last": "Rangel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Paolo", |
|
"middle": [], |
|
"last": "Rosso", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Working Notes Papers of the CLEF 2019 Evaluation Labs Volume 2380 of CEUR Workshop", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Francisco Rangel and Paolo Rosso. 2019. Overview of the 7th author profiling task at pan 2019: bots and gender profiling in Twitter. In Working Notes Papers of the CLEF 2019 Evaluation Labs Volume 2380 of CEUR Workshop.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Implementing evaluation metrics based on theories of democracy in news comment recommendation (Hackathon report)", |
|
"authors": [ |
|
{ |
|
"first": "Myrthe", |
|
"middle": [], |
|
"last": "Reuver", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Nicolas", |
|
"middle": [], |
|
"last": "Mattis", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation. Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Myrthe Reuver and Nicolas Mattis. 2021. Implement- ing evaluation metrics based on theories of democ- racy in news comment recommendation (Hackathon report). In Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Re- port Generation. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "A COVID-19 news coverage mood map of Europe", |
|
"authors": [ |
|
{ |
|
"first": "Frankie", |
|
"middle": [], |
|
"last": "Robertson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jarkko", |
|
"middle": [], |
|
"last": "Lagus", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kaisla", |
|
"middle": [], |
|
"last": "Kajava", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Report Generation. Association for Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Frankie Robertson, Jarkko Lagus, and Kaisla Kajava. 2021. A COVID-19 news coverage mood map of Europe. In Proceedings of the EACL Hackashop on News Media Content Analysis and Automated Re- port Generation. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF31": { |
|
"ref_id": "b31", |
|
"title": "TeMoCo: A visualization tool for temporal analysis of multi-party dialogues in clinical settings", |
|
"authors": [ |
|
{ |
|
"first": "Shane", |
|
"middle": [], |
|
"last": "Sheehan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pierre", |
|
"middle": [], |
|
"last": "Albert", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Masood", |
|
"middle": [], |
|
"last": "Masoodian", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Saturnino", |
|
"middle": [], |
|
"last": "Luz", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "2019 IEEE 32nd International Symposium on Computer-Based Medical Systems (CBMS)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "690--695", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shane Sheehan, Pierre Albert, Masood Masoodian, and Saturnino Luz. 2019. TeMoCo: A visualization tool for temporal analysis of multi-party dialogues in clinical settings. In 2019 IEEE 32nd Interna- tional Symposium on Computer-Based Medical Sys- tems (CBMS), pages 690-695. IEEE.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "TeMoCo-Doc: A visualization for supporting temporal and contextual analysis of dialogues and associated documents", |
|
"authors": [ |
|
{ |
|
"first": "Shane", |
|
"middle": [], |
|
"last": "Sheehan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Saturnino", |
|
"middle": [], |
|
"last": "Luz", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pierre", |
|
"middle": [], |
|
"last": "Albert", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Masood", |
|
"middle": [], |
|
"last": "Masoodian", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the International Conference on Advanced Visual Interfaces, AVI '20", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1145/3399715.3399956" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Shane Sheehan, Saturnino Luz, Pierre Albert, and Ma- sood Masoodian. 2020. TeMoCo-Doc: A visualiza- tion for supporting temporal and contextual analysis of dialogues and associated documents. In Proceed- ings of the International Conference on Advanced Visual Interfaces, AVI '20, New York, NY, USA. As- sociation for Computing Machinery.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Automating News Comment Moderation with Limited Resources: Benchmarking in Croatian and Estonian", |
|
"authors": [ |
|
{ |
|
"first": "Ravi", |
|
"middle": [], |
|
"last": "Shekhar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marko", |
|
"middle": [], |
|
"last": "Pranji\u0107", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andra\u017e", |
|
"middle": [], |
|
"last": "Pelicon", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Matthew", |
|
"middle": [], |
|
"last": "Purver", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Journal for Language Technology and Computational Linguistics (JLCL)", |
|
"volume": "", |
|
"issue": "1", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ravi Shekhar, Marko Pranji\u0107, Senja Pollak, Andra\u017e Pelicon, and Matthew Purver. 2020. Automat- ing News Comment Moderation with Limited Re- sources: Benchmarking in Croatian and Estonian. Journal for Language Technology and Computa- tional Linguistics (JLCL), 34(1).", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "Rakun: Rank-based keyword extraction via unsupervised learning and meta vertex aggregation", |
|
"authors": [ |
|
{ |
|
"first": "Bla\u017e", |
|
"middle": [], |
|
"last": "\u0160krlj", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andra\u017e", |
|
"middle": [], |
|
"last": "Repar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Senja", |
|
"middle": [], |
|
"last": "Pollak", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Statistical Language and Speech Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "311--323", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Bla\u017e \u0160krlj, Andra\u017e Repar, and Senja Pollak. 2019. Rakun: Rank-based keyword extraction via unsu- pervised learning and meta vertex aggregation. In Statistical Language and Speech Processing, pages 311-323, Cham. Springer International Publishing.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Finnish news agency archive", |
|
"authors": [ |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Stt", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "source", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "STT. 2019. Finnish news agency archive 1992-2018, source (http://urn.fi/urn:nbn:fi:lb-2019041501).", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "Finnish News Agency Archive", |
|
"authors": [ |
|
{ |
|
"first": "Helsingin", |
|
"middle": [], |
|
"last": "Stt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Khalid", |
|
"middle": [], |
|
"last": "Alnajjar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1992, |
|
"venue": "CoNLL-U, source", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "STT, Helsingin yliopisto, and Khalid Alnajjar. 2020. Finnish News Agency Archive 1992-2018, CoNLL- U, source (http://urn.fi/urn:nbn:fi:lb-2020031201).", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "FinEst BERT and CroSloEngual BERT", |
|
"authors": [ |
|
{ |
|
"first": "Matej", |
|
"middle": [], |
|
"last": "Ul\u010dar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Marko", |
|
"middle": [], |
|
"last": "Robnik-\u0160ikonja", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "International Conference on Text, Speech, and Dialogue", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "104--111", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Matej Ul\u010dar and Marko Robnik-\u0160ikonja. 2020. FinEst BERT and CroSloEngual BERT. In International Conference on Text, Speech, and Dialogue, pages 104-111. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "Attention is all you need", |
|
"authors": [ |
|
{ |
|
"first": "Ashish", |
|
"middle": [], |
|
"last": "Vaswani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noam", |
|
"middle": [], |
|
"last": "Shazeer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Niki", |
|
"middle": [], |
|
"last": "Parmar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jakob", |
|
"middle": [], |
|
"last": "Uszkoreit", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Llion", |
|
"middle": [], |
|
"last": "Jones", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aidan", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Gomez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lukasz", |
|
"middle": [], |
|
"last": "Kaiser", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Illia", |
|
"middle": [], |
|
"last": "Polosukhin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1706.03762" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Lukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. arXiv preprint arXiv:1706.03762.", |
|
"links": null |
|
}, |
|
"BIBREF39": { |
|
"ref_id": "b39", |
|
"title": "Overview of the GermEval 2018 shared task on the identification of offensive language", |
|
"authors": [ |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Wiegand", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Melanie", |
|
"middle": [], |
|
"last": "Siegel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Josef", |
|
"middle": [], |
|
"last": "Ruppenhofer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the GermEval 2018 Workshop (Ger-mEval)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michael Wiegand, Melanie Siegel, and Josef Ruppen- hofer. 2018. Overview of the GermEval 2018 shared task on the identification of offensive language. In Proceedings of the GermEval 2018 Workshop (Ger- mEval).", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "Predicting the Type and Target of Offensive Posts in Social Media", |
|
"authors": [ |
|
{ |
|
"first": "Marcos", |
|
"middle": [], |
|
"last": "Zampieri", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Shervin", |
|
"middle": [], |
|
"last": "Malmasi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Preslav", |
|
"middle": [], |
|
"last": "Nakov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sara", |
|
"middle": [], |
|
"last": "Rosenthal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noura", |
|
"middle": [], |
|
"last": "Farra", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ritesh", |
|
"middle": [], |
|
"last": "Kumar", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of NAACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1415--1420", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marcos Zampieri, Shervin Malmasi, Preslav Nakov, Sara Rosenthal, Noura Farra, and Ritesh Kumar. 2019. Predicting the Type and Target of Offensive Posts in Social Media. In Proceedings of NAACL, pages 1415-1420.", |
|
"links": null |
|
}, |
|
"BIBREF41": { |
|
"ref_id": "b41", |
|
"title": "Multilingual dynamic topic model", |
|
"authors": [ |
|
{ |
|
"first": "Elaine", |
|
"middle": [], |
|
"last": "Zosa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Granroth-Wilding", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "Proceedings of the International Conference on Recent Advances in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1388--1396", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.26615/978-954-452-056-4_159" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Elaine Zosa and Mark Granroth-Wilding. 2019. Mul- tilingual dynamic topic model. In Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2019), pages 1388-1396, Varna, Bulgaria. INCOMA Ltd.", |
|
"links": null |
|
}, |
|
"BIBREF42": { |
|
"ref_id": "b42", |
|
"title": "A comparison of unsupervised methods for ad hoc cross-lingual document retrieval", |
|
"authors": [ |
|
{ |
|
"first": "Elaine", |
|
"middle": [], |
|
"last": "Zosa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mark", |
|
"middle": [], |
|
"last": "Granroth-Wilding", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Lidia", |
|
"middle": [], |
|
"last": "Pivovarova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Proceedings of the LREC 2020 Workshop on Cross-Language Search and Summarization of Text and Speech. European Language Resources Association (ELRA)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Elaine Zosa, Mark Granroth-Wilding, and Lidia Pivo- varova. 2020. A comparison of unsupervised meth- ods for ad hoc cross-lingual document retrieval. In Proceedings of the LREC 2020 Workshop on Cross- Language Search and Summarization of Text and Speech. European Language Resources Association (ELRA).", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"TABREF0": { |
|
"html": null, |
|
"type_str": "table", |
|
"text": "). 13 PDTM 14 (Polylingual Dynamic Topic Model, Zosa and Granroth-Wilding, 2019) is an extension of the Dynamic Topic Model (Blei and Lafferty, 2006) for multiple languages. This model can track the evolution of topics over time aligned across multiple languages.", |
|
"content": "<table/>", |
|
"num": null |
|
}, |
|
"TABREF3": { |
|
"html": null, |
|
"type_str": "table", |
|
"text": "This dataset is an archive of reader comments on the Ekspress Meedia news site from 2009-2019, containing approximately 31M comments, mostly in Estonian language, with some in Russian. The dataset is publicly available in CLARIN.32", |
|
"content": "<table><tr><td>3.3.1 Ekspress Meedia Comment Archive (in</td></tr><tr><td>Estonian and Russian)</td></tr><tr><td>3.3.2 Latvian Delfi Comment Archive (in</td></tr><tr><td>Latvian and Russian)</td></tr><tr><td>The dataset of Latvian Delfi, which belongs to Eks-</td></tr><tr><td>press Meedia Group, is an archive of reader com-</td></tr><tr><td>ments from the Delfi news site from 2014-2019,</td></tr><tr><td>containing approximately 12M comments, mostly</td></tr><tr><td>in Latvian language, with some in Russian. The</td></tr><tr><td>dataset is publicly available in CLARIN. 33</td></tr><tr><td>Three news comment datasets have been made pub-</td></tr><tr><td>licly available. To ensure privacy, user IDs in all</td></tr><tr><td>news comment datasets in this section have been</td></tr><tr><td>obfuscated, so they no longer correspond to the</td></tr><tr><td>original IDs on the publishers' systems. User IDs</td></tr><tr><td>for moderated comments have been removed.</td></tr></table>", |
|
"num": null |
|
} |
|
} |
|
} |
|
} |