adaptive-pair-selection
FeaturedIteratively select maximally informative pairs, execute comparisons, update ratings, and check convergence until ranking stabilizes.
AI & Automation 378 stars
31 forks Updated 6 days ago Apache-2.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Adaptive Pair Selection
Select the next comparison pair by information gain, execute the comparison, update ratings, and check for convergence. Repeats until the ranking stabilizes or the comparison budget is exhausted.
## Stages
1. **Select** — pair-selector identifies the pair whose comparison would most reduce uncertainty
2. **Compare** — comparison-executor produces a judgment with confidence and reasoning
3. **Update** — rating-update incorporates the new judgment into the rating model
4. **Check** — convergence-check determines if ranking has stabilized
Loop stages 1-4 until convergence or budget exhaustion.
## Available SOPs
| Stage | SOP | Input | Output |
|-------|-----|-------|--------|
| Select | pair-selector | current_ratings, comparison_history | next_pairs[] |
| Compare | comparison-executor | pair, context | judgment |
| Update | rating-update | judgment, current_ratings, method | updated_ratings |
| Check | convergence-check | rating_history | converged, stability_score |
## Execution Guidance
- Start with high-uncertainty pairs (largest sigma or most uncertain boundary)
- For small N: may complete all pairs in first pass, then focus on inconsistencies
- For large N: prioritize pairs near rank boundaries (positions k and k+1)
- Track comparison count against budget; exit gracefully if budget hit
- Pass full rating_history to convergence-check (not just latest snapshot)
## Minimum Yield
- Global ranking + confidence intervals + convergence curve
- ...
Details
- Author
- yogsoth-ai
- Repository
- yogsoth-ai/de-anthropocentric-research-engine
- Created
- 6 months ago
- Last Updated
- 6 days ago
- Language
- HTML
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
appropriateness-bounding
Establish acceptability standards through RAND/UCLA Appropriateness Method or Consensus Conference protocols.
378 Updated 6 days ago
yogsoth-ai AI & Automation Listed
compare
Structured comparison of 2+ alternatives with consistent criteria and decision matrix
3 Updated 3 weeks ago
n24q02m AI & Automation Solid
compare
Structured comparison of 2+ alternatives with consistent criteria and decision matrix
15 Updated 3 weeks ago
n24q02m