Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
json
Languages:
English
Size:
10M - 100M
ArXiv:
DOI:
License:
File size: 5,489 Bytes
791a609 8aee3a9 791a609 8aee3a9 3edc61c f3577b1 8aee3a9 3edc61c e321f1e 3edc61c e321f1e 3edc61c 9bb1336 3edc61c e321f1e 3edc61c dcdb08b 3edc61c e321f1e 3edc61c f38b459 3edc61c 1ea2ba1 3edc61c e321f1e 3edc61c 8aee3a9 3edc61c 7f61fc6 8aee3a9 7f61fc6 8aee3a9 3edc61c 8aee3a9 4319bbe 8aee3a9 1278f36 3edc61c 8aee3a9 3edc61c 8aee3a9 3edc61c 1278f36 3edc61c 8aee3a9 3edc61c 8aee3a9 3edc61c 1278f36 3edc61c c8d3a31 1278f36 3edc61c 1278f36 3edc61c |
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 |
---
license: cc-by-2.0
task_categories:
- sentence-similarity
language:
- en
pretty_name: HEADLINES
size_categories:
- 100M<n<1B
---
# Dataset Card for HEADLINES
![headline_image_with_title.jpg](https://s3.amazonaws.com/moonup/production/uploads/61654589b5ec555e8e9c203a/fJiAy43PFD3FBa1aMSzHz.jpeg)
## Dataset Description
- **Homepage:** [Dell Research homepage](https://dell-research-harvard.github.io/)
- **Repository:** [Github repository](https://github.com/dell-research-harvard)
- **Paper:** [arxiv submission](https://arxiv.org/abs/tbd)
- **Point of Contact:** [Melissa Dell](mailto:[email protected])
#### Dataset Summary
HEADLINES is a massive English-language semantic similarity dataset, containing 396,001,930 pairs of different headlines for the same newspaper article, taken from historical U.S. newspapers, covering the period 1920-1989.
#### Languages
The text in the dataset is in English.
## Dataset Structure
Each year in the dataset is divided into a distinct file (eg. 1952_headlines.json), giving a total of 70 files.
The data is presented in the form of clusters, rather than pairs to eliminate duplication of text data and minimise the storage size of the datasets. Below we give an example of how to convert the dataset into pairs.
#### Dataset Instances
An example from the HEADLINES dataset looks like:
```python
{
"headline": "FRENCH AND BRITISH BATTLESHIPS IN MEXICAN WATERS",
"group_id": 4
"date": "May-14-1920",
"state": "kansas",
}
```
#### Dataset Fields
- `headline`: headline text.
- `date`: the date of publication of the newspaper article, as a string in the form mmm-DD-YYYY.
- `state`: state of the newspaper that published the headline.
- `group_id`: a number that is shared with all other headlines for the same article. This number is unique across all year files.
## Usage
The whole dataset can be easily downloaded using the `datasets` library.
```
from datasets import load_dataset
dataset_dict = load_dataset('dell-research-harvard/headlines-semantic-similarity')
```
If you just want to load specific files, you can specify these in the command.
```
from datasets import load_dataset
load_dataset(
'dell-research-harvard/headlines-semantic-similarity',
data_files=["1929_headlines.json", "1989_headlines.json"]
)
```
## Dataset Creation
### Source Data
The dataset was constructed using a large corpus of newly digitized articles from off-copyright, local U.S. newspapers.
Many of these newspapers reprint articles from newswires, such as the Associated Press, but the headlines are written locally.
The dataset comprises different headlines for the same article.
#### Initial Data Collection and Normalization
To construct HEADLINES, we digitize front pages of off-copyright newspaper page scans, localizing and OCRing individual content regions like headlines and articles. The headlines, bylines, and article texts that form full articles span multiple bounding boxes - often arranged with complex layouts - and we associate them using a model that combines layout information and language understanding. Then, we use neural methods to accurately predict which articles come from the same underlying source, in the presence of noise and abridgement.
We remove all headline pairs that are below a Levenshtein edit distance, divided by the min length in the pair, of 0.1 from each other, with the aim of removing pairs that are exact duplicates up to OCR noise.
#### Who are the source language producers?
The text data was originally produced by journalists of local U.S. newspapers.
### Annotations
The dataset does not contain any additional annotations.
### Personal and Sensitive Information
The dataset may contain information about individuals, to the extent that this is covered in the headlines of news stories. However we make no additional information about individuals publicly available.
### Data Description
The dataset contains 396,001,930 positive semantic similarity pairs, from 1920 to 1989.
![image (3).png](https://s3.amazonaws.com/moonup/production/uploads/61654589b5ec555e8e9c203a/vKeR-SEEfYte6ZZbdpaq3.png)
It contains headlines from all 50 states.
![map (1).png](https://s3.amazonaws.com/moonup/production/uploads/61654589b5ec555e8e9c203a/0WMdO8Fo1nfYiId4SlWaL.png)
## Considerations for Using the Data
### Social Impact of Dataset
The purpose of this dataset is to widen the range of language and topics for training semantic similarity models.
This will facilitate the study of semantic change across space and time.
Specific biases in the dataset are considered in the next section.
### Discussion of Biases
The headlines in the dataset may reflect attitudes and values from the period in which they were written, 1920-1989. This may include instances of racism, sexism and homophobia.
We also note that given that all the newspapers considered are from the U.S., the data is likely to present a Western perspective on the news stories of the day.
### Other Known Limitations
As the dataset is sourced from digitalised text, it contains some OCR errors.
## Additional information
### Licensing Information
HEADLINES is released under the Creative Commons CC-BY 2.0 license.
### Dataset curators
This dataset was created by Emily Silcock and Melissa Dell. For more information, see [Dell Research Harvard](https://dell-research-harvard.github.io/).
### Citation information
Citation coming soon.
|