Class: HumanModification¶
Record of human modification to AI output
URI: revaise:HumanModification
```mermaid classDiagram class HumanModification click HumanModification href "../HumanModification/" HumanModification : item_modified
HumanModification : modification_id
HumanModification : modification_reason
HumanModification --> "1" ModificationReason : modification_reason
click ModificationReason href "../ModificationReason/"
HumanModification : modification_timestamp
HumanModification : modified_value
HumanModification : modifier_id
HumanModification : original_ai_value
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| modification_id | 1 String |
Unique identifier for this modification | direct |
| item_modified | 1 String |
Item or field that was modified | direct |
| original_ai_value | 1 String |
Original value produced by AI | direct |
| modified_value | 1 String |
Value after human modification | direct |
| modification_reason | 1 ModificationReason |
Reason for the modification | direct |
| modifier_id | 1 String |
ID of the person who made the modification | direct |
| modification_timestamp | 1 Datetime |
When the modification was made | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| AISession | human_modifications | range | HumanModification |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:HumanModification |
| native | revaise:HumanModification |
LinkML Source¶
Direct¶
name: HumanModification
description: Record of human modification to AI output
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
slots:
- modification_id
- item_modified
- original_ai_value
- modified_value
- modification_reason
- modifier_id
- modification_timestamp
slot_usage:
modification_id:
name: modification_id
description: Unique identifier for this modification
identifier: true
range: string
item_modified:
name: item_modified
description: Item or field that was modified
range: string
required: true
original_ai_value:
name: original_ai_value
description: Original value produced by AI
range: string
required: true
modified_value:
name: modified_value
description: Value after human modification
range: string
required: true
modification_reason:
name: modification_reason
description: Reason for the modification
range: ModificationReason
required: true
modifier_id:
name: modifier_id
description: ID of the person who made the modification
range: string
required: true
modification_timestamp:
name: modification_timestamp
description: When the modification was made
range: datetime
required: true
Induced¶
name: HumanModification
description: Record of human modification to AI output
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
slot_usage:
modification_id:
name: modification_id
description: Unique identifier for this modification
identifier: true
range: string
item_modified:
name: item_modified
description: Item or field that was modified
range: string
required: true
original_ai_value:
name: original_ai_value
description: Original value produced by AI
range: string
required: true
modified_value:
name: modified_value
description: Value after human modification
range: string
required: true
modification_reason:
name: modification_reason
description: Reason for the modification
range: ModificationReason
required: true
modifier_id:
name: modifier_id
description: ID of the person who made the modification
range: string
required: true
modification_timestamp:
name: modification_timestamp
description: When the modification was made
range: datetime
required: true
attributes:
modification_id:
name: modification_id
description: Unique identifier for this modification
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
identifier: true
alias: modification_id
owner: HumanModification
domain_of:
- HumanModification
range: string
item_modified:
name: item_modified
description: Item or field that was modified
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: item_modified
owner: HumanModification
domain_of:
- HumanModification
range: string
required: true
original_ai_value:
name: original_ai_value
description: Original value produced by AI
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: original_ai_value
owner: HumanModification
domain_of:
- HumanModification
range: string
required: true
modified_value:
name: modified_value
description: Value after human modification
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: modified_value
owner: HumanModification
domain_of:
- HumanModification
range: string
required: true
modification_reason:
name: modification_reason
description: Reason for the modification
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: modification_reason
owner: HumanModification
domain_of:
- HumanModification
range: ModificationReason
required: true
modifier_id:
name: modifier_id
description: ID of the person who made the modification
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: modifier_id
owner: HumanModification
domain_of:
- HumanModification
range: string
required: true
modification_timestamp:
name: modification_timestamp
description: When the modification was made
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
alias: modification_timestamp
owner: HumanModification
domain_of:
- HumanModification
range: datetime
required: true