source stringlengths 17 89.8k | target stringlengths 0 44.8k | task_name stringlengths 8 85 | task_source stringclasses 4
values | template_type stringclasses 4
values | template_idx int64 0 9 | split stringclasses 3
values |
|---|---|---|---|---|---|---|
The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic.
[EX Q]: Topic: We should ban human cloning<sep>Argument: Human cloning can fur... | False
| task1285_kpa_keypoint_matching | NIv2 | fs_opt | 6 | train |
Detailed Instructions: You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Arabic.
Problem:Noutras palavras, criamos um habitat para felicidade. "" Uau, isso é interessante.
Solution: | بعبارة اخرى نحن نهيئ مكمنا للسعادة عجبا ، هذا مثير للاهتمام | task1277_ted_translation_pt_ar | NIv2 | zs_opt | 8 | train |
Given the task definition and input, reply with output. In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using ... | Pat loved the fame and began to make another movie. | task071_abductivenli_answer_generation | NIv2 | zs_opt | 5 | train |
Given the task definition and input, reply with output. In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no".
Tweet: @Snat... | yes | task196_sentiment140_answer_generation | NIv2 | zs_opt | 5 | train |
Generate a correctly punctuated version of the following text: 79 inches red coral black crystal bracelet with big lobster clasp | 7.9 inches red coral black crystal bracelet with big lobster clasp | fix_punct | Flan2021 | zs_noopt | 8 | train |
Teacher:You are given a statement written in Malayalam. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option .
Teacher: Now, understand the problem? Solve this instance: Statement: 1858 നവംബർ 7 ന് <MASK> പൊയിൽ എന്... | ബംഗാളിലെ | task949_wiki_cloze_ml_multiple_choice_question_answering | NIv2 | zs_opt | 6 | train |
Teacher:In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: threat and non-threat. Threat is a statement that someone will be hurt or harmed, especially if the person does not do something in particular.
Teacher: Now, understand the problem? Sol... | Threat | task322_jigsaw_classification_threat | NIv2 | zs_opt | 6 | train |
If thirst is used to make chickens realize they need to replenish its bodily water, then what uses thirst to realize it needs to replenish its bodily water? Answer choices: - salamanders - Lobsters - chickens - clouds - density - some mammals - humans - wind
chickens
(Question)
If sea squirts reproduce sexual... | hormones | qasc_qa_with_combined_facts_1 | P3 | fs_opt | 9 | train |
Given the task definition, example input & output, solve the new input case.
In this task your given a passage and a question in Catalan, you must answer the question based on the passage. The answer to the question can be extracted directly from the passage. The question will have a single correct answer. The answer w... | 1966 | task837_viquiquad_answer_generation | NIv2 | fs_opt | 1 | train |
Teacher: In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_) and their corresponding answer. The sentence pair should look similar, and should be about two related but different objects; for example "trophy" and "suitcase". Additionally, the two sentenc... | Sentence 1: The lecture went on forever and the students started leaving the classroom to get to the _ they had next.
Answer1: lecture.
Sentence 2: The lecture went on forever and the students started leaving the classroom before they were late to the _ they had next.
Answer2: classroom. | task029_winogrande_full_object | NIv2 | fs_opt | 2 | train |
Detailed Instructions: Given a premise and two alternatives in Hindi, choose the alternative that is either a plausible cause or effect of the situation described by the premise. The premise is the 'कथन' field and the alternatives are the 'विकल्प A' and 'विकल्प B' fields. The output should either be "विकल्प A" or "विकल... | विकल्प B | task938_copa_hi_commonsense_reasoning | NIv2 | zs_opt | 9 | train |
In this task you will be given a list of integers. You should only return an integer if the first digit is the same as the last digit in the number. If an integer has a single digit, then it should be returned. If there are no integers that start and end with the same digit then an empty list ("[]") should be returned.... | [-242, 494]
| task372_synthetic_palindrome_numbers | NIv2 | fs_opt | 1 | test |
Use the following highlights to write an article:
Katy Perry and Miley Cyrus are having a fallout over their kiss. Perry joked that Cyrus wanted more than she was willing to give. Cyrus heard about it, and fired back with a tweet referencing Perry's rumored ex. The two pop stars kissed each other at Cyrus' concert on ... | If only they'd all bitten their tongues. Miley Cyrus and Katy Perry have gotten into a mini war of words over their shared smooch at Cyrus' concert in February. At the time, it seemed the two pop stars were playing off Perry's hit, "I Kissed a Girl," as Cyrus said after the kiss was over, "I just kissed a girl, and I r... | cnn_dailymail_3_4_0 | Flan2021 | zs_opt | 8 | train |
Question:
Question 1: Black Panther vs. Captain America, who would win & why?
Question 2: Who would win in a fight between Black Panther and Captain America? Why?
OPTIONS:
- no
- yes
Would the answer to these two questions be the same?
Answer:
yes
Question 1: Are there resources an American scientist can use to obtai... | yes | glue_qqp_2_0_0 | Flan2021 | fs_opt | 5 | train |
Q: In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal rule when the law is applied to a particular set of facts. There are five answer choices for each citing text. The corre... | recognizing that the burden of persuasion for a showing of prejudice was on the defendant | task287_casehold_legal_incorrect_answer_generation | NIv2 | zs_opt | 7 | train |
Teacher:In this task, you are given inputs k, i, and A, where k and i are integers and A is a list. You need to find every ith element of A starting from the kth element. The process stops when the position of the next ith element exceeds the length of the list.
Teacher: Now, understand the problem? Solve this instance... | K, 915, 309 | task1551_every_ith_element_from_kth_element | NIv2 | zs_opt | 6 | train |
Detailed Instructions: You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is ac... | acceptable | task616_cola_classification | NIv2 | zs_opt | 8 | train |
Q: This is the most common disease among neon tetras. The first sign is swimming away from tankmates. Affected tetras will also lose their neon stripe and develop spots or cysts on their dorsal fins. As soon as you recognize early symptoms, relocate the sick fish to a quarantine tank immediately. The disease is almost ... | Find a clear, cylindrical container. Make a container. Weigh your gauge down with pebbles. Inscribe a scale upon your container. Place it under the open sky, on level ground. | gem_wiki_lingua_english_en_1_1_0 | Flan2021 | fs_opt | 0 | train |
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None
Event:PersonX gives PersonX's girlfriend. Intent: 1) to b... | unhappy too
| task924_event2mind_word_generation | NIv2 | fs_opt | 0 | train |
In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage.
--------
Question: A 1908 review of the book summarizes the light plot of the story in overenthusiastic fashion: The story opens with a jump--literally. A young New Yorker,... | How would Addison feel afterwards?
| task596_mocha_question_generation | NIv2 | fs_opt | 7 | train |
Write an email with the following subject:
Master Firm Purchase/Sale Agreement | Mark, Jeff is in London and asked me to make the requested changes to the Contract. I have taken the redline version that he previously provided and added the additional changes. The changes that I made were in 4.2 (15 days), Art. 5 (deleted "but for no longer period"), and in Arbitration (added language for inde... | aeslc_1_0_0 | Flan2021 | zs_noopt | 8 | validation |
Instructions: In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol.
Input: 4432 + 3874 + 24 + 1806 - 4795 - 8962 + 5686 - 9409
Output... | 16208 | task085_unnatural_addsub_arithmetic | NIv2 | zs_opt | 3 | train |
Detailed Instructions: In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be... | avoiding | task390_torque_text_span_selection | NIv2 | zs_opt | 8 | train |
Q: In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and... | How many classes does the woman have on Wednesday? (A) Two. (B) Five. (C) Three. | task246_dream_question_generation | NIv2 | zs_opt | 7 | test |
I am testing my students' logic. What is the answer they should choose between "Shawna" and "Lynn"? Logic test: Shawna and Lynn are on a tandem bicycle. Shawna is pedaling furiously, while Lynn is barely moving and letting Shawna do most of the work. Which of the two will show perspiration stains on her shirt first? (A... | Shawna | quarel_testing_students | P3 | zs_noopt | 7 | test |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anyth... | Non-identity-attack | task325_jigsaw_classification_identity_attack | NIv2 | fs_opt | 0 | train |
You will be given a definition of a task first, then some input of the task.
This task is about translating a given English language sentence to Spanish.
I mean, outside schools that's called collaboration, you know.
Output: | Quiero decir, afuera de la escuela, eso se llama colaboración. | task1691_qed_amara_translation | NIv2 | zs_opt | 1 | train |
In this task, you have given an input which is agent's reply, based on that you have to identify what will be users' command for that reply. The user generally asks a question related to event scheduling or information of the scheduled events. Agent reply based on the available information or do the task as per user co... | What time? | task1600_smcalflow_sentence_generation | NIv2 | zs_opt | 4 | train |
Detailed Instructions: You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) s... | surprise | task1663_cedr_ru_incorrect_classification | NIv2 | fs_opt | 4 | train |
In this task, you're given a question, along with three passages, 1, 2, and 3. Your job is to determine which passage can be used to answer the question by searching for further information using terms from the passage. Indicate your choice as 1, 2, or 3.
Input: Consider Input: Question: What were the names of the par... | Output: 3
| task230_iirc_passage_classification | NIv2 | fs_opt | 2 | train |
Leo: Premise: "Young hippie girl hula hooping with purple leg warmers and purple hair."
Hypothesis: "Young girl hula hooping with her friends."
Do we know that the hypothesis entailed by the premise?
Mei: OK, So, let's think first...
Me: | Friends may not be present with the girl with the hula hoop.
Thus, the answer is it is not possible to tell. | cot_esnli | CoT | zs_opt | 9 | train |
Question: Found the following article online, use it to answer the question: What is the first name of the person who takes along his daughter as a distraction? Single father Bob Holcomb, a widower, is unhappy with the guitar-playing boy Kenny his daughter JoJo chooses as a husband-to-be. An executive with an oil comp... | Chris | quoref_Found_Context_Online | P3 | fs_opt | 3 | test |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you will be shown a prompt from a judicial decision and multiple holding statements derived from citations following text in a legal decision. Holdings represent the governing legal ru... | holding that the initial stop by officer was based on reasonable suspicion that defendant was impersonating a police officer although another officer arrested defendant for privacy act violation | task287_casehold_legal_incorrect_answer_generation | NIv2 | fs_opt | 0 | train |
Teacher: In this task, you are given an input i,A where i is an integer and A is an array. You need to find every ith element of A starting with the 1st element.
Teacher: Now, understand the problem? If you are still confused, see the following example:
3, ['a', '34', 'f', '931', '7', '3432', '13245', '762']
Solution: ... | R, 6553, 89 | task1542_every_ith_element_from_starting | NIv2 | fs_opt | 2 | train |
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ... | Yes | task1210_atomic_classification_madeupof | NIv2 | zs_opt | 4 | train |
Given a sentence, an entity and its sentiment towards the entity, verify if it is the correct sentiment towards the entity. Answer should be yes or no. Note that URLs in the text have been replaced with [Link].
--------
Question: Verify if the sentiment of the following document towards the entity Casey Affleck Armie i... | no
| task422_persent_sentence_sentiment_verification | NIv2 | fs_opt | 7 | train |
Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No".
[EX Q]: Japanese: 1人のCALM役員、ニール・テイラーは「何十人もの彼の同僚と地域のボランティアがクジラが生き残るのを一晩中助けた」とABCニュースで話した。
Khamer: H... | No
| task1123_alt_ja_khm_answer_generation | NIv2 | fs_opt | 6 | train |
Detailed Instructions: This task is about translating a given English language sentence to French.
Q: "Oh, she has turned all the men's heads down in that part.
A: | "Oh, elle a tourné toutes les têtes des hommes dans cette partie. | task1689_qed_amara_translation | NIv2 | zs_opt | 9 | train |
Detailed Instructions: In this task, you're given five sentences, numbered 1 through 5. Your job is to generate a title for the story that makes complete sense. The title must be short, with less than three words, use simple language, and include the main topic of the story.
Problem:Sentence 1: King loved to listen to ... | CD | task219_rocstories_title_answer_generation | NIv2 | zs_opt | 8 | train |
Given the task definition and input, reply with output. You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review.
If I were going to make breaded chicken my first thought would be to use generic breadcrumbs. Shake N Ba... | Negative | task586_amazonfood_polarity_classification | NIv2 | zs_opt | 5 | train |
Part 1. Definition
In this task, you are given a sentence in the Japanese language and your task is to convert it into the English language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun).
Part 2. Example
フランスのパリ、パルク・デ・プランスで行われた2007年ラグビーワールドカップ... | Local meteorological officials have reported to the Associated Press news agency the earthquake had been 37km (23 mi) under the Sea of Flores. | task436_alt_ja_en_translation | NIv2 | fs_opt | 7 | train |
Given the question: Combine facts and answer this: Which opera has more acts, Madama Butterfly or Erwartung?
The answer is: | Madama Butterfly | kilt_tasks_hotpotqa_combining_facts | P3 | zs_opt | 6 | validation |
Given a sentence in Hindi, generate a new Hindi sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being... | Solution: आपको शायद किसी विभाग में काम करना पड़े । | task407_mickey_hi_sentence_perturbation_generation | NIv2 | fs_opt | 5 | test |
Read the following paragraph and determine if the hypothesis is true:
A Grand Griffon Vendéen is a breed of hunting dog originating in France. It existed as early as the 16th Century, and was the first of the Vendée griffons to be bred. It is a descendant of the Canis Segusius used by the Gauls, through the so-called ... | 1). | anli_r1_0_1_0 | Flan2021 | zs_opt | 5 | test |
In this task, you need to answer the given multiple-choice question on the general math. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
--------
Question: Problem: what is the dividend ? the divisor is 800 , the quotient is 594 , and the remainder is - 968 .
Options: a ) 6623 , b ) 43036 , c ) 51515 , d ) 474... | d
| task1420_mathqa_general | NIv2 | fs_opt | 7 | train |
Read the given query and classify it as a 'Good' or 'Bad' query depending on how well the query is formed, 'Bad' being the expected output for a not so well formed query and 'Good' being the expected output for a well formed query. A query may be wrong based on common sense or general facts, but if it is well formed, y... | Bad
| task673_google_wellformed_query_classification | NIv2 | fs_opt | 0 | test |
Definition: You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be un... | surprise | task1663_cedr_ru_incorrect_classification | NIv2 | zs_opt | 2 | train |
Given a 'poster' sentence and a corresponding 'response' (often, from Facebook or Reddit)classify the sentiment of the given response into four categories: 1) Positive, 2) Negative, 3) Neutral, and 4) Mixed if it contains both positive and negative.
One example is below.
Q: Poster: Stopped by Fashion Week and got to ha... | Mixed | task823_peixian_rtgender_sentiment_analysis | NIv2 | fs_opt | 9 | test |
You will be given a definition of a task first, then some input of the task.
In this task, you are given a sentence containing a particular emotion. You must classify the sentence into one of the six emotions: 'joy', 'love', 'anger', 'fear', or 'surprise'.
i feel your prescence a gentle touch
Output: | love | task875_emotion_classification | NIv2 | zs_opt | 1 | train |
Given the question: Process: - You speak into the receiver on your phone - Sound waves move parts inside the receiver - Movement causes the magnet inside to produce eletricity - Electricity is transferred through a wire or cable - A membrane in the other persons phone is vibrated by the magnet in their telephone - So... | yes | wiqa_does_the_supposed_perturbation_have_an_effect | P3 | zs_noopt | 6 | train |
Teacher: In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be unintentional, or non-offensive statements that a... | No | task607_sbic_intentional_offense_binary_classification | NIv2 | fs_opt | 2 | train |
[Q]: Caroline Milmoe (born 11 January 1963) is an English stage, film and television actress best known for playing Julie in the first two series of Carla Lane's Liverpool-based BBC sit-com "Bread" and Lisa Duckworth in ITV's long-running soap opera "Coronation Street". Caroline Milmoe was born in London, England
[A]: ... | It's impossible to say | anli_r1_0_1_0 | Flan2021 | fs_noopt | 9 | train |
Instructions: Given a passage, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating questions that... | Does paley 's multiplier method accurately predict adult height in children with bone sarcoma? | task847_pubmedqa_question_generation | NIv2 | zs_opt | 3 | train |
Teacher:A piece of text from one of these 5 languages - French, English, Dutch, Somali, Tagalog is given. Generate the language to which the text belongs.
Teacher: Now, understand the problem? Solve this instance: Text: They said that Allah did not send a Messenger to a nation without placing the obligation upon them t... | English | task447_opus_paracrawl_classification | NIv2 | zs_opt | 6 | train |
Instructions: This task is to find the number of 'For' loops present in the given cpp program.
Input: int f(int m,int min); //????????
int main()
{
int n,i,a[100],sum[100];
cin>>n; //??????
for(i=0;i<n;i++)
cin>>a[i];
for(i=0;i<n;i++)
{
sum[i]=f(a[i],2); //??????????????
cout<<sum[i]<<endl;
}
... | 3 | task921_code_x_glue_information_retreival | NIv2 | zs_opt | 3 | train |
You will be given a definition of a task first, then some input of the task.
In this task, you're given a context, further information available on a particular linked term from the statement, and an answer term. Your job is to generate a question that can use the information provided to obtain the given answer. You sh... | How many citizens lived in the town that the LXVI Corps enveloped? | task235_iirc_question_from_subtext_answer_generation | NIv2 | zs_opt | 1 | train |
You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'.
--------
Question: Person1: What do you think a job means to you ?
Person2: It is a way to make a living , but beyo... | 0
| task1534_daily_dialog_question_classification | NIv2 | fs_opt | 7 | train |
QUESTION: If you're removing dirt from a carpet while doing housework what do you need?
Options:
- broom
- effort
- vacuuming
- boredom
- mop
ANSWER: Vacuuming is to clean with a vacuum cleaner. If you're removing dirt from a carpet while doing housework, we need vacuuming.
The answer is vacuuming
q: What is the oppos... | Disneyland has Micky mouse character so it has ice cream and snack food shaped like micky mouse to attract the children mostly.
The answer is disneyland | cot_ecqa | CoT | fs_opt | 0 | train |
instruction:
Given a sentence in the Japanese and Central Khmer language. Your task is check if the Khamer sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No".
question:
Japanese: プロジェクトコーディネーターが逃走し、警察が捜索中である為、もしいた場合にそれ以上何人が閉じ込められたかは不明である。
Khamer... | No
| task1123_alt_ja_khm_answer_generation | NIv2 | fs_opt | 9 | train |
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ... | Non-obscene
| task326_jigsaw_classification_obscene | NIv2 | fs_opt | 0 | validation |
instruction:
In this task, you are given commands (in terms of logical operations) to select relevant rows from the given table. Your job is to classify the command into one of these seven categories: (1) majority, (2) unique, (3) superlative, (4) count, (5) comparative, (6) aggregation, and (7) ordinal.
Here are the... | count
| task212_logic2text_classification | NIv2 | fs_opt | 9 | train |
Given the task definition and input, reply with output. The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or di... | Offensive | task1502_hatexplain_classification | NIv2 | zs_opt | 5 | test |
instruction:
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choo... | Business
| task379_agnews_topic_classification | NIv2 | fs_opt | 9 | train |
Detailed Instructions: You are given a sentence in Galician. Your job is to translate the Galician sentence into English.
See one example below:
Problem: Agora, está ao lado, ou na miña casa.
Solution: Now, it's next door, or in my house.
Explanation: The Galician sentence is correctly translated into English. `casa` i... | We know that we can change this in our lifetime, and that is why my team and I have decided to begin this journey, this journey to try to make cancer detection at the early stages and monitoring the appropriate response at the molecular level easier, cheaper, smarter and more accessible than ever before. | task1238_ted_translation_gl_en | NIv2 | fs_opt | 4 | train |
The provided file includes English sentences, and we ask you to translate those to the Hindi language. Please bear in mind the following guidlines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of... | इस दुनिया में सम्मान के साथ जीने के लिए सबसे बड़ा तरीका है कि हम वे बनें जो हम होने का दिखावा करते हैं। | task1353_hind_encorp_translation_en_hi | NIv2 | zs_opt | 4 | validation |
Detailed Instructions: You are given a sentence in Italian. Your job is to translate the Italian sentence into Galician.
See one example below:
Problem: Tra di esse, si annovera il piccolo sistema in arabo detto al-jebr.
Solution: Isto inclúe un sistema en árabe chamado al-jebra.
Explanation: The Italian sentence is co... | Velaquí a baixada por causa da gripe do 1918. | task1252_ted_translation_it_gl | NIv2 | fs_opt | 4 | test |
What are the worst examples of false advertising you've seen? Did you fall prey to their claims? Rather that vouch for myself - my story is trite, and not particularly interesting - I'll relay the tale one of my nurses shared with me when I was laid up in the hospital for a few weeks. Call her R. R was from an Eastern ... | B | quail_no_prompt_id | P3 | fs_opt | 1 | train |
In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative.
--------
Question: This is the only place I would go. Quick and painless service and they know what they are ta... | NEGATIVE
| task475_yelp_polarity_classification | NIv2 | fs_opt | 7 | train |
Detailed Instructions: You are given a sentence in Italian. Your job is to translate the Italian sentence into Japanese.
Q: Tocca a noi andare avanti per assicurarci che non siano solo gli esperti informatici come Edward Snowden, a poter denunciare azioni illegali.
A: | この先スノーデンのようにテクノロジー通の告発者でなくても不正を暴露できるような手段を確保できるかは我々にかかっています | task1248_ted_translation_it_ja | NIv2 | zs_opt | 9 | validation |
Q: In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list.
[[-6, 5, -1, 32], [14, -47], [-39, -36], [8, 39... | [960, -658, 1404, 4343040, -900, 0, -87552] | task371_synthetic_product_of_list | NIv2 | zs_opt | 7 | train |
Question: Who was John R Detroit I found the following answer on Google: In total, he served as Detroit's mayor for five other terms. Is that a correct answer? Yes or no.
A: | No | wiki_qa_found_on_google | P3 | zs_opt | 2 | train |
You will be given a context and a question in Spanish. Your job is to generate answers that are at least THREE words long.
The answers need to be context specific and can not be general knowledge or a random guess.
One example is below.
Q: CONTEXT: La historia de Japón (日本の歴史 o 日本史, Nihon no rekishi / Nihonshi?) es la... | hundieron el valor de la divisa | task1334_sqac_answer_generation | NIv2 | fs_opt | 9 | train |
Definition: In this task, you need to count the number of words in a sentence that start with the given letter. Answer with numbers and not words.
Input: Sentence: 'a passenger train marred with graffiti pauses at a station'. How many words start with the letter 'a' in the sentence.
Output: | 3 | task162_count_words_starting_with_letter | NIv2 | zs_opt | 2 | train |
Write a "(i)." movie review (Options: (i). negative; (ii). positive;). | sappy as big daddy | glue_sst2_2_0_0 | Flan2021 | zs_opt | 8 | train |
Detailed Instructions: In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given two options and you need to select the one that best connects the first sentence with the rest of the story. Indicate your answer by 'Option 1' if the first option is co... | Option 1 | task065_timetravel_consistent_sentence_classification | NIv2 | zs_opt | 9 | train |
QUES: He doubled up in her arms , then went limp . His body rolled over , his face wedging in the roots of a drift stump . Rin struggled to turn him over again ; small pebbles stuck to the bared front of his body . One hand still clamped over the broad smear of blood .
Question with options: Why has this person 's bod... | The police . | cosmos_qa_1_0_0 | Flan2021 | fs_opt | 9 | train |
In this task, you're given the middle and ending of a three-part story. Your job is to complete the short story by writing a probable beginning of the story. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating ... | Ed's television stopped working today.
| task072_abductivenli_answer_generation | NIv2 | fs_opt | 3 | train |
Q: In this task, you are given the abstract of a research paper. Your task is to generate a summary of this abstract. Your summary should not be very short, but it's better if it's not more than 30 words.
This work adopts the very successful distributional perspective on reinforcement learning and adapts it to the cont... | We develop an agent that we call the Distributional Deterministic Deep Policy Gradient algorithm, which achieves state of the art performance on a number of challenging continuous control problems. | task668_extreme_abstract_summarization | NIv2 | zs_opt | 7 | validation |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task, you are given two simple actions (associated with "A", "B"). You must identify which action is considered less ethical. Do not generate anything else apart from one of the following cha... | A | task106_scruples_ethical_judgment | NIv2 | fs_opt | 0 | train |
Bailey made people happy with their cleaver jokes they told. Given that the answer to a question is "tell more jokes", what is the question?
| What will Bailey want to do next? | social_i_qa_Generate_the_question_from_the_answer | P3 | zs_opt | 0 | train |
Found the following article online, use it to answer the question: What camp's cabins were named after Greek goddesses? The bank building was bought in 1944 by D. L. King of Rogers, who remodeled it and made it home to his Atlas Manufacturing Company which produced poultry equipment. However, King moved the business b... | Camp Joyzelle | quoref_Found_Context_Online | P3 | zs_noopt | 7 | train |
You will be given a definition of a task first, then some input of the task.
You are given a sentence in Japanese. Your job is to translate the Japanese sentence into English.
読書は面倒な雑用で報酬目当ての作業だと考えるでしょうか ? あるいは間違った理由がきっかけでも結局は読書自体が好きになるのでしょうか ?
Output: | Will they have learned that reading is a chore, a form of piecework to be done for pay, that's the worry, or may it lead them to read maybe for the wrong reason initially but then lead them to fall in love with reading for its own sake? | task1222_ted_translation_ja_en | NIv2 | zs_opt | 1 | train |
Given a sentence in Somali language, translate the sentence to English language keeping the meaning of the original sentence intact
[Q]: Somali sentence: « FAALLO:Boqortooyada Sucuudiga . UAE iyo Bahrin oo Dalka Qatar xidhiidhka u jaray .06.06.17
[A]: « Daawo Muqaal:Wasiirka Duulista Somaliland Oo Magaalada Jabuuti Ku... | 15 And when ye spread forth your hands, I will hide mine eyes from you: yea, when ye make many prayers, I will not hear: your hands are full of blood.
| task450_opus_paracrawl_so_en_translation | NIv2 | fs_opt | 5 | train |
Q: In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulti... | 50625784q7587 | task267_concatenate_and_reverse_all_elements_from_index_i_to_j | NIv2 | zs_opt | 7 | train |
Given the task definition and input, reply with output. You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase... | 6 | task956_leetcode_420_strong_password_check | NIv2 | zs_opt | 5 | train |
In this task, based on the given context word, you are asked to create a pair of sentences each containing a blank (_). The sentence pair should look similar and should be about two different persons (PersonX and PersonY). Additionally, the two sentences must be different in terms of trigger words (e.g., "sympathetic" ... | Sentence 1: PersonX learns to swaddle PersonY by watching videos online and practicing with a doll, so _ is soon an expert.
Sentence 2: PersonX learns to swaddle PersonY by watching videos online and practicing with a doll, so _ is soon asleep. | task030_winogrande_full_person | NIv2 | zs_opt | 4 | train |
Q:My best story is about Santa Claus. A mall Santa had a heart attack at work and was rushed to the Emergency Room in full cardiac arrest. Let me explain that a person playing Santa is generally a certain age (white beard) and body type (round) that is predisposed to cardiac disease. We did everything we could but ulti... | D | quail_context_description_question_answer_id | P3 | zs_noopt | 3 | validation |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
You are given a news article headline from BBC Yoruba and your task is to classify it into one of the following categories: Africa, Entertainment, Health, Nigeria, Politics, Sport, or World.
2019 E... | Sport | task612_yorubabbc_classification | NIv2 | fs_opt | 0 | train |
Instructions: Two analogies that signify affordances are given in the form "A : B. C : ?". Affordance is the possibility of an action being done on an object, for example book is an affordance of writing. The phrase "A : B" implies that B is an affordance of A. Your task is to replace the question mark (?) with the app... | book | task1153_bard_analogical_reasoning_affordance | NIv2 | zs_opt | 3 | train |
Definition: In this task, you are given a sentence in the English language and your task is to convert it into the Hindi language. In translation, keep numbers as it is.
Input: India is one of the countries which are the founder members of the United Nations organization.
Output: | भारत गुटनिरपेक्ष आन्दोलन तथा संयुक्त राष्ट्र संघ के संस्थापक सदस्य देशों में से एक है। | task425_hindienglish_corpora_en_hi_translation | NIv2 | zs_opt | 2 | train |
The answer will be 'yes' if the provided sentence contains an explicit mention that answers the given question. Otherwise, the answer should be 'no'. Instances where the answer is implied from the sentence using "instinct" or "common sense" (as opposed to being written explicitly in the sentence) should be labeled as '... | No.
| task020_mctaco_span_based_question | NIv2 | fs_opt | 5 | train |
Please answer the following question: This is a correct answer to the following question about Publication. Yes or no? Answer: To publish is to make content available to the general public . Question: where is the place of publication on a website
A: | No | wiki_qa_Decide_good_answer | P3 | zs_opt | 8 | train |
A man is lifting weights.
A man is lifting a barbell.
Rate the textual similarity of these two sentences on a scale from 0 to 5, where 0 is "no meaning overlap" and 5 is "means the same thing". OPTIONS:
- 0
- 1
- 2
- 3
- 4
- 5
Answer: 4
Question:
Cisco executives said they were encouraged by $1.3 billion in cash flo... | 4 | glue_stsb_2_0_0 | Flan2021 | fs_opt | 0 | test |
Pick from:
(A). Yes;
(B). No;
Alex gave thanks to God during a Thanksgiving meal with Alex's family. Given the question "What does Alex need to do before this?", is "consume food" a valid answer?
Answer: | (B). | social_i_qa_Check_if_a_random_answer_is_valid_or_not | P3 | zs_opt | 5 | test |
You will be given a definition of a task first, then some input of the task.
In this task, you're given an open-domain question. Your task is to provide an answer to the given question. There is only one unique answer for each question. Your answer should be short, and refer to an entity, date, number, etc. Do not put ... | Rajendra Prasad | task669_ambigqa_answer_generation | NIv2 | zs_opt | 1 | validation |
TASK DEFINITION: You will be given a context and a verb separated with a newline character, and you have to answer if the given verb can be anchored in time or not. We say a verb can be anchored in the real timeline if and only if a verb happened in the past, is happening now, or is guaranteed to happen in the future. ... | No
| task383_matres_classification | NIv2 | fs_opt | 8 | train |
I know that the answer to the question "When will people be able to eat well once more?" is in "Traditionally a carnival feast was the last opportunity to eat well before the time of food shortage at the end of the winter during which one was limited to the minimum necessary. On what nowadays is called vastenavond (the... | spring | adversarial_qa_dbidaf_tell_what_it_is | P3 | zs_opt | 2 | train |
Teacher:In this task, you will be given a sentence in the Indonesian language(Bahasa variant). Your job is to convert it into the English language.
Teacher: Now, understand the problem? Solve this instance: Teknologi Perlindungan pengembang StarForce kemudian mengklaim ini pertimbangan yang kurang baik mencoba untuk be... | StarForce developer Protection Technology later claimed this to be a poorly-considered attempt to demonstrate the result of not using their software, which is designed to prevent software piracy. | task543_alt_translation_bh_en | NIv2 | zs_opt | 6 | train |
You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Italian.
Q: E grande parte desta injustiça é possível por causa das práticas empresariais atualmente aceites.
A: | E molta di questa ingiustizia è resa possibile dalle pratiche di business oggi accettate. | task1280_ted_translation_pt_it | NIv2 | zs_opt | 4 | train |
I'm taking a test and have to guess the right answer to the question after the article. Article: One evening Charlie was on his way home from the railway station. When he turned round a corner, he heard footsteps behind him and he thought someone was coming near. He began to walk fast. The footsteps came fast, too. He ... | A | race_middle_Taking_a_test | P3 | fs_opt | 6 | train |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 8