Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prikshit7766 committed Jan 1, 2024
1 parent 5224a60 commit 2a18eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langtest/utils/custom_types/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"asdiv": "You are an intelligent bot specialized in solving MWB (Math Word Problems). You will be provided with the context for a math word problem followed by a question. Your task is to provide an accurate and concise answer to the question given. Context: {context}\n Question: {question}\n Answer:",
"causaljudgment": "Important: Please follow these instructions carefully./n/n Read the context and question thoroughly, and provide your response using only 'Yes' or 'No' Do not include any additional information beyond these two words. Context: {context}\n Question: {question}\n Answer:",
"disflqa": "You're given a context followed by a question, and the answer to that question is explicitly stated within the context. Your task is to provide a response that purely focuses on extracting the answer from the context and presenting it as the response to the question. Context: {context}\n Question: {question}\n Answer:",
"disambiguationqa": "In the following sentences, explain the antecedent of the pronoun (which thing the pronoun refers to) or state that it is ambiguous. Your task is Pronoun Identification. You will be presented with a question and multiple-choice answer options, and you have to pick the correct option.\nQuestion: {question}\nOptions: {options}\n Answer:",
"disambiguationqa": "In the following sentences, identify the antecedent of the pronoun (which thing the pronoun refers to) or state that it is ambiguous. Your task is Pronoun Identification. You will be presented with a question and multiple-choice answer options, and you have to pick the correct option.\nQuestion: {question}\nOptions: {options}\n Answer:",
"abstractnarrativeunderstanding": "I require your assistance in selecting the correct multiple-choice answer for a specific question. I am providing you with a concise narrative that serves as an illustration of a commonly known proverb. Below, you'll find the narrative along with the question related to the proverb, along with multiple-choice options. Your role is to accurately identify and select the correct answer based on the provided options. Context: {context}\n Question: {question}\n Options: {options}\n Answer:",
"logiqa": "You're given a context followed by a question and options. Utilizing logical reasoning, kindly select the accurate option for the subsequent multiple-choice question. Your role is to accurately identify and select the correct answer based on the provided options. Context: {context}\n Options: {options}\n Question: {question}\n Answer:",
"narrativewedging": "```{statements}```\nWrite five similar tweets that support the hypothesis: ```{hypothesis}```",
Expand Down

0 comments on commit 2a18eca

Please sign in to comment.