What problem does it solve?
Analyzing damaged ancient inscriptions requires specialized epigraphic expertise to restore missing characters, determine geographical and chronological origins, and find parallel texts. This Skill runs the Aeneas (Latin) and Ithaca (Ancient Greek) deep neural network models locally to perform these tasks without manual scholarly lookup.
Core Features & Use Cases
- Text Restoration: Fill missing or damaged characters marked with
? (known-length gaps) or # (unknown-length gaps) using beam search with ranked candidate predictions.
- Attribution: Predict the geographical region (ranked top-10 list) and chronological date (top year and weighted average, formatted as BCE/CE) of an inscription.
- Contextualization & Embedding: Retrieve parallel inscriptions with full texts, Trismegistos IDs, and similarity scores, or generate a 384-dimension text embedding vector.
- Use Case: A historian has a fragmentary Latin inscription like
donat in ??????????rtis. The Skill preprocesses the text, runs restoration to propose templum martis, attributes it to a region like Britannia around 295 CE, retrieves parallel inscriptions, and renders everything in an interactive HTML dashboard.
Quick Start
Ask the agent to restore and date your ancient inscription, for example: restore and attribute this Latin text 'donat in ??????????rtis' using the predictingthepast skill.