Input

Three files in input/ define what to ask and who to ask it to: a text library, query templates, and prompt bindings.

  • Textstext.json: the text corpus, section headings used as ground truth, and aliases for fuzzy matching
  • Queriesqueries.json: prompt templates, system messages, and query types (list_task, order_task, title recall)
  • Promptsprompts.json: bindings between texts and queries; the cartesian product determines total request count

Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.