Datasets:
Tasks:
Sentence Similarity
Modalities:
Text
Formats:
json
Languages:
English
Size:
10M - 100M
ArXiv:
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,6 @@ An example from the HEADLINES dataset looks like:
|
|
42 |
"headline": "FRENCH AND BRITISH BATTLESHIPS IN MEXICAN WATERS",
|
43 |
"group_id": 4
|
44 |
"date": "May-14-1920",
|
45 |
-
"newspaper": "cuba-daylight",
|
46 |
"state": "kansas",
|
47 |
}
|
48 |
```
|
@@ -51,7 +50,6 @@ An example from the HEADLINES dataset looks like:
|
|
51 |
|
52 |
- `headline`: headline text.
|
53 |
- `date`: the date of publication of the newspaper article, as a string in the form mmm-DD-YYYY.
|
54 |
-
- `newspaper`: name of the newspaper that published the headline.
|
55 |
- `state`: state of the newspaper that published the headline.
|
56 |
- `group_id`: a number that is shared with all other headlines for the same article. This number is unique across all year files.
|
57 |
|
|
|
42 |
"headline": "FRENCH AND BRITISH BATTLESHIPS IN MEXICAN WATERS",
|
43 |
"group_id": 4
|
44 |
"date": "May-14-1920",
|
|
|
45 |
"state": "kansas",
|
46 |
}
|
47 |
```
|
|
|
50 |
|
51 |
- `headline`: headline text.
|
52 |
- `date`: the date of publication of the newspaper article, as a string in the form mmm-DD-YYYY.
|
|
|
53 |
- `state`: state of the newspaper that published the headline.
|
54 |
- `group_id`: a number that is shared with all other headlines for the same article. This number is unique across all year files.
|
55 |
|