Hybrid Retrieval Function
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Hybrid Retrieval Function has 12 facts recorded in Dontopedia across 1 reference, with 3 live disagreements.
Mostly:has parameter(3), calls function(2), combines methods(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound 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.
demonstratesDemonstrates(1)
- Example Usage
ex:example-usage
explainsExplains(1)
- Code Comment
ex:code-comment
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.
| Predicate | Value | Ref |
|---|---|---|
| Has Parameter | query | [1] |
| Has Parameter | documents | [1] |
| Has Parameter | alpha | [1] |
| Calls Function | Bm25 Retrieval | [1] |
| Calls Function | Dense Retrieval | [1] |
| Combines Methods | Sparse Retrieval | [1] |
| Combines Methods | Dense Retrieval | [1] |
| Rdf:type | Function | [1] |
| Function Name | hybrid_sparse_dense_retrieval | [1] |
| Parameter Default | 0.5 | [1] |
| Computes | combined-scores | [1] |
| Returns | combined_scores | [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.
References (1)
ctx:claims/beam/07b00e3a-dd0e-40bb-a9be-bbdf1ac254da- full textbeam-chunktext/plain1 KB
doc:beam/07b00e3a-dd0e-40bb-a9be-bbdf1ac254daShow excerpt
with torch.no_grad(): doc_outputs = model(**doc_inputs) query_outputs = model(**query_inputs) doc_embeddings = doc_outputs.last_hidden_state.mean(dim=1) query_embedding = query_outputs.last_hidden_state.mean(dim…
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.