jamescalam
commited on
Commit
•
b49c37b
1
Parent(s):
eb0f5a5
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,56 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- unknown
|
4 |
+
language_creators:
|
5 |
+
- unknown
|
6 |
+
languages:
|
7 |
+
- en
|
8 |
+
licenses:
|
9 |
+
- mit
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
+
source_datasets:
|
15 |
+
- unknown
|
16 |
+
task_categories:
|
17 |
+
- deduplication
|
18 |
+
task_ids:
|
19 |
+
- deduplication
|
20 |
+
- natural-language-inference
|
21 |
+
- semantic-similarity-scoring
|
22 |
+
- text-scoring
|
23 |
+
pretty_name: CORE Deduplication of Scholarly Documents
|
24 |
---
|
25 |
+
|
26 |
+
# Dataset Card for CORE Deduplication
|
27 |
+
|
28 |
+
## Dataset Description
|
29 |
+
|
30 |
+
- **Homepage:** [https://core.ac.uk/about/research-outputs](https://core.ac.uk/about/research-outputs)
|
31 |
+
- **Repository:** [https://core.ac.uk/datasets/core_2020-05-10_deduplication.zip](https://core.ac.uk/datasets/core_2020-05-10_deduplication.zip)
|
32 |
+
- **Paper:** [Deduplication of Scholarly Documents using Locality Sensitive Hashing and Word Embeddings](http://oro.open.ac.uk/id/eprint/70519)
|
33 |
+
- **Point of Contact:** [CORE Team](https://core.ac.uk/about#contact)
|
34 |
+
- **Size of downloaded dataset files:** 204 MB
|
35 |
+
|
36 |
+
### Dataset Summary
|
37 |
+
|
38 |
+
CORE 2020 Deduplication dataset (https://core.ac.uk/documentation/dataset) contains 100K scholarly documents labeled as duplicates/non-duplicates.
|
39 |
+
|
40 |
+
### Languages
|
41 |
+
|
42 |
+
The dataset language is English (BCP-47 `en`)
|
43 |
+
|
44 |
+
### Citation Information
|
45 |
+
|
46 |
+
```
|
47 |
+
@inproceedings{dedup2020,
|
48 |
+
title={Deduplication of Scholarly Documents using Locality Sensitive Hashing and Word Embeddings},
|
49 |
+
author={Gyawali, Bikash and Anastasiou, Lucas and Knoth, Petr},
|
50 |
+
booktitle = {Proceedings of 12th Language Resources and Evaluation Conference},
|
51 |
+
month = may,
|
52 |
+
year = 2020,
|
53 |
+
publisher = {France European Language Resources Association},
|
54 |
+
pages = {894-903}
|
55 |
+
}
|
56 |
+
```
|