Multi-speaker role mapping
🎙️ SpeechTask: Identify how the two speakers are connected.
SPARE’s CAPTION is longer and more grounded in the audio than the baselines here: it encodes what is said (rising healthcare costs) and who speaks when (male, then neutral-toned female). SFT and Audio MuToR stay with short, generic scene labels (“speech in English” or a single neutral male), so the chain never locks onto the policy content that supports politician–voter.
SALMONN (pretrained)WRONG
<CAPTION> [Not emitted: this pretrained run has no explicit CAPTION tag.] </CAPTION> <REASONING> [Not emitted: this pretrained run has no explicit REASONING tag.] </REASONING> <CONCLUSION> bar owner-regular customer </CONCLUSION> — Verbatim output — <s> bar owner-regular customer</s><unk><unk><unk><unk>
SALMONN (SFT)WRONG
<CAPTION> A male voice delivers a speech in English. </CAPTION> <REASONING> The two speakers are connected as a bar owner and a regular customer. The bar owner provides goods or services to the regular customer, establishing a business-customer relationship. This aligns with option (A) bar owner-regular customer. </REASONING> <CONCLUSION> bar owner-regular customer </CONCLUSION>
Audio MuToRWRONG
<CAPTION> A male voice speaks in a neutral tone. </CAPTION> <REASONING> The two speakers are connected as a pet groomer (speaker 1) and a pet owner (speaker 2). The groomer provides services to the pet owner, establishing a professional-client relationship. </REASONING> <CONCLUSION> pet groomer-pet owner </CONCLUSION>
SPARE (ours)CORRECT
<CAPTION> A male voice expresses concern about rising healthcare costs, followed by a neutral-toned female voice. </CAPTION> <REASONING> The speakers are a politician and a voter. The politician addresses the voter's concerns about rising healthcare costs, indicating a professional-voter relationship. This aligns with option (D) politician-voter. </REASONING> <CONCLUSION> politician-voter </CONCLUSION>