Dontopedia
Explore

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.

6 facts·6 predicates·2 sources

Mostly:printed(1), represents(1), assigned from(1)

Maturity scale raw canonical shape-checked rule-derived certified

Printedprinted

Representsrepresents

Assigned FromassignedFrom

Is VariableisVariable

Rdfs:labelrdfs:label

  • sorted hybrid scores[2]sourceall time · 0101eba2 9f85 41c1 Ac05 D4c55e85d3fc

Rdf:typerdf:type

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)

outputsOutputs(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.

assignedFrombeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:hybrid-scores
isVariablebeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:code-variable
printedbeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:console-output
labelbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
sorted hybrid scores
typebeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
ex:NumpyArray
representsbeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:ranked-documents

References (2)

2 references
  1. [1]beam-chunk4 facts
    customctx:claims/beam/cc7e2701-5558-4a53-b31f-07382bf903bd
    • full textbeam-chunk
      text/plain1 KBdoc:beam/cc7e2701-5558-4a53-b31f-07382bf903bd
      Show 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
  2. [2]beam-chunk2 facts
    customctx:claims/beam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
    • full textbeam-chunk
      text/plain1 KBdoc:beam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
      Show 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.