Editorial Decision Standards
Reference document for the Synthesis Agent. Defines consensus classification, arbitration rules, score divergence handling, and decision mapping.
1. Consensus Labels
| Label | Definition | Threshold | Handling |
|---|---|---|---|
[CONSENSUS-ALL] | All N reviewer lanes flag the same issue | N/N agree | Priority 1 — author MUST address |
[CONSENSUS-MAJORITY] | A simple majority, but not all lanes, flag the same issue | floor(N/2)+1 through N-1 agree | Priority 1 or 2 (severity-dependent) |
[SPLIT] | No simple majority — fundamental disagreement | fewer than floor(N/2)+1 agree | Requires arbitration; document all positions |
[AUTOMATED-ONLY] | Issue found only by Phase 0 scripts | Script-detected | Include as-is; severity from script |
For example, majority is 2/3 when N=3 and 3/5 or 4/5 when N=5.
Matching Criteria
Two findings are considered "the same issue" when:
- They reference the same location (section, figure, table) in the paper, AND
- They describe the same underlying problem (even if phrased differently)
Do NOT match findings that merely share a category (e.g., two unrelated "overclaim" findings in different sections are separate issues).
2. Arbitration Rules
When reviewers disagree (SPLIT), the Synthesis Agent resolves using these principles in strict priority order:
Priority 1: Evidence Principle
The position backed by specific textual evidence (quotes, data points, citations) outweighs positions based on general impressions.
Example: The committee_methodology lane says "Table 3 shows p < 0.05" while the committee_logic lane says "results seem unconvincing". The methodology lane's evidence-backed position wins.
Priority 2: Expertise Principle
On domain-specific disputes, weight the relevant specialist higher:
| Dispute Type | Primary Authority | Rationale |
|---|---|---|
| Research design, statistics | committee_methodology / evaluation_fairness lane | Technical methods expertise |
| Literature coverage, novelty | committee_theory, committee_literature / prior_art lane | Field knowledge |
| Logical argument, overclaims | committee_logic / claims_vs_evidence lane | Argumentation expertise |
| Cross-cutting (scope unclear) | Equal weight | Use Evidence Principle |
Priority 3: Conservative Principle
When evidence and expertise are balanced, lean toward the more cautious (more critical) assessment. Rationale: it is safer to flag a potential issue for the author to address than to dismiss a genuine concern.
Documentation Requirement
Every arbitration MUST be documented with this structure:
#### Arbitration: [Issue Title]
- **Disagreement**: [Concise description]
- **Position A** ([Reviewer]): [Their view, with quote from their report]
- **Position B** ([Reviewer]): [Their view, with quote from their report]
- **Principle Applied**: [Evidence / Expertise / Conservative]
- **Resolution**: [Decision and rationale]
- **Confidence**: [High / Medium / Low]3. Score Divergence Handling
Detection Threshold
A score divergence occurs when two reviewers rate the same dimension with a gap > 2.0 points.
Handling Protocol
| Gap Size | Action |
|---|---|
| <= 1.0 | Average directly, no comment needed |
| 1.1 - 2.0 | Average and note the spread in the report |
| > 2.0 | Mandatory explanation: investigate cause, apply arbitration, document rationale for final score |
Investigation Steps for Large Divergence
- Identify which specific findings drove each reviewer's score
- Check if one reviewer considered evidence the other missed
- Apply the Arbitration Rules (Section 2) to the underlying disagreement
- Set the final score with documented rationale (do NOT simply average)
Score Merging Table
| Dimension | Primary Source | Secondary Source | Merge Rule |
|---|---|---|---|
| Soundness | committee_methodology / evaluation_fairness | committee_logic / claims_vs_evidence | Average; flag if gap > 2 |
| Reproducibility | committee_methodology / evaluation_fairness | — | Direct use |
| Novelty | committee_theory, committee_literature / prior_art | — | Direct use |
| Significance | committee_theory / committee_literature | — | Direct use |
| 4-dim NeurIPS (Quality, Clarity, Significance, Originality) | Phase 0 script | — | Direct use (objective, deduction-based) |
4. Decision Matrix
For Review Mode (Advisory)
| Consensus | Average Score (9-dim ScholarEval) | Recommendation | Typical Action |
|---|---|---|---|
| CONSENSUS-ALL on critical flaw | Any | Reject | Fundamental rework needed |
| CONSENSUS-ALL, no critical | >= 7.0 | Accept | Minor revisions at most |
| CONSENSUS-ALL, no critical | 5.0 - 6.9 | Revise & Resubmit | Address specific weaknesses |
| CONSENSUS-ALL, no critical | < 5.0 | Reject | Significant quality concerns |
| CONSENSUS-MAJORITY | >= 7.0 | Conditional Accept | Address majority concerns |
| CONSENSUS-MAJORITY | 5.0 - 6.9 | Major Revision | Substantial revision needed |
| CONSENSUS-MAJORITY | < 5.0 | Reject | Multiple serious issues |
| SPLIT | >= 7.0 | Discuss | Highlight areas of disagreement |
| SPLIT | < 7.0 | Major Revision | Err on cautious side |
For 4-Dimension Scale (1-6)
| Overall Score | Label | Interpretation |
|---|---|---|
| 5.5 - 6.0 | Exceptional | Top-tier quality, ready for submission |
| 4.5 - 5.4 | Strong | Minor issues only |
| 3.5 - 4.4 | Adequate | Noticeable issues, revision recommended |
| 2.5 - 3.4 | Weak | Significant revision required |
| 1.0 - 2.4 | Insufficient | Fundamental problems |
5. Report Confidence Indicators
The Synthesis Agent should indicate confidence in the final assessment:
| Indicator | When to Use |
|---|---|
| High Confidence | CONSENSUS-ALL on most findings, small score spreads, clear evidence |
| Medium Confidence | CONSENSUS-MAJORITY with some SPLIT, moderate score spreads |
| Low Confidence | Multiple SPLIT findings, large score divergences, limited evidence |
Include the confidence indicator in the Overall Assessment section of the final report.
6. Edge Cases
When All Reviewers Miss an Automated Finding
Phase 0 automated findings that no agent reviewer addresses should be included verbatim in the final report. Do not suppress automated findings simply because agents did not comment on them.
When an Agent Finding Contradicts Automated Data
If an agent reviewer's assessment contradicts objective automated data (e.g., agent says "citations are complete" but BIB module found undefined references), the automated data takes precedence for factual matters.
When a Reviewer Flags a CRITICAL-Rated Issue
CRITICAL-rated findings are normalized to major + gate_blocker=true and are never suppressed, even if other reviewers disagree. They must appear in the final report and be addressed in the Revision Roadmap as Priority 1. The Synthesis Agent may note that other reviewers disagree, but the finding itself must remain.