α
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
α has 40 facts recorded in Dontopedia across 12 references, with 4 live disagreements.
Mostly:rdf:type(11), affects(3), controls weight(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Model Parameter[1]all time · 29eb6045 85ca 4c16 Aabb 7adceec47390
- Model Parameter[2]all time · 683
- Weight Parameter[3]all time · 07b00e3a Dd0e 40bb A9be Bbdf1ac254da
- Hyperparameter[3]all time · 07b00e3a Dd0e 40bb A9be Bbdf1ac254da
- Hyperparameter[4]all time · 3da08fad F16a 47c2 9861 9ad0d160b9a4
- Adjustable Parameter[5]all time · 4bdb8e5d 0422 4849 8c15 446e0c69f333
- Hyperparameter[6]all time · 081e3950 9ff9 476f B761 6e8f7ff6cd06
- Parameter[8]all time · F7999e0a 925c 4a2e Afc4 B5e2483ddb0a
- Parameter[9]all time · 2b9cc40e 4d45 444b B775 A81c9b036d4a
- Numeric Parameter[11]all time · Ea094bd1 364b 4b3a 8196 25cc9a2aa87c
Inbound mentions (12)
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(5)
- Histogram Plot
ex:histogram-plot - Hybrid Ranking
ex:hybrid-ranking - Hybrid Ranking Function
ex:hybrid-ranking-function - Lda Parameter Adjustment
ex:lda-parameter-adjustment - Hybrid Ranking
hybrid_ranking
comparedViaCompared Via(1)
- Retrieval Methods
ex:retrieval-methods
hasGateSigmaVariableHas Gate Sigma Variable(1)
- Model Evaluation 2026 04 23
ex:model-evaluation-2026-04-23
parameterParameter(1)
- Hybrid Scores Computation
ex:hybrid-scores-computation
rdf:typeRdf:type(1)
- Parameter
ex:parameter
usesUses(1)
- Weighted Sum
ex:weighted-sum
usesParameterUses Parameter(1)
- Weighting Step
ex:weighting-step
usesWeightUses Weight(1)
- Hybrid Ranking
ex:hybrid-ranking
Other facts (22)
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 |
|---|---|---|
| Affects | Weighted Sum | [8] |
| Affects | Complementary Weight | [8] |
| Affects | Plot Transparency | [12] |
| Controls Weight | Sparse Component | [3] |
| Controls Weight | Dense Component | [3] |
| Has Default Value | 0.6 | [7] |
| Has Default Value | 0.6 | [10] |
| Controls Tradeoff | Sparse Vs Dense | [3] |
| Has Formatting | code | [5] |
| Is Dynamic | true | [5] |
| Parameter of | hybrid_ranking | [7] |
| Default Value Type | Float | [8] |
| Weight for | Sparse Scores | [8] |
| Percentage | 60 | [8] |
| Value | 0.6 | [9] |
| Controls | Weighting Balanced | [10] |
| Has Range | 0.0-1.0 | [10] |
| Balances | Sparse Dense Contribution | [10] |
| Default Numeric Value | 0.6 | [11] |
| Type | float | [11] |
| Parameter Position | 3 | [11] |
| Has Value | 0.75 | [12] |
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 (12)
ctx:claims/beam/29eb6045-85ca-4c16-aabb-7adceec47390- full textbeam-chunktext/plain1 KB
doc:beam/29eb6045-85ca-4c16-aabb-7adceec47390Show excerpt
from gensim.models import LsiModel, HdpModel # Perform LSI lsi_model = LsiModel(corpus, num_topics=5, id2word=dictionary) # Print the topics topics = lsi_model.print_topics() print(topics) # Perform HDP hdp_model = HdpModel(corpus, id2wo…
ctx:discord/blah/watt-activation/683- full textwatt-activation-683text/plain3 KB
doc:agent/watt-activation-683/1d89c3e1-d173-4432-968b-898b740f9ed3Show excerpt
[2026-04-23 17:37] xenonfun: All 20 layers healthy — no issues. - Zero dead layers. Contribution ratio range: 34-157% (dead threshold is <1%). L0 dominates (157%) as expected input-conditioner; L1-L19 all 34-94%. - No gate collapse. α …
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…
ctx:claims/beam/3da08fad-f16a-47c2-9861-9ad0d160b9a4- full textbeam-chunktext/plain1 KB
doc:beam/3da08fad-f16a-47c2-9861-9ad0d160b9a4Show excerpt
[Turn 6077] Assistant: Fine-tuning the `alpha` value to balance sparse and dense retrieval is crucial for optimizing the performance of your hybrid retrieval system. Here are some steps and methods you can use to find the optimal `alpha` va…
ctx:claims/beam/4bdb8e5d-0422-4849-8c15-446e0c69f333- full textbeam-chunktext/plain1 KB
doc:beam/4bdb8e5d-0422-4849-8c15-446e0c69f333Show excerpt
3. **Evaluation and Tuning**: Evaluate the performance of your system with dynamic `alpha` adjustment and fine-tune the heuristics or models used for adjustment. ### Example Implementation Let's assume you have a simple heuristic to deter…
ctx:claims/beam/081e3950-9ff9-476f-b761-6e8f7ff6cd06- full textbeam-chunktext/plain1 KB
doc:beam/081e3950-9ff9-476f-b761-6e8f7ff6cd06Show excerpt
3. **Iterative Improvement**: Continuously evaluate and refine your approach based on performance metrics and feedback. By dynamically adjusting the `alpha` value, you can create a more flexible and adaptive retrieval system that performs …
ctx:claims/beam/cdca0f91-6019-4a24-b271-06ad0f6f5bf0- full textbeam-chunktext/plain1 KB
doc:beam/cdca0f91-6019-4a24-b271-06ad0f6f5bf0Show 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…
ctx:claims/beam/f7999e0a-925c-4a2e-afc4-b5e2483ddb0a- full textbeam-chunktext/plain1 KB
doc:beam/f7999e0a-925c-4a2e-afc4-b5e2483ddb0aShow excerpt
3. **Evaluation Metrics**: Use appropriate evaluation metrics to measure the relevance lift. Common metrics include Precision@k, Recall, and Mean Average Precision (MAP). 4. **Post-processing**: Consider post-processing steps such as re-ra…
ctx:claims/beam/2b9cc40e-4d45-444b-b775-a81c9b036d4a- full textbeam-chunktext/plain1 KB
doc:beam/2b9cc40e-4d45-444b-b775-a81c9b036d4aShow excerpt
[Turn 6413] Assistant: Great to hear that you've found a weighting scheme that provides an 18% relevance lift for 4,000 searches. Applying this to a larger dataset of 25,000 hybrid queries should be straightforward, given that the underlyin…
ctx:claims/beam/0101eba2-9f85-41c1-ac05-d4c55e85d3fc- full textbeam-chunktext/plain1 KB
doc:beam/0101eba2-9f85-41c1-ac05-d4c55e85d3fcShow 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…
ctx:claims/beam/ea094bd1-364b-4b3a-8196-25cc9a2aa87cctx:claims/beam/4ebad0a3-cb57-4d8f-aee2-d35d770da567
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.