trainMd commited on
Commit
bef983d
·
verified ·
1 Parent(s): bf50434

Publish Vietnamese business ER dataset v1.0.0

Browse files
README.md CHANGED
@@ -1,131 +1,28 @@
1
  ---
2
  language:
3
  - vi
4
- pretty_name: Vietnamese Business Entity Resolution Dataset — Lexical 85 / Embedding Rescue
5
  tags:
6
  - entity-resolution
7
  - record-linkage
8
- - tabular
9
- - synthetic
10
  - splink
11
- configs:
12
- - config_name: business_registry
13
- default: true
14
- data_files:
15
- - split: train
16
- path: hub/business_registry/train.csv
17
- - split: validation
18
- path: hub/business_registry/validation.csv
19
- - split: test
20
- path: hub/business_registry/test.csv
21
- - config_name: tax_registry
22
- data_files:
23
- - split: train
24
- path: hub/tax_registry/train.csv
25
- - split: validation
26
- path: hub/tax_registry/validation.csv
27
- - split: test
28
- path: hub/tax_registry/test.csv
29
- - config_name: inspection_record
30
- data_files:
31
- - split: train
32
- path: hub/inspection_record/train.csv
33
- - split: validation
34
- path: hub/inspection_record/validation.csv
35
- - split: test
36
- path: hub/inspection_record/test.csv
37
- - config_name: record_split_map
38
- data_files:
39
- - split: train
40
- path: hub/record_split_map/train.csv
41
- - split: validation
42
- path: hub/record_split_map/validation.csv
43
- - split: test
44
- path: hub/record_split_map/test.csv
45
- - config_name: ground_truth_entity_map
46
- data_files:
47
- - split: train
48
- path: hub/ground_truth_entity_map/train.csv
49
- - split: validation
50
- path: hub/ground_truth_entity_map/validation.csv
51
- - split: test
52
- path: hub/ground_truth_entity_map/test.csv
53
- - config_name: all_positive_pairs
54
- data_files:
55
- - split: train
56
- path: hub/all_positive_pairs/train.csv
57
- - split: validation
58
- path: hub/all_positive_pairs/validation.csv
59
- - split: test
60
- path: hub/all_positive_pairs/test.csv
61
- - config_name: evaluation_pairs
62
- data_files:
63
- - split: train
64
- path: hub/evaluation_pairs/train.csv
65
- - split: validation
66
- path: hub/evaluation_pairs/validation.csv
67
- - split: test
68
- path: hub/evaluation_pairs/test.csv
69
- - config_name: challenge_evaluation_pairs
70
- data_files:
71
- - split: train
72
- path: hub/challenge_evaluation_pairs/train.csv
73
- - split: validation
74
- path: hub/challenge_evaluation_pairs/validation.csv
75
- - split: test
76
- path: hub/challenge_evaluation_pairs/test.csv
77
- - config_name: record_generation_metadata
78
- data_files:
79
- - split: train
80
- path: hub/record_generation_metadata/train.csv
81
- - split: validation
82
- path: hub/record_generation_metadata/validation.csv
83
- - split: test
84
- path: hub/record_generation_metadata/test.csv
85
- - config_name: canonical_entity
86
- data_files:
87
- - split: train
88
- path: hub/canonical_entity/train.csv
89
- - split: validation
90
- path: hub/canonical_entity/validation.csv
91
- - split: test
92
- path: hub/canonical_entity/test.csv
93
- - config_name: canonical_entity_history
94
- data_files:
95
- - split: train
96
- path: hub/canonical_entity_history/train.csv
97
- - split: validation
98
- path: hub/canonical_entity_history/validation.csv
99
- - split: test
100
- path: hub/canonical_entity_history/test.csv
101
- - config_name: hard_negative_relationships
102
- data_files:
103
- - split: train
104
- path: hub/hard_negative_relationships/train.csv
105
- - split: validation
106
- path: hub/hard_negative_relationships/validation.csv
107
- - split: test
108
- path: hub/hard_negative_relationships/test.csv
109
  ---
110
 
111
  # Vietnamese Business Entity Resolution Dataset
112
 
113
- Synthetic three-source Vietnamese business records designed to separate lexical
114
- matching from multilingual semantic embedding rescue.
115
 
116
- ## Core benchmark design
117
 
118
- - Dataset version: `6.0.0-embedding-lift-controlled`
119
- - Canonical entities: 12,000
120
- - Observed records: 36,000
121
- - Positive pairs: 36,000
122
- - Designed lexical-positive share: 0.850
123
- - Semantic-only positive count: 5,400
124
- - Split by entity: train 70%, validation 15%, test 15%.
125
 
126
- `all_positive_pairs` is the blocking-recall reference. `evaluation_pairs` is the
127
- balanced main benchmark. `challenge_evaluation_pairs` is for robustness/error
128
- analysis and must not be used to choose the main threshold.
129
 
130
- Matching and `u/m` estimation may read only observed source tables, split control,
131
- and metadata contracts. Canonical/evaluation files contain generator truth.
 
1
  ---
2
  language:
3
  - vi
 
4
  tags:
5
  - entity-resolution
6
  - record-linkage
 
 
7
  - splink
8
+ - synthetic
9
+ - vietnamese
10
+ pretty_name: Vietnamese Business Entity Resolution — Embedding Lift Benchmark
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Vietnamese Business Entity Resolution Dataset
14
 
15
+ Synthetic benchmark for Vietnamese business entity resolution across three sources.
 
16
 
17
+ ## Dataset design
18
 
