research: Formalize information-quality score computation formula #222
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Competitor
Kind/Documentation
Kind/Enhancement
Kind/Epic
Kind/Feature
Kind/Security
Kind/Story
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Scope/Core
Scope/Cross-Plugin
Scope/Plugin-System
Scope/Single-Plugin
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ultanio/cobot#222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The Interaction Ledger PRD (#211) defines a deterministic information-quality score (0-10) computed from interaction data. The MVP uses a heuristic table:
The PRD explicitly flags this as an MVP heuristic subject to tuning and calls for Phase 2 research.
Research Questions
1. What is the right function shape?
The heuristic maps
f(interaction_count, time_span_days, assessment_count) → score. Questions:score = min(10, k * log(1 + interactions))? Or a weighted combination?2. Anti-gaming considerations
The PRD identifies three gaming vectors:
Research needed:
3. Calibration data
The Stanford SNAP Bitcoin-OTC dataset (5,881 nodes, 35,592 edges) provides real interaction/rating data. Can we:
4. MP's probability framework
The WoT guide (#213) describes a probability calculation:
P = 0.2 × 0.5 × 0.66 × 0.15 = 0.8%where factors represent confidence levels. Can the information-quality score be decomposed into confidence factors?For example:
This would give the score a cleaner mathematical foundation.
5. Relationship to FG fairness (Phase 3)
The FG algorithm (#219) computes fairness/goodness from cross-agent data. When Phase 3 adds fairness weighting:
Proposed Approach
Acceptance Criteria
References
Created by Doxios 🦊 as flagged in #211 Phase 2 research tasks
David referenced this issue2026-03-08 03:44:36 +00:00