Skip to content

reviewer_agreement

URI: sssom:reviewer_agreement

Applicable to: Mapping

Description

A value assigned by the reviewer of the mapping to denote their confidence that the mapping record is correct. A value of 1.0 means the reviewer fully agrees with the mapping record. A value of -1.0 means the reviewer fully disagrees with the mapping record. A value of 0.0 means the reviewer is not sure whether the mapping record is correct or not. When not explicitly specified, confidence estimation algorithms should consider the reviewer agreement to be 1.0 by default.

Properties

  • Range: Double. The range of the element is the type of the value that can be assigned to it.

  • Minimum Value: -1 Maximum Value*: 1

Examples

Example: 1.0

Example value:

1.0

Description: A reviewer agreement of 1.0 denotes that the reviewer considers the mapping record to be correct with full confidence

Example: -1.0

Example value:

-1.0

Description: A reviewer agreement of -1.0 denotes that the reviewer considers the mapping record to be incorrect with full confidence

Example: 0.0

Example value:

0.0

Description: A reviewer agreement of 0.0 denotes that the reviewer is not sure whether the mapping record is correct or not.

See Also

These are some relevant resources you might find useful to get additional information about the element, such as example implementations, issues and pull requests.

Schema developer documentation

LinkML source
name: reviewer_agreement
instantiates:
- sssom:Versionable
annotations:
  added_in:
    tag: added_in
    value: '1.1'
description: 'A value assigned by the reviewer of the mapping to denote their confidence
  that the mapping record is correct. A value of 1.0 means the reviewer fully agrees
  with the mapping record. A value of -1.0 means the reviewer fully disagrees with
  the mapping record. A value of 0.0 means the reviewer is not sure whether the mapping
  record is correct or not.

  When not explicitly specified, confidence estimation algorithms should consider
  the reviewer agreement to be 1.0 by default.'
examples:
- value: '1.0'
  description: A reviewer agreement of 1.0 denotes that the reviewer considers the
    mapping record to be correct with full confidence
- value: '-1.0'
  description: A reviewer agreement of -1.0 denotes that the reviewer considers the
    mapping record to be incorrect with full confidence
- value: '0.0'
  description: A reviewer agreement of 0.0 denotes that the reviewer is not sure whether
    the mapping record is correct or not.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://mapping-commons.github.io/sssom/confidence-model
- https://github.com/mapping-commons/sssom/issues/510
- https://github.com/mapping-commons/sssom/pull/519
rank: 1000
alias: reviewer_agreement
domain_of:
- mapping
range: double
minimum_value: -1.0
maximum_value: 1.0