File size: 6,735 Bytes
7839e5b
 
 
 
 
 
 
 
 
 
 
 
 
97ab0fa
 
 
40ff4fe
97ab0fa
 
 
 
48424c6
40ff4fe
97ab0fa
 
 
 
 
 
 
 
 
 
 
 
40ff4fe
 
 
 
733e8d6
97ab0fa
 
 
 
 
 
 
 
 
 
 
733e8d6
 
 
 
 
 
 
 
 
 
 
 
 
 
97ab0fa
 
 
733e8d6
97ab0fa
 
 
 
 
 
 
40ff4fe
 
 
 
 
733e8d6
 
40ff4fe
 
 
97ab0fa
 
 
 
 
 
48424c6
733e8d6
 
97ab0fa
 
 
 
 
 
40ff4fe
 
 
 
97ab0fa
 
 
40ff4fe
 
 
97ab0fa
 
 
40ff4fe
 
 
 
 
97ab0fa
 
 
 
40ff4fe
97ab0fa
 
 
 
 
 
40ff4fe
 
 
 
 
97ab0fa
 
 
 
 
 
40ff4fe
 
 
 
97ab0fa
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
---
task_categories:
- summarization
- text2text-generation
language:
- en
tags:
- science journalism
- style transfer
- text simplification
pretty_name: scitechnews
size_categories:
- 1K<n<10K
---


# Dataset Card for `scitechnews`

## Dataset Description

- **Repository:** [https://github.com/ronaldahmed/scitechnews]()
- **Paper:** [‘Don’t Get Too Technical with Me’: A Discourse Structure-Based Framework for Science Journalism]()
- **Point of Contact:** [Ronald Cardenas](mailto:ronald.cardenas@ed.ac.uk)

### Dataset Summary

The SciTechNews dataset consists of scientific papers paired with their corresponding
press release snippet mined from [ACM TechNews](https://technews.acm.org/).
ACM TechNews is a news aggregator that provides regular news digests about scientific achieve-
ments and technology in the areas of Computer Science, Engineering, Astrophysics, Biology, and
others.


### Supported Tasks and Leaderboards

This dataset was curated for the task of Science Journalism, a text-to-text task where the input is a scientific article and the output is a press release summary.
However, this release also include additional information of the press release and of the scientific article, such as
press release article body, title, authors' names and affiliations.

The science juornalism leaderboard is found [here]().


### Languages

English

## Dataset Structure


### Data Fields

```
{
	"id": String,          			 # unique ID
	"pr-title": String,    		 	 # Title as found in the ACMTECHNEWS website
	"pr-article": String,  			 # Press release article
	"pr-summary": String,  		 	 # Press release summary
	"sc-title": String,    		 	 # Title of scientific article
	"sc-abstract": String, 		 	 # Abstract of scientific article
	"sc-article": String,  			 # Concatenated abstract and sections of the scientific article
	"sc-sections": List[String], 	 # List of sections in the scientific article
	"sc-section_names": List[String] # List of section names
	"sc-authors": List[String] 		 # list of authors' name and affiliations, in the format '<name> | <affil>'
}
```

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.<br>
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.<br>
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.<br>
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{article_id,
  author    = {Author List},
  title     = {Dataset Paper Title},
  journal   = {Publication Venue},
  year      = {2525}
}
```