File size: 1,732 Bytes
6021e27
 
ea4802f
 
 
 
 
 
 
700d9a9
 
 
6021e27
ea4802f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1193b8c
 
 
ea4802f
 
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
---
license: cc-by-nc-4.0
task_categories:
- text-generation
language:
- en
pretty_name: Public Amazon Press Release Dataset
size_categories:
- 1K<n<10K
configs:
- config_name: default
  data_files: 'data.jsonl.zst'
---

# amz-press-release

Public Amazon Press Release Dataset

## Dataset Description

This dataset contains data from Amazon News: http://amazon2022tf.q4web.com/news/default.aspx

## Dataset Structure

Each line in the downloaded data file is a JSON dictionary containing the following data.

```json
{
    "headline": "Amazon's Buy with Prime Increases Shopper Conversion by an Average of 25%",
    "url": "/news/news-details/2023/Amazons-Buy-with-Prime-Increases-Shopper-Conversion-by-an-Average-of-25/default.aspx",
    "seo_name": "Amazons-Buy-with-Prime-Increases-Shopper-Conversion-by-an-Average-of-25",
    "id": 4850,
    "date": "01/10/2023 08:00:00",
    "parsed_headline": "Amazon's Buy with Prime Increases Shopper Conversion by an Average of 25%",
    "parsed_date": "01/10/2023",
    "parsed_subheading_txt": "Previously available on an invite-only basis ...",
    "parsed_subheading_html": "<div><p><i>Previously available on an invite-only basis ... </i></p></div>",
    "parsed_body_txt": "SEATTLE--(BUSINESS WIRE)-- \nAmazon today announced that Buy with Prime ...",
    "parsed_body_html": "<p>SEATTLE--(BUSINESS WIRE)-- Amazon today announced that Buy with Prime ...</p>"
}
```

### Citation Information

```bibtex
@misc{amz-press-release,
  author = {Paul Greenberg},
  title = {Public Amazon Press Release Dataset},
  year = {2023},
  publisher = {Hugging Face},
  journal = {Hugging Face repository},
  howpublished = {\\url{https://huggingface.co/datasets/greenpau/amz-press-release}},
}
```