generated from coulomb/repo-seed
infospace pipeline for wealth of nations example
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Evaluate Entity
|
||||
|
||||
Discipline: {{ macros.discipline }}
|
||||
Entity: {{ input.artifact_id }}
|
||||
|
||||
Return a successor evaluation Markdown file with YAML frontmatter containing
|
||||
artifact_id, evaluator, evaluated_at, and scores.
|
||||
|
||||
## Entity Text
|
||||
|
||||
{{ input.content }}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# Extract Economic Entities
|
||||
|
||||
Discipline: {{ macros.discipline }}
|
||||
Source: {{ input.artifact_id }}
|
||||
|
||||
Return one Markdown entity document per top-level heading. Each entity must
|
||||
include Definition, Source Chapter, Context, and Economic Domain sections.
|
||||
|
||||
## Source Text
|
||||
|
||||
{{ input.content }}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
# Map Source To VSM Relation
|
||||
|
||||
Discipline: {{ macros.discipline }}
|
||||
Source: {{ input.artifact_id }}
|
||||
|
||||
Return one relation triplet that links the generated economic entities and
|
||||
includes Subject, Predicate, Object, Relation Type, VSM Channel, Evidence, and
|
||||
Feedback Role sections.
|
||||
|
||||
## Source Text
|
||||
|
||||
{{ input.content }}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# Synthesize Chapter Analysis
|
||||
|
||||
Discipline: {{ macros.discipline }}
|
||||
Source: {{ input.artifact_id }}
|
||||
|
||||
Write a concise VSM analysis of the chapter using the generated entities and
|
||||
relation as evidence.
|
||||
|
||||
## Source Text
|
||||
|
||||
{{ input.content }}
|
||||
|
||||
Reference in New Issue
Block a user