Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Add interestingness question for Acute-Eval #4113

Merged
merged 1 commit into from Oct 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions parlai/crowdsourcing/tasks/acute_eval/fast_eval.py
Expand Up @@ -58,6 +58,11 @@
's1_choice': 'I would prefer to talk to <Speaker 1>',
's2_choice': 'I would prefer to talk to <Speaker 2>',
},
'interesting': {
'question': 'If you had to say one of these speakers is interesting and one is boring, who would you say is more interesting?',
's1_choice': '<Speaker 1> is more interesting',
's2_choice': '<Speaker 2> is more interesting',
},
'roleplay': {
'question': 'How well does the speaker play their role in the conversation?',
's1_choice': '<Speaker 1> plays their role better.',
Expand Down