task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task1446_farthest_integers
task1446-ee61298c4c5445cea0943e36fca9a73d
In this task you will be given a list of integers. You should find the maximum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the largest possible absolute distance. [-25, 11, -14, 76,...
162
task1308_amazonreview_category_classification
task1308-ed9143c28d934f64ad3850c0834795e6
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: This weather station does not work correct...
False
task471_haspart_answer_generation
task471-e1cd6a94f7db4af89cbfbd5cb552c4d0
Given an entity as input, output another entity which is part of the input entity. These are entities of meronym. In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., output entity) is in a part-of relationship with its holo...
rubber
task207_max_element_lists
task207-02e7e34257ba4cbaa2fa8df1aa36997b
In this task, you are given a list. This list contains many lists of integers. The list is several items written within a []. Your task is to find the maximum number among the members of each inner list. The output should be a list comprised of the maximums with the same order as the internal lists. [[-190, -28, 40], [...
[40, -73, 89, 35, 93, 35, 23, 27]
task303_record_incorrect_answer_generation
task303-fe41169c79f34bfdaffc4b6ea427460e
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 ...
REx
task1368_healthfact_sentence_generation
task1368-6d7b4b761487436696761c37244a9606
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. No...
Two new drugs extend survival for melanoma patients
task091_all_elements_from_index_i_to_j
task091-62411825096345f78ffae2af26464503
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. 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. 9, 19, ['7367', '4065', '4677', 'R', ...
O, f, 9919, 2685, 4475, 447, M, 6999, h, 3151, b
task521_trivia_question_classification
task521-0f4ab84287fe4708a97da557d7785cbc
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. Work on a Uranium-Germanium compoun...
Science
task582_naturalquestion_answer_generation
task582-d89e775e06774168b88e480128fe5989
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. who wrote the song raindrops keep fallin...
Hal David
task1412_web_questions_question_answering
task1412-2c5812bae0d84f009a6bb1684b443bf1
A question is presented to you in this task, and your job is to write a potentially correct answer. what did andrew johnson die from?
Stroke
task192_hotpotqa_sentence_generation
task192-b2dc4859ed494f3a901dcd5d25e60d35
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Thermopsis rhombifolia, also known as prairie thermopsis, is a flowering plant in the leg...
Thermopsis rhombifolia, also known as prairie thermopsis, is a flowering plant in the legume family.
task850_synthetic_longest_palindrome
task850-f12e266305fd4eb6a712e58cd9921cec
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. aajjjssaas
saas
task159_check_frequency_of_words_in_sentence_pair
task159-14aaa4847e4e4060a273ffd61a1e5f19
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a person is playing a remote controlled video game while others watch', Sentence2: 'a rusty sign is framed against the backdrop of a building'. Is the frequency of the word 'is' in two sentences eq...
Yes
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-92b606801ec94ed1bd54c4f5098764e1
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. KSZWhWdJwHkatnDrR, HwIFotdhWdJwHkyJsEuwe
d, e, f, h, i, j, k, o, s, t, u, w, y
task622_replace_alphabets_in_a_list_by_their_position_in_english_alphabet
task622-6df23f141ef44a6ca681e7398677f874
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. ['N', '1437', 'Z', 's', 'C', '9409', '1513', '1283', '5301', '3519', '8403', '415', '9037', 'z', '442...
14, 1437, 26, 19, 3, 9409, 1513, 1283, 5301, 3519, 8403, 415, 9037, 26, 4425, 9857, 9, 2107, 26, 9633, 6941, 1269, 2885, 2461, 1, 9, 4875, 3385, 2955, 9, 21, 6, 25, 16
task195_sentiment140_classification
task195-6db896458b644a4996f03fd012c65790
In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content. Dream Village 84KM Pledge Run is now @ RM13,313. Thanks Lydia & Anonymous A! [Link] [Link]
positive
task112_asset_simple_sentence_identification
task112-3c4c0985c1284aaab034fe7e830ec088
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 one
task897_freebase_qa_topic_question_generation
task897-2b2e63d5aaed4c95aa64b0b3cb3d644e
Given an open-ended topic (movie name, a persons name, an event, sports, etc) generate a simple trivia-type question. afghanistan
Who became president of Afghanistan in December 2004?
task820_protoqa_answer_generation
task820-370c283a7473435999c9a3be4d9a6938
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 japan is famous for.
automobiles
task900_freebase_qa_category_classification
task900-e31ccfa5b0fc48db8dfe6d4fa0a96e42
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'...
location
task934_turk_simplification
task934-ca26ac49230540d485300aa00d9bece6
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. also , please do your best to always fill in the edit summary field.
also , please do your best to fill in the edit summary field , all the time.
task1217_atomic_answer_generation
task1217-38dcd061a5e546109994408aed931e81
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 carries the ___ away
food
task1292_yelp_review_full_text_categorization
task1292-e58b594740304a94b7a77bca882aef1b
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. It was fine. Most anything tastes good in butter.
3 stars
task1419_mathqa_gain
task1419-1e126e4838204287b2306c94a191e054
In this task, you need to answer the given multiple-choice question on the gain. Gain is the value by which to multiply the input. Classify your answers into 'a', 'b', 'c', 'd', and 'e'. Problem: what will be the fraction of 33.33 % Options: a ) 1 / 4 , b ) 1 / 5 , c ) 1 / 3 , d ) 1 / 8 , e ) none of above
c
task103_facts2story_long_text_generation
task103-35720e350ffb4e028beb91eb78ae4b3a
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: Chakrapan...
Chakrapani CSR the world and his family may call him a miser, he has one goal in life – to save one lakh rupees by cutting down on whatever expenses he feels are avoidable. After his son’s death, he takes care of his daughterinlaw Visalakshamma Venkumamba, grandson Jagannadham Chandrasekhar, grand daughters Santha T.G....
task367_synthetic_remove_floats
task367-0254ee2297814f92879cd63fd76a09b3
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [2.881, 4, -31.913, -5.125, 1.46...
[4, -69]
task582_naturalquestion_answer_generation
task582-8c645196ec7a42a98c16fe4063c04a60
In this task, You are given an open-domain question that can be answered based on factual information. Your task is to provide \*short\* answer (in a few words only) for the given question. The short answer can be one or more entities or it can also be boolean \*yes\* or \*no\*. the necessary and proper clause was arti...
McCulloch v. Maryland
task1595_event2mind_text_generation_1
task1595-d627b3e106844c20b96213847ad91bce
The task is to generate text based of an event. For the given event, there will be a person who does the action in the event (usually PersonX). Your task is to write that persons emotional reaction to the event, i.e. how that person feels after doing the action. PersonX spends ___ exploring
satiated
task755_find_longest_substring_and_replace_its_sorted_lowercase_version_in_both_lists
task755-9c334c361c3e4dc7b8840e4ad66b5a7f
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...
YPgxqw, CZgxSN
task196_sentiment140_answer_generation
task196-ed78b2864cea44019eedacad7a78f928
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: @Jimmymusic woah that's a high temperature!! Get well soon! Q...
yes
task521_trivia_question_classification
task521-ba9101447e3f4294b721776ad05d2ccc
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. One of the men in this work holds a...
Fine Arts
task366_synthetic_return_primes
task366-263d92cffecc459ba7b72c81644f4902
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. ...
[]
task111_asset_sentence_simplification
task111-90b0f849957d47a783b6741288b56903
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...
The kami are invited to leave Takama-ga-hara and enter a purified place within Shinto worship.
task111_asset_sentence_simplification
task111-799f0192b41e47da8841ef3142a849fd
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...
The Spanish couldn't capture the island until 1697, when they marched in, from Corozal in Belize, Yucatán and Alta Verapaz, attacked via boats and destroyed it.
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-b7efa71593974cb3a86967803f3efbd5
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. XtBDauDIn, THsDauSm
a, b, d, i, n, t, u, x
task293_storycommonsense_emotion_text_generation
task293-0d26f7a55a104b8e90e6e47b250ef941
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 ...
excited
task850_synthetic_longest_palindrome
task850-16ad1110ae414f16a4c1c4707006d772
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. jjjsjjjsjssos
jjjsjjj
task455_swag_context_generation
task455-c7b42db0affe4bd399dc4bcde927b089
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. The man temporarily stops the drill to pull off a small piece of potato and a long piece of metal is shown sticking out of the drill.
A man is standing over a sink and with his right hand he's holding a drill that has a potato attached to the end of it, and the right hand is holding the hand peeler as the drill moves the potato and the peeler peels it.
task389_torque_generate_temporal_question
task389-27f1a0cee3354eb893b068b796e4a09d
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 happened after the rise in oil prices?
task183_rhyme_generation
task183-f09f58df25754e5bb1f3bff086b0b53e
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" done
hunn
task846_pubmedqa_classification
task846-c812c612d79444288b2ae949fa05fd61
Given a passage with a question and an answer to that question, classify if the answer actually answers the question into 'yes' or 'no'. Output 'yes' if the answer answers the question and output 'no' if the answer does not answer the question. Question: Is guideline-concordant administration of prothrombin complex con...
yes
task103_facts2story_long_text_generation
task103-5b9c616e2a4246e688497ac803a32949
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: story is ...
The story is adapted from the novel, The Criminal Lu Yanshi unk; unk written by novelist Geling Yan. Lu Yanshi unk; unk, Yanshi literally means how to recognize was a professor before being sent to the labor camp laogai, literally reform through labor during the Cultural Revolution. He escaped from the labor camp in Xi...
task067_abductivenli_answer_generation
task067-c0c233532a7b4f67935c9f023ea0791f
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...
Larry decided to play basketball in an adult league.
task902_deceptive_opinion_spam_classification
task902-e6ad5bdfe21a49f5a3212f56b92c5f4f
Classify the given hotel review based on the sentiment it expresses into two classes: negative and positive. This hotel gives you a lot for a reasonable price! It has a great downtown location and a lot of added bonuses. We loved the evening cocktail hour with free alcoholic beverages and appetizers. They also have com...
positive
task596_mocha_question_generation
task596-3c3d64a073fc40fdb21126a0d6fe02e0
In this task, you're given a context passage. Your job is to generate relevant questions that can be answered by directly referring to the passage. Quinn gave it their name to remember what the password is, but it was a weak password.
What will Quinn want to do next?
task1399_obqa_answer_generation
task1399-835661d83e414498b1bc46e8e7a6cdde
In this task, you are given a fact statement and question based on the fact. Your task is to generate the correct answer for the question. The answer needs to be generated using the context fact statement. Fact: some hares live in fields. Question: Some of these creatures with fluffy butts live in grassy areas?
doe
task089_swap_words_verification
task089-8427b52f7c7440539006283613f77631
In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde...
(8, 9)
task506_position_of_all_alphabetical_elements_in_list
task506-3e20adad00ac42f4a386d4d80626373a
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. ['S', '3749'...
1, 3, 5, 8, 10, 14, 16, 18, 19, 20, 21, 22
task1296_wiki_hop_question_answering
task1296-f484398d47754bed83ab989938c28acb
In this task, you are given a context, a subject, a relation, and many options. Based on the context, from the options select the object entity that has the given relation with the subject. Answer with text (not indexes). Context: Hans Asperger (18 February 1906 21 October 1980) was an Austrian pediatrician, medical t...
21 october 1980
task844_financial_phrasebank_classification
task844-0ead7ac7a8a5436c931f3f4dd40123fb
Given a piece of financial news and its polarity, classify it into 'true' if the polarity is correct and classify into 'false' if the polarity is incorrect. Output must be 'true' or 'false'. news:The company said that paper demand increased in all of its main markets , including of publication papers , and that it inc...
false
task1704_ljspeech_textmodification
task1704-aa9cfa31756d49cd987a89c89b7ba733
The task is to read a passage and convert numbers in their text forms into digit forms. The text numbers can be used to represent Quantity, Dates and Time, Addresses or Positions. If Oswald left the Depository Building at twelve:thirty three p.m.,
If Oswald left the Depository Building at 12:33 p.m.,
task376_reverse_order_of_words
task376-d8a9d06cb21b433792bcc1ce86689966
In this task, you need to reverse the order of words in the given sentence. Sentence: a man is flying through the air on skies
skies on air the through flying is man a
task112_asset_simple_sentence_identification
task112-0ca96915860541149d13b4bd0c13b7c6
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 one
task588_amazonfood_rating_classification
task588-d56f45e84a17486c854f1d857927c366
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. Delicious cookies. I actually thought I was ordering the white chocola...
4
task1328_qa_zre_relation_generation_from_question
task1328-c522672c89514b5486b3eab87d1dfc52
Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori...
original network
task649_race_blank_question_generation
task649-31ab8d34475c44c3bb4ffb9434f77159
In this task, you're given an article and an answer. Your task is to generate the fill-in-the-blank question for this answer based on the given article. The blanks are always at the end of the question, and can be filled with more than one word or phrase. Article: Once a great boxer , Tom Brown, went to a restaurant f...
Tom Brown went to the restaurant _ .
task305_jeopardy_answer_generation_normal
task305-bd2a906b6c5e4eb489dcde040d8e3072
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 consistency, answers should be in all lower cased letters. Category: THE HUMAN BODY Clue: Whether an innie or an outie, it marks the spot where the umbi...
belly button
task607_sbic_intentional_offense_binary_classification
task607-941fac5265e7444fae76404268c9464e
In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is intentionally offensive, 2) no, otherwise. Also, generate label 'no' for offensive statements that appear to be unintentional, or non-offensive statements that are underh...
Yes
task303_record_incorrect_answer_generation
task303-08163f08480d404899c4fffe043945ff
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 ...
Jihadi
task293_storycommonsense_emotion_text_generation
task293-7c4eacbd08a74b46b158435f54593ce7
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 ...
proud
task196_sentiment140_answer_generation
task196-96596797ec24412fbd5ec0dcd98ce261
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: i'm in a pretty good mood right now for some reasons ... so i ...
yes
task1731_quartz_question_answering
task1731-928e58b52d07467395eb42548465654c
You are given a short paragraph, a question and two choices to answer from. Choose the correct answer based on the paragraph and write the answer(not the key). Paragraph: For bases we can state the folllowing: The higher the pH of a substance, the more basic it is. Question: Sue measured water to be a pH of 7, and she...
water
task475_yelp_polarity_classification
task475-25257eb606524bc2b4de4e3f0aa79db4
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. New Zealand isn't the quickest place to get sushi, their restaurant is very small and compact, and it's seeming...
POSITIVE
task903_deceptive_opinion_spam_classification
task903-3781e37700154d7c95320c250bcfdb0e
Given a hotel review and the corresponding polarity of review (i.e., Negative or Positive) identify if the polarity is correct. Write 'true' if it's correct, 'false' otherwise. Review: Ok, so first trip to chicago and I was a litlle worried about the hotel and the location, finally I decided on the CONRAD and wath a go...
false
task192_hotpotqa_sentence_generation
task192-7a9f1ad448584dfbb3760bf6fc0fb073
In this task, you are given a context paragraph, a question based on that and corresponding answer of a question. Your task is to generate supporting fact/knowledge from context paragraph which helps in answering a given question. Reima Juhani Karppinen (born 27 January 1958) is a retired Finnish rower who specialized ...
In this event, he won a silver medal at the 1981 World Rowing Championships, together with his legendary brother Pertti.
task850_synthetic_longest_palindrome
task850-b292a2158ede4ffcb7ab4e5a57e8ed95
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. qqqqnneene
qqqq
task1207_atomic_classification_atlocation
task1207-146dae0b70304ad08d28ef7ad47fc904
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
Yes
task591_sciq_answer_generation
task591-9f2d3c57032141fc89e797fadf0352bd
Given a scientific question, generate a correct answer to it. What type of gas is delivered to homes to use for cooking and heating?
natural gas
task1205_atomic_classification_isafter
task1205-13517ea319294361a5fa626e4b9ec603
In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determ...
Yes
task089_swap_words_verification
task089-a115769656d7460aaa1f3f349ca4394c
In this task, positions of two consecutive words have been swapped. You need to output the position of the swaped words. e.g. in the sentence 'Seattle has nice a weather', the word 'a' and 'nice' have been swapped. These words are at 3rd and 4th position respectively. So, the output should be (3, 4). Note that the inde...
(8, 9)
task292_storycommonsense_character_text_generation
task292-2388a46b04894345b1f4f5c15414889a
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: The woman needed something to cure her rash. Sentence2: She had accidentally touched a tomato, which she was allergic to. Sentence3: She asked an employee f...
Employee, Woman
task341_winomt_classification_gender_anti
task341-ea0517f9f5af4e5b852e4f5ffc8e7e3c
In this task, you are given a sentence and a profession that is mentioned in the sentence. The gender of the person with the given profession can be identified using the gendered pronouns that refer to them in the text. You are expected to identify the gender. Select from female and male. Sentence: The librarian walke...
Female
task518_emo_different_dialogue_emotions
task518-8cf31fc92dd0401888c17a5ec32ab329
In this task you will be given two dialogues. You need to determine if both dialogues have the same underlying emotion. The possible emotions are happy, sad, angry, or other. If they do output 'yes', if not output 'no'. Dialogue 1: 'nope then what makes you think you can see only for you'. Dialogue 2: 'you can be my pe...
no
task367_synthetic_remove_floats
task367-1a48cf209795431bba42264b29b565df
In this task you will be given a list of numbers. You should remove any number that is not an integer (whole number). If every number is not an whole number then an empty list ("[]") should be returned. Otherwise, answer with the list of whole numbers separated by comma inside brackets. [9.647, -13.197, -87, -6.379]
[-87]
task1312_amazonreview_polarity_classification
task1312-8e3d0db1507348e3b270c8eb71835209
In this task, You are given a review of Amazon's food products. Your task is to divide them into two classes: negative or positive, depending on the content of the review. Those headphones are light, comfortable and convenient. I use them to listen the music while working. I am very satisfied with the volume and tone q...
positive
task373_synthetic_round_tens_place
task373-3a29c4eae97b439497a01f16ffe96203
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. [-213, 917]
[-210, 920]
task488_extract_all_alphabetical_elements_from_list_in_order
task488-0be874feac0647f5ac4324422b31fe77
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. ['T', 'd', '3001', '7277', '1769', '533', 'f', '411', 'n', 'R', '7337', '8541', 'F', '6645', 'F', '9403', 'Q', '8297']
T, d, f, n, R, F, F, Q
task587_amazonfood_polarity_correction_classification
task587-e0a7dad88a4e446db08e52cb3f4c2af7
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". I purchased this coffee for my grandfather, an old vet and lifelong coffee drinker. He thoroughly enjoyed it and we were able to...
False
task074_squad1.1_question_generation
task074-4e3aad1e3c8c41b5ba95621ae77230e7
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 year was the first railway line of the company Ferrocarril Central del Uruguay inaugurated?
task506_position_of_all_alphabetical_elements_in_list
task506-59b6f10bda89433097da7a8565acf29a
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. ['9897', '80...
3, 4, 6, 11, 13, 15, 20, 21, 24, 26, 27, 30
task1328_qa_zre_relation_generation_from_question
task1328-478037c7bb2f41a090bed25c07713b51
Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) ori...
educated at
task1711_poki_text_generation
task1711-c61ed8ab3ba549c68579bf5aed397343
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it ...
there once be some bee who wad some knee and on those knee there where flees and on those flees there where some tree and the flees and the tree make the bee sneeze
task141_odd-man-out_classification_category
task141-1906f57d75c04e13af7c40b1c65e7fac
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: elements Words: fire, air, earth, instruct, blaze
instruct
task1308_amazonreview_category_classification
task1308-f5a9e3a08f2748e9b91366e9bb37a092
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: Update- decided to keep the bottles. I kep...
False
task1309_amazonreview_summary_classification
task1309-e751db839d0543e8925a6cd5d8806d79
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: Came broken, cheap material and it makes a annoying...
True
task1217_atomic_answer_generation
task1217-2312dc211f2a44e5a8ef8f521615d45d
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 buys ___ for PersonX's family
a phone
task065_timetravel_consistent_sentence_classification
task065-23bdcb8d4c9f407eb48ae7e719595b24
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 1
task1292_yelp_review_full_text_categorization
task1292-7d4034b6cb344ad98e5a661926f36aa0
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. I came for a quick breakfast before a meeting and the service was amazing!! Marianne was super fast and very polite in understanding my time restrictions. The only problem I had was with my eggs; my poached eg...
4 stars
task379_agnews_topic_classification
task379-d533cf8f886749e0896052203b194efb
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...
Sports
task311_race_question_generation
task311-efebbb04a7db49c495f95e4d68b8366e
In this task, you're given an article and an answer. Your task is to generate the question for the answer based on the given article. Article: Once there was a large ,fat woman who had a small, thin husband .He had a job in a big company and was given his weekly pay every Friday evening. As soon as he got home on Frida...
How much money was the husband allowed to keep every day?
task371_synthetic_product_of_list
task371-5c8d3a68b68d45939fbacae828ad6337
In this task you will be given a list of lists, of numbers. For every inner list, you should multiply every number in that list and put the results in your answer. The output should be a list of numbers with the same length as the number of the lists in the input list. [[-25, -3, 34, -30], [-45, -29, 26], [35, 9], [30,...
[-76500, 33930, 315, 19950, 81, -1634472, -403]
task094_conala_calculate_mean
task094-5e55399b8acb42a69224b797cbbed390
In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. [24.466, 170.742, 25.015]
73.408
task852_synthetic_multiply_odds
task852-e31356bea6f24d60952efadeea2b7b4e
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...
[297675, 0, -24255, -247, 35, -225, -329]
task183_rhyme_generation
task183-2974de59a27943919d3d48ea9c7b1627
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" sing
spring
task923_event2mind_classifier
task923-ab0d4c8df09d499b8cf200fb11c29020
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 wastes PersonX's day. Intent:
Negative
task326_jigsaw_classification_obscene
task326-b33309f7c86a4ea280f3971f4b81db3f
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 ...
Obscene
task845_pubmedqa_question_generation
task845-242f2d2efd2942a78d8a3de02f61f62c
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 serum levels of cytokines correlate to donor chimerism and acute graft-vs.-host disease after haematopoietic stem cell transplantation?
task428_senteval_inversion
task428-63a269e3fe8e4e268e8277f30d77b15c
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. Fo...
Inversion
task070_abductivenli_incorrect_classification
task070-b1fca8faa54f4983b669d723c557bce8
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: Morgan was th...
1
task455_swag_context_generation
task455-7db438fc2958467aaf1907fb8bb80ac5
Given a sentence, generate a most likely context or previous statement. The previous statement should be relevant to the given statement. A jet comes in to land.
A few, small clouds float in the clear sky above Miami, set against the deep, blue ocean.