19
+ - Entities: 12,000
20
+ - Records: 36,000
21
+ - Sources: business_registry, tax_registry, inspection_record
22
+ - Split: 70% train, 15% validation, 15% test by entity
23
+ - Positive pair mix: 70% lexical, 20% semantic-only, 10% mixed/hard
 
 
24
 
25
+ ## Access boundary
 
 
26
 
27
+ Matching code may read only `observed/`, `control/`, and non-label metadata.
28
+ `evaluation/` and `canonical/` contain ground truth and are opened only after prediction.
canonical/canonical_entities.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f6da9ab9469a75b321649e9d11e542e57838943c0ba4ea3222db3066d5894b7
3
+ size 605533
control/record_split_map.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13903658e83145c62d3ddaed45d8d2d3522412de872931ca48dcd2e7edf2563
3
+ size 225114
evaluation/all_positive_pairs.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83479c2a758dc8faf1da93df81384ddf640f6f123c93e63f337804db6bb7dc57
3
+ size 324179
evaluation/ground_truth_entity_map.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3db99c85594a0ead708fd9c002a7769db4441af0f157aff6cdfc9108530f7ee
3
+ size 339595
evaluation/hard_negative_pairs.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eed50e9ab0a6bae8278b357b46bcde34716e9a4e6b8f8b911233f2684abeb30
3
+ size 40586
evaluation/record_generation_metadata.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64df1d8a6d82022743ca3980112211da670b19e71b5f815253b768b3972c934b
3
+ size 245709
metadata/dataset_metadata.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_version": "1.0.0",
3
+ "seed": 42,
4
+ "n_entities": 12000,
5
+ "n_records": 36000,
6
+ "sources": [
7
+ "business_registry",
8
+ "tax_registry",
9
+ "inspection_record"
10
+ ],
11
+ "split_weights": {
12
+ "train": 0.7,
13
+ "validation": 0.15,
14
+ "test": 0.15
15
+ },
16
+ "entity_scenario_shares": {
17
+ "lexical": 0.55,
18
+ "semantic_only": 0.3,
19
+ "mixed_hard": 0.15
20
+ },
21
+ "positive_pair_type_shares": {
22
+ "positive_lexical": 0.7,
23
+ "positive_semantic_only": 0.2,
24
+ "positive_mixed_hard": 0.1
25
+ },
26
+ "semantic_subtype_weights": {
27
+ "name_only": 0.3,
28
+ "address_only": 0.15,
29
+ "industry_only": 0.2,
30
+ "full_context": 0.2,
31
+ "multi_field": 0.15
32
+ },
33
+ "hard_negative_relationship_share": {
34
+ "negative_lexical_hard": 0.015,
35
+ "negative_semantic_hard": 0.015,
36
+ "negative_same_address": 0.012,
37
+ "negative_parent_branch": 0.012
38
+ },
39
+ "lexical_proxy_positive_recall": 0.7020277777777778,
40
+ "artifact_paths": [
41
+ "canonical/canonical_entities.parquet",
42
+ "control/record_split_map.parquet",
43
+ "evaluation/all_positive_pairs.parquet",
44
+ "evaluation/ground_truth_entity_map.parquet",
45
+ "evaluation/hard_negative_pairs.parquet",
46
+ "evaluation/record_generation_metadata.parquet",
47
+ "observed/business_registry.parquet",
48
+ "observed/inspection_record.parquet",
49
+ "observed/observed_records.parquet",
50
+ "observed/tax_registry.parquet"
51
+ ]
52
+ }
metadata/dataset_quality_report.csv ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ metric,group,value
2
+ total_entities,all,12000.0
3
+ total_records,all,36000.0
4
+ records_per_entity,all,3.0
5
+ lexical_proxy_positive_recall,all,0.7020277777777778
6
+ entity_split_share,train,0.6999166666666666
7
+ entity_split_share,validation,0.15025
8
+ entity_split_share,test,0.14983333333333335
9
+ records_by_source,business_registry,12000.0
10
+ records_by_source,tax_registry,12000.0
11
+ records_by_source,inspection_record,12000.0
12
+ missingness,business_name,0.015027777777777777
13
+ missingness,tax_code,0.2110277777777778
14
+ missingness,address,0.05011111111111111
15
+ missingness,representative_name,0.16927777777777778
16
+ missingness,industry,0.04605555555555556
17
+ positive_pair_type_share,positive_lexical,0.7
18
+ positive_pair_type_share,positive_semantic_only,0.2
19
+ positive_pair_type_share,positive_mixed_hard,0.1
20
+ semantic_subtype_share,name_only,0.3
21
+ semantic_subtype_share,industry_only,0.2
22
+ semantic_subtype_share,full_context,0.2
23
+ semantic_subtype_share,address_only,0.15
24
+ semantic_subtype_share,multi_field,0.15
25
+ hard_negative_pair_count,negative_lexical_hard,1080.0
26
+ hard_negative_pair_count,negative_semantic_hard,1080.0
27
+ hard_negative_pair_count,negative_same_address,870.0
28
+ hard_negative_pair_count,negative_parent_branch,870.0
observed/business_registry.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:123402fd7994e498eb08103c61b287122bfa5b2c49b319c67c3fe70c37087b68
3
+ size 658304
observed/inspection_record.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40368a7f4ed114d7d05670ee76babf4a0ab3517ad418619bbcf6f81c45599ef
3
+ size 582817
observed/observed_records.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13fc5c64776d8c1cdf315afc42bd56a0698c1dab47140a880ab924bf2f96329c
3
+ size 1756134
observed/tax_registry.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da65af4aacf191c1d105cf3c9e311c0a5001a9a9195b64245c4eeff1176d641
3
+ size 770025