Dontopedia

sparse scores

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

sparse scores has 7 facts recorded in Dontopedia across 4 references, with 1 live disagreement.

7 facts·5 predicates·4 sources·1 in dispute

Mostly:rdf:type(2), parameter of(1), compared with(1)

Maturity scale raw canonical shape-checked rule-derived certified

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(6)

appliedToApplied to(1)

comparedWithCompared With(1)

firstParameterFirst Parameter(1)

Other facts (6)

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.

6 facts
PredicateValueRef
Rdf:typeParameter[1]
Rdf:typeFunction Parameter[3]
Parameter ofhybrid_ranking[1]
Compared WithDense Scores Parameter[3]
Typenumpy.ndarray[4]
Parameter Position1[4]

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.

typebeam/cdca0f91-6019-4a24-b271-06ad0f6f5bf0
ex:Parameter
parameterOfbeam/cdca0f91-6019-4a24-b271-06ad0f6f5bf0
hybrid_ranking
labelbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
sparse scores
typebeam/e37a7536-81bf-426c-bec2-f065816eeca3
ex:FunctionParameter
comparedWithbeam/e37a7536-81bf-426c-bec2-f065816eeca3
ex:dense-scores-parameter
typebeam/ea094bd1-364b-4b3a-8196-25cc9a2aa87c
numpy.ndarray
parameterPositionbeam/ea094bd1-364b-4b3a-8196-25cc9a2aa87c
1

References (4)

4 references
  1. ctx:claims/beam/cdca0f91-6019-4a24-b271-06ad0f6f5bf0
    • full textbeam-chunk
      text/plain1 KBdoc:beam/cdca0f91-6019-4a24-b271-06ad0f6f5bf0
      Show excerpt
      def hybrid_ranking(sparse_scores, dense_scores, alpha=0.6): # Calculate weighted sum of sparse and dense scores hybrid_scores = alpha * sparse_scores + (1 - alpha) * dense_scores return hybrid_scores # Example usage: sparse_sco
  2. ctx: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
  3. ctx:claims/beam/e37a7536-81bf-426c-bec2-f065816eeca3
  4. ctx:claims/beam/ea094bd1-364b-4b3a-8196-25cc9a2aa87c

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.