Select the next comparison pairs that maximize information gain given current ratings and comparison history.
Scanned 5/27/2026
Install via CLI
openskills install yogsoth-ai/de-anthropocentric-research-engine---
name: pair-selector
description: Select the next comparison pairs that maximize information gain given current ratings and comparison history.
execution: subagent
prompt: ./prompt.md
input: current_ratings(object), comparison_history(array)
used-by: pairwise-ranking
---
# Pair Selector
Selects the next set of comparison pairs that would most reduce ranking uncertainty. Uses information-theoretic criteria (maximum entropy reduction, uncertainty sampling, or boundary proximity) to prioritize which pairs to compare next.
## Execution
Runs as a subagent. Receives current ratings and comparison history, returns an ordered list of recommended next pairs.
## Why Subagent
Pair selection requires reasoning about the full rating landscape and comparison graph structure. Isolating this as a subagent allows focused computation without polluting the orchestrator's context with matrix calculations.
## HARD-GATE
Output MUST contain at least one pair. Each pair must reference exactly two distinct candidates that exist in the current_ratings input.
No comments yet. Be the first to comment!
Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...