onto_align_feedback
Provide feedback on alignment candidates to improve confidence scoring in ontology engineering. Stores user input to self-calibrate alignment weights.
Instructions
Accept or reject an alignment candidate to improve future confidence scoring. Stores feedback in align_feedback table for self-calibrating weights.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accepted | Yes | Whether the alignment candidate was correct | |
| source_iri | Yes | Source class IRI from the alignment candidate | |
| target_iri | Yes | Target class IRI from the alignment candidate |