Score Fusion Service
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Score Fusion Service has 32 facts recorded in Dontopedia across 2 references, with 6 live disagreements.
Mostly:rdf:type(2), combines output of(2), converts to list(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (11)
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.
consistsOfConsists of(1)
- Search System
ex:search-system
ex:consistsOfEx:consists of(1)
- Hybrid Ranking Pipeline
ex:hybrid-ranking-pipeline
ex:hasComponentEx:has Component(1)
- Hybrid Ranking Pipeline
ex:hybrid-ranking-pipeline
ex:hasStepEx:has Step(1)
- Hybrid Ranking Pipeline
ex:hybrid-ranking-pipeline
ex:monitorsEx:monitors(1)
- Grafana Dashboard
ex:grafana-dashboard
ex:precedesEx:precedes(1)
- Dense Service
ex:dense-service
ex:usedByEx:used by(1)
- Static Configs
ex:static-configs
implementedByImplemented by(1)
- Score Fusion
ex:score-fusion
instantiatesAppInstantiates App(1)
- Flask
ex:Flask
Other facts (30)
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 |
|---|---|---|
| Rdf:type | Service | [1] |
| Rdf:type | Microservice | [2] |
| Combines Output of | Sparse Retrieval Service | [1] |
| Combines Output of | Dense Retrieval Service | [1] |
| Converts to List | sparse_scores | [1] |
| Converts to List | dense_scores | [1] |
| Converts Input to Torch Tensor | sparse_scores | [1] |
| Converts Input to Torch Tensor | dense_scores | [1] |
| Performs Tensor Multiplication | Alpha Times Sparse | [1] |
| Performs Tensor Multiplication | Complementary Times Dense | [1] |
| Uses Framework | Flask | [1] |
| Uses Library | Py Torch | [1] |
| Alpha Weight | 0.6 | [1] |
| Combines Using | weighted_sum | [1] |
| Part of | Search System | [1] |
| Runs on Host | 0.0.0.0 | [1] |
| Computes Weighted Sum | Combined Scores | [1] |
| Has Main Block | true | [1] |
| Applies Alpha Weighting | 0.6 | [1] |
| Applies Complementary Weighting | 0.4 | [1] |
| Runs on Port | 5001 | [1] |
| Executes Fusion Algorithm | Weighted Sum | [1] |
| Has Function | Score Fusion | [1] |
| Performs Tensor Addition | Combined Scores | [1] |
| Ex:has Job Name | score_fusion | [2] |
| Ex:has Target | Score Fusion Service 5002 | [2] |
| Ex:has Port | 5002 | [2] |
| Ex:part of Pipeline | Hybrid Ranking Pipeline | [2] |
| Ex:precedes | Final Ranking Service | [2] |
| Ex:monitored by | Grafana Dashboard | [2] |
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)
ctx:claims/beam/a473407e-8449-4e78-89b6-989e8d589870- full textbeam-chunktext/plain1 KB
doc:beam/a473407e-8449-4e78-89b6-989e8d589870Show excerpt
query = request.json['query'] results = es.search(index="documents", body={"query": {"match": {"text": query}}}) return jsonify(results) if __name__ == '__main__': app.run(host='0.0.0.0', port=5000) ``` - **Den…
ctx:claims/beam/dbe77a42-948b-4a05-9bf6-c7700f971a53- full textbeam-chunktext/plain845 B
doc:beam/dbe77a42-948b-4a05-9bf6-c7700f971a53Show excerpt
static_configs: - targets: ['sparse_service:5000'] - job_name: 'dense_search' static_configs: - targets: ['dense_service:5001'] - job_name: 'score_fusion' static_configs: - targets: ['score_fusion_service…
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.