What problem does it solve?
This Skill addresses the issue of claim validation and source tracing in scientific research, ensuring every claim made is supported by verifiable evidence.
Core Features & Use Cases
- Evidence Tracking: Records evidence entries after tool calls and cites EVD ids in outputs for each claim.
- Source Grounding: Ensures every factual claim has a visible source trail.
- Citation Coverage: Assesses citation completeness and claim verification for thorough documentation.
Quick Start
Activate the evidence-track skill after tool calls to record evidence for your claims. Use the following command to log evidence:
artifact.evidence_record(
title="Short label",
source_type="arxiv|pdf|url|code_output|bash_log|memory_card|user_upload|experiment_result|dataset|literature_review",
source_location="paper id, URL, file path, log id, or artifact path",
claim="Exact factual claim",
evidence_level="supported|inferred|insufficient",
tool_call_id="tool id when available",
tool_invocation="concise tool call text",
source_excerpt="short verbatim excerpt when supported or inferred",
claim_relation="why the source supports, suggests, or fails to support the claim",
)