maritime_audit_links
Audit cross-archive link quality by evaluating precision and recall of entity resolution using known ground truth. Returns metrics and confidence distributions for wreck, CLIWOC, and crew links.
Instructions
Audit cross-archive link quality against known ground truth.
Evaluates the precision and recall of entity resolution across all archive linking strategies. Uses known DAS-CLIWOC direct links (tracks with DAS numbers) and wreck records (with voyage_id fields) as ground truth.
Args: output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with precision/recall metrics and confidence distributions for wreck, CLIWOC track, and crew links
Tips for LLMs: - Run this to check linking quality after data updates - The confidence distribution shows how many links are high quality vs marginal - Target: 200+ CLIWOC fuzzy matches with mean confidence > 0.7 - Wreck links use exact voyage_id matching (precision = 1.0) - CLIWOC links use fuzzy ship name + date matching
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_mode | No | json |