template-slot-filling · git:20260807.e01509f · 2026-08-07 · sha256 ccb159741270451c
template-slot-filling git:20260807.e01509fA
Immutable. This exact content is served forever at /api/v1/blob/ccb159741270451c.
--- name: template-slot-filling description: Fill a paper's reported values into an already-given comparison-template attribute schema (e.g. Task/Dataset/Metric/Value) — the executable half of ORKG's comparison-template method. Use this when a template's attribute schema is already fixed and you need one paper's row filled in; this does NOT build new templates (that half is a human-curator task, out of scope). execution: subagent prompt: ./prompt.md input: 'full_text (string), template_attribute_schema (list of strings)' output: 'filled_template (dict — attribute name to value or null+reason)' dependencies: sops: - spawn-agent --- # Template Slot Filling Fills a paper's values into a pre-given attribute template (ORKG comparison-template's executable half). Building the template itself is excluded — documented as a human-curator task, not an LLM-executable SOP. ## Execution Subagent — spawned via spawn-agent skill. <!-- BEGIN available-tables (generated) --> ## Available SOPs | SOP | When to use | | --- | --- | | spawn-agent | Spawn a customized CC subagent with full MCP tool access. | <!-- END available-tables (generated) -->