Jourdain commited on
Commit
e68ceba
·
verified ·
1 Parent(s): 43eb260

Initial upload: ERKG deduplication results (single table).

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: UkrainIA canonicalization
3
+ task_categories:
4
+ - Open Knowledge Graph Canonicalization
5
+ tags:
6
+ - entity-resolution
7
+ - knowledge-graphs
8
+ - deduplication
9
+ license: mit
10
+ ---
11
+
12
+ # Entity Duplicate Candidates
13
+
14
+ A dataset of candidate duplicate entity pairs with features and labels, sorted by `original`.
15
+
16
+ ## Columns
17
+ - **original** *(string)*: Source entity surface form.
18
+ - **candidate** *(string)*: Candidate entity surface form.
19
+ - **levenshtein** *(float/int)*: Levenshtein distance (or normalized score if applicable).
20
+ - **normalized** *(string/bool)*: Normalized surface form or flag (as in your source).
21
+ - **hashtag** *(string/bool)*: Hashtag feature (as in your source).
22
+ - **cossim_score** *(float)*: Cosine similarity between sentence embeddings.
23
+ - **len_shortest_path** *(int)*: Length of shortest path between entities in the KG (if any).
24
+ - **nb_shortest_path** *(int)*: Number of shortest paths.
25
+ - **is_duplicate** *(bool)*: Ground-truth label (True if the pair is a duplicate).
26
+
27
+ ```
data/ukrainia_deduplication_results ADDED
Binary file (82.8 kB). View file
 
ukrainia_deduplication_results ADDED
Binary file (82.8 kB). View file