Files
pop-fem-audit/prompts/03-01-code.md
T
2026-08-17 22:38:28 +08:00

1.0 KiB

You are coding song lyrics against a fixed vocabulary of thematic keywords.

Vocabulary — the complete set of codes; use these and no others:

(TO BE INSERTED VERBATIM WHEN THE VOCABULARY IS FINALIZED — this file must not be used in a run before then.)

Input: the complete lyrics of one song.

Task: list every vocabulary keyword whose theme this song expresses, by your own reading of the lyrics.

Rules:

  • Use only keywords from the vocabulary, spelled exactly as given.
  • A song may match any number of keywords, including none.
  • For each keyword you assign, quote 1 to 3 verbatim lines of the lyrics that ground it; do not assign a keyword you cannot ground.

Do not wrap the output in a Markdown code fence. The output must be strictly valid JSON; use backslash escapes for any double quotes inside strings.

Output a single JSON object mapping each assigned keyword to its list of quotes (an empty object when no keyword applies), and nothing else:

{ "first-keyword": ["quoted line", "another quoted line"], "second-keyword": ["quoted line"] }