task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-2c4b31d7dbf3426398c89d9cc869fa64
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in t...
mZGHfrTvabefijlmmpwxyzuraflvR, xtbHOdRabefijlmmpwxyzzfejIQ
task1283_hrngo_quality_classification
task1283-8f729a6170034e9ba4a64348ec1df4ab
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: x is a chinese restaurant on the riverside, near x. Original Reference: x is a chinese restaurant ...
1
task605_find_the_longest_common_subsequence_in_two_lists
task605-7eae983720f94e94a9b0c63a5c2e11bf
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [3439, 'j', 5653, 8083, 7363, 2423, 'c', 2163, 'o', 1883, 711, 641, 4327, 7427, 'z', 2111, 7281, 'w', 'j', 'e', 'A', 3891, 2277, 'f', '9999', 'g', 'x', '6091', '8151', 'q', 'H', '8343', '9055', '2651', '6197', 'E', 'd',...
f, 9999, g, x, 6091, 8151, q, H, 8343, 9055, 2651, 6197, E, d, j, 133, N, 5051, u, Y, 3887, n, 1643, 791, 3943, s, 4525, o
task291_semeval_2020_task4_commonsense_validation
task291-2509fd054b664e70bc5231035ea51dc9
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. fermented soybean is used in the washing process fer...
first
task1584_evalution_meronym_classification
task1584-26bb4f905d574b0e9154c195a9eb74a6
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given par...
1
task070_abductivenli_incorrect_classification
task070-39fa0a4b7df247a6bfbfa21caf4771c1
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story incoherent / implausible by indicating 1 or 2 in the output. If both sentences are plausible, pick the one that makes less sense. Beginning: A young boy w...
2
task141_odd-man-out_classification_category
task141-d90e14c240d743d482b9f16f8522197b
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: physical activity Words: cow, jog, duck, dodge, get down
cow
task1551_every_ith_element_from_kth_element
task1551-08f2983921e4423cb14b1661fe330524
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, 9, ['5243', 'D', '9867', 'k', '3867', '4803', 'D', '9229', '83...
D, B, 1919
task610_conllpp_ner
task610-b3cd116067ac4a819ad861c91240d7a1
In this task, you are given a text from a post. Your task is to find all of the proper nouns and label them. The labels are <B-PER>, <I-PER> for persons; <B-ORG>, <I-ORG> for organizations; <B-LOC>, <I-LOC> for locations; and <B-MISC>, <I-MISC> for other nouns. The capital 'B' denotes the first word of a proper noun ph...
FLORIDA <B-ORG> 58 69 .457 21 1/2
task453_swag_answer_generation
task453-bbc363015b1640a7afda4375483c481f
Given a sentence, generate what should be the most likely next statement. The next statement should be reasonable and logically correct. It huddles against the stone as someone bends down. Someone
holds out her hand.
task074_squad1.1_question_generation
task074-8da08bec64654c5a9ecc01c3d8688e56
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 are the 50 states in the Union known as?
task1480_gene_extraction_jnlpba_dataset
task1480-436380a5879b41d5b48622c68713fba4
In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them. Cortisol was able to minimize the enhancement of NK cytotoxicity obtainable in the presence of immune interferon ( IFN - gamma ) .
IFN - gamma
task151_tomqa_find_location_easy_clean
task151-d559c18259fb4c5388ae2720287ede2a
Given a story, answer the question about the story. The question is the last sentence in the input. The story has one of the three following scenarios: (1) when the individual's belief matches reality, (2) when the individual's belief does not match reality, (3) is when an individual has a false belief about another in...
blue_bathtub
task365_synthetic_remove_vowels
task365-62b9edcb94bc4610acf98a439e20782d
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. uXQfciUp
XQfcp
task089_swap_words_verification
task089-eece7666b430449591d1617d181505e2
In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde...
(11, 12)
task376_reverse_order_of_words
task376-c34119c8f2e74f2197c54671d991dc88
In this task, you need to reverse the order of words in the given sentence. Sentence: a red and white sign a fence some buildings and the sun
sun the and buildings some fence a sign white and red a
task246_dream_question_generation
task246-9ba9ef6d94974466a9a43910ac150a98
In this task, you will be shown a conversation. You need to write a question with three choices for the conversation. Your question should be answerable based on the conversation and only have one correct answer. Note that you don't need to answer your question. "W" and "M" in the conversations stand for "woman" and "m...
What does the girl want to be when she finishes school? (A) A journalist. (B) A weather reporter. (C) A writer.
task292_storycommonsense_character_text_generation
task292-7853cde1cd04429794ad317d27cf2d36
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: Ellen planted flowers every spring. Sentence2: She waters and talks to them daily. Sentence3: She gets excited as little sprouts start to appear. Sentence4:...
Ellen
task1727_wiqa_what_is_the_effect
task1727-ccd0d12e924340ccb5b7ad8641381660
In this task you will be given a process, and a question. The process contains a sequence of steps that happen in order. The question asks about the effect of a certain event on another event. If the first event has a positive effect on the second event, answer with "for", if it has a negative effect, answer with "agai...
for
task024_cosmosqa_answer_generation
task024-53df0b652b0d407ebc9365a43e77b16d
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 ...
He did manual labor .
task820_protoqa_answer_generation
task820-23f892bd3e46436eb783bbc8302fc202
Write a correct answer for the question. You should reason about prototypical situations and provide the correct answer. Avoid answers that provide incomplete justification for the question. name a part of the body that twitches.
leg
task325_jigsaw_classification_identity_attack
task325-42a162ce52004f6a958127a7f339983a
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: identity-attack and non-identity-attack. Identity attack refers to anything rude or disrespectful about someone's identity, including appearance, race, gender, and sexual orientation. Comment: ...
Identity-attack
task1382_quarel_write_correct_answer
task1382-86c11b81811d4d64b3ea9850eb0b18ac
You are given a sentence and a question. You're expected to write the correct answer based on the sentence. Sentence: A flatbed truck has a really rough time driving over a landfill and a rather easy time driving over a parking lot. Question: Which surface will let the flatbed truck travel a greater distance?
parking lot
task580_socialiqa_answer_generation
task580-0a7277502a454e798c2ca95431396a0e
In this task, you're given a context, a question, and three options. Your task is to find the correct answer to the question using the given context and options. Also, you may need to use commonsense reasoning about social situations to answer the questions. Classify your answers into 'A', 'B', and 'C'. Context: Jordan...
C
task103_facts2story_long_text_generation
task103-b29cdcca725049f1b803a8b75b0c2cdb
In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. Fact1: high scho...
In Pasadena, high school students Costa and J.B. plan to throw a party for their friend Thomass birthday, aiming to increase their popularity. Thomass parents go away for the weekend, leaving him alone in the house, but warn him not to have too many people over, and not to drive his fathers Mercedes. Thomas is reluctan...
task905_hate_speech_offensive_classification
task905-82017d490d194f0ea4c922bf764a68ab
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: "Nah girl I ain't gon be able to make it, it's been tight since Russ loss his job" ...
true
task428_senteval_inversion
task428-e3d682fb8bdb4ed8818ce5f5cc1c5412
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. He...
Original
task101_reverse_and_concatenate_all_elements_from_index_i_to_j
task101-453888b889f0489e93de2e44e6bd337c
In this task, you are given inputs i, j, and A, where i and j are integers and A is a list. You need to find all elements of A from the ith element to the jth element, reverse the order in which they occur, and then concatenate them to output the resultant string. i and j will be non-negative, and will always have a va...
5167An7271D327749839759Xc9911249
task398_semeval_2018_task1_tweet_joy_detection
task398-945a811f56ff40129b757801760713b8
In this task you are given a tweet. You must judge whether the author of the tweet is happy or not. Label the instances as "Happy" or "Not happy" based on your judgment. @partydelightsUK it's 5679787. Cannot DM you as we don't follow each other. Not such a #delight #party #fail #letdown
Not happy
task303_record_incorrect_answer_generation
task303-4955a7eb018f49faaabf44512c5e6d69
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 ...
China
task587_amazonfood_polarity_correction_classification
task587-f374ca521cf144b580121098eb11f53c
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 are a hit with my pups, and for the price and 3 calories a piece, they can't be beat! They're great for training in addit...
False
task499_extract_and_add_all_numbers_from_list
task499-f60c29fa13204a09bb017471bff135e4
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. ['R', '2407', '3283', '3833', 'A', '4593', '9469', 'S', 'k', 'P', 'I', 'r']
23585
task326_jigsaw_classification_obscene
task326-37e45d07754b40e5bf22c88d0a2e4f55
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as ...
Non-obscene
task1289_trec_classification
task1289-365574e246ed43949169a2d8205d7b4d
You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expre...
Person
task843_financial_phrasebank_classification
task843-a83fcc1ad45242aa8793fe37c5bdfd31
Classify the given a piece of financial news into three classes: positive, negative, and neutral. Output must be 'positive', 'negative', or 'neutral'. Finnish construction group YIT has been awarded a contract to install heating , air conditioning and cooling systems to the new head office of the automobile association...
positive
task191_hotpotqa_question_generation
task191-b1acca67c5df4d39a44af0bf51619db7
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 : Raaz (English: "Secret") is a 2002 Indian horror film directed by Vikram Bhatt an...
Bipasha Basu earned her first Filmfare Award nomination for Best Actress in film by what director?
task848_pubmedqa_classification
task848-920bac861cc1455ea43d0fd5296c9fd6
Given a passage classify if the passage has a definite objective/aim/goal or not. Output '1' if the passage has a defininte objective/aim/goal and output '0' if the passage does not have a definite objective/aim/goal. Prooxidant effects of fish oil supplementation could unfavorably affect the cardiovascular benefits of...
1
task1217_atomic_answer_generation
task1217-c523aa129c3b45ccbb76b2dd417bb996
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 dropped ___ on the ground
plates
task521_trivia_question_classification
task521-7bbabda14509479995a8d7aacf23d170
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 work's title character commits...
Literature
task509_collate_of_all_alphabetical_and_numerical_elements_in_list_separately
task509-40e9e82992824ad2bbb6f73fa406219e
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...
U, T, a, G, G, K, Z, y, m, U, i, f, Q, H, G, H, k, v, B, 2481, 4151, 2281, 7371, 7037, 5803, 2027, 5185, 4499, 3965, 3889, 1041, 8167, 4061, 1843, 9073, 1009, 6125, 6497
task114_is_the_given_word_longest
task114-9ee2e14fe08d4c9681aae244f9f63949
In this task, you need to answer 'Yes' if the given word is the longest word (in terms of number of letters) in the given sentence, else answer 'No'. Note that there could be multiple longest words in a sentence as they can have the same length that is the largest across all words in that sentence. Sentence: 'a group o...
No
task923_event2mind_classifier
task923-e16aeb38769241c2a1562399c3f40ee2
You are provided with an "Event" and it's "Intent" related to PersonX. Determine the sentiment value of the given input as either "Positive", "Negative", and "Unknown". Event:PersonX sounds awful. Intent: 1) to stop wanting
Unknown
task300_storycloze_order_generation
task300-3ced346240674fd49eb52cb9a3f2d1ab
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...
45213
task1294_wiki_qa_answer_verification
task1294-d2f1f32bcf8e44c8a46f4c969599b16f
In this task, you are given a question and an answer. Answer "Yes" if the given answer correctly answers the question, otherwise answer "No". what is level of agreement mean, Answer: In practice, the term SLA is sometimes used to refer to the contracted delivery time (of the service or performance).
Yes
task589_amazonfood_summary_text_generation
task589-fa49f6b15ca34910946332dcda34eaad
In this task, you're given a review from Amazon's food products. Your task is to generate a short summary of the given review in the input. Note that you don't need to write a complete sentence as a summary. I love cherries ripe, jammed, dried, any way I can get them. I've eaten lot of different kinds of dried fruit f...
stale
task161_count_words_containing_letter
task161-d6181c16c1f04f18a15f2839db432ce5
In this task, you need to count the number of words in a sentence that contain the given letter Sentence: 'a stop and a street sign on a pole'. How many words contain the letter 'i' in the sentence.
1
task929_products_reviews_classification
task929-d7fa99e92bc04d4bba521e30c0fb24a9
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 bought these for my daughters and they love them!! They use them in their backpacks, purse...
Good Review
task577_curiosity_dialogs_classification
task577-99fd4e33fd3c4c1aba77856d945cab32
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. Can you tell me about Israel'...
user
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-56c46f0e4b674b63b8fb05b77534c3c1
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. CueFYQLvbYAtgzxUyTCwbbqdp, SwpbYAtgzxUyTCweSXDff
a, b, c, d, e, f, g, l, p, q, t, u, v, w, x, y, z
task579_socialiqa_classification
task579-31edee9c535f4344bfbd4941dff8e9c8
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: Tracy had to designate a person to be their emergency contact ...
No
task1308_amazonreview_category_classification
task1308-5e12a47ef373454f9ec7e7e1f0d00473
In this task, you're given a review from Amazon and category of the product based on the review given by the user and your task is classify whether the given category match the review. Generate "True" if given review and its category match, otherwise generate "False". Reviews: Well I received this product Monday, it’s ...
True
task1504_hatexplain_answer_generation
task1504-5dc9a0fc26f5430eb5bc4c3c9aff939b
The input is a tweet which can be Hate Speech or Offensive. Given such a tweet, output a phrase from the tweet that makes it hate speech or offensive. The output should contain only one such phrase. The output has to be from within the tweet itself. Do not generate words or phrases not present in the tweet. <user> nigg...
nigga u gay
task323_jigsaw_classification_sexually_explicit
task323-575583ad289e4bdba48cc0834c785695
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: But Big Glenn, "A Canadian is a Canadian is a Canadian " Un...
Non-sexual-explicit
task637_extract_and_sort_unique_digits_in_a_list
task637-439cc319a55945aab570962d7f3ab802
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. ['l', 'e', 'c', 'n', '3', 'n', 'q', 'w', 'e', 's', '353']
3, 5
task303_record_incorrect_answer_generation
task303-06c58022f8194820a2a2150b49e38888
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 ...
Mormons
task505_count_all_numerical_elements_in_list
task505-28d2a103b97643eab28226f6cfbf539e
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the count of all the numerical elements in the given list. Return 0 if no numerical element in the list. ['2111', 'W', 'C', 'A', 'd', '5227', 'h', 'u', '1173', 'r', '1877', 'w', 'Y', '709...
18
task295_semeval_2020_task4_commonsense_reasoning
task295-1b0eda93f59248e49c8694790dd0a243
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. She cooked with a car. (A) Cars are fun to watch. (B)Yo...
C
task897_freebase_qa_topic_question_generation
task897-06201a12b0224780a8562ad54bd3051b
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. bryan habana
South African rugby winger Bryan Habana was named after which famous English sportsman?
task328_jigsaw_classification_insult
task328-aca6dc056597490da350f749c880c4a2
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: So glad he made it back alive often not the case in these situations. Cheers to folks ...
Non-insult
task366_synthetic_return_primes
task366-01037c94ee334d2b933f723c21947305
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. ...
[317, 139, 47, 331, 109, 71, 971]
task568_circa_question_generation
task568-d877600178ce402093bb261569e0038b
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. A 2 bedroom would be fine
Are you wanting a 3-bedroom?
task618_amazonreview_summary_text_generation
task618-9a42dc2af74e4c0c8a18ac18cc72558a
In this task, you're given reviews from Amazon's products. Your task is to generate the Summary of the review. I have used this for maybe 2 months and it’s already ripping and falling apart
Not durable at all! Cute to look at but that’s about all
task702_mmmlu_answer_generation_high_school_european_history
task702-d718da67be22498991eb5f844cce1376
You are given a question on US high school level european history. You are also given 4 answer options (associated with "A", "B", "C", "D"), out of which only one is correct. The correct answer can be inferred from the information given in the question. You need to answer the question by selecting the correct option. Y...
A
task112_asset_simple_sentence_identification
task112-e71ceb294d35491889b9893234cb507a
You will be given two pieces of text with the same meaning. One of them is simpler and easier to understand for non-native English speakers. Complex texts may contain more difficult words, have unnecessary phrases or contain long sentences. Your task is to choose the simpler piece of text. You are expected to output 'T...
Text two
task369_synthetic_remove_odds
task369-9f2404553ef644499a79648d0d67b7f0
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. [-49, -89, -...
[92]
task565_circa_answer_generation
task565-650fdca2824447178f596403fac7b528
In this task, you are given a question. Your task is to generate an answer that is relevant to the question. Would you be happier in this role?
This is a better fit.
task616_cola_classification
task616-52acf704376b4d21b10dccc354084219
You're given a sentence and your task is to classify whether the sentence is acceptable or not. Any sentence which is grammatically correct, has a naturalistic text, is written by a native speaker and which minimizes superfluous content is acceptable, otherwise unacceptable. If the sentence is acceptable then write "ac...
acceptable
task378_reverse_words_of_given_length
task378-afef3891d67c44e6b26a1545e2819d8f
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 cup full of many different types of pencils'. Reverse all words of length '4' in the given sentence.
a cup lluf of ynam different types of pencils
task183_rhyme_generation
task183-ed9f6166a1704829b152603d70d621c3
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" exact
contract
task1584_evalution_meronym_classification
task1584-77fb46bd5e6a4357b61205c90b259159
Given an object and a part, decide whether the object has that part. For example is you are asked 'gun has barrel', you need to decide if a gun has a barrel as one of its components or parts. All sentences strictly follow the template 'object has part?.' The answer should be 1 or 0, 1 means the object has the given par...
1
task606_sum_of_all_numbers_in_list_between_positions_i_and_j
task606-0ff41376e9ab42d2b457ef236e54c4ce
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. i and j will be...
2504
task105_story_cloze-rocstories_sentence_generation
task105-4a66ab37fcbd49559b0e4a5b35d9b43b
In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Sentence1: Mark was a pro wrestler. Sentence2: He was getting ready for a big fight. Sentence3: He was nervo...
Mark became famous and made a lot of money.
task390_torque_text_span_selection
task390-800a7ade908745f5b25c78e1992b710f
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: Iran h...
enrichment
task111_asset_sentence_simplification
task111-a9a60fa6e4dc430cb0daeab580f8c0d4
Rewrite each original sentence in order to make it easier to understand by non-native speakers of English. You can do so by replacing complex words with simpler synonyms (i.e. paraphrasing), deleting unimportant information (i.e. compression), and/or splitting a long complex sentence into several simpler ones. The fina...
He had a litigation case in 1889 with his former assistant Charles A. Borst, and the "Great Star-Catalog Case" Peters v. Borst went before the Supreme Court of New York.
task285_imdb_answer_generation
task285-e9e576c6afb946c58a3775da410c4cc4
In this task, you are given a review of a movie and a boolean question whether this review has positive sentiment or negative sentiment. Your task is to generate answer "yes" when the tweet has that particular sentiment, otherwise generate answer "no". Review: What a perfect example of "Less Is More..." Kurt Russell (S...
no
task672_nummersense
task672-0afeb15ab21a47a4bbbf26aad8dce250
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Infertility affects about _ in six couples of child-bearing age.
one
task899_freebase_qa_topic_generation
task899-8b10e406f4b2495abc534bca07cba248
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. Clive Owen starred in the title role of which 2004 film directed by Antoine Fuqua and written by David Franzoni, with Ioan Gruffudd, Keira Knightley and Ivano Marescotti?
keira knightley
task063_first_i_elements
task063-e6a974c582d94238ac10c31b414e0496
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, ['8763', '1961', 'C', 't', 'H', 'g', '5965', 'D', 'T', '1183', '7899', 'o', '7841', '843', 'R']
8763, 1961, C, t, H, g, 5965
task934_turk_simplification
task934-220b8be664dd438887e49de58e1317b8
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. while on vacation in london , fraser attended his first professional theatrical performance at the west end.
while on vacation in london , fraser went to his first professional play at the west end.
task1706_ljspeech_classification
task1706-79af23345196461aab5abaab07aec7c5
The task is to identify if a given passage or sentence has proper punctuation. This includes proper capitalization and the use of punctuations such as commas, semi-colons and full-stops. The answer is True if all punctuation is properly applied, else the answer is False. Then on Thursday morning, November 21,
False
task506_position_of_all_alphabetical_elements_in_list
task506-7dec873dea5a4f7cb93d844d5c78eb28
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list. ['3583', 'M'...
2, 7, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 24, 26, 29, 30
task067_abductivenli_answer_generation
task067-a870c58a847a4d3e8477b0111983cbcc
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...
lucy and her friends' boat capsized.
task575_air_dialogue_classification
task575-0859c1fe0a804b70b464e3619616979a
In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer". May I know your boarding point?
agent
task208_combinations_of_list
task208-129f552399844e21b4966fc065922530
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. Fo...
[['v', '5', '2', 'l', '7'], ['v', '5', '2', 'l', 'B'], ['v', '5', '2', '7', 'B'], ['v', '5', 'l', '7', 'B'], ['v', '2', 'l', '7', 'B'], ['5', '2', 'l', '7', 'B']]
task385_socialiqa_incorrect_answer_generation
task385-404dea4b689b40b489a18995bc393943
In this task, you're given a context passage, a question, and three answer options. Your task is to return an incorrect answer option to the question from the choices given. For all questions, only one of the three answer options is correct. Pick one of the two incorrect answer options as the output. Context: Jordan wa...
B
task574_air_dialogue_sentence_generation
task574-7e9836e658c24542ab4f7f7dcb12495d
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: Ok, please proceed.
task585_preposition_classification
task585-ebd6785b18424ac29f7f8592182b0f18
In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from"...
at
task1678_mathqa_answer_selection
task1678-303e135966ac43b2aed5b51fe5d3a330
Given a math problem with context and a question and 5 answer choices, the task is to provide the correct answer choice based on the problem. You must choose one of the given answer choices by letter: a, b, c, d, or e; anything else is invalid. Problem: a bowl of fruit contains 14 apples and 21 oranges. how many orange...
b
task1645_medical_question_pair_dataset_text_classification
task1645-82d66cf731b14ae8bc23da596757f785
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: I had a root canal and got a temp fi...
Similar
task1217_atomic_answer_generation
task1217-cfaa125fa2ee4522bf499a702ce5daf9
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 gives ___ instead
presents
task679_hope_edi_english_text_classification
task679-43557836384241dfb06f0e375c5f247f
Classify the given comment into 'Hope Speech' or 'Not Hope Speech'. A hope speech is defined as content that is encouraging, positive or supportive contents and talks about equality, diversity or inclusion Every life matters. BLM is no better than ANTIFA.
Not Hope Speech
task924_event2mind_word_generation
task924-c4332621513b44fc8d1e8f9275634bb1
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 stays silent. Intent: 1) to show their feeli...
wandering about the silence of x
task191_hotpotqa_question_generation
task191-53552e27872b4f3099d7a9a0ebac9ea9
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 : Thomas Fielding Johnson (24 December 1828 – 1921) was a prominent Victorian busin...
What university in Leicester, England has a historian as a provost?
task672_nummersense
task672-a657c1d61f694425892d3d5a93efb650
In this task, find the most appropriate number to replace the blank (indicated with _ ) and express it in words. Cucumbers have _ different flowers, male and female.
two
task681_hope_edi_malayalam_text_classification
task681-d457560bcda0497582261f927a74bf3e
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 @surya ishaan waw surya aunty...
Hope Speech
task1412_web_questions_question_answering
task1412-fe4d228f7583420a82329f02e41a61de
A question is presented to you in this task, and your job is to write a potentially correct answer. who owns the chrysler corporation?
Thomas W. LaSorda
task156_codah_classification_adversarial
task156-39758e28dcf34290adf7c674b64ead0a
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 Comple...
Completion C
task456_matres_intention_classification
task456-6d198f1a25dd4c179f93075d78b9bd13
You will be given a context and a verb separated with a newline character. You have to identify if the given verb implies an opinion, an intention, a wish or not. Please note that a verb refers to an intention only if it refers to an event planned to happen in the future and is not conditional (or part of a condition)....
No
task208_combinations_of_list
task208-5162a4a3bf4d468cb65b69c0dba7d22c
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. Fo...
[['I', 'x', '3'], ['I', 'x', 'F'], ['I', '3', 'F'], ['x', '3', 'F']]
task1670_md_gender_bias_text_modification
task1670-d5759c2b13884c0d82b2428e5970fc39
In this task if the pronoun is male or gender-neutral you are to replace it with a female pronoun. If there are no pronouns add a female-gendered word to the sentence. He's a filmography, he featured in the comedy movie mujshe shaado karogi
She's a Filmography, she featured in the Comedy movie Mujhse Shaado Karogi