Update README.md
Browse files
README.md
CHANGED
@@ -48,4 +48,25 @@ configs:
|
|
48 |
path: data/test-*
|
49 |
- split: val
|
50 |
path: data/val-*
|
|
|
51 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
path: data/test-*
|
49 |
- split: val
|
50 |
path: data/val-*
|
51 |
+
license: unknown
|
52 |
---
|
53 |
+
|
54 |
+
# NEWS COPY
|
55 |
+
|
56 |
+
This dataset contains the evaluation and test 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.
|
57 |
+
|
58 |
+
It contains the following data:
|
59 |
+
|
60 |
+
- Historical Newspapers
|
61 |
+
|
62 |
+
|
63 |
+
## Citation
|
64 |
+
|
65 |
+
```
|
66 |
+
@inproceedings{silcock-etal-2020-noise,
|
67 |
+
title = "Noise-Robust De-Duplication at Scale",
|
68 |
+
author = "Silcock, Emily and D'Amico-Wong, Luca and Yang, Jinglin and Dell, Melissa",
|
69 |
+
booktitle = "International Conference on Learning Representations (ICLR)",
|
70 |
+
year = "2023",
|
71 |
+
}
|
72 |
+
```
|