"template":"""Read the following coded text and track the frequency of each coded word. Find the three most frequently appeared coded words. {context}\nQuestion: Do not provide any explanation. Please ignore the dots '....'. What are the three most frequently appeared words in the above coded text?""",
"answer_prefix":"""Answer: According to the coded text above, the three most frequently appeared words are:""",
"answer_prefix":"""Answer: According to the coded text above, the three most frequently appeared words are:""",
@@ -26,7 +26,7 @@ from lm_eval.tasks.ruler.common_utils import DEFAULT_SEQ_LENGTHS, get_tokenizer
config={
"tokens_to_generate":32,
"template":"""Answer the question based on the given documents. Only give me the answer and do not output any other words.\n\nThe following are given documents.\n\n{context}\n\nAnswer the question based on the given documents. Only give me the answer and do not output any other words.\n\nQuestion: {query}""",
"answer_prefix":"""Answer:""",
"answer_prefix":"""Answer:""",
}
SEED=42
TEMPLATE="""Answer the question based on the given documents. Only give me the answer and do not output any other words.\n\nThe following are given documents.\n\n{context}\n\nAnswer the question based on the given documents. Only give me the answer and do not output any other words.\n\nQuestion: {query}"""
"template":"""Memorize and track the chain(s) of variable assignment hidden in the following text.\n\n{context}\nQuestion: Find all variables that are assigned the value {query} in the text above.""",
"answer_prefix":"""Answer: According to the chain(s) of variable assignment in the text above, {num_v} variables are assgined the value {query}, they are:""",
"answer_prefix":"""Answer: According to the chain(s) of variable assignment in the text above, {num_v} variables are assigned the value {query}, they are:""",