-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from stair-lab/1-multilingual-leaderboard
Multilingual Leaderboard
- Loading branch information
Showing
167 changed files
with
7,348 additions
and
6,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- zero-shot | ||
- few-shot | ||
- weaker-prompt | ||
- fairness-aware | ||
- robustness-aware | ||
- chain-of-thought | ||
- randomized-choice | ||
- bias-toxicity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,275 @@ | ||
vi: | ||
"Question Answering": | ||
zero-shot: true | ||
few-shot: false | ||
weaker-prompt: true | ||
fairness-aware: true | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: true | ||
"Summarization": | ||
zero-shot: true | ||
few-shot: false | ||
weaker-prompt: true | ||
fairness-aware: false | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: true | ||
"Sentiment Analysis": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: true | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Text Classification": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: true | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Knowledge": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: true | ||
bias-toxicity: false | ||
"Toxicity Detection": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: true | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Information Retrieval": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: true | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Language Modeling": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: true | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Reasoning": | ||
zero-shot: true | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: true | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Translation": | ||
zero-shot: false | ||
few-shot: true | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: true | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: true | ||
|
||
ind: | ||
"Question Answering": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Summarization": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Sentiment Analysis": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Text Classification": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Knowledge": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Toxicity Detection": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Information Retrieval": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Language Modeling": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Reasoning": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Translation": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
|
||
kr: | ||
"Question Answering": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Summarization": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Sentiment Analysis": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Text Classification": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Knowledge": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Toxicity Detection": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Information Retrieval": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Language Modeling": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Reasoning": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false | ||
"Translation": | ||
zero-shot: false | ||
few-shot: false | ||
weaker-prompt: false | ||
fairness-aware: false | ||
robustness-aware: false | ||
chain-of-thought: false | ||
randomized-choice: false | ||
bias-toxicity: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.