task_name stringclasses 645
values | id stringlengths 40 41 | source stringlengths 62 335k | target stringlengths 0 13.8k |
|---|---|---|---|
task323_jigsaw_classification_sexually_explicit | task323-bf3c01499b44410fa65a818ed81c27f1 | In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: sexual-explicit and non-sexual-explicit. A comment is considered sexual-explicit if it explicitly portrays sexual matters.
Comment: eat a dick, trump. | Sexual-explicit |
task1310_amazonreview_rating_classification | task1310-e2d320ab4f1942f08571aaac50015e58 | 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 like the product and the seller, but they ship with FedEx. FedEx decided to change my address o... | 4 |
task246_dream_question_generation | task246-fc56b1aa60ba4067b9e42695203a516f | 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 "m... | What does Dorothy think of her apartment? (A) It's expensive. (B) It's satisfactory. (C) It's inconvenient. |
task229_arc_answer_generation_hard | task229-c029a7a438cc410499d68a3bb4f920c7 | You are given a science question (hard-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 ... | A |
task162_count_words_starting_with_letter | task162-9537e503d0e145c4b02e6b672ec2f8b6 | 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.
Sentence: 'a couple of people on a court with a tennis racket'. How many words start with the letter 'a' in the sentence. | 3 |
task089_swap_words_verification | task089-3db2c2641fb64559b05137a3f013182f | In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde... | (8, 9) |
task123_conala_sort_dictionary | task123-42741794bf2e427f9cdd5844c7cf18c7 | In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t... | [{'first': -95, 'second': 6}, {'first': -90, 'second': 9}, {'first': -82, 'second': -23}, {'first': 34, 'second': -77}, {'first': 69, 'second': 82}, {'first': 72, 'second': -44}, {'first': 73, 'second': -99}] |
task1207_atomic_classification_atlocation | task1207-82a254c9c69a42dcb55201c3030ee96e | 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 |
task494_review_polarity_answer_generation | task494-14d06d97edb34fa3b0c9dd1c29245578 | Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative.
Review: This is the fir... | False |
task063_first_i_elements | task063-d0715f7c626e4bf89c4e6f96f7e35a14 | In this task, you are given inputs i and A, where i is an integer and A is a list. You need to output the first i elements of A, starting with the 1st element in A. i will always have a value less than the length of A
2, ['T', 'B', 'u', '5783', 'c'] | T, B |
task390_torque_text_span_selection | task390-8d72e2ea6f854e32aabe81d1ac9579ee | 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 empty.
Passage: The Br... | fell |
task846_pubmedqa_classification | task846-088cb822456b401aba5bccd9392070a7 | 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 discovery-based protein expression profiling identify distin... | yes |
task1217_atomic_answer_generation | task1217-a9431fd149214ea09e552fc7e1106671 | 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 makes ___ one night | meatloaf |
task177_para-nmt_paraphrasing | task177-8d2b347743564b38b3bec1736e7cd6ef | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
therefore i decided , not to see him again . | so i decided not to meet him . |
task1542_every_ith_element_from_starting | task1542-a616e4032ecd4ee1976495306f491601 | 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.
2, ['3029', 'r', 'P', '3681', '3491', '5683', 'j'] | 3029, P, 3491, j |
task1419_mathqa_gain | task1419-933868fba9564301851c815833ccea88 | In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: the sale price sarees listed for rs . 600 after successive discount is 10 % and 5 % is ?
Options: a ) 227 , b ) 513 , c ) 3... | b |
task1216_atomic_classification_causes | task1216-5abb381c12e4414fb1828a0fc4e9b781 | 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... | No |
task405_narrativeqa_question_generation | task405-699d48aa585b4b758553c4fa334ee1fb | 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 does Peppy threaten to do if Zimmer does not include Valentin in a new picture? |
task191_hotpotqa_question_generation | task191-57270b4ebfc942ccb03a4bd1fa3c7314 | In this task, you are given a set of context paragraphs, some supporting facts and an answer of a question. Your task is to generate question for given answer based on set of context paragraphs, supporting facts and an answer.
Context_1 : Where the Wild Things Are is a 2009 fantasy drama film directed by Spike Jonze. W... | Which of the following wrote Where the Wild Things Are: Maurice Sendak or Henri Michaux? |
task897_freebase_qa_topic_question_generation | task897-077391dffee142719f9bdfa3b53b68a7 | Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question.
damien hirst | In which English city was Damien Hirst born? |
task1504_hatexplain_answer_generation | task1504-524300583f4f42c8a7d17ae430a643b4 | 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.
gave that h... | hoe |
task379_agnews_topic_classification | task379-8c816c189991495ba07de33a937ad5d0 | 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, choose the closes... | Sci/Tech |
task319_stereoset_classification_profession | task319-3a45a830b0fa4aa8ae3b30acf6b395a1 | You are given a target profession, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an i... | unrelated |
task921_code_x_glue_information_retreival | task921-a1444e510e17401080a64c8ee17c11e2 | This task is to find the number of 'For' loops present in the given cpp program.
int d(int,int);
int main()
{
int i,n,x;
cin>>n;
for(i=1;i<=n;i++)
{
cin>>x;
cout<<d(x,2)<<endl;
}
return 0;
}
int d(int x,int y)
{
int j,num=1;
if(x==1)
return 0;
if(x==2)
return 1;
for(j=y;j<=(int)sqrt... | 2 |
task900_freebase_qa_category_classification | task900-0ede25cfcaa443898331233dc227f4ef | Given a trivia question, classify broad topical category from this list: 'theater', 'geology', 'book', 'tv', 'astronomy', 'aviation', 'military', 'government', 'boxing', 'projects', 'metropolitan_transit', 'law', 'venture_capital', 'broadcast', 'biology', 'people', 'influence', 'baseball', 'spaceflight', 'media_common'... | theater |
task1420_mathqa_general | task1420-f67333a904d4452bb5b47fbdf617dd42 | 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'.
Problem: if integer k is equal to the sum of all even multiples of 5 between 300 and 610 , what is the greatest prime factor of k ?
Options: a ) 32 , b ) 7 , c ) 11 , d ) 13 ... | a |
task470_mrqa_question_generation | task470-a3f11196b9e44abead37d72cbd02761f | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
Rates of remission were examined in two controlled 12-week studies of sertraline and placebo for post-traumatic stress disorder (PTSD). The performance of three scales was evaluated: the self-... | Symptoms of which disorder are evaluated with the Davidson Trauma Scale? |
task637_extract_and_sort_unique_digits_in_a_list | task637-4120d346472f473c9ad7de3dbc0d6632 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['461', 'z', 's', '231', 'c', '447', '177', 'm', '291', 'l', 'm', '331', 'u', 'd', 'y'] | 1, 2, 3, 4, 6, 7, 9 |
task378_reverse_words_of_given_length | task378-7404dadf6f2b4415b78e2a3bd6ac1bea | In this task, you need to reverse all words of a given length in the sentence. The number of letters in a word determine its length. For example, the length of the word "apple" is 5.
Sentence: 'a green wooden bench in front of a house'. Reverse all words of length '6' in the given sentence. | a green nedoow bench in front of a house |
task1730_personachat_choose_next | task1730-9d251281048344cf8be5bb53eb229c6a | You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text.
Personality: I like to go hiking on the weekends.
I can speak arabic, english, and french.
I ... | Hi, I am steven. I am from Algeria! |
task141_odd-man-out_classification_category | task141-4bdae75b36bb441dbd91665d2c83d406 | Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas.
Category: police punishment
Words: hearing, arrest, money, fine, detailed | detailed |
task373_synthetic_round_tens_place | task373-0d55950cb2d2484d9f54ca5effaefdf1 | In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[798, -310, 62, -173, -815, 215] | [800, -310, 60, -170, -820, 220] |
task099_reverse_elements_between_index_i_and_j | task099-4784ddebfd2d46469353f9a252b05f90 | 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 list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j.
2, 7, ['6419', '... | J, 4967, 189, V, 23, 8923 |
task582_naturalquestion_answer_generation | task582-5a764efd22394ff1a0536034fc03be28 | 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\*.
how many awards has one direction won in... | 212 |
task1339_peixian_equity_evaluation_corpus_text_completion | task1339-19de3aaf4e384ea1b975368d3c2a2a83 | The input is a sentence with a missed word and an emotion. Your task is to fill in the blank with a word that matches the emotion and rewrite the completed sentence. The emotion is one of ['fear', 'joy', 'anger', 'sadness'].
SENTENCE: My brother made me feel <blank>.
EMOTION: fear | My brother made me feel scared. |
task929_products_reviews_classification | task929-09da36c026b741378d25ce6ec50eca4d | Given an English language product review, determine if it is a Good Review or a Bad Review. A good review is one where the product's review has positive tone and Bad review is one where the tone of product's review is negative.
Fits and works great. Keeps it protected from scratches. Wish there were additional colors t... | Good Review |
task516_senteval_conjoints_inversion | task516-b2b09cba16c740f4b727464c52372772 | 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 |
task389_torque_generate_temporal_question | task389-d288eb3ad5ca45838521ed7347bb658f | 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 event has already finished? |
task164_mcscript_question_answering_text | task164-fb0cf1989e1f48c2acfe0698e33d1689 | 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 ... | On a very hot day |
task904_hate_speech_offensive_classification | task904-c6f477c95abc4ad285c3c11fbe095a57 | 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.
RT ... | Neither |
task431_senteval_object_count | task431-d4e7364db35043059fa60f27b6adf4c9 | In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment.
" Hand me another bat ? " | Singular |
task092_check_prime_classification | task092-7222341fed854251a59f15f25b596049 | 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.
26353 | No |
task1206_atomic_classification_isbefore | task1206-a66030d5a19b46a9afcc9f6256625df6 | 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... | No |
task065_timetravel_consistent_sentence_classification | task065-f17c0ba0b98e42e9b7f625bcea908fbf | 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 correct, otherwise 'Optio... | Option 2 |
task1422_mathqa_physics | task1422-a2e589bcba1545acb18077c4829d69e9 | In this task, you need to answer the given multiple-choice question on the physics. Classify your answers into 'a', 'b', 'c', 'd', and 'e'.
Problem: a man can row 4 kmph in still water . when the river is running at 1.2 kmph , it takes him 1 hour to row to a place and black . what is the total distance traveled by the ... | c |
task372_synthetic_palindrome_numbers | task372-61c2d68a5c844655a069e75afb29655c | 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.... | [-343, -4, -363, 646, -141, 595, 151, 535] |
task430_senteval_subject_count | task430-b82280c53ea54e90a868ea361b412ef8 | In this task you are given a sentence. You must judge whether subject of the main clause is singular or plural. Label the instances as "Singular" or "Plural" based on your judgment.
The mountain roads are dangerous and David is concerned, not so much for his safety, but for the success of the mission. | Plural |
task371_synthetic_product_of_list | task371-ab66dc3657dc4e4b9f57316ee304d8c5 | 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.
[[4, 15, 21, 1, 43], [37, -32, -48, 16, 10], [21, ... | [54180, 9093120, -9261, 2555202] |
task157_count_vowels_and_consonants | task157-f6ea43ec4c1b4fbd9c94fa18f75205a2 | 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: 'a close up photo of a shaggy dog in a car'. Count the number of consonants in the given sentence. | 18 |
task079_conala_concat_strings | task079-dba05d62d00f4b7f8f7fa79b7f920c29 | In this task you will be given a list of strings and you need to concatenate them.
['z', 'far', 'c', 'top-gallant-sails!', 'x', 'Atlantics', 'y', 'n', 'round', 'P', 'N', 'r'] | zfarctop-gallant-sails!xAtlanticsynroundPNr |
task592_sciq_incorrect_answer_generation | task592-f472f733a9194fd581f881ebc3a85518 | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
Most of the energy used by living things comes... | plants |
task207_max_element_lists | task207-0af93762172645eb94c7dc54be4d15f5 | In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists.
[[60, -29, -4, -29,... | [60, -36, 94, 68, 36, -64, 41] |
task183_rhyme_generation | task183-57501175239d41f4b89d961c5b6a478a | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
smell | pehl |
task183_rhyme_generation | task183-499aafb42eec4500a6920894a442388e | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
root | suitt |
task389_torque_generate_temporal_question | task389-d02d29a655b641168536d48ca4f8c92f | 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 has already started happening now that the situation has started? |
task1508_wordnet_antonyms | task1508-00e60a3182d24e14b72f6ddbd36e3801 | Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
syncarpous | apocarpous |
task497_extract_all_numbers_from_list_in_order | task497-80b5b472b78a456b8dfee7941d8841f6 | In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A.
['n', 'Z', '525', 'd', 'w', 'i', 'O', 'Z', '2413', 'l'] | 525, 2413 |
task1289_trec_classification | task1289-0a7598f4ac6c4db5abc18b1716ae32fc | You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre... | Person |
task1714_convai3_sentence_generation | task1714-db41c42537da4107ac9c2dcc05343ccb | You are given a concatenated string consisting of two parts that are separated by a newline character. The first part is the user's initial question during a human computer conversation, the second part is a clarifying question asked by the computer in response to the question asked by the user. You should read the inp... | yes |
task280_stereoset_classification_stereotype_type | task280-995f2a4612e34520bfec0e175b757ea2 | In this task, you are given a short passage that conveys stereotype or anti-stereotype about a specific target. 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. You are expected to classify the passage into four types of ... | Profession |
task475_yelp_polarity_classification | task475-ba561830165e4e81a7c0c4799b399d4d | 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.
My brother in law's birthday required steak...so naturally Delmonico Steakhouse sounded like a great option. \n... | NEGATIVE |
task093_conala_normalize_lists | task093-3066074ad7114aed9bcbd653f0dd87e9 | In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals.
[-73.07, 8.07, 135.518, 58.838, -95.374, 85.245, 1.236, 186.274, 150.908, -14.688] | [-0.165 0.018 0.306 0.133 -0.215 0.192 0.003 0.421 0.341 -0.033] |
task673_google_wellformed_query_classification | task673-67598e3157754cd49952b6c7d6f770ef | 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... | Good |
task596_mocha_question_generation | task596-0489aeb85d2347899214a66f3cc969a7 | 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.
Riley's ex was secretly cheating on them and Aubrey knew but never told Riley. Aubrey was glad when Riley finished with them. | Why did Aubrey do this? |
task165_mcscript_question_answering_commonsense | task165-7cec0718f22847ffb03ee9effd178b4b | You are given a paragraph (Passage), a question (Question) and two answer options (Option1 and Option2). Your task is to choose the correct answer to the question based on the passage. Answer of the question cannot be found directly from the passage, it is indirectly indicated in the passage. Do not answer with words o... | The child |
task1217_atomic_answer_generation | task1217-c2ff6d27420a473188890464faa0459a | 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 knows ___ pretty well | lawns |
task923_event2mind_classifier | task923-3f6d69bf313943b1ad2c9763233bbbe6 | You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown".
Event:PersonX goes to the wall. Intent: 1) to be cautious | Negative |
task376_reverse_order_of_words | task376-e631750213d1465894547be969b2c770 | In this task, you need to reverse the order of words in the given sentence.
Sentence: a small dog examines a white object in front of a pile of knit caps | caps knit of pile a of front in object white a examines dog small a |
task405_narrativeqa_question_generation | task405-b0dd81af35f346fdaf0a3457920f7cf3 | 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 are the two men traveling to Hardcastle? |
task506_position_of_all_alphabetical_elements_in_list | task506-d989799b147241b699b3c2e2a0c3c29c | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list.
['q', '7011'... | 1, 5, 6, 8, 9, 10, 11, 12, 13, 14, 16 |
task100_concatenate_all_elements_from_index_i_to_j | task100-d153f6d08f2c4db1b9e346afa8001081 | 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 concatenate all elements of A from the ith element to the jth element, and print the resultant string. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j... | SLEX32332372357l7867 |
task1290_xsum_summarization | task1290-d3abf7b585d4434385a81b8cc3d52c8b | In this task, you are given an article. Your task is to summarize the article in a sentence.
Rebecca Evans, 27, died after a crash involving a BMW, a Peugeot and an Audi on the westbound carriage between junctions 38 and 39 on Tuesday.
South Wales Police said Mrs Evans died at the scene and her unborn daughter was also... | A woman who was eight months pregnant and her unborn daughter have both died after a crash on the M4 in Port Talbot. |
task070_abductivenli_incorrect_classification | task070-21f2ce5e2a1c4d4aad3e066f8527d015 | In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense.
Beginning: Siegfried had... | 2 |
task024_cosmosqa_answer_generation | task024-d15a213af2ed4b72a837033a7dde9547 | Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few ... | We spent the night in a hotel and then drove home . |
task405_narrativeqa_question_generation | task405-ab59ab13f409434aa1a39ee5214050c1 | 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 does Fait visit in jail? |
task1431_head_qa_answer_generation | task1431-4b09c30a8b294fafbfb840e64ad0298d | In this task, you are given a multiple-choice question about healthcare. Answer the question based on your information and classify your answers into '1', '2', '3', and '4'.
Question: It has been 24 hours since D. J., 28, has undergone an abdominal surgery. When he enters the room he smiles and jokes with the visitors.... | 2 |
task577_curiosity_dialogs_classification | task577-e9eb5a0ac0db4c48bcb245acc537dfa6 | 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.
There is one University, the ... | assistant |
task303_record_incorrect_answer_generation | task303-d736146e4fdf4f3d9aacdb561941a573 | 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 ... | Richard Kilty |
task1424_mathqa_probability | task1424-8eb4082ca2a34daf8f21a512c3bdccf9 | In this task, you need to provide the correct option for a given problem on probability from the provided options.
Problem: a bag contains 10 red jellybeans and 10 blue jellybeans . if 3 jellybeans are removed one at a time , at random and are not replaced , what is the probability y that all 3 jellybeans removed from ... | b |
task904_hate_speech_offensive_classification | task904-014cc88e5e8046fdb93134816d381b07 | 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.
@L1... | Hate Speech |
task088_identify_typo_verification | task088-e641ed31f1be43679d7c0e03c0f9a19e | The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ... | dof |
task605_find_the_longest_common_subsequence_in_two_lists | task605-8fd8a775a022492698a771e0706644f0 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
['s', 'H', 1583, 'C', 'I', '5793', '8843', '4553', '5127', '1559', '6219', 'A', '3193', 'E', '873', 'G', 'y', 'T', 1653, 'N', 2135, 9979, 'i', 'H'], ['C', 'm', 's', 't', 1691, 3153, 7863, 'G', 9031, 'C', 'I', '5793', '8... | C, I, 5793, 8843, 4553, 5127, 1559, 6219, A, 3193, E, 873, G |
task754_svamp_common-division_question_answering | task754-00724272ab2245e8a88297f9750c89fd | You are given a math word problem and you are supposed to apply division mathematical operator on the numbers embedded in the text to answer the following question and then only report the final numerical answer.
Context: Matthew had 15 crackers. If Matthew gave equal numbers of crackers to his 5 friends and still had ... | 1 |
task617_amazonreview_category_text_generation | task617-3b7ec868fc174ec29d69f68510e640fa | In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p... | home |
task898_freebase_qa_answer_generation | task898-08f8742348124a30887b022d233c28b4 | Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts.
Which of Henry VIII's wives is said to haunt Hampton Court? | catherine howard |
task177_para-nmt_paraphrasing | task177-e6083188fc044524bf146254ae82b91f | This is a paraphrasing task. In this task, you're given a sentence and your task is to generate another sentence which express same meaning as the input using different words.
i did n't know about zour mother until 5 months after it happened . | i learned about your mother for up to five months after what happened . |
task303_record_incorrect_answer_generation | task303-d2c9a9bad1fd4a9db0c882bfb054ea42 | 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 ... | Amy Robach |
task291_semeval_2020_task4_commonsense_validation | task291-7adf1614fe6e49ebb47e0267be19a7bb | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
Birds lay eggs.
Birds lay cars. | second |
task606_sum_of_all_numbers_in_list_between_positions_i_and_j | task606-48c9650a0ba54515af27666796837846 | 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be... | 67809 |
task592_sciq_incorrect_answer_generation | task592-068b528e209748f4b192843ad9f5496e | Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect.
What type of tissue transports water and miner... | capillaries |
task955_wiki_auto_style_transfer | task955-eac8fc69565a497c82896ed6a220d91a | In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc.
The term ' epidemiology ' was first used in 1802 by the Spanish physician Villalba . | The term " epidemiology " appears to have first been used to describe the study of epidemics in 1802 by the Spanish physician Villalba in " Epidemiologi ́ a Espan ̃ ola " . |
task637_extract_and_sort_unique_digits_in_a_list | task637-07c14eaa08f04f5bbac2294c3f50fd58 | In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
['267', '217'] | 1, 2, 6, 7 |
task1549_wiqa_answer_generation_missing_step | task1549-1869504b972d4240bd03dd9dc33efe45 | Given a list of steps and an additional step, determine where the step fits into the original list of steps. A correct answer, correctly places the given step into the set of steps so that it creates a new plausible set of steps. Output must be formatted as 'After step n', where n is the step number after which the giv... | Before step 1. |
task750_aqua_multiple_choice_answering | task750-e23b3cc4c34d4569a2af28bf08d39b14 | You are given a math word problem and you are supposed to make use of mathematical concepts like probability, combinatorics, linear equations, sequences/series, or simple operators like addition, subtraction, division, or multiplication to answer the given question. Choose the best option from the 5 given options and r... | Option A |
task291_semeval_2020_task4_commonsense_validation | task291-e39b9f3d57124650af2d1f926f6be6ae | In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A '
' separates the statements. Use "first" or "second" to indicate which sentence makes less sense.
The baby held grandma.
Grandma held the baby. | first |
task002_quoref_answer_generation | task002-ab3c9e0b72e3480d8ba86dc874d9b460 | In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer.
Passage: It was probably William the Conqueror who gave the city and its castle t... | Rochester Castle. |
task515_senteval_odd_word_out | task515-e0ad888440d347d1b468ddce85e45e9d | In this task, you are given a sentence. You must judge whether a single noun or verb has been replaced with another word with the same part of speech. The inversion would result in the sentence sounding unnatural, So unnatural sentences will be considered changed. Label the instances as "Original" or "Changed" based on... | Changed |
task080_piqa_answer_generation | task080-74a62a962fe44edfbfb26725b4dc1206 | 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... | go to their facebook page, and click on the poke button. |
task083_babi_t1_single_supporting_fact_answer_generation | task083-2e5f829e145040f5a2dfa20d4f82e3b2 | You will be given a passage consisting of set of facts and a question as input. The task is to answer a question of form 'Where is <person_name>?' using one of the given facts to determine the latest location of the person. Answer should be a word/phrase describing the location from the supporting fact. Avoid answers t... | hallway |
task164_mcscript_question_answering_text | task164-5c2b2419ef3f49a6879e6cec01c4a602 | 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 ... | bookshelf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.