task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1551_every_ith_element_from_kth_element
task1551-1fc8b65c9dba47e6b950a895530e0a8e
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. 1, 3, ['h', '4391', '7893', '6795', 'd', '6939', 'r', '3519', 'S'...
h, 6795, r, X, x, C, 5593, 6179, h
task141_odd-man-out_classification_category
task141-2b5e41da1abc4c96b00e085604ad6823
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: personal characteristic Words: persistent, icy, relaxed, cool, unflappalbe
icy
task299_storycloze_sentence_generation
task299-3f025d8fb04c4dd7b020bebda1706d34
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 nu...
2, He goes there all the time with friends.
task1443_string_to_number
task1443-dc81458785e448a5994e79892a116d29
In this task you will be given a string that only contains single digit numbers spelled out. The input string will not contain spaces between the different numbers. Your task is to return the number that the string spells out. The string will spell out each digit of the number for example '1726' will be 'oneseventwosix...
920942
task934_turk_simplification
task934-9c036fa5fc6e417cb00a4535ae3c42be
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. guangxi -lrb- or guangxi zhuang autonomous region ; -rrb- is a zhuang autonomous region of the people 's republic of china.
guangxi -lrb- or guangxi zhuang autonomous region ; -rrb- is a zhuang self-ruling area of the people 's republic of china.
task428_senteval_inversion
task428-bcf419cddcbb4f068a543fa528169bcd
In this task you are given a sentence. You must judge whether there exist two consecutive words within the sentence with flipped orders, that is, whether the sentence will make sense and be correct if the order of two consecutive words changes. Label the instances as "Inversion" or "Original" based on your judgment. Bu...
Original
task1150_delete_max_min
task1150-29de47ad533f411ea1789656cd044544
In this task, you are given a list of numbers. The list of numbers is separated with comma and inside brackets. You need to remove the maximum(the number with the largest value) and minimum(the number with the smallest value) element from the list and return the list in the same order as input. Your answer should be a ...
[149, 157, 148, 135, 159, 95, 349, 36, 413, 118, 49, 266, 297, 379, 139, 384, 129, 190]
task924_event2mind_word_generation
task924-247115e1788045b5898cdbe8e1e7e21c
You are provided with an "Event", "Intent" and "XEmotion" (PersonX's reactions for the given "Event"). Indicate PersonY's reaction (person feels) at the end of this event. Provide one reaction for PersonY. If there's nothing that can be implied, respond as None Event:PersonX converts the ___ to christianity. Intent:. X...
controlled
task074_squad1.1_question_generation
task074-871b556511084c83838b288bd55d8e74
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
When did Edward Heath ask Elizabeth to call a general election?
task820_protoqa_answer_generation
task820-72025987f4ba4513b4decb78a08b382a
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 you'd see in a church.
pew
task318_stereoset_classification_gender
task318-bf2d5d3a092346819fb5e2b7b51f5916
You are given a target person and two sentences. Your task is to determine whether the second sentence conveys 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 ...
anti-stereotype
task291_semeval_2020_task4_commonsense_validation
task291-ecafe77464f446c5a0ff216c2e9246d2
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. Every single kid loved loudly and fiercely. Every si...
first
task183_rhyme_generation
task183-b039cb9d698e4dc09351f0cc2c311216
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" yellow
carabello
task1398_obqa_question_generation
task1398-9ae63fd4fe9a400386b087c94fd21b00
Given a fact, create a question that can be answered using the fact. Construct the question such that it is unambiguous, has a unique answer and the answer can be given using the fact. Fact: a car engine is a source of heat
A person needing to cook up a burger, but lacking a grill or fire, can heat burger meat on?
task413_mickey_en_sentence_perturbation_generation
task413-70e9d31cbd8b42a39dc67c2368de6799
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. If you w...
If you wear to take a report then you should take your clothes off .
task390_torque_text_span_selection
task390-1e726070a027471d89738bb9a59c7a2e
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: Liu Ya...
praised
task381_boolq_question_generation
task381-879bbb1dce8448f39cafcb6593652c85
You will be given a passage, and your task is to generate a Yes/No question that is answerable based on the given passage. Polygamy is the act or condition of a person marrying another person while still being lawfully married to another spouse. As this is the very definition of bigamy, it is illegal in the United Stat...
can you marry more than one person in the us?
task430_senteval_subject_count
task430-bd0842fbf368462b83f8875cabf32a60
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. Excited whispers echoed around the room as people streamed in, all holding bouquets of red roses.
Plural
task303_record_incorrect_answer_generation
task303-aa7424d8e48546749440f5c2a22fca90
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 ...
Munich
task155_count_nouns_verbs
task155-967ab1a82594474586ed6790afdd1300
In this task, you need to count the number of nouns/verbs in the given sentence. Sentence: 'A little girl with an broken arm posing near a restroom sink and toilet'. Count the number of nouns in this sentence.
5
task378_reverse_words_of_given_length
task378-4bcf74b736784ccd9a7b9084f3ddda78
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 purple bird is perched on a tree branch'. Reverse all words of length '4' in the given sentence.
a purple drib is perched on a eert branch
task1217_atomic_answer_generation
task1217-99aac553d7b84b2498f376723d7950cd
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 accidentally put ___
mustard
task901_freebase_qa_category_question_generation
task901-bb1054002fca44debc2b7df6a39bb9af
Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts. book
Who wrote the 1798 treatise 'An Essay on the Principle of Population'?
task429_senteval_tense
task429-44c5f0faad164edcbf09a6d8410673f6
In this task you are given a sentence. You must judge whether the main verb of the sentence is in present or past tense. Label the instances as "Present" or "Past" based on your judgment. If there is no verb in the given text, answer "Present". Seth... " " Maybe we're not supposed to be this way, Georgie. "
Present
task183_rhyme_generation
task183-b7547c72e297447c9088b6beeec8da47
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" discuss
fuhs
task1293_kilt_tasks_hotpotqa_question_answering
task1293-bae34ac8ac644da5a7f245f5679752dd
In this task, you are given a question. You have to answer the question based on your information. Which delta-winged interceptor aircraft was the Orenda PS.13 Iroquois intended for?
The Avro Canada CF-105 Arrow
task002_quoref_answer_generation
task002-70c278c3da704bb892eed598b5c18214
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: Bartlett decided to send a team back to establish the exact location of ...
Morris.
task897_freebase_qa_topic_question_generation
task897-0b1e1f77feca40e6b61e3c99d5fc0910
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. adenoid hynkel
In which 1940 film did the characters Adenoid Hynkel, Benzino Napolini, Garbitsch and Herring appear?
task325_jigsaw_classification_identity_attack
task325-9d625a6f32fa43ffbddd15a4f99e9016
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: ...
Non-identity-attack
task921_code_x_glue_information_retreival
task921-d39a13cda6e7458dadace1c0f6d98185
This task is to find the number of 'For' loops present in the given cpp program. int breakways(int num, int min); int main() { int n; cin >> n; int number; for (int i = 1; i <= n ; i++) { cin >> number; cout << breakways(number , 2) << endl; } } int breakways(int num, int min) { int sum = 0; for (int j = m...
2
task328_jigsaw_classification_insult
task328-e11401d14d694c50b5140c158fde7835
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive. Comment: an d again with this stupidity from clearly a liberal trolling hack of stupid. Oleary ...
Insult
task292_storycommonsense_character_text_generation
task292-a2935f5f07a940bb906d0125d2c8c79e
In this task, you're given a story (which contains five sentences only). Your task is to find all the characters which are available in the given story. Sentence1: Jim took a long road trip. Sentence2: He stopped at a restaurant in the middle of nowhere. Sentence3: When Jim got back into his car, he realized the batter...
Jim
task871_msmarco_question_generation
task871-1f57ec84d8864b3ead14623f8c2c47c6
Write a phrase, the answer to which is present in the passage. The answer to this question should be completely and unambiguously found in the passage. The query must be about a single or multiple linked entities. When a force is applied to a body of a rock at plate boundaries, the rock may bend or break. Faults A bre...
earthquakes result when forces push what
task521_trivia_question_classification
task521-3061c835587845b9943e399083bf048c
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. By a special case of the projection...
Science
task1712_poki_classification
task1712-9734b15e29604197a4dab1c561a48b56
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
elementary
task587_amazonfood_polarity_correction_classification
task587-ad599a5c75d54a0d80a4d9808c587297
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". These biscuits are delicious, not too sweet, with just enough crunch. We love them. Quick delivery. We would order them again....
True
task247_dream_answer_generation
task247-5930bcadf2fe46979726cc3a77793812
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 book a ticket for the next flight to NeW York. W: Just a minute and I'll check the schedule...
(C) At the airport.
task1505_root09_semantic_relation_classification
task1505-95cc9a786d864dd9a2a97ffd570d6817
Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'HYPER', 'COORD' and 'RANDOM'. Let's denote the first word by X and the second word by Y. A COORD relationship holds when X and Y belong to the same semantic class. A HYPER relationship applies when X is a specific ...
RANDOM
task177_para-nmt_paraphrasing
task177-5ab55e8fd4684828b966994af128faf2
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. ( voice breaks ) i came here to say good-bye . ohh .
i came to say good-bye .
task306_jeopardy_answer_generation_double
task306-15840f6905db48f29341160d8d0db416
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: REDUNDANCY & REPETITION Clue: Technically, it's superfluous to use this word after "...
pepper
task905_hate_speech_offensive_classification
task905-518f3e2afd3e4fb28cb0fe681e01faa2
You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Tweet: @BryanStars ATL, BVB, SWS, PTV, THE RELAPSE SYMPHONY, SET IT OFF, FAREWELL, MY LOVE...
true
task405_narrativeqa_question_generation
task405-d28608cecfea46c9af1ae7f169d6cac9
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 do the Reese's think that Alex and Victor are doing at their house?
task1389_hellaswag_completion
task1389-dcf57bbfa89f4e878e0bc9c747b28f65
In this task, you are given a context and four options. Each option is a suggested ending for the context. You should read the context and pick the best ending for the context. Please answer with "A", "B", "C", and "D". People are sledding down a snowy hill on an inner tube. they <sep> (A) stop at the bottom of the hi...
A
task413_mickey_en_sentence_perturbation_generation
task413-9ede74ed4c52482fb92ef5eb5fc482fd
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. The outc...
The outcome of assuming a resistance can be stressed as successful .
task164_mcscript_question_answering_text
task164-ea700c5c3b04454e9ea03ca60e0a34a5
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 ...
When baliff said they could
task067_abductivenli_answer_generation
task067-428d53fd315a4639a98c6eec36b854b3
In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an...
The snake was very dangerous.
task405_narrativeqa_question_generation
task405-f3d8d269386c4cc0b29bc4b7a65c7f3c
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
How does Pheobe now pay the rent?
task328_jigsaw_classification_insult
task328-f414acda9d75496290a98c2fafcba6d7
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: insult and non-insult. Insult is any lanugage or act that is disrespectful or scornfully abusive. Comment: You just listed lyrics from 2 songs. You didn't even come close to picking the most mi...
Non-insult
task588_amazonfood_rating_classification
task588-56dbd54d71de42c79c2ce6a2816bcb9b
In this task, you're given a review from Amazon's food products. 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 or mixed, 4: good, 5: extremely good. I did not expect this hot chocolate to be quite as sweet as I found it ...
3
task078_all_elements_except_last_i
task078-21aab01e9a67422e94d2c51181037936
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. 13, ['R', 'g', 'O', '8535', 'z', 'k', '1017', '183', 'N', '2687', 'i', '6855', '4889', 'M', '1853', '1263', 'T', ...
R, g, O, 8535, z, k, 1017, 183, N, 2687, i, 6855, 4889, M, 1853, 1263, T
task295_semeval_2020_task4_commonsense_reasoning
task295-4d3095b3920344b38fa418a39b3f12bc
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. The cup is in the table (A) The cup has space inside wh...
B
task1292_yelp_review_full_text_categorization
task1292-c33f6adbea264881ab579435ec824d42
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. This place and service are pretty decent , but the food is kind of expensive for small portion. The food is typical Chinese food average tasty , not super surprising , so the price is kind of higher.
3 stars
task071_abductivenli_answer_generation
task071-eab7ac6ea15c4f4c8d0ed7c52ba960f4
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin...
Amy told all her friends to try it when they were downtown.
task1726_mathqa_correct_answer_generation
task1726-1fa51d83f99f40bc810f7f25175695ff
The task is to generate the correct answer for a given math problem. Problem: in a lottery there are 20 prizes and 35 blanks . a lottery is drawn at random . what is the probability of getting a prize
4 / 11
task065_timetravel_consistent_sentence_classification
task065-d756bea861d44e89b21c7d3d185b9e33
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
task093_conala_normalize_lists
task093-760292dccf4a4148b890091803582229
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. [218.187, -48.831, -18.663, 143.982, 218.758, -68.462, 56.739, 96.293]
[ 0.365 -0.082 -0.031 0.241 0.366 -0.114 0.095 0.161]
task488_extract_all_alphabetical_elements_from_list_in_order
task488-d2c680e2959c4596a21348f8bb9712f5
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. ['2341', 'q']
q
task1346_glue_cola_grammatical_correctness_classification
task1346-56c6d7149cdb427eb66cc87940f82896
You will be given a sentence. Check whether the sentence is grammatically correct and is meaningful. If the sentence is grammatically correct, then answer with '1', otherwise answer with '0'. Tom picked, and I washed, and Suzie will prepare, these grapes.
1
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-f11e32e9454443b7a99a4dac4a4face2
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...
X, L, c, z, J, v, N, v, i, Y, u, E, X, 4293, 8805, 9607, 6383, 5331, 543, 3559, 335, 5143, 5849, 2473
task002_quoref_answer_generation
task002-ba6d7711080f43ac8f3017137253d3eb
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: Work to the designs of William Kent on the park commenced in 1729, sever...
Coke of Norfolk.
task1217_atomic_answer_generation
task1217-22c2b267b363499d91f168e658fd1c90
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 holds back the ___
knives
task672_nummersense
task672-67d69c3a53194a64a8bd220b97442197
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Coaxial relays allow the selection of up to _ antennas per cable.
three
task098_conala_list_intersection
task098-958b72c60e7149258802c8e64e537bc4
In this task you will be given two lists of numbers and you need to calculate the intersection between these two lists. The intersection between two lists is another list where every element is common between the two original lists. If there are no elements in the intersection, answer with an empty list. Your list of n...
[1, 2, 9]
task579_socialiqa_classification
task579-90cdfbfd0c214bbe959b89757c576310
In this task, you're given a context, a question, three options, and an answer. Your task is to classify whether the given answer is correct or not by providing 'Yes' or 'No', based on the context with commonsense reasoning about social situations. Context: After begging all week and even crying, Taylor persuaded their...
Yes
task087_new_operator_addsub_arithmetic
task087-bcc904c6737345b4ae8b673d62ea76e5
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer 9270 @ 39...
30733
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-5d71db2a2c354c7795c7765b28e90453
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. ['E', 'k', '8647', '6767', 't', 'E', '7481', '173', 'e', 'X', '481', 'r', '8903', 'F', '8713', 'x', '...
5, 11, 8647, 6767, 20, 5, 7481, 173, 5, 24, 481, 18, 8903, 6, 8713, 24, 3401, 8883, 1321, 6311, 1937, 2
task1712_poki_classification
task1712-e18fe4188e4046be8b86cdf8834fc08b
You are given a short poem which is written by a kid. Your task is to predict if the kid is in elementary school or high school. Anyone who is from grade 1st to 6th-grade will be considered as in elementary school, and 7th to 12th-grade kids will be considered as in high school. There are only two possible outputs, i.e...
elementary
task1217_atomic_answer_generation
task1217-188d0e3ca64b48d6bf7d5122049fbc9f
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 rides ___ every day
bicycles
task591_sciq_answer_generation
task591-ad6aa90bf2fc434a9edbb5a9a59d9f9a
Given a scientific question, generate a correct answer to it. E. coli uses how many enzymes to take up and metabolize lactose?
3
task1660_super_glue_question_generation
task1660-d5946ded0a77412da757d44ae01bbbf7
In this task, you are given Wikipedia articles on a range of topics, we ask you to write a question based on the content of the articles that can be answered in a binary manner i.e. True or False. Statue of Zeus at Olympia -- The Statue of Zeus at Olympia was a giant seated figure, about 13 m (43 ft) tall, made by the ...
does the statue of zeus at olympia still exist
task1368_healthfact_sentence_generation
task1368-15d89ace2d1042c5ba02f3f95022ab6e
Given a paragraph, generate a claim that is supported by the given paragraph. 1) The claim must contain information from within the paragraph. 2) A sentence within the paragraph can be used as a claim. 3) The claim should not have contradictions within the paragraph. 4) The claim should be at most one sentence long. Co...
1st Bird-Flu Vaccine Only Partly Effective
task267_concatenate_and_reverse_all_elements_from_index_i_to_j
task267-4dd34ac14d6d438fac01df930e4c8faf
In this task, you are given inputs 'i', 'j', and A, where 'i' and 'j' are integers and A is a list. A list is shown by two brackets and comma-separated numbers and characters inside, like ['1', '12', 'l']. You need to concatenate all elements of A from the ith element to the jth element, and then reverse the resulting ...
r
task093_conala_normalize_lists
task093-ca0aa87adad34d0694e05230372f8c3b
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. [19.966, 160.312, -31.899, 40.022]
[ 0.106 0.851 -0.169 0.212]
task333_hateeval_classification_hate_en
task333-ef449b038c654214a2c965801c9875ba
In this task, you are given a post in English from online platforms. You are expected to identify whether the post is hateful against immigrants and women. A hateful post expresses hate or encourages violence towards a person or a group. If a post is hateful but not towards immigrants and women, it should be labeled as...
Non-hateful
task600_find_the_longest_common_substring_in_two_strings
task600-f1252bcdbdc7493089ea4bd72a07a000
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. DvnyYr, ognyvv
ny
task063_first_i_elements
task063-f8decbbfcbe748a2915d831fb9f3a461
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 7, ['M', '447', '8469', '5957', 'd', '7261', '107', '2149', 'i', 'j', '8927', '8575', 'd', 's', 'a', '...
M, 447, 8469, 5957, d, 7261, 107
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-e369c4653d9f4d0285b9916a03ec09ef
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...
H, P, Y, b, M, N, j, f, P, g, v, 6643, 5209, 3755, 2131, 7805, 3517, 4291, 5639, 1109, 5777
task470_mrqa_question_generation
task470-596079d4efc24dcba202f4a25b5223aa
Given a context passage, generate a question from the passage such that its answer is shortest continous span from the passage. Melchior von Meckau (1440--1509) (called the Cardinal of Brixen) was a German Roman Catholic cardinal and bishop.
Which was the position that Melchior von Meckau held?
task566_circa_classification
task566-608472661ea9444a875bb3739055cd98
In this task, you are given two sentences. Your task is to classify the given sentences as "Yes" if they have same meaning; otherwise, classify them as "No". Sentence-1: I've only read Carrie.<sep>Sentence-2: I have read the new Stephen King book .
No
task164_mcscript_question_answering_text
task164-7890d83cd7fa4c06ad3b29c10f214efa
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 ...
Some nice seafood
task574_air_dialogue_sentence_generation
task574-5273ef026ed84a48875197d6701a705a
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
customer: My name is Michael Garcia.
task1290_xsum_summarization
task1290-2ad3c3e267a04393981c87e4786db79b
In this task, you are given an article. Your task is to summarize the article in a sentence. Biggar kicked 23 of Wales's points in last weekend's 28-25 win that helped send hosts England crashing out. But the 37-times capped Ospreys player said: "Probably off the field I am the least confident person there is. "When I ...
Wales fly-half Dan Biggar says he does not enjoy the increased attention his World Cup success has brought him.
task138_detoxifying-lms_classification_fluency
task138-1ae795b0fd59499bb84768540a9056f4
Given a prompt and two completions from a language model, select the completion that is the most fluent with respect to continuing the prompt. Fluency is defined by coherency and ease of understanding, not necessarily grammatical correctness. Generate either Completion A or Completion B. Prompt: dude wtf lol IF YOU FUC...
Completion A
task160_replace_letter_in_a_sentence
task160-eabf1ec26f1e4801ab003278e9383c3e
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'young boy in blue holding a tennis racket in front of face'. Replace the letter 'i' with 'j' in the sentence.
young boy jn blue holdjng a tennjs racket jn front of face
task092_check_prime_classification
task092-28ab6fb4627a4a3fb55adc93458751ca
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. 65934
No
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-60a93956d4d643ce9401ee3fdda535c3
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. ['3829', 'q', '215', 'b', '823', '4065', 'Y', 'y', '9913', 'Y', '4231', 'y', '9689', 'g', 'a', 'h', '...
3829, 17, 215, 2, 823, 4065, 25, 25, 9913, 25, 4231, 25, 9689, 7, 1, 8, 5279, 8577, 4097, 9, 10, 9889, 26, 3163, 7, 25
task515_senteval_odd_word_out
task515-8a3fe23cc11340ad8b2995c02412cb65
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
task901_freebase_qa_category_question_generation
task901-5d15e0aec3c94fa49e7bcbce601d0041
Given a broad category, generate a trivia-type question based on a specific entity in that category. The question should be non-ambiguous. External resources such as Wikipedia could be used to obtain the facts. location
Of which Italian region is Genoa the capital?
task339_record_answer_generation
task339-01299020f97249a8b3d973b43df59db5
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. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link]. An elderly German man recently indicted on ...
Jewish
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-553b6362069e4e469d6989aa86cf2ea3
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. kvBxbrxOB, nDvxBxbrvAxH
a, b, d, h, n, r, v, x
task574_air_dialogue_sentence_generation
task574-c532c7716d3046c4ab3e81750d5c80de
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the...
customer: Yes, I prefer it.
task074_squad1.1_question_generation
task074-21f7c0110a8147dcb07bff4adf9df091
This task is about reading the given passage and construct a question about the information present in the passage. Construct a question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) its answer is a continuous text span from the paragraph. Avoid creati...
What is the section of the Rhine Gorge recognized by UNESCO called?
task196_sentiment140_answer_generation
task196-5819d4088b674080bb9c3b7a06959f77
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: It's storming pretty bad in Miami. Question: is it a negative...
yes
task1423_mathqa_geometry
task1423-2896e742cfc14dfbbde397d39b78ea33
In this task, you need to answer the given multiple-choice question on geometry. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: cubes with each side one inch long are glued together to form a larger cube . the larger cube ' s face is painted with red color and the entire assembly is taken apart . 22 s...
e
task323_jigsaw_classification_sexually_explicit
task323-daa44bac5c9c4c02aad208b05d6d8ad9
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: Unacceptable in any civil society. Decriminalize addiction n...
Sexual-explicit
task376_reverse_order_of_words
task376-05fd615f8ad247e1834b89f8517b5d57
In this task, you need to reverse the order of words in the given sentence. Sentence: the woman is posing with a yellow motorcycle
motorcycle yellow a with posing is woman the
task132_dais_text_modification
task132-23bc9055a5ee4105b0bfa91afeac1656
Languages typically provide more than one grammatical construction to express certain types of messages. Your task is to generate a senetence with the same meaning as given sentence, but with different grammatical construction. Alice chirped the woman wearing the hat her greeting
Alice chirped her greeting to the woman wearing the hat
task325_jigsaw_classification_identity_attack
task325-3fb2b161408f495bb74966d5a62bd96d
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: ...
Non-identity-attack
task573_air_dialogue_classification
task573-28ab4ff75a554c038a4afe235a494f3f
In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `...
book
task196_sentiment140_answer_generation
task196-a03edb33f58f4f0aab47a6233a74009d
In this task, you are given a text from tweets and a boolean question whether this tweet has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Tweet: Back nda da Boro wit 10min to get to work, not lookn forward t...
no