--- task_categories: - summarization - text2text-generation language: - en tags: - science journalism - style transfer - text simplification pretty_name: scitechnews size_categories: - 1K | ' } ``` Paragraphs in the press release articles (`pr-article`) and sections of the scientific article (`sc-sections`) are separated by `\n`. Data is not sentence or word tokenized.
Note that field `sc-article` includes the article's abstract as well as its sections. ### Example Instance ``` { "id": 37, "pr-title": "What's in a Developer's Name?", "pr-article": "In one of the most memorable speeches from William Shakespeare's play, Romeo and Juliet , Juliet ponders, \" What's in a name? That which...", "pr-summary": ""Researchers at the University of Waterloo's Cheriton School of Computer Science in Canada found a software developer's perceived race and ethnicity,...", "sc-title": On the Relationship Between the Developer's Perceptible Race and Ethnicity and the Evaluation of Contributions in OSS", "sc-abstract": "Context: Open Source Software (OSS) projects are typically the result of collective efforts performed by developers with different backgrounds...", "sc-articles": "Context: Open Source Software (OSS) projects are typically the result of .... In any line of work, diversity regarding race, gender, personality...", "sc-sections": ["In any line of work, diversity regarding race, gender, personality...","To what extent is the submitter's perceptible race and ethnicity related to...",...], "sc-section_names": ["INTRODUCTION", "RQ1:", "RQ2:", "RELATED WORK",...], "sc-authors": ["Reza Nadri | Cheriton School of Computer Science, University of Waterloo", "Gema Rodriguez Perez | Cheriton School of ...",...] } ``` ### Data Splits Number of instances in train/valid/test are 26,368/1431/1000.
Note that the training set has only press release data (`pr-*`), however splits validation and test do have all fields. ## Dataset Creation ### Curation Rationale *Science journalism* refers to producing journalistic content that covers topics related to different areas of scientific research. It plays an important role in fostering public understanding of science and its impact. However, the sheer volume of scientific literature makes it challenging for journalists to report on every significant discovery, potentially leaving many overlooked.
We construct a new open-access high-quality dataset for automatic science journalism that covers a wide range of scientific disciplines. ### Source Data Press release snippets are mined from ACM TechNews and their respective scientific articles are mined from reputed open-access journals and conference proceddings. #### Initial Data Collection and Normalization We collect archived TechNews snippets between 1999 and 2021 and link them with their respective press release articles. Then, we parse each news article for links to the scientific article it reports about. We discard samples where we find more than one link to scientific articles in the press release. Finally, the scientific articles are retrieved in PDF format and processed using [Grobid](https://github.com/kermitt2/grobid). Following collection strategies of previous scientific summarization datasets, section heading names are retrieved, and the article text is divided into sections. We also extract the title and all author names and affiliations. #### Who are the source language producers? All texts in this dataset (titles, summaries, and article bodies) were produced by humans. ## Considerations for Using the Data ### Social Impact of Dataset The task of automatic science journalism is intended to support journalists or the researchers themselves in writing high-quality journalistic content more efficiently and coping with information overload. For instance, a journalist could use the summaries generated by our systems as an initial draft and edit it for factual inconsistencies and add context if needed. Although we do not foresee the negative societal impact of the task or the accompanying data itself, we point at the general challenges related to factuality and bias in machine-generated texts, and call the potential users and developers of science journalism applications to exert caution and follow up-to-date ethical policies. ## Additional Information ### Dataset Curators - Ronald Cardenas, University of Edinburgh - Bingsheng Yao, Rensselaer Polytechnic Institute - Dakuo Wang, Northeastern University - Yufang Hou, IBM Research Ireland ### Citation Information Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example: ``` @article{cardenas2023dont, title={'Don't Get Too Technical with Me': A Discourse Structure-Based Framework for Science Journalism}, author={Ronald Cardenas and Bingsheng Yao and Dakuo Wang and Yufang Hou}, year={2023}, eprint={2310.15077}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```