Datasets:
Drop t-SNE plots from dataset card (UMAP-only viz)
Browse files- README.md +2 -26
- manifest.json +1 -1
README.md
CHANGED
|
@@ -272,52 +272,28 @@ for sec in structure.get("sections", []):
|
|
| 272 |
|
| 273 |
## Trực quan hoá embedding · Embedding visualization
|
| 274 |
|
| 275 |
-
Mỗi điểm là một văn bản pháp luật; toạ độ là vector embedding 2048-D từ `nvidia/llama-nemotron-embed-1b-v2` chiếu xuống 2D bằng
|
| 276 |
-
|
| 277 |
-
### TSNE colored by `scope`
|
| 278 |
-
|
| 279 |
-

|
| 280 |
|
| 281 |
### UMAP colored by `scope`
|
| 282 |
|
| 283 |

|
| 284 |
|
| 285 |
-
### TSNE colored by `doc_type`
|
| 286 |
-
|
| 287 |
-

|
| 288 |
-
|
| 289 |
### UMAP colored by `doc_type`
|
| 290 |
|
| 291 |

|
| 292 |
|
| 293 |
-
### TSNE colored by `legal_type`
|
| 294 |
-
|
| 295 |
-

|
| 296 |
-
|
| 297 |
### UMAP colored by `legal_type`
|
| 298 |
|
| 299 |

|
| 300 |
|
| 301 |
-
### TSNE colored by `legal_area`
|
| 302 |
-
|
| 303 |
-

|
| 304 |
-
|
| 305 |
### UMAP colored by `legal_area`
|
| 306 |
|
| 307 |

|
| 308 |
|
| 309 |
-
### TSNE colored by `year`
|
| 310 |
-
|
| 311 |
-

|
| 312 |
-
|
| 313 |
### UMAP colored by `year`
|
| 314 |
|
| 315 |

|
| 316 |
|
| 317 |
-
### TSNE colored by `cluster_id`
|
| 318 |
-
|
| 319 |
-

|
| 320 |
-
|
| 321 |
### UMAP colored by `cluster_id`
|
| 322 |
|
| 323 |

|
|
@@ -356,7 +332,7 @@ All five layers are deterministic and re-runnable; re-running any
|
|
| 356 |
stage with the same `--limit` is a no-op (each stage skips
|
| 357 |
already-produced outputs).
|
| 358 |
|
| 359 |
-
Captured: `2026-05-
|
| 360 |
|
| 361 |
## Nguồn · Source
|
| 362 |
|
|
|
|
| 272 |
|
| 273 |
## Trực quan hoá embedding · Embedding visualization
|
| 274 |
|
| 275 |
+
Mỗi điểm là một văn bản pháp luật; toạ độ là vector embedding 2048-D từ `nvidia/llama-nemotron-embed-1b-v2` chiếu xuống 2D bằng UMAP, cụm bằng HDBSCAN. Sáu mặt phân hoạch: `scope`, `doc_type` (mã ngắn), `legal_type` (tên đầy đủ), `legal_area` (lĩnh vực pháp luật), `year`, `cluster_id`. Các nhãn tail-end (sau top-20) được dồn vào nhóm *Khác / Other* màu xám để chú giải đọc được. — Each dot is one legal document; coordinates are the 2D UMAP projection of a 2048-D embedding from `nvidia/llama-nemotron-embed-1b-v2`, with HDBSCAN cluster ids. Six facets: `scope`, `doc_type` (canonical short code), `legal_type` (canonical full name), `legal_area` (subject domain), `year`, `cluster_id`. Tail-end labels beyond the top 20 are collapsed into a grey *Khác / Other* bucket to keep the legend legible. The published reducer parquet still carries `tsne_x` / `tsne_y` columns next to `umap_*` for consumers who want to render t-SNE themselves.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 276 |
|
| 277 |
### UMAP colored by `scope`
|
| 278 |
|
| 279 |

|
| 280 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 281 |
### UMAP colored by `doc_type`
|
| 282 |
|
| 283 |

|
| 284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
### UMAP colored by `legal_type`
|
| 286 |
|
| 287 |

|
| 288 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 289 |
### UMAP colored by `legal_area`
|
| 290 |
|
| 291 |

|
| 292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 293 |
### UMAP colored by `year`
|
| 294 |
|
| 295 |

|
| 296 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
### UMAP colored by `cluster_id`
|
| 298 |
|
| 299 |

|
|
|
|
| 332 |
stage with the same `--limit` is a no-op (each stage skips
|
| 333 |
already-produced outputs).
|
| 334 |
|
| 335 |
+
Captured: `2026-05-20T01:01:38.123569+00:00`.
|
| 336 |
|
| 337 |
## Nguồn · Source
|
| 338 |
|
manifest.json
CHANGED
|
@@ -409,5 +409,5 @@
|
|
| 409 |
"share": 6.296356927881528e-06
|
| 410 |
}
|
| 411 |
},
|
| 412 |
-
"completed_at": "2026-05-
|
| 413 |
}
|
|
|
|
| 409 |
"share": 6.296356927881528e-06
|
| 410 |
}
|
| 411 |
},
|
| 412 |
+
"completed_at": "2026-05-20T01:01:38.123569+00:00"
|
| 413 |
}
|