task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1217_atomic_answer_generation
task1217-40dcf3662e0a46868e54993e30fb305e
In this task, you are given a sentence with a missing word that can be an object, a person, and/or an action. Fill in the blank with a plausible word. Although each sentence has many correct answers, you only have to write one answer. PersonX buys ___ without prescription
syrup
task875_emotion_classification
task875-2fba61e338e34b85b2870dc860c32a22
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 want you to know that if i become prime minister in less than a year s time i will be proud to do so as a friend of israel a jew and most ...
joy
task573_air_dialogue_classification
task573-b5a500e5690245c9aed5e42e4da58f29
In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `...
no_flight
task518_emo_different_dialogue_emotions
task518-25f12f05e01b421dbd35262a44c66fc4
In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'. Dialogue 1: 'thnx you're welcome nice to meet you'. Dialogue 2: 'not well actually ohhh what happen...
no
task577_curiosity_dialogs_classification
task577-92ff832c73484030ba86aa4c06bbaf7f
In this task, you are given a dialogue between a user and an assistant, where users and assistants converse about geographic topics like geopolitical entities and locations. The task here is to find if the dialogue is by the user or assistant. Classify your answers into user and assistant. 12.65% (1,109,888) of Georgia...
assistant
task307_jeopardy_answer_generation_final
task307-71bed25e767246be99d6f99de717d01c
You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters. Category: THE EARTH Clue: As Earth wobbles slowly on its axis, this moves in a "Chandler Circl...
the north pole
task157_count_vowels_and_consonants
task157-2877c07f75274805a41556ac9db6ef65
In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Sentence: 'the room is full of chairs, tables and couches'. Count the number of vowels in the given sentence.
14
task075_squad1.1_answer_generation
task075-72e322d5b88949e8884a491b67a860f8
This task is about writing a correct answer for the reading comprehension task. Based on the information provided in a given passage, you should identify the shortest continuous text span from the passage that serves as an answer to the given question. Avoid answers that are incorrect or provides incomplete justificati...
gender-conforming heterosexual" and the "gender-nonconforming homosexual
task325_jigsaw_classification_identity_attack
task325-b2b40b81fac744bc827846da255af0a3
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 anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Identity-attack
task582_naturalquestion_answer_generation
task582-5447b1d21a71430b8e0f64b1990c38ce
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. why is the us canada's largest trading p...
Free Trade Agreement
task1192_food_flavor_profile
task1192-c8d5dd2418114c38b36cc44b112fd4fc
In this task, you are given the name of an Indian food dish. You need to classify the dish as "sweet" or "spicy". Phirni
sweet
task111_asset_sentence_simplification
task111-f4c6c26b6a5545c595c83b9a791acfcc
Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina...
The tallest mountain point in Alabama is Cheaha Mountain. It's also called Mount Cheaha.
task368_synthetic_even_or_odd_calculation
task368-45bf172123574abfa9592d8440374313
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal...
[190, -362]
task344_hybridqa_answer_generation
task344-218e26bcd4124bb2866146882631a665
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. What was the date listed of the historical place whose attractions include the Lake Michigan beach , a restored General Store and Blacksmith Shop ?
# 83000882
task904_hate_speech_offensive_classification
task904-742657b5dca542d692b3773539460bbc
Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. Jih...
Neither
task579_socialiqa_classification
task579-fc38dd274f894adb8b56335ce0b14e7a
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: Kai shook hands with Addison after meeting and offered their c...
Yes
task112_asset_simple_sentence_identification
task112-be500dff3e2d4587ba58a498dbc5b5d1
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text one
task078_all_elements_except_last_i
task078-bc4c98c49ebf46eebd69162eb7406beb
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 2, ['c', '9375', 'r', '8829', 'i', 'y', 'h', '7633', 'N', 'X', '5071', 'A', 'x', '4391', '9957', 'w', '7495', 'x'...
c, 9375, r, 8829, i, y, h, 7633, N, X, 5071, A, x, 4391, 9957, w, 7495, x, 2795, N, m, 1763
task1340_msr_text_compression_compression
task1340-746608e4ef784cd1a140a8e6a2549d4e
Given a text, write a compressed version of it in a single sentence. Many years ago, a linguistic scholar counted all of the languages then spoken of which he had evidence.
Years ago, a linguistic scholar counted all evidence based spoken languages.
task170_hotpotqa_answer_generation
task170-2673c682a5eb4b45b196e88725edeb53
In this task, you are given a set of context paragraph and some supporting facts to answer a question. Your task is to generate answer for given question based on set of context paragraphs and supporting facts. Context_1 : David Simon Charles Goodman (born 25 February 1958 in England) is an International Master of ches...
1919
task322_jigsaw_classification_threat
task322-f88cc12bd6454080ada2ca78ece395ee
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. Comment: Kick them to the curb and relieve them o...
Threat
task820_protoqa_answer_generation
task820-5049aba71910453ebdf064b37a256e29
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name an activity people wear gloves for.
medical procedure
task150_afs_argument_quality_gun_control
task150-b791e058960346c19cffe9613ae237b5
We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gun control. An ...
Valid
task495_semeval_headline_classification
task495-8cc6b019fece4a3a921a8e2af2f2dbb5
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. News Headli...
Not Funny
task124_conala_pair_averages
task124-32d8cabac48f4d108dd36d6c93f3c840
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, lik...
[-54.5, -31.5, 40.5, 78.5, 62.5]
task1726_mathqa_correct_answer_generation
task1726-b69c341d85fc42f9b41b0e8be0ac5841
The task is to generate the correct answer for a given math problem. Problem: how many terminating zeroes e does 200 ! have ?
49
task849_pubmedqa_answer_generation
task849-635208ed649f4142aaf8eb69c5cd98ac
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: Prematurity and fetal growth restriction are risk factors for pulmonary hypertension (PH) in infants with bronchopulmonary dysplasia (BPD)....
PNGR induces right ventricular and pulmonary vascular remodeling and augments the effects of oxygen in neonatal rats. This may be a powerful tool to investigate the mechanisms that induce PH in low-birth-weight preterm infants with BPD.
task846_pubmedqa_classification
task846-745202a0c00b4330aa0f5012365c22b6
Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question. Question: Does maternal high-fat hypercaloric diet during pregnancy result ...
yes
task386_semeval_2018_task3_irony_detection
task386-326d5736fdd943a49c7078fd2bdf4553
In this task you are given a tweet. You must judge whether the tweet is ironic or not. We define two type of irony for this task ("polarity","situational"). Situational irony happens when a situation fails to meet some expectations. polarity irony happens when irony is achieved by inverting the intended sentence. Label...
not
task067_abductivenli_answer_generation
task067-8f7b9031a4f4448d917629d1a4dc38cf
In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an...
His tire was flat, so he called the auto club.
task516_senteval_conjoints_inversion
task516-a3f52088afc946209bda336677f0abe7
In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base...
Inversion
task166_clariq_sentence_generation
task166-235d18f8d8614a49a20c690e0cf35cb9
Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio...
would you like to see trombones for sale on ebay
task934_turk_simplification
task934-3b2291c47aa74b0ea73bf7d8137e8543
In this task, you're given a sentence and your task is to generate a simplified sentence that focuses on lexical paraphrasing from the original sentence given in the input. he died at age 41 in canterbury of apoplexy , and a monument to him was built in canterbury cathedral.
he died at the age of 41 in canterbury of a stroke , and a monument to him was built in canterbury cathedral.
task405_narrativeqa_question_generation
task405-d585dcd2445943f49d76ed77c05a5c4f
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Who did Percival reunited with?
task704_mmmlu_answer_generation_high_school_government_and_politics
task704-867886cab172481db7f9f5ece1ccc5ec
You are given a question on high school government and politics. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. You need to answer the question by selecting the correct option. You should only answer with the choice letter, not the whole answer. The spoils sy...
D
task092_check_prime_classification
task092-d392324948e3492cabf688f37360dc5f
In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. 51367
No
task1603_smcalflow_sentence_generation
task1603-f76edc3aaa4c4dd6b16009e826fa5ff4
In this task, you have given an input which is user's command or question, based on that you have to return what will be Agent's response/reply for that particular user's command or question Actually, reschedule it for next Friday.
How's this?
task405_narrativeqa_question_generation
task405-5ab89bb12f5140e8ae32f43365abadba
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
The Losers are sent to Bolivia on what sort of mission?
task380_boolq_yes_no_question
task380-376d808ecda94f1b9594d1e15c920c22
In this task you will be given a passage and a yes/no question based on the passage. You should answer the question using the information from the passage. passage: In the latter half of the 20th century, a series of controversies arose with regard to gymnast ages, some of them leading to sanctions by FIG, and paving t...
Yes
task112_asset_simple_sentence_identification
task112-daf688e900cc4a9ababf31287f9c1dc7
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text two
task183_rhyme_generation
task183-80cc5e91af524719997a59b0f8d11360
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" fear
bere
task169_strategyqa_sentence_generation
task169-c2b810f78abb49d2aebed8ac408e5db1
In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page) Term: Alexander Gra...
Fact1: Eugenics was the idea of selective breeding or sterilization to rid the human populace of certain traits. Fact2: Nazis used eugenics to justify mass sterilization and mass murder. Fact3: Alexander Graham Bell Alexander Graham Bell advocated against the use of sign language and hoped to eradicate deafness through...
task403_creak_commonsense_inference
task403-c30d61c3b6a14a689c0cb565077e578e
In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "Fal...
False
task389_torque_generate_temporal_question
task389-bae9894df24a4764b0cdf4bf6f1a413d
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What definitely happened after international condemnation began happening?
task1207_atomic_classification_atlocation
task1207-1c7c73392329480580e62fd27b28ecc4
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
task579_socialiqa_classification
task579-2726c1324eaf4837aca2484ba79e2a00
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: Riley cut their nails and got a big tip for her service. Que...
No
task1310_amazonreview_rating_classification
task1310-c9bbabb385a54e35b09ccb7d5c9c8e81
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. i originally had an xp band years ago which made a massive difference in my flexibility and muscl...
3
task303_record_incorrect_answer_generation
task303-dbd4189f289b4ae788916d8de1fb5b6c
In this task, you will be presented with a passage, and you need to write an **implausible** answer to to fill in the place of "_". Your answer should be incorrect, but should not be out of context. Try using words that are related to the context of the passage, but are not the correct answer. Even though there exist ...
Egyptians
task1186_nne_hrngo_classification
task1186-859a247c197b45f1b9865454b661244e
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0. System Reference: there is a french restaurant called fringale. Original Reference...
1
task344_hybridqa_answer_generation
task344-10742b860c01452b888b14a0433d973d
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. What is the diatonic accordion the 2004 winner of the Latin Grammy Award for Best Folk Album plays ?
trikitixa
task672_nummersense
task672-092643a5b4b44078b3109a5b9491a7bc
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Injectable testosterone lasts _ weeks in most patients.
two
task897_freebase_qa_topic_question_generation
task897-a3d7c228882e4d77af9d6e83e80acb2f
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. arthur conan doyle
Who is the most famous character created by Sir Arthur Conan Doyle?
task405_narrativeqa_question_generation
task405-95011482f3f94395a986a1ad0675c419
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
How does Gill's plan to trick the shepherds backfire?
task405_narrativeqa_question_generation
task405-a560c1f4d3eb4aabb6f29231da81d746
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What is the purpose of the weapon Isabel's brother created?
task849_pubmedqa_answer_generation
task849-e93e83f7d8b44a74a4723de356222422
In this task, you are given a passage which has a question and the context. You have to generate an answer to the question based on the information present in the context. Context: Regulation of anabolic and catabolic factors is considered essential in maintaining the homoeostasis of healthy articular cartilage. In thi...
This study demonstrates for the first time how RNABPs are able to affect the balance of anabolic and catabolic gene expression in human chondrocytes. The post-transcriptional mechanisms controlled by RNABPs present novel avenues of regulation and potential points of intervention for controlling the expression of SOX9 a...
task848_pubmedqa_classification
task848-a2b34e7a7295467a9dafa91559a2a0a0
Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal. Headache is a common complaint for emergency visits. Common drugs used in relief of headache are opioi...
0
task582_naturalquestion_answer_generation
task582-fabf4e661c684d558cb8d0f018caaf22
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. highest goal scored in a champions leagu...
17
task472_haspart_classification
task472-26c5b853b4614999a0493e5cc5055a5f
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second enti...
yes
task399_semeval_2018_task1_tweet_sadness_detection
task399-1ff20b9bf53a4683a92aa9383c5e4a41
In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as "Sad" or "Not sad" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well. Rockin to Bob Dyl...
Not sad
task155_count_nouns_verbs
task155-22b08a183d0248fd93e825a9d33eb717
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A bathroom that has a sink and a toilet in it'. Count the number of verbs in this sentence.
1
task183_rhyme_generation
task183-a2c2de04b0b745aaa38bfc64badb6b41
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" the
wanta
task1661_super_glue_classification
task1661-ca2a44f1b32b45a6a0d1af147c38c6e9
In this task, you are given Wikipedia articles on a range of topics as passages and a question from the passage. We ask you to answer the question by classifying the answer as 0 (False) or 1 (True) Passage: Safe Haven (film) -- Safe Haven is a 2013 American romantic drama thriller film starring Julianne Hough, Josh Duh...
0
task400_paws_paraphrase_classification
task400-9d9f5f9bdcf5490c9ae8d6d70022ff91
In this task you are given a sentence pair from wikipedia that have high lexical overlap. If the sentences have the same meaning and are just paraphrases of each other label them as "Paraphrase" , if not label them as "Not paraphrase". The two sentences are seperated by a new line. Born in Shelby County , Alabama , Saw...
Not paraphrase
task1722_civil_comments_threat_classification
task1722-d2f0b7f58726461b85832faf5578d949
Categorize the comment on the basis of threat. If the comment is threatening output Yes, otherwise output No. This stuff will not stop until the people band together and stage a God Almighty revolt. Is anyone picketing the LIO?
No
task074_squad1.1_question_generation
task074-27eaa536c16a4dc49a7c2992131cf6f8
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
Muhammad ordered his followers to attack the Banu Qaynuqa Jews for allegedly breaking what treaty?
task499_extract_and_add_all_numbers_from_list
task499-40320b8dd49249f786fa7cc9fa25219d
In this task, you are given an input list A. You need to find all the elements of the list that are numbers and calculate their sum. ['8245', '515', 'A', '2743', 'N', '9101', '7319', 'M', '4771', 'y', 't', '5297', 'F', 't', 'w', '513', 'M']
38504
task1292_yelp_review_full_text_categorization
task1292-f278cf1817004a7abf2ebb36c0a815b4
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. Delicious food. The price could be better though.
4 stars
task1293_kilt_tasks_hotpotqa_question_answering
task1293-41f420ca23654e269eca24472311b320
In this task, you are given a question. You have to answer the question based on your information. What type of media does William Davies and Johnny English have in common?
film
task080_piqa_answer_generation
task080-54597207a8e74a1d84e0e66db05d050a
In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. how do yo...
take the items out of it.
task365_synthetic_remove_vowels
task365-2ca33c6d2088441da8ae161394bb4e98
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. oluaFjwTbYxi
lFjwTbYx
task067_abductivenli_answer_generation
task067-f5f6b42001e74f3e919bfbab3f9f4859
In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an...
The psychiatrist made Him have shock treatments.
task668_extreme_abstract_summarization
task668-04d44b1fca2649138a1637fe42cf31b3
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. Kronecker-factor Approximate Curvature (Martens & Grosse, 2015) (K-FAC) is a 2nd-order optimization method which has b...
We extend the K-FAC method to RNNs by developing a new family of Fisher approximations.
task405_narrativeqa_question_generation
task405-46d215eba5f74d8c8c6562b88e7a604f
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Who risk their life to send a letter to Saratoga?
task157_count_vowels_and_consonants
task157-b8009157748a4f60872cbaadbfb4d614
In this task, you need to count the number of vowels (letters 'a', 'e', 'i', 'o', 'u') / consonants (all letters other than vowels) in the given sentence. Sentence: 'some men hanging out on benches on checkered tile'. Count the number of vowels in the given sentence.
16
task1510_evalution_relation_extraction
task1510-df36ace9ee5448e7b406840118e0175f
Given a phrase describing the relationship between two words, extract the words and the lexical relationship between them. The relation has to be of the type 'MemberOf', 'MadeOf', 'Synonym', 'Entails', 'HasA', 'HasProperty', 'PartOf', 'Antonym' or 'IsA'. The output should have the format: word1 relation word2. get is t...
get Entails calculate
task633_dbpedia_14_answer_generation
task633-295c218ffa2e44c3b88a6ca41a8c9683
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: Plocoglottis is a genus of orchids (family Orchidaceae). Question: The document can be classified to which ...
1
task516_senteval_conjoints_inversion
task516-bea95f64152447fd9abd4f2070b090dc
In this task you are given a sentence with one coordinating conjunction (for, and, nor, but, or, yet, and so). You must judge whether the order of two coordinated clausal conjoints have been inverted or not. Inversion would result in the sentence sounding unnatural. Label the instances as "Original" or "Inversion" base...
Original
task616_cola_classification
task616-5026ba87c3c246ef8a4ddf7a0c600540
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 acceptable then write "ac...
acceptable
task164_mcscript_question_answering_text
task164-c124acb7f6654f1b87c1bc9d3fd1aac6
You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to find the correct answer (and return the string of the correct option, not option1/2) for the given question from the given options and based on the given passage. Answer of the question can be found ...
stove and refrigerator
task112_asset_simple_sentence_identification
task112-ffa8939e8c384672824957f24c2772d3
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text one
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-b348c6017eec4f31ac70e9ea6dde8072
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
56994773
task767_craigslist_bargains_classification
task767-c5af905e69c643208df970dc975d4b01
Given a text passage as input comprising of dialogue of negotiations between a seller and a buyer about the sale of an item, your task is to classify the item being sold into exactly one of these categories: 'housing', 'furniture', 'bike', 'phone', 'car', 'electronics'. The output should be the name of the category fro...
electronics
task820_protoqa_answer_generation
task820-56e3052ef2064eb9a1827a46c46fe698
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name something people buy for the beach that contains the word "beach."
towel/blanket
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-1de96479ff134e478e2d463c60f6d51c
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
860775Dl92051491K1813D2665jt
task1310_amazonreview_rating_classification
task1310-3d16f24e542848f7b2613fd39b18f4ab
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. returned . it would not recognize internet . standing next to netgear router says internet not av...
1
task1285_kpa_keypoint_matching
task1285-de829ca35d904077936ae7b3ab8b552a
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. Topic: Assisted suicide should be a criminal offence<sep>Argument: Helping some...
True
task1504_hatexplain_answer_generation
task1504-9867ecd760fd494fb852e94612dbad1a
The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet. suspended f...
insult islam and go
task1726_mathqa_correct_answer_generation
task1726-3ccb764192c142aea2c6d4e0f325bd60
The task is to generate the correct answer for a given math problem. Problem: the ratio of three numbers is 1 : 2 : 3 and the sum of their squares is 2016 . the sum of the numbers is ?
b ) 12
task366_synthetic_return_primes
task366-edd2182cb8124f8389718e4127925416
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. ...
[383, 487, 907, 13, 3, 37, 373]
task279_stereoset_classification_stereotype
task279-a7d48a525f9343a982695347dcd239a4
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant...
Unrelated
task142_odd-man-out_classification_no_category
task142-08147baf33864d5fbd385507b5e44ce0
Given a set of five words, generate the word from the set that does not belong (i.e. is the least relevant) with the other words. Words are separated by commas. suits, board, deck, pack, box
box
task228_arc_answer_generation_easy
task228-7a0e2c240c184283b9852c37466706d4
You are given a science question (easy-level) and four answer options (associated with "A", "B", "C", "D"). Your task is to find the correct answer based on scientific facts, knowledge, and reasoning. Do not generate anything else apart from one of the following characters: 'A', 'B, 'C', 'D'. There is only one correct ...
B
task279_stereoset_classification_stereotype
task279-64c7b590243640f3a046ced6e34ce871
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or ant...
Stereotype
task405_narrativeqa_question_generation
task405-df634bfa3b0c4b84b5acf562d778f844
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Who Socrates visited by at the beginning of the story?
task850_synthetic_longest_palindrome
task850-1d05f120a75b444eb54e6974e17ed590
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. uqquqqqqququqqq
quqqqqquq
task1581_eqasc-perturbed_answer_generation
task1581-9eeaf54fab604ae795688a93226b143f
Given a statement and question, generate the answer to the question such that the answer is contained in the statement. statement: mosses, liverworts, and hornworts depend on water to reproduce, question: What do mosses, liverworts, and hornworts depend on to reproduce?
water
task649_race_blank_question_generation
task649-2fc29f0cd8be446c8ed8546301180ca1
In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase. Article: People have wondered for a long time how their personal...
This passage is mainly concerned with _ .
task820_protoqa_answer_generation
task820-521e9a6b4b644b26a97014393559c4ac
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name a tv show past or present that has a womans name in the title
rosie o'donnell
task298_storycloze_correct_end_classification
task298-7611b864694549f697c4ca3bd4d8deff
In this task, you're given four sentences of a story written in natural language, and one last sentence (Sentence5). Your job is to classify whether the last sentence completes the rest of the story coherently or not by providing 'Yes' or 'No'. Sentence1: Jason was terrified of spiders. Sentence2: He went to a therapis...
Yes
task1340_msr_text_compression_compression
task1340-5866a8cdcb124b9fa6feb1afe5886607
Given a text, write a compressed version of it in a single sentence. She pleaded guilty to murder and was sentenced to death by a jury in 1997.
She pled guilty & was sentenced to death in 1997.