evidence-binder

Solid

Bind addressable evidence IDs from `papers/evidence_bank.jsonl` to each subsection (H3), producing `outline/evidence_bindings.jsonl`. **Trigger**: evidence binder, evidence plan, section->evidence mapping, 证据绑定, evidence_id. **Use when**: `papers/evidence_bank.jsonl` exists and you want writer/auditor to use section-scoped evidence items (WebWeaver-style memory bank).

Code & Development 498 stars 39 forks Updated today

Install

View on GitHub

Quality Score: 81/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Evidence Binder (NO PROSE) Goal: convert a paper-level pool into a **subsection-addressable evidence plan**. This skill is the bridge from “Evidence Bank” → “Writer”: the writer should only use evidence IDs bound to the current subsection. Why this matters for writing quality: - Weak/undifferentiated bindings force the writer to either pad prose or cite out-of-scope. - Treat `binding_gaps` as a routing signal: fix upstream evidence/mapping instead of "writing around" missing evidence. ## Inputs - `outline/subsection_briefs.jsonl` - `outline/mapping.tsv` - `papers/evidence_bank.jsonl` - Optional: - `citations/ref.bib` (to validate cite keys when evidence items carry citations) ## Outputs - `outline/evidence_bindings.jsonl` (1 JSONL record per subsection) - `outline/evidence_binding_report.md` (summary; bullets + small tables) - Includes `gaps` (missing required evidence fields) and `tag mix` (selected evidence tags) so subsection-specific evidence needs are visible. ## Output format (`outline/evidence_bindings.jsonl`) JSONL (one object per H3 subsection). Best-effort fields (keep deterministic): - `sub_id`, `title` - `paper_ids` (papers in-scope for this subsection, from `mapping.tsv`) - `mapped_bibkeys` (bibkeys mapped to this subsection) - `bibkeys` (a selected subset to encourage subsection-first citations) - `evidence_ids` (selected evidence items from `papers/evidence_bank.jsonl`) - `evidence_counts` (small summary by claim_type / tag / evidence_level) - `...

Details

Author
WILLOSCAR
Repository
WILLOSCAR/research-units-pipeline-skills
Created
7 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category