Dense Scores I
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Dense Scores I has 3 facts recorded in Dontopedia across 2 references.
Maturity scale
raw canonical shape-checked rule-derived certifiedIs Parameter ofisParameterOf
- Rank Documents[2]sourceall time · B9f71d2d 9dd8 41f5 A372 36155652965d
Rdf:typerdf:type
Assigned FromassignedFrom
- Dense Scores[1]sourceall time · C12a5314 5117 4beb A829 E08beb503951
Inbound mentions (3)
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.
extractsExtracts(1)
- Query Loop
ex:query-loop
hasParameterHas Parameter(1)
- Rank Documents
ex:rank-documents
takesParametersTakes Parameters(1)
- Fusion Function
ex:fusion-function
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/c12a5314-5117-4beb-a829-e08beb503951- full textbeam-chunktext/plain1 KB
doc:beam/c12a5314-5117-4beb-a829-e08beb503951Show excerpt
dense_scores = np.random.rand(num_queries, num_documents) # Test queries test_queries = np.random.rand(num_queries, num_documents) predictions = [] for i in range(num_queries): query = test_queries[i] sparse_scores_i = sparse_scor…
- custom
ctx:claims/beam/b9f71d2d-9dd8-41f5-a372-36155652965d- full textbeam-chunktext/plain1 KB
doc:beam/b9f71d2d-9dd8-41f5-a372-36155652965dShow excerpt
prediction = rank_documents(query, sparse_scores_i, dense_scores_i) if prediction is not None: predictions.append(prediction) # Evaluate precision true_labels = np.random.randint(0, 2, size=(num_queries, num_documents)) # …
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.