---
dataset_info:
  features:
  - name: Text 1
    dtype: string
  - name: Text 2
    dtype: string
  - name: Label
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 285532211
    num_examples: 73928
  - name: dev
    num_bytes: 18222482
    num_examples: 6288
  download_size: 131881405
  dataset_size: 303754693
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
license: unknown
---

# NEWS COPY

This dataset contains the trianing sets for the NEWS COPY dataset. Original source can be found at [Github](https://github.com/dell-research-harvard/NEWS-COPY). The license is unclear.

It contains the following data:

- Historical Newspapers

Evaluation datasets can be found at [chenghao/NEWS-COPY-eval](https://huggingface.co/datasets/chenghao/NEWS-COPY-eval/).

## Citation

```
@inproceedings{silcock-etal-2020-noise,
  title = "Noise-Robust De-Duplication at Scale",
  author = "Silcock, Emily and D'Amico-Wong, Luca and Yang, Jinglin and Dell, Melissa",
  booktitle = "International Conference on Learning Representations (ICLR)",
  year = "2023",
}
```