task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task183_rhyme_generation
task183-ca46603cb0624abfbbac2d9081ec984f
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" suggest
yest
task309_race_answer_generation
task309-003668b3626341f39eed7fb8a5098cc5
In this task, you're given an article, a question which often contains a blank and four options (associated with "A", "B", "C", "D"). Your task is to find the correct answer (from the given options) for the question from the given article and return one of the options from "A", "B", "C", and "D". Do not generate anythi...
A
task616_cola_classification
task616-a409a1e933fa44bcbdb8391bdd1716dd
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...
unacceptable
task384_socialiqa_question_classification
task384-a56f839b9742450687deabcc40318007
In this task, you're given a context passage, an answer, and a question. Your task is to classify whether the question for this answer is correct or not, based on the given context with commonsense reasoning about social situations. If its correct ,return "True" else "False". Context: Since he had 30 minutes left on lu...
True
task285_imdb_answer_generation
task285-16ca66c609a4441f92f95fb39304f9eb
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: Avoid this crap at all costs. Bad script, bad directing, ba...
yes
task593_sciq_explanation_generation
task593-d74cc13e373247c3a447719cd4cb4d76
Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question. Question: Vinegar is a solution of which acid? Answer: acetic
Figure 14.11 Vinegar is a solution of acetic acid, a weak acid. (credit: modification of work by “HomeSpot HQ”/Flickr).
task064_all_elements_except_first_i
task064-fa73d60446664ee4904bf4548bb03986
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 after the first i elements. i will always have a value less than the length of A. 2, ['969', 'r', '7287', 'Y', 'a']
7287, Y, a
task845_pubmedqa_question_generation
task845-1e0fcc2fe3f84e42b893c9c26a970558
Given a passage with a context and an answer, construct a question on the basis of the information present in the passage. Construct the question in such a way that (i) it is unambiguous, (ii) it is answerable from the passage, (iii) its answer is unique (iv) it answer uses text phrases from the passage. Avoid creating...
Do evaluation of efficacy of intra-nasal lidocaine for headache relief in patients refer to emergency department?
task577_curiosity_dialogs_classification
task577-059de097d4164cee99b4d240bd049c7d
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. Im interested to know more ab...
user
task002_quoref_answer_generation
task002-a853db6532f1446ca04e12acc8c8c959
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: Returning from a Hong Kong business trip, Beth Emhoff has a layover in C...
Dr. Ellis Cheever.
task1089_check_monotonic_array
task1089-e2ef1f0c32b344f98f857455d87dbbc1
You are given an array of integers, check if it is monotonic or not. If the array is monotonic, then return 1, else return 2. An array is monotonic if it is either monotonically increasing or monotonocally decreasing. An array is monotonically increasing/decreasing if its elements increase/decrease as we move from left...
1
task293_storycommonsense_emotion_text_generation
task293-3b19090ed8e344d4a7c35f5c748179a2
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 ...
reminescent
task284_imdb_classification
task284-a69aa2f81c0d4651ae56dc14a274e1d4
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. This movie is a very poor attempt to make money using a classical theme. I used to love Superman movies, but this one made me want to shoot myself. Very poor...
negative
task1210_atomic_classification_madeupof
task1210-3ebf5e0dfcb140b8aadc5fa0f98fdef9
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
No
task209_stancedetection_classification
task209-35b42fa788a748299e3e77c0b1cc845e
Given the Target and Argument texts detect the stance that the argument has towards the topic. There are three types of stances "in favor", "against", and "neutral". Topic: Carbon emissions trading Argument: Carbon trading wrongly turns atmosphere into tradeable property.
against
task123_conala_sort_dictionary
task123-03e6e823eb1a4b58a194ed5ea9e3c892
In this task you will be given a list of dictionaries. A dictionary is a set of key-value pairs, where each key is unique and has a value associated with that key. You should sort the list of dictionaries from smallest to largest by their 'first' key. If there is two dictionaries with the same 'first' value then sort t...
[{'first': 8, 'second': 67}, {'first': 95, 'second': -88}]
task1592_yahoo_answers_topics_classfication
task1592-2997f6af1d3b41bea9a7c380b8d27be2
You are given a question title. You need to classify it into one of the 10 topics: 0 - 'Society & Culture', 1 - 'Science & Mathematics', 2 - 'Health', 3 - 'Education & Reference', 4 - 'Computers & Internet', 5 - 'Sports', 6 - 'Business & Finance', 7 - 'Entertainment & Music', 8 - 'Family & Relationships', 9 - 'Politics...
4
task493_review_polarity_classification
task493-6352c49a5101412fabf13839c51fe5d8
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. i got this for my son who wants to go to china. he is pleased and is starting to speak a little of the language already. good book.
Positive
task163_count_words_ending_with_letter
task163-c3756b19d25d4b37b1cfd2673909c1cb
In this task, you need to count the number of words in a sentence that end with the given letter. Answer with numbers and not words. Sentence: 'a few men ride on top of elephants while they carry large pieces of wood'. How many words end with the letter 'n' in the sentence.
2
task389_torque_generate_temporal_question
task389-1a880f50a59b4d96955341325f3c57bb
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What event had started before 32,000 EU citizens permanently settled in Hong Kong?
task852_synthetic_multiply_odds
task852-8a3f507da6e647cd880e3eedd9410be5
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 odd 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 odd numbers in an inner list you shoul...
[-289, 289, 15, 5313, 5313, -1, 517, 0, 989, -1547, 0, -189, -325]
task633_dbpedia_14_answer_generation
task633-42eb5729bc9b4819a9addce0ae224c8c
In this task, you are given a text which is the body of a document. You are given a question and options. Pick the correct number. Don't generate anything else apart from the numbers provided in options. Context: The Kızılırmak (Turkish for Red River) also known as the Halys River (Ancient Greek: Ἅλυς) is the longest r...
1
task1541_agnews_classification
task1541-37c9407641f74918ae2a96a096ed3bfb
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
3
task1217_atomic_answer_generation
task1217-0bf197e0ffd3418a87a055fd1d0c3a15
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 pulls the ___ apart
tape
task389_torque_generate_temporal_question
task389-42aaeba0fead4f6da5c649fcd76beb3c
In this task, a passage will be given and the goal is to generate a question about temporal relations based on that passage. A temporal relation describes the relation between two things with respect to time e.g., something happens/starts/terminates/... immediately/shortly/usually/... before/after/during/... something ...
What will not happen after American officials disavow?
task461_qasper_question_generation
task461-59c4c18199d0438290239f26cf1ea8e2
In this task, you will be presented with a context from an academic paper and you have to write an answerable question based on the context. Your questions can be extractive, abstractive, or yes-no questions. Comparing Eq.DISPLAY_FORM14 with Eq.DISPLAY_FORM22, we can see that Eq.DISPLAY_FORM14 is actually a soft form o...
How are weights dynamically adjusted?
task1384_deal_or_no_dialog_classification
task1384-5ff4c9f84abc4bf593ed9ee291ee934d
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: if i can have the book and the hats you can have the balls YOU: i need the book and the balls THEM: i need the hats and one ball if you take the book YOU: sounds good THEM: okay great!
No
task595_mocha_answer_generation
task595-02bf0c9654c643e8935b6abc40c28bd3
In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible. ...
react to the news
task617_amazonreview_category_text_generation
task617-7541b921ab2e4df6addc7441d3ec8512
In this task, you're given a review from Amazon and your task is to generate the name of the category of the product based on the review given by the user. The categories are: kitchen, office product, watch, wireless, other, toy, digital video download, camera, jewelry, pet products, sports, industrial supplies, baby p...
musical instruments
task405_narrativeqa_question_generation
task405-b07deb32595f42ee8e84899bbf6c5838
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
What is the name of the case in which there were multiple murders at a coffee shop?
task303_record_incorrect_answer_generation
task303-632e48db2a7f45c7879648dc05fbae83
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 ...
Beijing
task576_curiosity_dialogs_answer_generation
task576-39b5d956d0f444bf9b77912685efefb4
In this task, the input is a set of dialogues between a user and an assistant. You need to find the dialogue that is basically a response given to a question or an aspect of the user. You're very welcome! Chile celebrates it's National Day on September 18th as remembrance for the government junta of Chile declaring C...
Chile celebrates it's National Day on September 18th as remembrance for the government junta of Chile declaring Chile an autonomous republic. within the Spanish monarchy
task1316_remove_duplicates_string
task1316-9721b0189cbf4f4b9fb361a79507571e
In this task, you are given a string of characters. You need to remove duplicate characters from the string if any, and return the resulting string. SIxnECIKwIXLdOZgaLINOWEYzygDx
SIxnECKwXLdOZgaNWYzyD
task1285_kpa_keypoint_matching
task1285-0c450069f9974b4e9b2f286e786e7658
The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic. Topic: We should abolish intellectual property rights<sep>Argument: Art would p...
True
task428_senteval_inversion
task428-ed8925685523451ea3ad3a3ebf5a8d64
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. Ho...
Inversion
task183_rhyme_generation
task183-8ef651a3bde84b33a7250d3b02e0669b
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" start
harte
task591_sciq_answer_generation
task591-cb1907f7ff16476f8663cdce709aa66d
Given a scientific question, generate a correct answer to it. What is sulfur trioxide dissolved in to form sulfuric acid?
water
task342_winomt_classification_profession_pro
task342-172da4b411c94e748cd2c6142aa53331
In this task, you are given a sentence and a gender. The sentence mentions two professions: one's gender is unknown and the other's gender can be identified using the gendered pronouns that refer to them in the text. You are expected to return the profession with the given gender. Sentence: The manager discussed with t...
Designer
task477_cls_english_dvd_classification
task477-114432064aa848998432c221309028d7
In this task, you are given product reviews about dvds. The goal is to classify the review as "POS" if the overall sentiment of the review is positive(the reviewer is satisfied) or as "NEG" if the overall sentiment of the review is negative(the reviewer is not satisfied). Newman and Woodward - what else can you ask for...
POS
task194_duorc_answer_generation
task194-74e81b563ff04a2397d78c4c98d9d351
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. The pregnant Bride and her groom rehearse their wedding. Bill, the Bride's former lover, the father of her child, and ...
Answer: Coffin
task285_imdb_answer_generation
task285-6c61a656581f4f69a6f0f808c7907b75
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: This is one of those movies that I've seen so many times th...
no
task632_dbpedia_14_classification
task632-fc446cbecc3043f0b49f99752dc02256
In this task, you're given a text which is the body of the document. Indicate your answer as "Yes" if the text is about a person, otherwise indicate your answer as "No". Don't generate anything else apart from "Yes" or "No". Pay attention that for your answer to be "Yes", the passage should be generally about a person....
No
task379_agnews_topic_classification
task379-8f46fcb85ca2472b90907e3ba01fbd0b
In this task, you are given a news article. Your task is to classify the article to one out of the four topics 'World', 'Sports', 'Business', 'Sci/Tech' if the article's main topic is relevant to the world, sports, business, and science/technology, correspondingly. If you are not sure about the topic, choose the closes...
World
task293_storycommonsense_emotion_text_generation
task293-71ce7b39550845c2941686511c321515
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 ...
None
task900_freebase_qa_category_classification
task900-d3e482e7b65e4bf1a806e1792c374a7a
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'...
olympics
task592_sciq_incorrect_answer_generation
task592-458e3f655d6c4e5c9628a022ff87bc97
Given a scientific question, generate an incorrect answer to the given question. The incorrect answer should be a plausible alternative to the correct answer. The answer should be some other item belonging to the same category as the correct answer but should be incorrect. What kind of movement do planets in the solar ...
spinning orbits
task955_wiki_auto_style_transfer
task955-edac05e08de146bf9c9b3e4621bc9e8e
In this task, we ask you to elaborate the sentence without changing its general meaning. You can do so by explaining further the input sentence, using more precise wording, adding qualifiers and auxiliary information etc. Camera lenses with a shorter focal length are called " wide-angle lenses " , those with a longer o...
Lenses of shorter focal length are called " wide-angle lenses " , while longer-focal-length lenses are referred to as long-focus lenses ( with the most common of that type being the " telephoto lenses " ) .
task1216_atomic_classification_causes
task1216-158778f79f0148b18c05e0e1b92c5938
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
No
task494_review_polarity_answer_generation
task494-cfec7f95bfc4458c95dd4088f2ddd8f6
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: CHRISTINE HAS D...
False
task1443_string_to_number
task1443-d09ab2ca5e554c9a9bb9ddc456e2e3d9
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...
638662970640
task074_squad1.1_question_generation
task074-29a49a9958744ee1b857c7daa49e1dbb
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 names of these isotopes?
task327_jigsaw_classification_toxic
task327-94f6ecdb622a41f580c3f1a426d7c53d
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: toxic and non-toxic. Toxicity is defiend as anything that is rude, disrespectful, or unreasonable that would make someone want to leave a converation. Comment: hopefully stupid journalists.
Toxic
task475_yelp_polarity_classification
task475-8d72ac4205e14deebbbe1072ac6bda32
In this task, you are given Yelp reviews. The task is to classify a review as "POSITIVE" if the overall sentiment of the review is positive or as "NEGATIVE" if the overall sentiment of the review is negative. Been eating here for 9 years now. The food is great. It is kind of a dive, and the ordering is a little weird, ...
POSITIVE
task1541_agnews_classification
task1541-797cf31f53a641acab575141d0de5564
In this task, you're given a short article. Your job is to classify the article based on its category. Use the following classification labels, 0. World, 1. Sports, 2. Business, 3. Science or Technical. Label the text "0" if it contains information related to world. Label the text "1" if it contains information related...
1
task319_stereoset_classification_profession
task319-98fd54189d874dbeb17a7f5c267f5726
You are given a target profession, and two sentences. Your task is to determine whether the second sentence is either a stereotype, anti-stereotype, or is unrelated with respect to the first sentence and the target. A stereotype is a widely held but oversimplified notion of a group of people. An anti-stereotype is an i...
stereotype
task429_senteval_tense
task429-548160e8ff7f4869b1502d49f64a91a8
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". Lillian paused, her fork in midair.
Present
task899_freebase_qa_topic_generation
task899-6e7aab5e50aa4061bd38da7099a39abd
Given a factoid/trivia type question, generate the topic of the question. The topic is the entity the question talks about. In 2010 Channel Five was taken over by The Northern & Shell Publishing Group which includes the Daily Express and Daily Star, who owns the company?
daily express
task494_review_polarity_answer_generation
task494-d0d646e876b249e3a8c233e0d3f7c3f4
Given a review text from amazon and its polarity (either positive or negative). Generate answer "True" if given sentence and its polarity match, otherwise generate answer "False". A review is considered positive if the reviewer is satisfied with the product. Otherwise, it is considered negative. Review: Half, maybe a b...
False
task169_strategyqa_sentence_generation
task169-e8efa55bb23d495caa88909aaaea7ac8
In this task, you are presented with a term, a question, and a yes/no answer. For context, the term is associated with a short description. Write the simple facts one needs to know in order to answer the given question. The facts should be easily found on the web (e.g. mentioned in a Wikipedia page) Term: Gymnastics, D...
Fact1: Basketball timeouts are 75 seconds. Fact2: Vaulters can reach speeds of 7.9 m/s. Fact3: The vault runway is approximately 82 feet.
task1309_amazonreview_summary_classification
task1309-2de4d9dbedae406f971bac1cfdf03029
In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False". Reviews: Pretty hard to assemble when they don't send all th...
True
task368_synthetic_even_or_odd_calculation
task368-4540dc7013914eff9183e6f86bd157ea
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by 4, if the element is odd you should multiply by 4 then add 2. The output should be a list of numbers that is the result of applying that logic to the input list. You should not round any decimal...
[5.0, 174, 318]
task405_narrativeqa_question_generation
task405-6b6975f7e8514452ba6dc251e677f14b
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...
When does X agree to accept the mission?
task303_record_incorrect_answer_generation
task303-809d8adeeaff4cac9570063625c506d5
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 ...
Crystal Palace
task183_rhyme_generation
task183-ede56a44a003440488047279a0f8542d
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" are
gohr
task1726_mathqa_correct_answer_generation
task1726-d8689cd208624537ab4cd28054723315
The task is to generate the correct answer for a given math problem. Problem: the length of rectangle is thrice its breadth and its perimeter is 104 m , find the area of the rectangle ?
507 sq m
task303_record_incorrect_answer_generation
task303-a55cef67b10c4e3aadbd97f4c5590d5d
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 ...
White House
task605_find_the_longest_common_subsequence_in_two_lists
task605-e4a70882745f4c83af34778d1719824f
In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. ['s', 5121, 'f', 'w', 'e', '1875', '7907', 'Q', 'o', 'Q', 'S', 'I'], ['F', 'R', 'P', 'T', 'w', 'e', '1875', '7907', 'Q', 'o', 'Z', 'Q', 7981, 'G', 't', 'S']
w, e, 1875, 7907, Q, o
task160_replace_letter_in_a_sentence
task160-56bf2629a96145d7b3dc40bedb0a77bc
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'an incredibly dirty and destroyed bathroom with a toilet and sink covered in filth'. Replace the letter 's' with 'n' in the sentence.
an incredibly dirty and dentroyed bathroom with a toilet and nink covered in filth
task098_conala_list_intersection
task098-9ad5bd3109064609884a972981b8179f
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...
[2, 3, 5, 7]
task593_sciq_explanation_generation
task593-c3833d03af9c4ccabb196b5fc68a2817
Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question. Question: What is the term for an amount of force pushing against a given area? Answer: pressure
Gas particles are constantly moving and bumping into things, and this creates force. The amount of force pushing against a given area is called pressure.
task293_storycommonsense_emotion_text_generation
task293-66eb309443f34308b5369b28961fe9e9
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 ...
frustrated because it was not only the color
task166_clariq_sentence_generation
task166-6caf7fc92b8e4d84a8747067666559c4
Sometimes users of dialogue systems ask vague questions/queries from the system. In this case, the system asks them a clarifying question to be able to answer it correctly. In this task, you are given a question/query in natural language and your task is to ask a good clarifying question to understand the given questio...
what year do you want to begin contributing 403b
task636_extract_and_sort_unique_alphabets_in_a_list
task636-ae0d2485ff9d4b70aef9704199ce5849
In this task, you are given an input list A comprising of numbers and alphabets. You need to extract and sort the unique alphabets in the list. The alphabets in the input list will only be in lowercase. Return -1 if there is no alphabet in the input list. ['e', '1957', '9777', '8817', '943', '7601']
e
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-919b87571d9d409a9212841b277366f5
You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). The conversation with Kristin was outrageous.
female
task144_subjqa_question_answering
task144-d96d9f1be8da4c168f879a31fe716d93
You will be given a review about a book, an item, a place or a movie. After that, a question is given that you should answer using a certain span of the review. Your answer should be from the review itself and should not contain extra words, and should not be a combination of different spans. If there's no direct answe...
. The staff are very cool
task194_duorc_answer_generation
task194-db00f6f30b0545e09354b9674d7b6077
In this task, you will be shown an extract from a movie plot and a question. You need to provide the correct answer for it. Short answers containing words that are present in the passage are preferred. Small-town New Providence, New Jersey attorney Mike Flaherty (Paul Giamatti) moonlights as a wrestling coach and strug...
Answer: Cindy
task923_event2mind_classifier
task923-03797897df8048cba21e4c7166e9013d
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 watches some television. Intent: 1) to leave the war
Positive
task1443_string_to_number
task1443-2819281c4ee3404bb8240b4a71fc2d1c
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...
750454352
task1326_qa_zre_question_generation_from_answer
task1326-5a3722e129d740f1b6280ed1e853138d
Generate a question which can yield the answer mentioned in the input. Generated question must be answered by the answer provided in input, without using any extra knowledge. Context : The Hawaiian monk seal, Neomonachus schauinslandi (formerly Monachus schauinslandi), is a highly endangered species of earless seal in ...
What level is Hawaiian monk seal's iucn conservation status?
task390_torque_text_span_selection
task390-dc6f0573f8e9468195ab4a74ac5cc88e
In this task, you will be given a passage, a question and a list of single-word events identified from the passage. The goal is to point out all events from the given event list that can answer the question. If a question is unanswerable or none of the events answer the question, output should be empty. Passage: The co...
task247_dream_answer_generation
task247-f65ff14eaabd43ccb2f92f3192daaf3e
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". W: Hello, Happy Time Catering Services, Vitoria speaking. How can I help you? M: Hello, Victoria. This is ...
(A) Friday next week.
task303_record_incorrect_answer_generation
task303-02e9efa03d7f447ea0c14bd2e9cdaaa4
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 ...
Rakhine
task099_reverse_elements_between_index_i_and_j
task099-3a87f35f5a9f4a6e8df3a0f966d1b027
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element in the reverse order. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. 3, 5, ['l', 'D',...
3107, u, I
task303_record_incorrect_answer_generation
task303-3f8dba7a6e1c4bc582618329f8c4fe5d
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 ...
Japan
task405_narrativeqa_question_generation
task405-09949c072d164b9f89429e97544975ae
You will be given a summary of a story. You need to create a question that can be answered from the story. You can create a question about characters, events, facts and beliefs, etc. Your question should be specific, try not to use pronouns instead of full names. As the stories are sometimes movie plots, they will cont...
Who does the cartel use to distribute drugs?
task1288_glue_mrpc_paraphrasing
task1288-66905ea2a5b14f39b55bbcd26a1693fc
You are given two sentences(Sentence1 and Sentence2). Answer "Yes" if these sentences are a paraphrase of one another, otherwise answer "No". Sentence1: Parrado remained on a Coast Guard cutter Wednesday as immigration officials attempt to determine his status , the Coast Guard said ., Sentence2: Parrado remained on a ...
Yes
task373_synthetic_round_tens_place
task373-518a71fe51ca4987a3912f673b352228
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10. [-430, 24, -536, 200, -970, 792, -415, -186, -655, 372]
[-430, 20, -540, 200, -970, 790, -420, -190, -660, 370]
task850_synthetic_longest_palindrome
task850-77f6a06b3793426998fa95a39dcbf1e2
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. hxxjhhhjjxxjxjx
jhhhj
task286_olid_offense_judgment
task286-6145274319fc4a30bb874115cf9798d8
In this task you are given a tweet and you must identify whether the tweet contains any offense or any form of (untargeted) profanity. Label the post as NOT if the post does not contain offense or profanity. Non-offensive posts do not include any form of offense or profanity. label the post as OFFENSIVE if the post co...
OFFENSIVE
task637_extract_and_sort_unique_digits_in_a_list
task637-14cfdf7c4cf44b5e92b8e38eee1016bf
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. ['73', '299', 'e', 'h', 'f', 'a', 'w', 'f']
2, 3, 7, 9
task593_sciq_explanation_generation
task593-7e2e3a5e747d40cb90aa73daede62872
Given a scientific question and its correct answer, generate supporting facts for the answer. This supporting fact can be an explanation for the answer to the given question. Question: The vector sum of all the torques acting on an object is called what? Answer: net torque
the net torque is the vector sum of all the torques acting on the object. When adding torques it is necessary to subtract CW from CCW torques.
task820_protoqa_answer_generation
task820-7b07e9874f64449a94ebb5854b60b60e
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 that has strings on it
cello
task1309_amazonreview_summary_classification
task1309-1b93424e920c410a943319e6f73e9e5c
In this task, you're given reviews from Amazon's food products and a summary of that review. Your task is to classify whether the given summary matches the original review. Generate "True" if the given review and its summary match, otherwise generate "False". Reviews: Product is not effective. I would like a refund, bu...
True
task303_record_incorrect_answer_generation
task303-b471ca56c68e44a78ee1800d0a6c230c
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 ...
Karenzi Karake
task372_synthetic_palindrome_numbers
task372-d9eaa25c2534403b8918497249375d6c
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....
[292, -393, -464]
task413_mickey_en_sentence_perturbation_generation
task413-3d46cff2fb4343d5a513c0db1777c509
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. Earning ...
Earning a living means to work at a price and make money .
task293_storycommonsense_emotion_text_generation
task293-0ff82e570be9477593f41d877cadfae3
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 ...
trust
task109_smsspamcollection_spamsmsdetection
task109-77b966c4c83a4c729d5b277821750a77
In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be l...
spam
task284_imdb_classification
task284-336efc4cc5114efab4f56f98a8f1ce81
In this task, you are given a review of movie. Your task is to classify given movie review into two categories: 1) positive, and 2) negative based on its content. Joan Fontaine here is entirely convincing as an amoral beauty who is entirely incapable of feeling love for anyone but herself. Her husband (Richard Ney) has...
positive
task333_hateeval_classification_hate_en
task333-c84569efbd38482dbb236709033852dd
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