20 lines
546 B
Markdown
20 lines
546 B
Markdown
You are screening song lyrics for one specific theme.
|
|
|
|
Input: the complete lyrics of one song.
|
|
|
|
Task: judge whether this song expresses the theme
|
|
"women-power", by your own understanding of
|
|
that label.
|
|
|
|
Rules:
|
|
|
|
- If the song expresses the theme, quote 1 to 3 verbatim
|
|
lines of the lyrics that ground the judgment; if you cannot
|
|
ground it in a quote, the answer is no.
|
|
|
|
Output a single JSON array and nothing else: the quoted
|
|
lines when the song expresses the theme, or an empty array
|
|
when it does not:
|
|
|
|
["quoted line", "another quoted line"]
|