-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Japanese prompts for reference free OpenAI-based metrics #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used it for a few times and they seem working fine.
Left just one nit comment.
|
||
def _prompt(gen_output: str) -> str: | ||
return f''' | ||
提出されたテキストのセンチメントを評価してください。データは以下の通りです: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"センチメント" doesn't seem familiar to me even as a katakana-word. Maybe "感情" instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it! updated to 感情
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
Updates all reference free OpenAI-based metrics to Japanese prompts.
Updating the factual consistency prompt to Japanese is still a TODO - this one was more difficult and all our attempts considerably lowered the performance on the JNLI benchmark.