Skip to content

Editorial Decision Standards

Reference document for the Synthesis Agent. Defines consensus classification, arbitration rules, score divergence handling, and decision mapping.


1. Consensus Labels

LabelDefinitionThresholdHandling
[CONSENSUS-ALL]All N reviewer lanes flag the same issueN/N agreePriority 1 — author MUST address
[CONSENSUS-MAJORITY]A simple majority, but not all lanes, flag the same issuefloor(N/2)+1 through N-1 agreePriority 1 or 2 (severity-dependent)
[SPLIT]No simple majority — fundamental disagreementfewer than floor(N/2)+1 agreeRequires arbitration; document all positions
[AUTOMATED-ONLY]Issue found only by Phase 0 scriptsScript-detectedInclude 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:

  1. They reference the same location (section, figure, table) in the paper, AND
  2. 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 TypePrimary AuthorityRationale
Research design, statisticscommittee_methodology / evaluation_fairness laneTechnical methods expertise
Literature coverage, noveltycommittee_theory, committee_literature / prior_art laneField knowledge
Logical argument, overclaimscommittee_logic / claims_vs_evidence laneArgumentation expertise
Cross-cutting (scope unclear)Equal weightUse 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:

markdown
#### 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 SizeAction
<= 1.0Average directly, no comment needed
1.1 - 2.0Average and note the spread in the report
> 2.0Mandatory explanation: investigate cause, apply arbitration, document rationale for final score

Investigation Steps for Large Divergence

  1. Identify which specific findings drove each reviewer's score
  2. Check if one reviewer considered evidence the other missed
  3. Apply the Arbitration Rules (Section 2) to the underlying disagreement
  4. Set the final score with documented rationale (do NOT simply average)

Score Merging Table

DimensionPrimary SourceSecondary SourceMerge Rule
Soundnesscommittee_methodology / evaluation_fairnesscommittee_logic / claims_vs_evidenceAverage; flag if gap > 2
Reproducibilitycommittee_methodology / evaluation_fairnessDirect use
Noveltycommittee_theory, committee_literature / prior_artDirect use
Significancecommittee_theory / committee_literatureDirect use
4-dim NeurIPS (Quality, Clarity, Significance, Originality)Phase 0 scriptDirect use (objective, deduction-based)

4. Decision Matrix

For Review Mode (Advisory)

ConsensusAverage Score (9-dim ScholarEval)RecommendationTypical Action
CONSENSUS-ALL on critical flawAnyRejectFundamental rework needed
CONSENSUS-ALL, no critical>= 7.0AcceptMinor revisions at most
CONSENSUS-ALL, no critical5.0 - 6.9Revise & ResubmitAddress specific weaknesses
CONSENSUS-ALL, no critical< 5.0RejectSignificant quality concerns
CONSENSUS-MAJORITY>= 7.0Conditional AcceptAddress majority concerns
CONSENSUS-MAJORITY5.0 - 6.9Major RevisionSubstantial revision needed
CONSENSUS-MAJORITY< 5.0RejectMultiple serious issues
SPLIT>= 7.0DiscussHighlight areas of disagreement
SPLIT< 7.0Major RevisionErr on cautious side

For 4-Dimension Scale (1-6)

Overall ScoreLabelInterpretation
5.5 - 6.0ExceptionalTop-tier quality, ready for submission
4.5 - 5.4StrongMinor issues only
3.5 - 4.4AdequateNoticeable issues, revision recommended
2.5 - 3.4WeakSignificant revision required
1.0 - 2.4InsufficientFundamental problems

5. Report Confidence Indicators

The Synthesis Agent should indicate confidence in the final assessment:

IndicatorWhen to Use
High ConfidenceCONSENSUS-ALL on most findings, small score spreads, clear evidence
Medium ConfidenceCONSENSUS-MAJORITY with some SPLIT, moderate score spreads
Low ConfidenceMultiple 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.

Released under the MIT License.