task_name
stringclasses
645 values
id
stringlengths
40
41
source
stringlengths
62
335k
target
stringlengths
0
13.8k
task183_rhyme_generation
task183-284b5012caf94554928bb6359be1e25d
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" allow
thao
task591_sciq_answer_generation
task591-2aaa981479a14723872aaf4f1fc15506
Given a scientific question, generate a correct answer to it. What term refers to the deliberate prevention of pregnancy?
contraception
task1311_amazonreview_rating_classification
task1311-fe647645a58c415e870ada80d999bc7d
In this task, you're given a review from Amazon and rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. Your task is to generate whether the rating matches the review or not. Answer with "True" if the sentence belongs to that...
True
task898_freebase_qa_answer_generation
task898-649efd7435cf42b0ae0a12a7c1a90a03
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Which former American football star was acquitted of killing his ex-wife and was later convicted of armed robbery and kidnapping?
o. j. simpson
task1730_personachat_choose_next
task1730-77821aab404542a0bd74bc15f5661707
You will be given a person's personality, and a history of a conversation this person has had. You will be given four candidate sentences to complete the conversation, based on the context. Choose one and answer with the text. Personality: My favorite color is blue. My hair is long and blonde. Cooking is my passion. My...
That sounds fancy. I went to brown but I hate museums.
task339_record_answer_generation
task339-83b25c6535e94eb68f7c192f65dd60d4
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link]. (CNN) Alabama on Thursday certified Democra...
Roy Moore
task309_race_answer_generation
task309-43d59e5f532543a48d462ddd89f6896c
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...
B
task898_freebase_qa_answer_generation
task898-4a08b40f02894c93aa0b42e340ab242c
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Which actress is the mother of actresses Joely and the late Natasha Richardson?
vanessa redgrave
task389_torque_generate_temporal_question
task389-f1f05a83c9ac4ae5af1773e5beb9ebd1
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 before the Kremlin tried to derail the sale?
task112_asset_simple_sentence_identification
task112-e9774005682246418a14c0a9b272335b
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
task523_find_if_numbers_or_alphabets_are_more_in_list
task523-75240be381a44b4aaab9925f6c7f9cb4
In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabe...
Alphabets Win
task609_sbic_potentially_offense_binary_classification
task609-b9d972bcdaef4c6caa318cbf6444ba18
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 potentially offensive to anyone (i.e., a subset of people, any particular person, etc.), 2) no, otherwise. Note that potentially offensive posts can contain sexual, racia...
Yes
task1419_mathqa_gain
task1419-98c0c0603c1e429bb8aae9e1dfcc592d
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: a man buys an article for $ 100 . and sells it for $ 125 . find the gain percent ? Options: a ) 10 % , b ) 15 % , c ) 25 % ...
c
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-c90adfc3d8a54623abf698e02abc8008
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). Malik feels angry.
male
task123_conala_sort_dictionary
task123-04268b28c6984094b4e8ee096b9b07fc
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': -72, 'second': 73}, {'first': -47, 'second': 58}, {'first': -36, 'second': 37}, {'first': -23, 'second': 28}, {'first': -3, 'second': -89}, {'first': -1, 'second': -40}]
task386_semeval_2018_task3_irony_detection
task386-ba899e9303e9493fa1a88afc569b7a2f
In this task you are given a tweet. You must judge whether the tweet is ironic or not. We define two type of irony for this task ("polarity","situational"). Situational irony happens when a situation fails to meet some expectations. polarity irony happens when irony is achieved by inverting the intended sentence. Label...
not
task581_socialiqa_question_generation
task581-b3140b087ea2428ea17171af7babc1a5
In this task, you're given context and an answer. Your task is to generate the question for this answer based on the given context with commonsense reasoning about social situations.. Context: As the spotlight shone on Alex's face, Alex tickled the ivories to furious applause. Answer: very appreciated
How would Alex feel about it?
task756_find_longert_substring_and_return_all_unique_alphabets_in_it
task756-30c623861cb34956a48778e7277d613a
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. iSdeaCjhHsFJHWkGpsjjMLzR, mJaaWRPhHsFJHWkGeLuEFzb
a, c, d, e, f, g, h, i, j, k, l, m, p, r, s, w, z
task507_position_of_all_numerical_elements_in_list
task507-f980fa9a240146a09e1773530a294b30
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 numerical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no numerical element is in the list. ['7735', '2035', '...
1, 2, 4, 5, 6, 8, 10, 12, 13, 15
task326_jigsaw_classification_obscene
task326-7e8ffe8fc8164534a30945eebbb38847
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
task326_jigsaw_classification_obscene
task326-eb19c91bba7e42d3b2bf3774c5ffdd48
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
task247_dream_answer_generation
task247-bc2c753b12fa45d1b0a5cb8643959769
In this task, you will be shown a conversation and a question. You need to answer the question and choose the correct option based on the conversation. "W" and "M" in the conversations stand for "woman" and "man". M: Dear audiences, today we'll talk about divorce and its effect on children. Our guest is Jennifer Benzes...
(C) help divorced people share the loss and build a new life
task475_yelp_polarity_classification
task475-c3c3bd5557a447c38a89ba3727ccb950
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. Here you go :)\n\nI loved this place because it is fancy, yet casual. The waiters, hostess, and managers are AL...
POSITIVE
task166_clariq_sentence_generation
task166-76a671c3ab134ab8b1852d76de1abb62
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...
are you looking for the symptoms of lymphoma in dogs
task568_circa_question_generation
task568-aa73a3662d0d4aeeb0add176254b4c68
In this task, you are given an answer, and your task is to generate a reasonable question for that answer. We were seated pretty high in the stadium.
Did you dance at the event?
task111_asset_sentence_simplification
task111-7408fc8c9ca14192b83ba37641d01376
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...
Since Poland took control of the European Union, many have travelled to Western European countries to look for work.
task852_synthetic_multiply_odds
task852-f9a73a9616d44cdaa3854a3a7c0451b7
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...
[-13, -31, -1189, 0, 270641, -57, 9, -315]
task405_narrativeqa_question_generation
task405-81d48ddf24ef4e198f41869516ad9cab
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...
Where are the middle chapters set?
task1400_obqa_incorrect_answer_generation
task1400-f269ca8f170b4814abd67626484b5b12
This task is about generating an incorrect answer to a question given the question and a true statement related to the question. The answer must be related to the question, but incorrectly answer it given the context. Fact: as the thickness of an object increases , the resistance to damage of that object will increase....
a thin branch
task496_semeval_answer_generation
task496-31cdaca9f67b40cdbb94dc6ae937cb6e
Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No". ...
No
task246_dream_question_generation
task246-36e9715fb1b34c70a30e09e530e928a0
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 Prof. Lowell probably teach? (A) Literature. (B) History. (C) Maths.
task405_narrativeqa_question_generation
task405-5f2ba0e22ac84bc98f5b9b01aaedde53
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 clause did Faust require be added to his contract with Mephistopheles?
task1312_amazonreview_polarity_classification
task1312-a85dad8101f34ba6984eb015c0266aaf
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. After purchasing a cheap plastic covet that ripped bringing the tree up from the basement, I bought this and it's perfect. Very well constructed and...
positive
task309_race_answer_generation
task309-109780935d52426b8e00aad38cc6824a
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...
B
task504_count_all_alphabetical_elements_in_list
task504-900120203d464e79b10765016848f9cb
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 alphabetical elements in the given list. Return 0 if no alphabetical element in the list ['6141', 'a', 'z', '8451', '6631', '8075', '4981', 'k', 'H', 'h', '1381', '27...
16
task1309_amazonreview_summary_classification
task1309-3bc16a491cca49a1a42577b1f83ae7b7
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: I was immediately disappointed with the quality of ...
True
task247_dream_answer_generation
task247-57cee3283a7145c69f2cb167ed6b1abe
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: It is said that this novel has been translated into several languages. M: That's true. It is such an in...
(B) A novel.
task497_extract_all_numbers_from_list_in_order
task497-1be7392dd940462c82461b691c287d07
In this task, you are given an input list A. You need to find all the elements of the list that are numbers in the same order as they appear in the list A. ['895', '9369', 'D', 'B', '7457', 't', 'm', 'R', '9315', '7169', 'O', 'c', '5499', '5199', '3983', 'V', '4087']
895, 9369, 7457, 9315, 7169, 5499, 5199, 3983, 4087
task088_identify_typo_verification
task088-e952e9608d194209811740a0f33abf20
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a ...
Theee
task1445_closest_integers
task1445-74915b1b4eb74a02bc70c08f0dc963a7
In this task you will be given a list of integers. You should find the minimum 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 smallest possible absolute distance. [-47, -20, -28, -...
0
task1729_personachat_generate_next
task1729-4cfba16514704ab6b9fb310f68b215fd
Your task is to generate the next utterance in a given dialogue. You will be given a few sentences describing the personality of the person who is making the dialogue, and a history of the dialogue after that. Each line in the history is said by one of the two participants in the conversation. Personality: I practice v...
That's amazing I read 47 books last yea I love books.
task151_tomqa_find_location_easy_clean
task151-35335561cbd0496abda08b0970529781
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...
red_treasure_chest
task379_agnews_topic_classification
task379-020cb78307a14ef2bb78fb202063ca14
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
task071_abductivenli_answer_generation
task071-4ee0cbc5ba7b45459b65c74b0242e89f
In this task, you're given the beginning and the middle of a three-part story. Your job is to complete the short story by writing a probable ending. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using any irrelevant extra information when creating the endin...
Emily had had a nightmare.
task863_asdiv_multiop_question_answering
task863-346ef046b2b64f8391ef5cf67f91bbee
You are given a math word problem and you are supposed to apply multiple mathematical operators like addition, subtraction, multiplication, or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer. mr. lee gave out first place ribbons after each ev...
8
task368_synthetic_even_or_odd_calculation
task368-d7c4a622e240424a94accb960987318c
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.5, -290, -106, 1.0, 126, 11.5, 0.5, -2.0]
task610_conllpp_ner
task610-7633c890a4054b2dad8c1d5cb83cf6f7
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...
CRICKET - POLLOCK <B-PER> CONCLUDES WARWICKSHIRE <B-ORG> CAREER WITH FLOURISH .
task339_record_answer_generation
task339-651814677a994fce8121169c1ab99179
In this task, you will be presented with a passage and have to answer a question based on your understanding of the events inferred from the passage. Try to find the best answer that is most likely to fill in "_". Note that the URLs in the text have been replaced with [Link]. Washington (CNN) -- "Our foreign policy is ...
Syrian
task283_dream_incorrect_answer_generation
task283-a71ae1607ae045ebb8c1c9024e8662e6
In this task, you will be shown a conversation and a question. You need to write an implausible answer to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. "W" and "M" in the conversations stand for "woman" and "man". W: John, I'm supposed to go on a picnic tomorrow with ...
She should go with him.
task303_record_incorrect_answer_generation
task303-641dec7022ba4b09ab9a070446d9ee9b
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 ...
Sportsmail
task080_piqa_answer_generation
task080-efdcde59b33146a1ac396ebf3cc6176a
In this task the focus is on physical knowledge about the world. Given the provided goal task in the input, describe a process that would lead to the asked outcome. This process often involves physical motions with objects, such as moving them, arranging them in a certain way, mixing them, shaking them, etc. To make a...
Insert a mini flash light with 1 inch diameter at the base of the polycarbonate tubing. Tape it to secure it to the tubing.
task344_hybridqa_answer_generation
task344-d7954741eb994d20b4eced6ced751986
In this task, you will be presented with a question and you have to answer the question based on your knowledge. Your answers should be as short as possible. how many winners does the country situated on the Iberian Peninsula have ?
11
task848_pubmedqa_classification
task848-38313231a2e44ae486cb80ffc13474b9
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. Lung contusion is a major risk factor for the development of acute respiratory distress syndrome. We s...
1
task389_torque_generate_temporal_question
task389-2e24d5604ff0440aa532109e7afa3251
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 is still occurring to Chung after he was jailed on January 31?
task374_synthetic_pos_or_neg_calculation
task374-385f5a801883417c85eb6bf13666851f
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[152, 9, 180]
task594_sciq_question_generation
task594-12378521173a4ca09f077bd1ef59d13b
Given a scientific passage and an answer, generate a question for the given answer. Passage: The white light in fireworks displays is produced by burning magnesium in air, which contains oxygen. What compound is formed?. Answer: magnesium in air
What burns to produce the white light in fireworks displays?
task405_narrativeqa_question_generation
task405-a08938a34c0c4f1bb94d3d3592861819
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 murders Harlan Ogilvy?
task284_imdb_classification
task284-0f54f92da7f8409280193c97f38694ac
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. Sure this movie wasn't like. 16 blocks, inside man, an American haunting. etc...But It was a great mystery that can happen to anyone of us.. i found this mov...
positive
task506_position_of_all_alphabetical_elements_in_list
task506-de2f376b5fea442dbdc203872f5a8cd0
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. ['8961', 'k'...
2, 3, 4, 6, 7, 9, 12, 15, 16, 17, 23, 26, 29, 31, 34, 36, 37
task160_replace_letter_in_a_sentence
task160-e39b6f4b0a4c4f23b0058159bbc5626f
In this task, you need to replace a letter in the sentence with another given letter. Sentence: 'a living room with a long couch in front of a big mirror'. Replace the letter 'o' with 's' in the sentence.
a living rssm with a lsng csuch in frsnt sf a big mirrsr
task1336_peixian_equity_evaluation_corpus_gender_classifier
task1336-828f1365a5304f958f82f042866f7fe0
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). Nancy feels fearful.
female
task1355_sent_comp_summarization
task1355-ff7b1c5c083c4d41b23f28b41fc12000
In this task, you are given a piece of an article. Your task is to generate a short summary of the text. Try to give the summary in just one sentence. A Charlottesville man was charged Friday by University of Virginia police in a New Year's Day rape.
A Charlottesville man was charged in a New Year's Day rape.
task376_reverse_order_of_words
task376-fb36c78330034cacacf54dc16718020e
In this task, you need to reverse the order of words in the given sentence. Sentence: a man sitting near a fire hydrant on a flooded street
street flooded a on hydrant fire a near sitting man a
task085_unnatural_addsub_arithmetic
task085-f75628d5b17440b788078bf87a364eed
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. 8490 - 7785 + 1286 + 3401 - 7999 + 5541
14046
task821_protoqa_question_generation
task821-f0b5e48ddeec44b7879974577a704cf5
Construct a question that every answer in the list is correct and reasonable for it. mustard, chips, drinks, buns, ketchup, relish
besides hot dogs name something a hot dog vendor might have on his cart.
task475_yelp_polarity_classification
task475-e492f0fe1ba042fcab641c9b88ca0b37
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. I LOVE Baskin Robbins but I can NOT understand THIS store CONSTANTLY being out of the staples like MINT CHIP!! ...
NEGATIVE
task820_protoqa_answer_generation
task820-66e6f086ad8f436191eb0e2f1044e5cc
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 place where you may have to stand for a long time
dmv
task1327_qa_zre_answer_generation_from_question
task1327-116a42ea02b742af85332af2374ae582
Generate a correct and concise answer for the question based on the words in the context. Context : ``Million Dollar Smile'' is the 17th episode of the fourth season of the American television comedy series, Ugly Betty, and the 82nd overall episode of the series. Question : The Million Dollar Smile was in what series?
Ugly Betty
task868_mawps_singleop_question_answering
task868-a4f29a3c03b547f5908e895c17a91016
You are given a math word problem and you are supposed to apply a single mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report final the numerical answer. The value of a sport utility vehicle this year is 1...
20000
task638_multi_woz_classification
task638-c649067cb25046f1a1a9d133a0a8d5d5
You are shown a conversation between a user and system. Identify who has spoken the indicated sentence based on the conversation. Sentence1: No, you've been a great help! Thank you! Sentence2: Great. By any chance is that near a place called Hamilton Lodge? Someone recommended it to me but I don't know much about it. S...
Answer: (A) User
task067_abductivenli_answer_generation
task067-372e7fb6e1ee46fd9b29e0a232ed93fb
In this task, you're given the beginning and the ending of a three-part story. Your job is to complete the short story by writing a middle sentence that seamlessly connects the first and last sentence. Generated sentences must be short, have fewer than 10 words, and be simple as if narrating to a child. Avoid using an...
The kids took less than 20 minutes to find all of them.
task1602_webquestion_question_genreation
task1602-d5b259ca778145c7b877001ff5cc67a2
You are given a concept, and a list of answers. You should generate a question about the concept that leads to the given answer(s). concept: Thomas Cromwell 1st Earl Of Essex answers: ['Gregory Cromwell, 1st Baron Cromwell']
what happened to thomas cromwell's children?
task159_check_frequency_of_words_in_sentence_pair
task159-82d6eed19e754aa99ea5f552727b3f08
In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Sentence1: 'a polar bear taking a swim in the water', Sentence2: 'a vintage looking image of a train near a mountain'. Is the frequency of the word 'swim' in two sentences equal?
No
task093_conala_normalize_lists
task093-75630f2ae2f24b7194713c51d0d0ef04
In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. [-87.573, 218.968, 80.199, 104.319, -62.587, -62.329]
[-0.459 1.146 0.42 0.546 -0.328 -0.326]
task600_find_the_longest_common_substring_in_two_strings
task600-d692f7e6c3ac42f090eed6965e7a3938
In this task, you are given two strings A, B. Find the longest common substring in the strings A and B. uBnkIyg, jKnkIde
nkI
task066_timetravel_binary_consistency_classification
task066-76bd54e3bded48118ddbadcf85f0b70a
In this task, you are given a short story consisting of exactly 5 sentences where the second sentence is missing. You are given a candidate for the second sentence and you need to identify if the given sentence connects the first sentence with the rest of the story. Indicate your answer by "Yes" if it connects, otherwi...
Yes
task002_quoref_answer_generation
task002-24fe251352bc42e2ac78f4da1a8ce195
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: In June 1965, Harrison and the other Beatles were appointed Members of t...
George.
task1487_organism_substance_extraction_anem_dataset
task1487-c78b1524306f44d6bf6d1f341478106b
In this task, you are given a sentence. You are expected to write the name of the organism substances in the body mentioned in the input. Although there might be several correct answers, you need to write one of them. The proteins responsible for a majority of the higher binding were identified as immunoglobulins , ba...
plasma
task1328_qa_zre_relation_generation_from_question
task1328-51df95456c0e4e95beabb456fc540cb8
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...
parent company
task905_hate_speech_offensive_classification
task905-1ef44bde6ee249b88161cbc686d0fa3c
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: "@BlackChiquitita: Wow. RT @thatmanpalmer I'm lost. Are those buttcheek piercings? ...
true
task934_turk_simplification
task934-bc4948ceb69841a6a2f17e20b8dbabaf
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. offenbach 's numerous operettas , such as orpheus in the underworld , and la belle hélène , were extremely popular in both france and the english-s...
offenbach 's operettas , such as orpheus in the underworld and la belle hélène , were very popular in france and the english-speaking world during the 1850 's and 1860 's.
task431_senteval_object_count
task431-b0d368dd0c6d4a85961146fbb01e3e8e
In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment. The mayor breaks off mid-sentence.
Singular
task384_socialiqa_question_classification
task384-2997da3b933b489f856ba4ca4dc292b7
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: Austin bucked down and decided to ...
True
task389_torque_generate_temporal_question
task389-fb6ed1b27d484f37a777da6a71135760
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 has begun but has not finished?
task371_synthetic_product_of_list
task371-eae637c2166e426e9382f3a42a32d675
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. [[-49, -20], [-22, 27], [-21, -6, -11, -19], [-32,...
[980, -594, 26334, -10046400, 13524, 950796, -35190, -8160000]
task097_conala_remove_duplicates
task097-3fadb42f52044ffc902d4afe449914e6
In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list. [3, 3, 4, 4, 5, 3, 4, 4]
[5]
task112_asset_simple_sentence_identification
task112-3ec423b99d0b4422be3c6022dabee20d
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
task151_tomqa_find_location_easy_clean
task151-1bd8cc6eb92d4777a8ed0e6361e358ce
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_box