task_name
stringclasses 645
values | id
stringlengths 40
41
| source
stringlengths 62
335k
| target
stringlengths 0
13.8k
|
---|---|---|---|
task229_arc_answer_generation_hard | task229-4eae957254c6411dac210f55ba67c251 | 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 answer for each question.
In a healthy forest, dead trees and limbs fall to the ground and decompose. Which of these statements best describes why decomposition is important to a forest ecosystem?
(A) Nutrients are released when wood is broken down. (B) Worms produce oxygen used by other organisms. (C) Dead trees provide nest sites for many different species of birds. (D) Water is stored in dead trees and limbs. | A |
task1340_msr_text_compression_compression | task1340-305f106b94a54c34be5c75aa01c28f8c | Given a text, write a compressed version of it in a single sentence.
The maps are clear, each occupying a full page, and the word information is well set forth on them. | The maps are clear and the world information is well set forth on them. |
task521_trivia_question_classification | task521-516a7bf9fbcd41eb88203dd65e14f735 | In this task you will be given a text passage from a trivia quiz. You should choose the category this question belongs to from these categories: History, Science, Social Science, Fine Arts, Literature. You can only choose one category, so if in doubt, please choose the closest match.
This molecule's namesake "synthase" consists of an --- complex whose active sites are joined by a solvent-filled tunnel, according to the structure determined by Hyde, Miles, and Davies. Unlike two similar molecules whose hydroxylations also exhibit the NIH shift, this molecule's biosynthetic pathway includes anthranilate. One intermediate in its degradation pathway spontaneously forms (*) quinolate, and that pathway's last seven steps are identical to that of lysine. The aroH operon shares a repressor with two E. coli operons named after this amino acid, and a decarboxylase converts its 5-hydroxy form to serotonin. For 10 points name this essential amino acid that contains an indole group, is symbolized W, and is responsible for feelings of sleepiness after eating too much turkey. | Science |
task206_collatz_conjecture | task206-bb631d6ac37048bf8b255a3751985868 | 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 two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list.
[77, 79, 149, 54, 15, 97, 130, 196, 170] | [232, 238, 448, 27, 46, 292, 65, 98, 85] |
task1583_bless_meronym_classification | task1583-ef397a43d42146faa0395f5125ba5c93 | Given an object and a part, decide whether the object has that part. For example if you are asked 'gun has barrel?', you need to decide if a gun has a barrel as one of its components or parts, indicating 1 or 0 as your answer respectively. All sentences strictly follow the template 'object has part?.'
ambulance has door? | 1 |
task157_count_vowels_and_consonants | task157-20f8229e8101417ca8818b7c7612fea8 | 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: 'double decker bus rolling down the street in the city'. Count the number of vowels in the given sentence. | 15 |
task934_turk_simplification | task934-c7571496b45748cd80ccdffeb2aaf6f8 | 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.
on the january 16 episode of friday night smackdown , it was announced that swagger would defend the ecw title against hardy in a rematch at the royal rumble. | in the january 16 episode of friday night smackdown , they announced hardy will fight for swagger 's ecw title in a royal rumble rematch. |
task681_hope_edi_malayalam_text_classification | task681-93d1c5cb77bb472aa344533d3147b24b | Given a comment text in Malayalam, classify the comment into one of these categories (i) Hope speech, (ii) Not Hope Speech or (iii) Not in Expected Language. A hope speech contains content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion
Pseudo nationalists hit like.... | Not in Expected Language |
task470_mrqa_question_generation | task470-ecc99620aab84a9aa830c311c5000fb0 | Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage.
In 1921, the Corn Palace was rebuilt once again, with a design by the architectural firm Rapp and Rapp of Chicago. | When was Corn Palace opened officially? |
task586_amazonfood_polarity_classification | task586-21b5091fc7d64423a258d689c4787207 | 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.
Smooth coffee, but a bit to big for senseo, interestingly all the other Melitta One pod flavors fit just fine in senseo, my fav are french kisses and vanilla haze. | Positive |
task820_protoqa_answer_generation | task820-d421837b1e0c4ee2ba33bd19c0f7baea | 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 parents do to their children to embarass them. | show baby pictures |
task283_dream_incorrect_answer_generation | task283-b941ca2aa9cd465a8394eac0b4083cbb | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
M: Ann, do you have a meeting in Edinburgh? W: Yes. I'm going to see some important people. Why? M: I'm going to Glasgow on Wednesday and it's quite near Edinburgh. W: Oh...I'm going to drive there tomorrow, so you can go with me., Question: Why will the woman go to Edinburgh? | To visit relatives. |
task1412_web_questions_question_answering | task1412-46d36cb383dc418ca7e02998bdff94bc | A question is presented to you in this task, and your job is to write a potentially correct answer.
what books did beverly cleary right? | Ralph S. Mouse |
task1146_country_capital | task1146-7a4ab275af8f4a4db77932b464ad3911 | In this task, you are given a country name and you need to return the capital city of the given country
Singapore | Singapore |
task499_extract_and_add_all_numbers_from_list | task499-f7a753d2ddca4f55a559f3b6630e0289 | 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.
['N', 'A', 'b', 'A', 's', '5351', 'u', '1955', 'u', 'Q'] | 7306 |
task1595_event2mind_text_generation_1 | task1595-da5868a473c44a48b13f427989f0ca1b | The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action.
PersonX blows PersonY's mind | happy |
task369_synthetic_remove_odds | task369-1cd6d1d0e68244e490a03508acd6d76e | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[52, 53, -21, 55, 11, 43, 0, 9] | [52, 0] |
task299_storycloze_sentence_generation | task299-42b63f6a3cb9426f90f77590385d3722 | In this task, you're given four sentences of a story written in natural language in which one part is missing. Your job is to predict the position and missing part of the story and return in the following format: position, missing part. The missing part is a sentence that completes the story, and the position is the number of the missing sentence in the new story.
Sentence1: He grew up watching them on television. Sentence2: He practiced every day in the basement. Sentence3: Eventually he got added to small shows. Sentence4: Juan was very successful eventually. | 1, Juan wanted to be a luchador. |
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately | task509-bcd47760667b47b087134f3b59dec6ba | In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements.
['1695', '8255', '5217', 'T', '9311', '5141', '993', '3799', 'o', 'M', 'x', 'v', 'r', 'n'] | T, o, M, x, v, r, n, 1695, 8255, 5217, 9311, 5141, 993, 3799 |
task183_rhyme_generation | task183-9a3414b656cb491790128b3f7b9f3adc | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
provide | misguide |
task590_amazonfood_summary_correction_classification | task590-f6e672eb75e34b46ac5a6c17a3a4c109 | In this task, You are given an amazon food product review and its summary. Your task is to Generate "True" if given review and its summary match, otherwise generate "False".
I have been giving my senior dog these pill pockets for about two years now. Up until recently they've been great. However, they seem to have changed the formula and now she hates them. I have to shove them down her throat and often get bit in the process. Because I have to give her so many pills a day, I buy them in bulk and now have a closet full of these losers in every flavor. So disappointing.
Summary: A quality control issue maybe? | False |
task295_semeval_2020_task4_commonsense_reasoning | task295-5c383b6233564cebbeef5c9e3d887eb0 | In this task, you are given an impractical statement. You are also given three reasons (associated with "A", "B", "C") explaining why this statement doesn't make sense. You must choose the most corresponding reason explaining why this statement doesn't make sense.
It was too windy so she opened the window.
(A) On a windy day, opening the window makes it cooler.
(B)Opening the window would let more wind in.
(C)The wind may bring bugs into an open window. | B |
task1310_amazonreview_rating_classification | task1310-4d0684f32eb3422997207c2660d2fa89 | 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.
Bought for my mom for when she travels. Very useful, has several pockets inside for cards and to put your passport. It has a zip to close the wallet. Material seems good quality. So, with heavy daily use, this thing has been a great value for as useful as it is. And it still looks great, too. | 5 |
task495_semeval_headline_classification | task495-0f75410f4f5c4996ac6e64047c2053c8 | 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 Headline: The controversial study showing high minimum wages kill jobs , {explained}
Edit: chanted | Not Funny |
task517_emo_classify_emotion_of_dialogue | task517-2f4876f8bd8f4dd19b05406840d347c8 | In this task you will be given some text dialogue and you need to infer the underlying emotion of the text. The possible emotions are happy, sad, angry, or other.
i am not at all suffering from anything then why should i take medicines for that inner call or satisfaction you feel by doing that thing what non sense u r speaking about | angry |
task183_rhyme_generation | task183-3b0a9af0fcec485f8432ff642aa386f2 | Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
out | thuot |
task1645_medical_question_pair_dataset_text_classification | task1645-ee4fb90e896f438c9d59f0708748def9 | In this task you are given a medical question pair hand-generated. Your task is to classify a given post into two categories 1) 'Similar' if the given two questions have a same connotation 2) 'Dissimilar' if the given two questions have a different connotation or meaning.
Sentence1: Will I still have baby after heart attack?
Sentence2: Can I have a baby after having an heart attack? | Similar |
task1206_atomic_classification_isbefore | task1206-670d64fc89654fe28b0db203029e4375 | 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 determine whether the Head happens before the Tail or not. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Head: PersonX protects a dog from damage<sep>Tail: PersonX quickly takes the dog inside | Yes |
task1729_personachat_generate_next | task1729-1933d34da18f4075abcaffdda60961f1 | Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation.
Personality: I think I have talent for it.
I auditionated in a cooking show.
Since young I ve loved to cook.
I didn t pass the audition, but I ll keep trying.
I took classes while growing up.
Chat history: -Hello, do you like to cook?
-Yes I do. I love finding new recipes to use.
-Awesome! I have been very good at it since I was young.
-Social media is great for finding new recipes and sharing your cooked creations.
-Yes it is. I've taken cooking class too throughout my life.
-You must be very talented. You should cook for me. Where do you live?
-I live on the west coast. I auditioned for a cooking show once.
-Was it masterchef? I knew someone on that show. I'm in Texas.
-No, it was a local show, but I did not make it. Texas is beautiful.
-It is. But I am in the city. Austin to be exact.
-I have been to spring. I had a nice time.
-That's great. Do you use facebook or pinterest?
-Yes, I use both. I also have a viral video on you tube.
-I hope you post your cooking on there. | I've not yet, but great idea! Thanks! |
task247_dream_answer_generation | task247-42738db3f6c54d3789899ef00c6a2e89 | In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man".
M: I'd like to go camping with you this weekend, but I don't have a sleeping bag. W: No problem. You can count on me to get one for you. My family has tons of camping gear., Question: What does the woman mean? (A) She can count on the man for help. (B) She has other plans for this weekend. (C) She can lend the man a sleeping bag. | (C) She can lend the man a sleeping bag. |
task616_cola_classification | task616-2c84db1d71b94b15a5b45dee2cb0bce6 | 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 "acceptable", otherwise "unacceptable".
Sandy sang a song to me. | acceptable |
task934_turk_simplification | task934-ea84dea2225741288e801779f16bdea4 | 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.
leading figures included otto ernst remer , a former major general , and fritz dorls. | otto ernst remer , a former major general , and fritz dorls are the leading figures. |
task927_yelp_negative_to_positive_style_transfer | task927-7247459a6454431b8d2790cd48e5dd5e | You are given a negative review and your task is to convert it to a positive review by one or more making minimal changes. Avoid changing the context of the review.
my toddler found a dead mouse under one of the seats . | i have to say i was truly impressed . |
task159_check_frequency_of_words_in_sentence_pair | task159-ada5f6d2c83546f7a9b9e49ba53be653 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a big clock hanging on a piece of wood in a building', Sentence2: 'a person on skis during the day time'. Is the frequency of the word 'on' in two sentences equal? | Yes |
task325_jigsaw_classification_identity_attack | task325-54bd0df31986413cabd73137c9477e9a | 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: Obama brought racism back by being black! Obama was subjected to racism no other US President has had to face. The right creates the racist discord by spreading racist conspiracy theories like "birtherism" then chides Obama for not doing anything about fixing the racism in this country...The idea of a black man in the White House is abhorrent to some people it seems... | Identity-attack |
task1217_atomic_answer_generation | task1217-7fc4c616f69646dc84dc4a18873a6de8 | 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 takes ___ back home | the groceries |
task283_dream_incorrect_answer_generation | task283-fe24c8bb322f4f7498c2267416b8ed1d | In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man".
W: Good morning, everybody. Today, for our writing class, we are glad to have Mr. Henry Stone with us, a well-known writer in this country. He is going to share with us his writing experiences. Now, Henry, please tell us how you find so many interesting things for your stories. M: OK. I watch people a lot. I do that when I travel. I've been to many countries such as Britain, Italy and Sweden. So I spend a lot of time at airports. While waiting for my flights, I watch people passing by and start my imagination. For example, the other day, when I was waiting for my flight to Greece, I saw a couple. They were buying magazines at that moment. They were not wearing business clothes, but the man was carrying a suitcase. Every few seconds, the woman looked around. I wondered if someone was following them. Perhaps they were running away, and you know, this reminded me of a story in the newspaper that day: a bank clerk stole one million pounds a week before and disappeared with his wife. There was a picture of them in the paper. The couple really looked like the wiz. Maybe I should stop them. Just then, I saw them say goodbye to each other, and the woman walked away. Well, sometimes I make mistakes like that. But I find things like that are very useful for my writing., Question: What does Mr. Henry Stone do? | A bank clerk. |
task368_synthetic_even_or_odd_calculation | task368-b38cd9f3d2eb4e818f37e9b6dce6839d | 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 decimals in the output. Zero should be counted as an even integer.
[28, -96, -27, -71, -16, 0, -59, -4, 77, -50] | [7.0, -24.0, -106, -282, -4.0, 0.0, -234, -1.0, 310, -12.5] |
task587_amazonfood_polarity_correction_classification | task587-a77e27dc77f341b19dca693cff115b94 | You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False".
But you will enjoy ever step. I gained 5 lbs within a month of buying this 12 pack of full sized bags. Damn it! They should warn you about this! Tastes awesome though. When I finish my crash diet I will order another box (case?). :-)
Polarity: Positive | True |
task1284_hrngo_informativeness_classification | task1284-551ffc62922e40c3af37efcee276035e | You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0.
System Reference: aperto restaurant, is near the potrero hill.
Original Reference: aperto restaurant is near potrero hill. | 1 |
task904_hate_speech_offensive_classification | task904-bed8e114b59a4f5d92c7882ff33c86f4 | 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.
“@TyLawson3: F**k it!!!!! I'm never wearing my headband again either!!!!!!” but you don't hoop like a lil bitch tho... | Offensive |
task929_products_reviews_classification | task929-90385cdd2ed240f9ae7c4df0b59e7e9d | 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.
I was expecting a lot more when playing the game. It is way to easy. There are no challenges and it just repeats things over again, which wasn't much fun after reading all those reviews. If you like quick games with little thought involved, this will be good. You can play for days without too many challenges. I'm sorry that my son lost interest in it. He used to love Minecraft. However, now he's using his iPad Mini instead because it's easier on the battery. | Bad review |
task097_conala_remove_duplicates | task097-2cf210ac48984fe195b1cdae20bab328 | In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list.
[7, 6, 5, 5, 1, 6] | [7, 1] |
task605_find_the_longest_common_subsequence_in_two_lists | task605-8b9aade6f6744213b388183a10383545 | In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B.
[7313, 9217, 5045, 'A', '477', '3471', 'R', '2245', 'P', '1511', 'M', 'f', 'E', 'u', 5159], [6327, 'E', 'D', 'A', 'K', 'z', 'A', '477', '3471', 'R', '2245', 'P', '1511', 'h', 'n'] | A, 477, 3471, R, 2245, P, 1511 |
task293_storycommonsense_emotion_text_generation | task293-5302e133268642be8e8ae85de6f1e43e | In this task, you're given a context, a sentence, and a character. The sentence describes an action or job of the given character. Also, the context provides more information about the sentence or the character. Your task is to return one of the emotions which are expressed by the Character in the given sentence. For that you can use the Context; however, Context is not provided in all the inputs. Also, in some inputs, there can be zero emotion; for that return 'None'.
Context: Dalene taught theory to the cosmetology students at Olympian Academy. It wasn't an easy subject to teach but she loved it.
Sentence: It was something she was good at and it really showed.
Character: Students | that their teacher really cares about their education |
task085_unnatural_addsub_arithmetic | task085-97f6492a2d344f7b8f78c6c61aa9e86c | 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.
6099 - 8020 - 6025 - 9145 - 576 + 981 + 8751 | 20133 |
task155_count_nouns_verbs | task155-149709969b264ea78c84c722462280fb | In this task, you need to count the number of nouns/verbs in the given sentence.
Sentence: 'A dog is chasing a ball in the water'. Count the number of verbs in this sentence. | 1 |
task1510_evalution_relation_extraction | task1510-4f79076fb1314f3f945ae6f354cd657f | 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.
feather is a kind of light | feather IsA light |
task750_aqua_multiple_choice_answering | task750-faad6b8315af4e28b4b3960ab32db6c0 | 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 report that option.
Question: Sound is said to travel in air at about 1100 feet per second. A man hears the axe striking the tree, 11/5 seconds after he sees it strike the tree. How far is the man from the wood chopper?
Option A: 2420 ft
Option B: 2524 ft
Option C: 2600 ft
Option D: 2740 ft
Option E: None | Option A |
task1217_atomic_answer_generation | task1217-963caffe0821475f90f33766c72fb3f5 | 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 lays ___ on the table | purse |
task268_casehold_legal_answer_generation | task268-2e1e1b14484646bfab8c654275836a8c | 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 correct answer is the holding statement that corresponds to the citing text. The four incorrect answers are other holding statements. You should find the correct option. There is a <HOLDING> token in the position of the citing text prompt where the holding statement was extracted.
we affirm. Jim’s Fifth and Sixth Amendment claims rely on the same inference from Officer Piel’s testimony. Officer Piel testified that he spoke with witnesses at the scene and included their statements in his police report. Jim claims that this testimony indicated: (1) that Officer Piel interviewed witnesses in addition to the four who testified at trial, and (2) that the additional witnesses named Jim as the aggressor in the fight. After carefully reviewing the record, we determine, contrary to Jim’s argument, that Officer Piel made no reference to statements made by any non-testifying witness. Where there is no non-testifying witness, there can be no violation of Jim’s right to confront that witness. See Crawford v. Washington, 541 U.S. 36, 51, 124 S.Ct. 1354, 158 L.Ed.2d 177 (2004) (<HOLDING>). Similarly, because the record does not
Holding statements: (A) holding that any confrontation right is found in the fourteenth amendments due process clause not the confrontation clause of the sixth amendment (B) holding that the confrontation clause applies only to trials and not to sentencing hearings (C) holding that the confrontation clause applies only to testimonial hearsay (D) holding the confrontation clause applies only to testimonial statements (E) holding that the text of the confrontation clause applies to witnesses against the accused in other words those who bear testimony | (E) |
task750_aqua_multiple_choice_answering | task750-6bfb6cbada084968a1e871ab0322d3fd | 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 report that option.
Question: From 6 officers and 10 clerks in how many can 5 be chosen to include exactly one officer?
Option A: 1452
Option B: 1562
Option C: 2456
Option D: 1260
Option E: 660 | Option D |
task191_hotpotqa_question_generation | task191-044a76d26a7842f1acc8f60ad8c7afe9 | 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 : Plunderers of Painted Flats is a 1959 American Western film directed by Albert C. Gannaway and written by John Greene and Phil Shuken. The film stars Corinne Calvet, John Carroll, Skip Homeier, George Macready, Edmund Lowe and Bea Benaderet. The film was released on January 23, 1959, by Republic Pictures. Context_2 : Westbound is a 1959 American Western film directed by Budd Boetticher and starring Randolph Scott, Virginia Mayo, and Karen Steele. This is the sixth of seven films directed by Boetticher and starring Scott. Context_3 : Karen Steele (March 20, 1931 – March 12, 1988) was an American actress and model with more than 60 roles in film and television. Her most famous roles include starring as Virginia in "Marty", as Mrs Lane in "Ride Lonesome", and as Eve McHuron in the "" episode "Mudd's Women". Context_4 : Man from God's Country is a 1959 American Western film starring George Montgomery and Randy Stuart. Context_5 : Lone Texan is a 1959 American Western film directed by Paul Landres and written by James Landis and Jack W. Thomas. The film stars Willard Parker, Grant Williams, Audrey Dalton, Douglas Kennedy, June Blair and Dabbs Greer. The film was released on March 1, 1959, by 20th Century Fox. Context_6 : The Oregon Trail is a 1959 American western film directed by Gene Fowler Jr. and starring Fred MacMurray, William Bishop and Nina Shipman. Context_7 : Gunmen from Laredo is a 1959 American western film produced and directed by Wallace MacDonald, which stars Robert Knapp, Maureen Hingert, and Walter Coy. Context_8 : Rio Bravo is a 1959 American Western film produced and directed by Howard Hawks and starring John Wayne, Dean Martin, Ricky Nelson, Angie Dickinson, Walter Brennan, and Ward Bond. Written by Jules Furthman and Leigh Brackett, based on the short story "Rio Bravo" by B. H. McCampbell, the film is about the sheriff of the town of Rio Bravo, Texas, who arrests the brother of a powerful local rancher to help his drunken deputy/friend. With the help of a cripple and a young gunfighter, they hold off the rancher's gang. "Rio Bravo" was filmed on location at Old Tucson Studios outside Tucson, Arizona, in Technicolor. Context_9 : The Miracle of the Hills is a 1959 American Western film directed by Paul Landres and written by Charles Hoffman. The film stars Rex Reason, Nan Leslie, Betty Lou Gerson, Charles Arnt, Jay North and June Vincent. The film was released on July 29, 1959, by 20th Century Fox. Context_10 : King of the Wild Stallions is a 1959 American western film starring George Montgomery and Edgar Buchanan. It was directed by R.G. Springsteen. fact_1 : Westbound is a 1959 American Western film directed by Budd Boetticher and starring Randolph Scott, Virginia Mayo, and Karen Steele. fact_2 : Her most famous roles include starring as Virginia in "Marty", as Mrs Lane in "Ride Lonesome", and as Eve McHuron in the "" episode "Mudd's Women". Answer: Budd Boetticher | Who directed the 1959 American Western Film starring the actress who starred as Virginia in Marty? |
task577_curiosity_dialogs_classification | task577-35986174369a4958801ea473a0782634 | 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.
Thank you do have more information on the etymology? | user |
task268_casehold_legal_answer_generation | task268-a0a8a2c75789447eb5b64837f5d0d2e9 | 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 correct answer is the holding statement that corresponds to the citing text. The four incorrect answers are other holding statements. You should find the correct option. There is a <HOLDING> token in the position of the citing text prompt where the holding statement was extracted.
the presence or absence of a dose-response relationship. Defendant memorandum (doc. 585), at 1, 20. Dr. Kramer is an epidemiologist, having received a Ph.D. in the same from the Johns Hopkins School of Public Health in 1979. Expert Report of Kramer, submitted as plaintiff ex. 016185, at 6. “Epidemiology, a field that concerns itself with finding the causal nexus between external factors and disease, is generally considered to be the best evidence of causation in toxic tort actions.” Rider v. Sandoz Pharmaceuticals Corp., 295 F.3d 1194, 1198 (11th Cir.2002). In Rider, the Eleventh Circuit added that “[t]his Court has long held that epidemiology is not required to prove causation in a toxic tort case.” Id., at 1199; citing Wells v. Ortho Pharm. Corp., 788 F.2d 741, 745 (11th Cir.1986) (<HOLDING>). Although she performed no independent studies
Holding statements: (A) holding that a causeeffect relationship need not be clearly established by animal or epidemiological studies (B) holding that agreements established agency relationship (C) holding the right to record police activity on public property was not clearly established (D) holding that clearly established law is construed as supreme court or tenth circuit decisions on point or the clearly established weight of authority from other courts (E) holding coleman injunction is not clearly established law | (A) |
task369_synthetic_remove_odds | task369-dfe584a3ec0f4f10a220134168b6b8bf | In this task, you will be given a list of integers. You should remove all of the odd integers from the list(consider 0 an even number). If every integer in the input list is odd then an empty list ("[]") should be returned. Otherwise, answer with the list of even numbers separated by comma inside brackets.
[60, -90, 36, 92, 43, -55, -7, 60, -41, 62, -93] | [60, -90, 36, 92, 60, 62] |
task488_extract_all_alphabetical_elements_from_list_in_order | task488-a7a2cfaf605a41979ba804231dac1d03 | In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization.
['4205', '703', 's', '1031', '941', '9841', '681', 't', '1913', 'Y', 'a', '925'] | s, t, Y, a |
task113_count_frequency_of_letter | task113-b50f8af57296420b9c1d3f5d8be082b3 | In this task, you need to count the number of times the given letter appears in the given sentence.
Sentence: 'a beautiful young woman standing next to a red piece of luggage'. Find frequency of the letter 'g' | 5 |
task307_jeopardy_answer_generation_final | task307-0df1d995a03a46baab094c6e080232f5 | 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: FLAGS OF THE WORLD
Clue: "L'Unifolié" is one of the names popularly given to the new flag unveiled in 1965 by this country | canada |
task317_crows-pairs_classification_stereotype_type | task317-030cbab894184ae8b39eff8e777857e3 | In this task, you are given a short passage that conveys a stereotype. A stereotype is an over-generalized belief about a particular group of people. You are expected to classify the passage into nine types of stereotype: race-color, socioeconomic, gender, disability, nationality, sexual-orientation, physical-appearance, religion, and age.
Passage: Learning that she was crippled made him lose his appetite. | disability |
task1551_every_ith_element_from_kth_element | task1551-e2511201403b42da98b4c19e4f84e7d9 | 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.
2, 3, ['8153', '9023', 'L', '7061', 'l', 'h', '3015', 'g', '823', '2543', 'K', 'C'] | 9023, l, g, K |
task1291_multi_news_summarization | task1291-67377592e272490f9126bfabad59b8a5 | In this task, you are given a text of many news articles seperated by special token "|||||". Your task is to summarize them.
"The amount of love I've received is crazy and I didn't expect any of it, but I'm so grateful," the teen said.
The gesture everyone is applauding isn't uncommon for the husband.
"Jon goes to every doctor's appointment, every blood test, every surgery, every radiation," Mackenna's mom told BuzzFeed News. "And, as you can see, if he can't be by my side he is as close as he can get!" ||||| John Newman sits by the door keeping his wife, Marci, company as she remains in isolation after undergoing radiation treatment.
After nearly 18 years of marriage, John Newman has hardly left his wife's side — after all, he vowed to be there "in sickness and in health."
So when Marci, 49, was diagnosed with thyroid cancer in October, John was there for all of the doctor appointments, surgeries and treatments.
A few weeks ago, Marci had an hours-long surgery to remove the cancer. Afterward, she had to undergo radioactive iodine treatment, which helps destroy thyroid cancer cells, their 17-year-old daughter Mackenna explained.
Marci then had to stay in isolation for five days to avoid exposing other people to radiation. She stayed inside a bedroom with the doors closed insider her family's home in Temecula, California.
But John, 45, didn't want her to ever feel alone.
"On the first day my dad sat outside in the backyard and talked to her through the window," Mackenna said. "The last two days is when he set up the little desk to stay with her."
Dressed in his pajamas, along with Marci, John drank his coffee and read his papers. Sometimes he would talk to her or even read a book out loud, but other times it was enough for Marci just to know he was there.
"As long as they're together," Mackenna added.
The gesture was so sweet, Mackenna decided to snap a picture and post it on her Twitter account.
My mom has to stay in her room in isolation for her cancer radiation so my dad set up a desk at her door to keep her company and I'm crying pic.twitter.com/rucH9HfDvk — kenna (@mackenna_newman) April 14, 2017
"My mom has to stay in her room in isolation for her cancer radiation so my dad set up a desk at her door to keep her company and I'm crying," she wrote.
The tweet was shared more than 10,000 times and received 13,200 likes. Hundreds of people responded, some even sharing photos of their own supporters.
"Amazing...may she heal soon. My heart goes out to you and your family. Stay strong you have an amazing Dad," one Twitter user wrote.
"This is my 7 year old sitting in my door way as I was in isolation," another commented. "Thyroid cancer here too. Stay strong and stay positive."
@mackenna_newman This is my 7 year old sitting in my door way as I was in isolation. Thyroid cancer here too. Stay strong and stay positive. pic.twitter.com/CI0Sf7jxpJ — The Network (@AutographNetwrk) April 24, 2017
Mackenna was surprised by the social media response, but not her dad's actions.
"This is how our family is. We take care of each other," Mackenna said. "She knew he would do it for her." ||||| | A picture a girl took of the back of her father's head has gone viral as it captures a moment that has brought some to tears. John Newman, 45, has been married to 49-year-old Marci Newman for almost 18 years, and he's taking quite seriously his vow to be there for her "in sickness and in health," reports CBS News. Since they learned in October that she had thyroid cancer, he has helped her through the many appointments, treatments, and surgeries that followed. But it was a simple photo their daughter Mackenna posted to Twitter on April 14 that has captured so many hearts. "My mom has to stay in her room in isolation for her cancer radiation so my dad set up a desk at her door to keep her company and I'm crying," she writes below a photo of her father. It shows him sitting at a small desk as he peers through an opening into the room where her mother is in isolation. It's been shared 10,000 times and liked more than 13,000 times. Mackenna explains to CBS that after having radioactive iodine treatment her mom had to sequester herself for five days so as not to expose others to radiation. She says her dad initially sat in the backyard and spoke to his wife through a window, and moved inside for her two final solo days. "The amount of love I've received is crazy and I didn't expect any of it, but I'm so grateful," Mackenna tells BuzzFeed. As for what her father is doing, she says it's just "how our family is; we take care of each other." (See how this man paid for his wife's medical bills.) |
task371_synthetic_product_of_list | task371-e504abb62b5740ddbcf3cae56e50bbff | 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.
[[-29, 47], [27, 29], [49, -21], [-35, 5, -30, -10]] | [-1363, 783, -1029, -52500] |
task268_casehold_legal_answer_generation | task268-d6c4397ea60e484ea60ac13370eb5643 | 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 correct answer is the holding statement that corresponds to the citing text. The four incorrect answers are other holding statements. You should find the correct option. There is a <HOLDING> token in the position of the citing text prompt where the holding statement was extracted.
in the state court. The Illinois legislature enacted the Illinois Court of Claims Act, 705 Ill.Comp.Stat. 50% et seq., which provides for sovereign immunity for the actions brought against the state or its officials unless such a suit is filed in the Illinois Court of Claims. Wells v. Vincennes Univ., 982 F.2d 1147, 1151 (7th Cir.1992). Any state law remedy which may be available to plaintiffs must come in a state court action. See Feldman v. Ho, 171 F.3d 494, 498 (7th Cir.1999) (finding that, because of the Eleventh Amendment, the plaintiffs claims against the state could not be brought in federal court, and entering judgment against plaintiff without prejudice so that he might file suit in Illinois Court of Claims); see also Magdziak v. Byrd, 96 F.3d 1045, 1048-49 (7th Cir.1996) (<HOLDING>). The court’s determination that the
Holding statements: (A) holding that tort actions brought against a state actor must be brought in the illinois court of claims and the district courts dismissal of such claims was proper (B) holding section 101106f cannot be used by employees to obtain dismissal of common law intentional tort claims because those claims could not have been brought under the texas tort claims act (C) holding that this language applies to tort claims brought under the federal tort claims act against a contractor who has a selfdetermination contract (D) holding that even though 24 only refers to actions in state court it applies to state claims brought in federal court (E) holding that ethical violations may be relevant to tort claims brought against attorneys | (A) |
task112_asset_simple_sentence_identification | task112-8c19cba9dbc749ebbe304a83e22a4808 | 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 'Text one' if the first sentence is simpler. Otherwise output 'Text two'.
Text one: This has the advantage of evenly distributed spatial resolution without singularities (i. e. the poles) at the expense of somewhat greater numerical difficulty.
Text two: It has the advantage of even space without points, consequently at greater difficulty. | Text two |
task208_combinations_of_list | task208-61e80dfbc10f46cbbb0d469dbb34aaaa | In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.
['1', 'U', 'J', 'N', '1'] | [['1', 'U', 'J', 'N'], ['1', 'U', 'J', '1'], ['1', 'U', 'N', '1'], ['1', 'J', 'N', '1'], ['U', 'J', 'N', '1']] |
task368_synthetic_even_or_odd_calculation | task368-ab29a1d6abbd4e1f896f57b5b17ae998 | 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 decimals in the output. Zero should be counted as an even integer.
[-86, -27, 56, -55, 96, -56, -32, 10] | [-21.5, -106, 14.0, -218, 24.0, -14.0, -8.0, 2.5] |
task389_torque_generate_temporal_question | task389-6174dd803bc54a3094b0c25871732388 | 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 else.
Your question should include an event, or ask about an event, and should not be a yes/no question.
Passage: Turkey and Saudi Arabia in effect shut down Iraq's major oil outlets through those countries, but according to Jordanian officials, a smaller line into Jordan remained operating. Truckloads of goods rolled into Iraq from Jordan on Tuesday and Iraqi-bound cargo was unloaded from ships at the Red Sea port ofAqaba despite the U.N.-ordered sanctions. | What happened before cargo was unloaded? |
task1338_peixian_equity_evaluation_corpus_sentiment_classifier | task1338-e5ae10181491472d87715ca25275cb89 | The input is a sentence. The sentence includes an emotion. The goal of the task is to classify the emotion in the sentence to one of the classes: 'fear', 'joy', 'anger', 'sadness'. The emotion mainly depends on the adverb within the sentence.
The situation makes Leroy feel anxious. | fear |
task899_freebase_qa_topic_generation | task899-ac8624d3dca2452a8ab28e42951c617b | Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about.
Drenthe, Limburg and Flevoland are all provinces of which European country? | drenthe |
task376_reverse_order_of_words | task376-fd0c0c77cd744fcb977fe778970fd73c | In this task, you need to reverse the order of words in the given sentence.
Sentence: a cat sleeping inside of a white glass bowl | bowl glass white a of inside sleeping cat a |
task300_storycloze_order_generation | task300-1072247b5e8240fc9936b2c80ccba9ab | In this task, you're given a short story of five sentences written in natural language. However, the order of the given story is not correct. Your job is to return the correct order for the given five sentences to create a coherent short story with the new order that has the correct flow. Generate your answer using the number of sentences in the correct order, such as '23415'.
Sentence1: Jerry wanted to start a new career. Sentence2: Then recruiter set up an interview for Jerry. Sentence3: He emailed his resume to the recruiter. Sentence4: He searched the classified ads for job postings. Sentence5: He found a desirable posting in one of the ads. | 15423 |
task413_mickey_en_sentence_perturbation_generation | task413-ae0465425b3445eba8c98f263f19e8f2 | Given a sentence, generate a new 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 true.
Gas is planned for providing energy . | Gas is used for providing Electricity . |
task964_librispeech_asr_text_auto_completion | task964-d568d56a1316492f86839c67202284e9 | You are given an unfinished English sentence, and you need to predict the rest of it.
yet what | of matthew's white collar and the sorrel mare missus rachel was getting fairly dizzy with this unusual mystery about quiet unmysterious green gables good evening rachel marilla said briskly this is a real fine evening isn't it won't you sit down |
task430_senteval_subject_count | task430-d72fd3fd94834d599fd660289afe0da2 | 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 hidden laboratory was a storehouse of knowledge. | Singular |
task156_codah_classification_adversarial | task156-2120ee55185045aa88982fd61f7ba4fd | Given a prompt and four completions, select the completion that is the most plausible in continuing or answering the prompt. This task is designed to test common sense and has various categories ranging between idioms, negated statements, polysemy, subject referencing, and quantitative reasoning. Generate either Completion A, Completion B, Completion C, or Completion D.
Prompt: We were beating around the bush. We
Completion A: hurt the bush
Completion B: were making music in the forest
Completion C: didn't want to talk about it
Completion D: hit each other around a tree | Completion C |
task637_extract_and_sort_unique_digits_in_a_list | task637-814d7f4fb96540c4aeda4d22101c2616 | 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.
['251', '129', '209', 'v', 'l', 'o', 'c'] | 0, 1, 2, 5, 9 |
task277_stereoset_sentence_generation_stereotype | task277-dc2124bd25b148ebbfd30b904c1b3df6 | In this task, you are given a context sentence containing a blank (_). You are expected to fill the blank with one word to make the sentence convey a cultural stereotype. A stereotype is an over-generalized belief about a particular group of people. Your answer must not contain more than one word.
Context: The policeman can be _. | mean |
task567_circa_text_generation | task567-efc4dd87b5da4829b5c11dd10bbb20bd | In this task, you are given a question, and your task is to predict the context of the question. We assume that someone named X asked the question from Y. The context of the question means the previous situation that led X to ask this question.
Is salad something you're interested in? | X wants to know about Y's food preferences. |
task577_curiosity_dialogs_classification | task577-795059b479fd4d6fb44a0881437397ab | 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.
What information do you have on the coastal tourism of Lincolnshire? | user |
task303_record_incorrect_answer_generation | task303-50676bcff972402aa6b12dbc4639b9b9 | 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 multiple wrong answers, we only need a single wrong answer.
Port-au-Prince, Haiti (CNN) -- Earthquake victims, writhing in pain and grasping at life, watched doctors and nurses walk away from a field hospital Friday night after a Belgian medical team evacuated the area, saying it was concerned about security. The decision left CNN Chief Medical Correspondent Sanjay Gupta as the only doctor at the hospital to get the patients through the night. CNN initially reported, based on conversations with some of the doctors, that the United Nations ordered the Belgian First Aid and Support Team to evacuate. However, Belgian Chief Coordinator Geert Gijs, a doctor who was at the hospital with 60 Belgian medical personnel, said it was his decision to pull the team out for the night. Gijs said he requested U.N. security personnel to staff the hospital overnight, but was told that peacekeepers would only be able to evacuate the team.NEW: Belgian team chief says he decided to leave when U.N. could not provide securityDoctors and nurses return to field hospital Saturday morningThe only doctor present overnight was CNN's Sanjay GuptaTeam has security in place and plans to stay Saturday night
Question:The team has requested the _ government to send its own troops for the field hospital, which Gijs expects to arrive late Sunday. | U.N. |
task228_arc_answer_generation_easy | task228-a5caada22f10409e822901f8ea281b2b | 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 answer for each question.
Which of the following parts of the human body is most complex?
(A) heart (B) kidney (C) white blood cell (D) central nervous system | D |
task1431_head_qa_answer_generation | task1431-c90ae340e4424e24bcd30d1b9de7d40a | 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: Beta-adrenergic receptor blocking drugs:
Options: <1> They cause hypotension in individuals with normal blood pressure. <2> They increase the atrio-ventricular conduction velocity. <3> They cause negative inotropism. <4> They provoke a positive chronotropic effect. <5> They increase the secretion of renin. | 3 |
task024_cosmosqa_answer_generation | task024-8847ffb3d51d4d0fbaee1bcacd77df7a | 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 words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question.
Context: An inordinate amount of baseball caps , T - shirts and jeans ( mostly men ) for the test . Not surprisingly , though , most failed . The two guys I sat next to post - passing seemed to be having a d*ck - measuring contest as they compared notes on the various shows each had tried out for . One had a T - shirt saying : " This shirt has words on it " ( what a laugh riot ) .
Question: What was the object of the test ? ? | Trying to get on a TV show that has prizes. |
task756_find_longert_substring_and_return_all_unique_alphabets_in_it | task756-bd36bf9129f64c5d8c22a3965aa036fb | In this task, you are given two strings A,B. Find the longer of the two lists, convert it to lowercase, and return all the unique alphabets used in it. The two input strings are never equal.
MFrjnWk, tMrjeh | f, j, k, m, n, r, w |
task851_synthetic_multiply_evens | task851-da07a2171f0a4e26b86bbcfd16a0b485 | In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list.
[[22, 9, 1], [-48, -31, 21, -3, 11], [-4, 33, 0, -43, 18], [44, -9, -36], [30, -49, 9, 2, -15], [-4, 50, -38, 24, 43], [19, -1, 12, 39, -16], [24, -16, 32, -30, 25], [40, 38], [-6, 44, -38], [-31, 30, 28, 41], [-19, -22, -4, 22], [-37, 38], [-34, 48], [44, 45, -4, -41, 26]] | [22, -48, 0, -1584, 60, 182400, -192, 368640, 1520, 10032, 840, 1936, 38, -1632, -4576] |
task111_asset_sentence_simplification | task111-fafe49f5c4414723b97345b8861dc1f9 | 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 final simplified sentences need to be grammatical, fluent, and retain the main ideas of their original counterparts without altering their meanings.
Armageddon (2008) was a professional wrestling pay-per-view (PPV) event produced by the World Wrestling Entertainment (WWE) promotion, which took place on December 14, 2008 at the HSBC Arena in Buffalo, New York. | Armageddon (2008) was a professional event that was seen on television (Pay-Per-View) and it was created by the WWE. The event happened at the HSBC Arena in Buffalo, New York on December 14, 2008. |
task303_record_incorrect_answer_generation | task303-46d62abc55214d6e8c521ca1862b0e07 | 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 multiple wrong answers, we only need a single wrong answer.
Barcelona took a major step towards qualification for the last four of the Champions League after they dismantled Paris Saint-Germain on Wednesday night. Sportsmail's ADAM CRAFTON takes a look at five things we learned from Barcelona's emphatic victory. Super Suarez It feels rather strange now but there was a time last summer when we were all wondering whether Luis Suarez - with his penchant for a human-based snack during football matches - was worth all that money for Barcelona. There can be no question anymore. It is now 17 goals for the season and Barcelona's front three, spearheaded by Suarez, Lionel Messi and Neymar is the most in-form in world football.Luis Suarez scored a brace while Neymar also netted in 3-1 win at PSGSuarez has 17 goals for the season after slow start to life at the Nou CampSuarez, Lionel Messi and Neymar is the best front three in world footballPSG missed Zlatan Ibrahimovic's world-class qualities in their defeat
Question:_ scores his second of the night to give Barcelona a 3-0 lead in their tie at Paris Saint-Germain. | Champions League |
task080_piqa_answer_generation | task080-419b4dbc95014f4bbe8a002f3cf8b50f | 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 you cure a cold? | take medicine for a common cold which should be written on the box of whatever medicine you choose. other than that, rest up. |
task159_check_frequency_of_words_in_sentence_pair | task159-fc1b429b61374b81b3fb0352d7981141 | In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'.
Sentence1: 'a panda resting on a hard surface on the ground', Sentence2: 'a parking meter displays a three hour time limit in the snow'. Is the frequency of the word 'parking' in two sentences equal? | No |
task900_freebase_qa_category_classification | task900-90544124511a47af99373cde726bd73c | 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', 'cvg', 'opera', 'olympics', 'chemistry', 'visual_art', 'conferences', 'sports', 'language', 'travel', 'location', 'award', 'dining', 'martial_arts', 'comic_strips', 'computer', 'user', 'tennis', 'music', 'organization', 'food', 'event', 'transportation', 'fictional_universe', 'measurement_unit', 'meteorology', 'distilled_spirits', 'symbols', 'architecture', 'freebase', 'internet', 'fashion', 'boats', 'cricket', 'film', 'medicine', 'finance', 'comic_books', 'celebrities', 'soccer', 'games', 'time', 'geography', 'interests', 'common', 'base', 'business', 'periodicals', 'royalty', 'education', 'type', 'religion', 'automotive', 'exhibitions'.
Which city is served by Dulles airport? | aviation |
task335_hateeval_classification_aggresive_en | task335-4140b198d3e243e6aefe2a6396218bcc | In this task, you are given a hateful post in English from online platforms. You are expected to classify the post into two classes: aggresive or non-aggresive. An aggresive post is one that expresses feelings and opinions in an abusive way and tries to dominate others. Note that the URLs in the text have been replaced with [Link].
Post: Syrian migrant arrested for raping 13-year-old Swedish girl [Link] | Aggresive |
task302_record_classification | task302-017f04defdd14e4f9256aa572775807e | In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Among the entities, try to find the best entity that is most likely to fill in "_" and classify the answers based on options.
(CNN) Breadsticks and wings weren't the only sides available at a Papa John's in Washington state, according to local law enforcement. Until recently, an off-menu item at the pizza restaurant was cocaine. A six-month joint investigation by the King County Sheriff's Office and the police department in Sammamish, just east of Seattle, resulted in the arrests of five people, two of whom are accused of selling drugs out of a Papa John's. 'Operation Extra Olives' According to the sheriff's office, in December 2016 Sammamish police received a tip that Papa John's employees were selling cocaine. The workers would make the sales in the franchise's parking lot.Detectives called the investigation "Operation Extra Olives"The drug deals allegedly happened in the restaurant parking lot
Questions:Detectives swabbed the _ and found cocaine residue around the cash register and in employee washing areas. (A) Papa John's (B) Washington (C) King County Sheriff's Office (D) Sammamish (E) Seattle (F) Operation Extra Olives | (A) |
task372_synthetic_palindrome_numbers | task372-f7df2598c0a2440c81fbc11439c9ad70 | 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.
[465, 288, -101, 335, 219, 594, -532, -466, 181, -211, 920, 333, -639, -208, 894, 579, 792, 196, 98, 600, -756, 854, -148, -652, 214] | [-101, 181, 333] |
task611_mutual_multi_turn_dialogue | task611-76215d9e8c6849fd972d1480ccf1f715 | In this task you are given a small conversation between two persons and 4 options on how the conversation should continue. Your job is to choose the most reasonable option. The conversation and the options are separated by a newline character. Each dialogue in the conversation are separated by a comma. F and M indicate female and male, respectively.
M: I've been busy lately, I've been spending a lot of time talking to people in chat rooms. ,F: So have you met someone yet? ,M: No, yesterday over 100 people wanted to talk to me. One even said that I was his dream girlfriend. ,F: What? Wait a minute, don't you mean dream boyfriend? ,M: Oh, I forgot to tell you I pretended to be a 16-year-old girl. I had to, nobody wants to talk to me as a guy.
(A) F: So you've been busy looking for chat rooms because more than 200 people want to talk to you? (B) F: You mean you pretend to be a girl who is busy chatting with others online? (C) F: I am afraid I did not quite catch what you were saying. Please repeat it. (D) F: You mean you recently pretended to be an 18-year-old girl and were busy visiting an online friend? | B |
task608_sbic_sexual_offense_binary_classification | task608-d1d50bd5b4eb4db386b039d9f7b8fdb6 | 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 sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explicit content. Warning: the examples and instances may contain offensive language.
RT @FriendlyAssh0le: Hoes will be hoes. | No |
task378_reverse_words_of_given_length | task378-dd1a4287b66345b98328adc981836b2d | 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: 'this is a group of people out to eat together'. Reverse all words of length '2' in the given sentence. | this si a group fo people out ot eat together |
task1283_hrngo_quality_classification | task1283-e6663f3b949044de8a0e3bc0dc154c25 | You are given an original reference as well as a system reference. Your task is to judge the quality of the system reference. If the utterance is grammatically correct and fluent output 1, else output 0.
System Reference: may i help you further?
Original Reference: is there anything else i can do for you?. | 1 |
task111_asset_sentence_simplification | task111-a8cc98d8ed4c4827bc26829ec1805d5c | 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 final simplified sentences need to be grammatical, fluent, and retain the main ideas of their original counterparts without altering their meanings.
The team with home-ice advantage hosts Games 1, 2, 5 and 7, while the opponent hosts Games 3, 4 and 6 (Games 5 – 7 are played "if necessary"). | The home team hosts Games 1, 2, 5 and 7, and the opponent hosts Games 3, 4 and 6. |
task413_mickey_en_sentence_perturbation_generation | task413-9896b86d191a4b65b35a50e7631bea16 | Given a sentence, generate a new 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 true.
You can redesign a front yard to grow a city . | You can block a front yard to hang a porch . |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 40