Test Terms
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Test Terms has 25 facts recorded in Dontopedia across 4 references, with 5 live disagreements.
Mostly:contains element(6), rdf:type(4), contains(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
Purposein disputepurpose
Rdfs:labelin disputerdfs:label
Contains Elementin disputecontainsElement
- Term1[1]sourceall time · C9baa714 Fb6f 4a4e A32c 8544bdaa25ed
- Term2[1]sourceall time · C9baa714 Fb6f 4a4e A32c 8544bdaa25ed
- Term3[1]sourceall time · C9baa714 Fb6f 4a4e A32c 8544bdaa25ed
- term1[3]sourceall time · 25c4eff6 2519 424f 918f 6c27fab25d72
- term2[3]sourceall time · 25c4eff6 2519 424f 918f 6c27fab25d72
- term3[3]sourceall time · 25c4eff6 2519 424f 918f 6c27fab25d72
Containsin disputecontains
Construction MethodconstructionMethod
- list_multiplication[2]all time · Ffa083cb 3c4f 47fc 8d16 2968f02a55d1
Repetition PatternrepetitionPattern
- 500 repetitions of term1, term2, term3[2]all time · Ffa083cb 3c4f 47fc 8d16 2968f02a55d1
Lengthlength
- 1500[2]all time · Ffa083cb 3c4f 47fc 8d16 2968f02a55d1
Repeatedrepeated
- 500[3]sourceall time · 25c4eff6 2519 424f 918f 6c27fab25d72
Base ElementsbaseElements
- 3[1]sourceall time · C9baa714 Fb6f 4a4e A32c 8544bdaa25ed
Total LengthtotalLength
- 1500[1]sourceall time · C9baa714 Fb6f 4a4e A32c 8544bdaa25ed
Element TypeelementType
Inbound mentions (9)
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.
hasParameterHas Parameter(2)
- Calculate Precision
ex:calculate_precision - Calculate Precision and Recall
ex:calculate_precision_and_recall
functionArgumentFunction Argument(1)
- Assignment Statement
ex:assignment_statement
hasVariableHas Variable(1)
- Code Snippet
ex:code-snippet
parameterParameter(1)
- Calculate Precision and Recall
ex:calculate_precision_and_recall
precedesPrecedes(1)
- Comment Test Terms
ex:comment_test_terms
testVariableTest Variable(1)
- Benchmark Script
ex:benchmark-script
thirdElementThird Element(1)
- Sequence
ex:sequence
usesVariableUses Variable(1)
- Code Snippet
ex:code-snippet
Other facts (1)
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 |
|---|---|---|
| Repeated Count | 500 | [1] |
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 (4)
- custom
ctx:claims/beam/c9baa714-fb6f-4a4e-a32c-8544bdaa25ed- full textbeam-chunktext/plain1 KB
doc:beam/c9baa714-fb6f-4a4e-a32c-8544bdaa25edShow excerpt
test_terms = ["term1", "term2", "term3"] * 500 # Thresholds to test thresholds = [0.8, .85, .9, .95] # Number of trials to average over num_trials = 10 # Dictionary to store precision results precision_results = {} for threshold in thre…
- custom
ctx:claims/beam/ffa083cb-3c4f-47fc-8d16-2968f02a55d1 - custom
ctx:claims/beam/25c4eff6-2519-424f-918f-6c27fab25d72- full textbeam-chunktext/plain1 KB
doc:beam/25c4eff6-2519-424f-918f-6c27fab25d72Show excerpt
# Simulate the probability of correct synonym expansion return np.random.rand() < threshold def calculate_precision_and_recall(threshold, test_terms): true_positives = 0 false_positives = 0 false_negatives = 0 …
- custom
ctx:claims/beam/cbbe7ac5-f47d-4434-83e6-aafcb6d39ebd- full textbeam-chunktext/plain1 KB
doc:beam/cbbe7ac5-f47d-4434-83e6-aafcb6d39ebdShow excerpt
precision_values = [] recall_values = [] for _ in range(num_trials): precision, recall = calculate_precision_and_recall(threshold, test_terms) precision_values.append(precision) recall_values.append(recal…
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.