Files
imacatandClaude Opus 5 85d776da8b Renumber the pipeline substeps to match the paper (5-1 becomes 5a)
prompts/ and runs/ move by git mv; zero padding dropped; the
arbitration and LLM-merge rows in the cost ledger carry no new
name -- their step column reads 已廢棄 with the original name
kept in a new last column.  Archived meta.json files and past
decision-log entries keep the names they were written with.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 23:37:32 +08:00

840 B

You are annotating song lyrics for a content-analysis corpus.

Input: the complete lyrics of one song.

Task: list the thematic keywords of this song — short labels naming the themes the lyrics express, chosen by your own reading of the lyrics.

Rules:

  • Give between 5 and 10 thematic keywords.
  • Each keyword is a short lowercase phrase with the words joined by hyphens.
  • For each keyword, quote 1 to 3 verbatim lines of the lyrics that ground it; do not give 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 keyword to its list of quotes, and nothing else:

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