Progress
Step 4 of 5 โ Review & ConfirmReview Summary
-
{% if review.get("overall_quality") %}
- Overall Quality
- {{ review.overall_quality }} {% endif %} {% if review.get("suggestions") %}
- Suggestions
-
-
{% for s in review.suggestions %}
- {{ s }} {% endfor %}
{% endif %}
{% if review.get("gaps") %}
- Gaps
-
-
{% for g in review.gaps %}
- {{ g }} {% endfor %}
{% endif %}
Claims ({{ claims|length }})
0 / {{ claims|length }} acceptedFor each claim, review the evidence and decide whether to include it in the final improved text.
{% for claim in claims %}
{% if claim.verification_reasoning %}
{% else %}
{% if claims %}
{{ claim.text }}
Reasoning: {{ claim.verification_reasoning[:300] }}
{% endif %}
{% if claim.evidence %}
Evidence ({{ claim.evidence|length }}):
{% for ev in claim.evidence[:3] %}
{% endfor %}
{% endif %}
{{ ev.paper_title }}
{{ ev.text }}
{{ ev.authors }} ({{ ev.year }}) ยท {{ ev.journal }}
ยท Relevance: {{ "%.2f"|format(ev.relevance_score) }}
ยท Quality: {{ ev.quality }}
No claims to review.
{% endfor %}