Num Trials
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Num Trials has 8 facts recorded in Dontopedia across 3 references, with 2 live disagreements.
Mostly:rdf:type(3), purpose(2), has value(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
Purposein disputepurpose
Has ValuehasValue
Rdfs:labelrdfs:label
- num_trials[2]all time · 25c4eff6 2519 424f 918f 6c27fab25d72
Inbound mentions (4)
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.
configurationConfiguration(1)
- Benchmark Script
ex:benchmark-script
hasVariableHas Variable(1)
- Code Snippet
ex:code-snippet
iterationCountIteration Count(1)
- Trial Loop
ex:trial-loop
usesVariableUses Variable(1)
- Code Snippet
ex:code-snippet
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 (3)
- 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/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.