Dontopedia

sorted indices

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

sorted indices has 13 facts recorded in Dontopedia across 4 references, with 1 live disagreement.

13 facts·11 predicates·4 sources·1 in dispute

Mostly:rdf:type(2), generated by(1), uses(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (7)

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)

derivedFromDerived From(1)

outputOutput(1)

producesProduces(1)

reorderedByReordered by(1)

returnsReturns(1)

usedOnUsed on(1)

Other facts (12)

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.

12 facts
PredicateValueRef
Rdf:typeNumpy Array[1]
Rdf:typeIndex Tensor[4]
Generated byNumpy Argsort[1]
UsesHybrid Scores Large[1]
Orderdescending[1]
OrdersHybrid Scores Large[1]
Orderingdescending[1]
Is VariableCode Variable[2]
Assigned FromNumpy Argsort[2]
Uses OperationReverse Sort[2]
Used to IndexHybrid Scores[2]
Used forReranking[3]

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/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
ex:NumpyArray
generatedBybeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
ex:numpy-argsort
usesbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
ex:hybrid-scores-large
orderbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
descending
labelbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
sorted indices
ordersbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
ex:hybrid-scores-large
orderingbeam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc
descending
isVariablebeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:code-variable
assignedFrombeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:numpy-argsort
usesOperationbeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:reverse-sort
usedToIndexbeam/cc7e2701-5558-4a53-b31f-07382bf903bd
ex:hybrid-scores
usedForbeam/b729dc6d-53ff-42db-95a2-0b4b64111a65
ex:reranking
typebeam/fa097ab4-7c54-4d7c-bce6-50883cbc7667
ex:IndexTensor

References (4)

4 references
  1. 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
  2. ctx: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
  3. ctx:claims/beam/b729dc6d-53ff-42db-95a2-0b4b64111a65
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b729dc6d-53ff-42db-95a2-0b4b64111a65
      Show excerpt
      self.fc3 = nn.Linear(32, 1) self.dropout = nn.Dropout(0.5) def forward(self, x): x = torch.relu(self.fc1(x)) x = self.dropout(x) x = torch.relu(self.fc2(x)) x = self.dropout(x) x
  4. ctx:claims/beam/fa097ab4-7c54-4d7c-bce6-50883cbc7667

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.