criteria
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
criteria has 37 facts recorded in Dontopedia across 8 references, with 7 live disagreements.
Mostly:rdf:type(6), has member(4), contains(4)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (29)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
constructorParameterConstructor Parameter(2)
- Llm Evaluator
ex:LLMEvaluator - Llm Evaluator
ex:LLMEvaluator
hasAttributeHas Attribute(2)
- Llm Evaluation Class
ex:llm-evaluation-class - Llm Evaluator Class
ex:llm-evaluator-class
appliedToApplied to(1)
- Weights
ex:weights
assignsInstanceVariableAssigns Instance Variable(1)
- Init
ex:__init__
basedOnBased on(1)
- Llm Evaluation
ex:llm-evaluation
containsContains(1)
- Example
ex:example
containsInstanceContains Instance(1)
- Source Document
ex:source_document
ex:hasAttributeEx:has Attribute(1)
- Llm Evaluator
ex:llm-evaluator
ex:parameterEx:parameter(1)
- Init
ex:__init__
hasInstanceHas Instance(1)
- Evaluation Criteria
ex:EvaluationCriteria
has-outputHas Output(1)
- Contextual Criteria Definition
ex:contextual-criteria-definition
hasOwnCriteriaHas Own Criteria(1)
- Analysis Modules
ex:analysis-modules
hasVariableAssignmentHas Variable Assignment(1)
- Code Snippet
ex:codeSnippet
initializedWithInitialized With(1)
- Evaluator
ex:evaluator
initializesInitializes(1)
- Init
ex:__init__
instantiatedWithInstantiated With(1)
- Llm Evaluator
ex:LLMEvaluator
instantiatesInstantiates(1)
- Evaluation Criteria
ex:EvaluationCriteria
passesArgumentPasses Argument(1)
- Instance Creation
ex:instance_creation
takes-inputTakes Input(1)
- Strategy Selection Logic Implementation
ex:strategy-selection-logic-implementation
takesInputTakes Input(1)
- Llm Evaluator
ex:llm-evaluator
usesUses(1)
- Strategy Selection Logic Implementation
ex:strategy-selection-logic-implementation
usesInstanceVariableUses Instance Variable(1)
- Evaluate
ex:evaluate
Other facts (35)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Evaluation Criteria Instance | [1] |
| Rdf:type | Array | [2] |
| Rdf:type | List | [3] |
| Rdf:type | Array | [5] |
| Rdf:type | Parameter | [6] |
| Rdf:type | Array | [7] |
| Has Member | Accuracy | [5] |
| Has Member | Latency | [5] |
| Has Member | Cost | [5] |
| Has Member | Reliability | [5] |
| Contains | Accuracy | [7] |
| Contains | Latency | [7] |
| Contains | Cost | [7] |
| Contains | Reliability | [7] |
| Example Members | Accuracy | [8] |
| Example Members | Latency | [8] |
| Example Members | Cost | [8] |
| Example Members | Reliability | [8] |
| Has Example | Accuracy | [8] |
| Has Example | Latency | [8] |
| Has Example | Cost | [8] |
| Has Example | Reliability | [8] |
| Member | accuracy | [2] |
| Member | latency | [2] |
| Member | cost | [2] |
| Has Value | Accuracy | [4] |
| Has Value | Latency | [4] |
| Has Value | Cost | [4] |
| Is Instance of | Evaluation Criteria | [1] |
| Is Instance of | Evaluation Criteria | [1] |
| Has Type | Array | [3] |
| Inverse Relationship | Weights | [4] |
| Described As | Example usage criteria | [5] |
| Is List | true | [5] |
| Is Required | true | [6] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (8)
ctx:claims/beam/25d8d239-8440-4f7c-8331-08501142090c- full textbeam-chunktext/plain1 KB
doc:beam/25d8d239-8440-4f7c-8331-08501142090cShow excerpt
"efficiency", "scalability", "maintainability", "cost" ] def evaluate(self, technology): # Implement the evaluation logic here scores = { "accuracy": 0…
ctx:claims/beam/09360a81-23c0-497f-be87-89f304306f88- full textbeam-chunktext/plain1 KB
doc:beam/09360a81-23c0-497f-be87-89f304306f88Show excerpt
return llm.accuracy elif criterion == "latency": return llm.latency else: return 0 # Example usage: criteria = ["accuracy", "latency", "cost"] evaluator = LLMEvaluator(criteria) llm = {"a…
ctx:claims/beam/6798f38f-2a01-40b6-8b5e-3174089598f5- full textbeam-chunktext/plain1 KB
doc:beam/6798f38f-2a01-40b6-8b5e-3174089598f5Show excerpt
def __init__(self, criteria, weights=None): self.criteria = criteria self.weights = weights if weights else [1] * len(criteria) def evaluate(self, llm): scores = [] for criterion, weight in zip(self.…
ctx:claims/beam/d2fab4db-22e5-4233-aa92-ca5aeba137bd- full textbeam-chunktext/plain1 KB
doc:beam/d2fab4db-22e5-4233-aa92-ca5aeba137bdShow excerpt
threshold = 0.10 return max(0, 1 - (cost / threshold)) # Example usage: criteria = ["accuracy", "latency", "cost"] weights = [2, 1, 1] # Example weights: accuracy is twice as important as latency and cost evaluator = LLMEv…
ctx:claims/beam/8840b093-863e-40ac-8d4c-30a3699e1948- full textbeam-chunktext/plain1 KB
doc:beam/8840b093-863e-40ac-8d4c-30a3699e1948Show excerpt
# Normalize latency to a 0-1 scale, assuming a threshold of 200ms threshold = 200 return max(0, 1 - (latency / threshold)) def _normalize_cost(self, cost): # Normalize cost to a 0-1 scale, assuming a thr…
ctx:claims/beam/efe96544-250e-4398-9d06-c1de0cb235aa- full textbeam-chunktext/plain1 KB
doc:beam/efe96544-250e-4398-9d06-c1de0cb235aaShow excerpt
2. **Mean Time Between Failures (MTBF)**: The average time between system failures. 3. **Mean Time to Recovery (MTTR)**: The average time it takes to recover from a failure. 4. **Error Rate**: The frequency of errors or failures during peak…
ctx:claims/beam/19b4e24d-33da-478a-a24b-9e40dd5a7f8fctx:claims/beam/f5dbd22c-5e45-4e0d-82c8-ff4f046e61af
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.