Views
No views yet
1 Input: Answer the question according to the context. Question: ${question}. Context: ${context}. Answer:
2 Output: ${Answer}1Input: ${sentence} Based on this review, would the user recommend this product? No or Yes?
2Output: Yes / No1Input: ${question} Which is the correct answer? - (A) ${choiceA} - (B) ${choiceB} - (C) ${choiceC} - (D) ${choiceD}
2Output: ${choiceA} / ${choiceB} / ${choiceC} / ${choiceD}1Input: ${premise} {% if question == "cause" %} This happened because... {% else %} As a consequence... Help me pick the more plausible option: - ${text1} - ${text2}
2Output: ${text1} / ${text2}1Input: ${sentence} In the previous sentence, does _ refer to ${option1} or ${option2}?
2Output: ${option1} / ${option2}1Input: Does the word "${word}" have the same meaning in these two sentences? Yes, No? ${sentence1} ${sentence2}
2Output: ${sentence1} / ${sentence2}1Input: ${premise} Question: Does this imply that ${hypothesis}? Please response with 'Yes', 'No', or 'Maybe'.
2Output: Yes / No / Maybe1Input: Given ${premise} Is it guaranteed true that "${hypothesis}"? Yes or no?
2Output: Yes / no| Model | XQuAD-en (F1/EM) | TyDiQA-en (F1/EM) | MLQA-en (F1/EM) | SQuAD (F1/EM) | SST-2 (Acc.) | OpenbookQA (Acc.) |
|---|---|---|---|---|---|---|
| LLaMA-7b | 9.5 / 2.0 | 14.3 / 2.6 | 13.4 / 3.3 | 29.4 / 11.5 | 50.5 | 32.4 |
| MT-LLaMA-7b | 42.3 / 31.1 | 38.9 / 26.9 | 45.4 / 31.5 | 85.9 / 77.6 | 92.6 | 38.2 |
| Model | COPA (Acc.) | Winogrande (Acc.) | WiC (Acc.) | MNLI (Acc.) | RTE (Acc.) |
|---|---|---|---|---|---|
| LLaMA-7b | 56.0 | 49.3 | 51.7 | 30.2 | 52.7 |
| MT-LLaMA-7b | 88.0 | 54.9 | 52.2 | 49.6 | 79.1 |
@software{damonlpsg2023mtllama,
author = {Xu, Weiwen and Li, Xin and Bing, Lidong},
title = {Multi-task Instruction-tuned LLaMA},
year = 2023,
url = {https://github.com/DAMO-NLP-SG/MT-LLaMA}
}