Sorted Hybrid Scores
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Sorted Hybrid Scores has 6 facts recorded in Dontopedia across 2 references.
Mostly:printed(1), represents(1), assigned from(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedPrintedprinted
- Console Output[1]sourceall time · Cc7e2701 5558 4a53 B31f 07382bf903bd
Representsrepresents
- Ranked Documents[1]all time · Cc7e2701 5558 4a53 B31f 07382bf903bd
Assigned FromassignedFrom
- Hybrid Scores[1]sourceall time · Cc7e2701 5558 4a53 B31f 07382bf903bd
Is VariableisVariable
- Code Variable[1]sourceall time · Cc7e2701 5558 4a53 B31f 07382bf903bd
Rdfs:labelrdfs:label
- sorted hybrid scores[2]sourceall time · 0101eba2 9f85 41c1 Ac05 D4c55e85d3fc
Rdf:typerdf:type
- Numpy Array[2]all time · 0101eba2 9f85 41c1 Ac05 D4c55e85d3fc
Inbound mentions (2)
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.
containsContains(1)
- Example Usage
ex:example-usage
outputsOutputs(1)
- Code
ex:code
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 (2)
- custom
ctx:claims/beam/cc7e2701-5558-4a53-b31f-07382bf903bd- full textbeam-chunktext/plain1 KB
doc:beam/cc7e2701-5558-4a53-b31f-07382bf903bdShow excerpt
dense_scores = np.array([0.7, 0.3, 0.1]) # Normalize and compute hybrid scores hybrid_scores = hybrid_ranking(sparse_scores, dense_scores) print(hybrid_scores) # Optionally, sort documents based on hybrid scores sorted_indices = np.argsor…
- custom
ctx:claims/beam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc- full textbeam-chunktext/plain1 KB
doc:beam/0101eba2-9f85-41c1-ac05-d4c55e85d3fcShow excerpt
if max_score == min_score: return np.zeros_like(scores) return (scores - min_score) / (max_score - min_score) def hybrid_ranking(sparse_scores, dense_scores, alpha=0.6): # Normalize scores to ensure they are on the same…
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.