Parse $ARGUMENTS:
- •Text before
--is the question - •Text after
--is a pipe-separated list of choices
Example: What color is the car? -- red | blue | green | black
Call kuavi_discriminative_vqa with:
- •
question: the parsed question text (trimmed) - •
candidates: list of parsed choices (each trimmed)
Present the answer with confidence scores for each candidate.