prompt
stringlengths
104
13.4k
response
stringlengths
1
1.45k
You will be given a definition of a task first, then some input of the task. Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: i need two balls and 2 books YOU: no, i need a ball and a hat THEM: okay i will take one ball and 4 books and you can take the hat and one ball? Output:
Yes
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. -------- Question: [523, 680, 676, 573, 365, 367, 163, 935, 499, 992, 373, 220] Answer: [523, 367, 163, 499, 373] Question: [571, 911, 677, 610, 401, 449, 635, 823, 223, 548, 751, 409, 192, 546, 452, 845, 243] Answer: [571, 911, 677, 401, 449, 823, 223, 751, 409] Question: [830, 453, 787, 771, 613, 631] Answer:
[787, 613, 631]
Teacher:In this task, you are given two sets, and you need to count the number of elements at the union of two given sets. A Set is shown by two curly braces and comma-separated numbers inside, like {1, 2, 3}. Union of two given sets is the smallest set which contains all the elements of both the sets. To find the union of two given sets, A and B is a set that consists of all the elements of A and all the elements of B such that no element is repeated. Teacher: Now, understand the problem? Solve this instance: Set1: '{1, 2, 3, 5, 7, 8, 10, 15, 17, 20}', Set2: '{18, 3}'. How many elements are there in the union of Set1 and Set2 ? Student:
11
Detailed Instructions: The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Yes if the utterance contains the self-need strategy, otherwise output No. self-need is a selfish negotiation strategy. It is used to create a personal need for an item in the negotiation, such as by pointing out that the participant sweats a lot to show preference towards water packages. Problem:Context: 'Food, but I definitely do need some water, too. Can you live with taking 2 waters?' 'Yes, can you live with two foods? ' 'I can. How about firewood? I would like 2 if possible.' Utterance: 'Well there are only 3.' Solution:
No
Detailed Instructions: Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". 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., second entity) is in a part-of relationship with its holonym (i.e., first entity). Q: Entity 1: tree Entity 2: gall A:
yes
Given the task definition and input, reply with output. 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. [373, 433, 157, 313, 389, 389, 846, 542, 404, 439, 516, 631, 833, 275]
[373, 433, 157, 313, 389, 389, 439, 631]
Given the sentence, generate "yes, and" response. "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). 1 In short, a "Yes, and" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a "Yes, and" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. One example is below. Q: I just want to say if this does not work out I promise to to personally show up to each of your homes and apologize for my life not working out the way that it should. A: You know what, come tell us at the community pool. Rationale: This is a good response. Because it accepts in indirect way the input sentence and supports it. Q: Old lady, what kind off greeting is that? I don't trust this person at all. A:
Sorry, this is Evan. He's an only child. Therefore he has no sense of others.
We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of death penalty. Input: Consider Input: First, i'm curious to know why you call having sex "indulging", as I really don't see how sex has to do with "indulging". Output: Invalid Input: Consider Input: Often the people who stop would be violent criminals from going on that path are social workers. Output: Valid Input: Consider Input: Japan not only has and uses the death penalty, they do it the old fashioned way; by hanging the guilty with a noose and trap door.
Output: Valid
Detailed Instructions: Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise Q: The site collects your generic personal information for a basic service or feature. Collection happens when you explicitly provide information on the website for a user type outside of our label scheme. A:
Basic service/feature
The input is taken from a negotiation between two participants who take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. Given an utterance and recent dialogue context containing past 3 utterances (wherever available), output Yes if the utterance contains the self-need strategy, otherwise output No. self-need is a selfish negotiation strategy. It is used to create a personal need for an item in the negotiation, such as by pointing out that the participant sweats a lot to show preference towards water packages. Q: Context: 'water is really important for me, how about i get two waters and three firewoods and you get three foods and one water?' 'i can work with 1 water 3 food and 1 firewood' 'ok that works for me' Utterance: 'good, we used all the water to fix overheated car.' A:
Yes
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. Example: News Headline: France is ‘ hunting down its citizens who joined {Isis} without trial in Iraq Edit: twins Example solution: Not Funny Example explanation: The edited sentence is not making much sense, therefore it's not funny. Problem: News Headline: Dems give {props} to Kimmel as ObamaCare repeal stumbles Edit: bribes
Solution: Funny
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' instead of 'one thousand seven hundred six'. Q: twoseveneightsixnine A: 27869 **** Q: fivetwoeightfivethreeninetwozerofour A: 528539204 **** Q: sixthreesevenfourninefivefourtwonineone A:
6374954291 ****
Q: In this task, we ask you to parse restaurant descriptions into a structured data table of key-value pairs. Here are the attributes (keys) and their examples values. You should preserve this order when creating the answer: name: The Eagle,... eatType: restaurant, coffee shop,... food: French, Italian,... priceRange: cheap, expensive,... customerRating: 1 of 5 (low), 4 of 5 (high) area: riverside, city center, ... familyFriendly: Yes / No near: Panda Express,... The output table may contain all or only some of the attributes but must not contain unlisted attributes. For the output to be considered correct, it also must parse all of the attributes existant in the input sentence; in other words, incomplete parsing would be considered incorrect. Cotto, offers Chinese food, and has customer rating of 1 out of 5. It is kids friendly and is located near Ranch. A:
name[Cotto], food[Chinese], customer rating[1 out of 5], familyFriendly[yes], near[Ranch]
Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word "what" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, "A radio converts electricity into?" Input: Consider Input: Fact: A plant that is adapt to a very dry environment is a cacti. Output: Cacti are adapted to what? Input: Consider Input: Fact: a cat requires vision for seeing prey. Output: What does a cat require to see prey? Input: Consider Input: Fact: Most pituitary hormones control integrating centers.
Output: Most pituitary hormones control integrating what?
Q: Given the sentence, generate "yes, and" response. "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). 1 In short, a "Yes, and" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a "Yes, and" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. I see two very happy, Christmas-y people, who are finally realizing they're special inside. A:
Hey, you know what, Sandra? Put that beard back on because you just gave us a gift.
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. Q: [150.512, 25.615, 166.388, 23.206, 37.005, -21.969, -54.113] A: [ 0.461 0.078 0.509 0.071 0.113 -0.067 -0.166] **** Q: [146.907, 9.655] A: [0.938 0.062] **** Q: [206.856, -58.961, 4.519] A:
[ 1.357 -0.387 0.03 ] ****
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. One example is below. Q: gocogccocco A: gocog Rationale: The substring 'gocog' is the longest possible substring that is also a palindrome. So this is a good example. Q: xnnnxfffxn A:
nxfffxn
Given a premise, an initial context, an original ending, and a counterfactual context, the task is to generate a new story ending aligned with the counterfactual context and as close to the original ending as possible. Each instance consists of a five-sentence story. The premise is the first sentence of a story, and the second sentence, which is the initial context, provides more information about the story's context and the story's general plot. The original ending is the last three sentences of the story. Also, a counterfactual context is a slight modification to the initial context. You should write a new story ending that edits the original story ending as little as possible to regain coherence with the counterfactual context. To sum up, you should write the last three sentences of a story based on the premise(first sentence) and the counterfactual context(second sentence) of the story. Let me give you an example: Premise: Susie was sitting on her barstool. Initial Context: She kept kicking the counter with her feet. Original Ending: Suddenly, her kick sent her falling backwards. The chair hit the ground with a thud and broke. Susie hurt her head and was really scared. Counterfactual Context: She kept herself steady with her feet. The answer to this example can be: Suddenly, an earthquake sent her falling backwards. The chair hit the ground with a thud and broke. Susie hurt her head and was really scared. Here is why: The generated new ending is perfect. It considers the counterfactual context and changes required parts in original ending. OK. solve this: Premise: Gina was in a bad mood when she got to her desk. Initial Context: A new boy on the bus had taken the seat next to her. Original Ending: And he waited until the bus was empty to get off. As a result Gina had no time to eat breakfast in the lunch room. She hadn't eaten at home and now would be hungry until lunch. Counterfactual Context: No one sat on the bus had taken the seat next to her. Answer:
She was all alone on the bus and had no friends. As a result Gina had no one to eat breakfast with in the lunch room. She hadn't eaten at home and now would be hungry until lunch.
Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical case reports extracted from MEDLINE, the task is to classify whether the case report mentions the presence of any adverse drug reaction. Classify your answers into non-adverse drug event and adverse drug event. The occurrence of acute hepatitis is best known for ketoconazole.
adverse drug event
In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are fine labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is : '$': Dollar Sign, "''": Single Quotes, ',': Comma Symbol, '-LRB-': Left Parantheses, '-RRB-': Right Parantheses, '.': Period, ':': Colon, 'ADD': Email Address, 'AFX': Affix, 'CC': Coordinating conjunction, 'CD': Cardinal Number, 'DT': Determiner, 'EX': Existential there, 'FW': Foreign Word, 'GW': Go with, 'HYPH': Hyphen symbol, 'IN': Preposition or a subordinating conjunction, 'JJ': Adjective, 'JJR': A comparative Adjective, 'JJS': A Superlative Adjective, 'LS': List item Marker, 'MD': Modal, 'NFP': Superfluous punctuation, 'NN': Singular Noun, 'NNP': Singular Proper Noun, 'NNPS': Prural Proper Noun, 'NNS': Prural Noun, 'PDT': Pre-determiner, 'POS': Possessive Ending, 'PRP': Personal pronoun, 'PRP$': Possessive Pronoun, 'RB': Adverb, 'RBR': Comparative Adverb, 'RBS': Superlative Adverb, 'RP': Particle, 'SYM': Symbol, 'TO': To , 'UH': Interjection, 'VB': Base form Verb, 'VBD': Verb in Past tense, 'VBG': Verb in present participle, 'VBN': Verb in past participle, 'VBP': Verb in non-3rd person singular present, 'VBZ': Verb in 3rd person singular present, 'WDT': Wh-determiner, 'WP': Wh-pronoun, 'WP$' Possessive Wh-pronoun, 'WRB': Wh-adverb, 'XX': Unknown, '``': Double backticks. Q: Sentence: But she did a fabulous job letting me know what she {{ was }} doing at all times and styled my hair in a way i could do it at home . Word: was A: VBD **** Q: Sentence: {{ Hello }} my name is Vera and I 'm writing a review about my own counseling practice in Bellevue , WA. and in Renton WA . Word: Hello A: UH **** Q: Sentence: [ {{ 2 }} ] Word: 2 A:
LS ****
In this task you are expected to write an SQL query that will return the data asked for in the question. An SQL query works by selecting data from a table where certain conditions apply. A table contains columns where every row in that table must have a value for each column. Every table has a primary key that uniquely identifies each row, usually an id. To choose which columns are returned you specify that after the "SELECT" statement. Next, you use a "FROM" statement to specify what tables you want to select the data from. When you specify a table you can rename it with the "AS" statement. You can reference that table by whatever name follows the "AS" statement. If you want to select data from multiple tables you need to use the "JOIN" statement. This will join the tables together by pairing a row in one table with every row in the other table (Cartesian Product). To limit the number of rows returned you should use the "ON" statement. This will only return rows where the condition specified after the statement is true, this is usually an equals operator with primary keys. You can also use the "WHERE" statement to specify that only rows with column values statisfying a certain condition, should be returned. The "GROUP BY" statement will group rows together that have equal column values for whatever columns follows the statement. The "HAVING" statement will return groups that statisfy whatever condition follows the statement. Any column(s) being returned from grouped rows must either be an aggregate function, (AVG, MAX, COUNT, SUM, ...) of a column, or the column(s) that the data was grouped by. To sort the returned data you can use the "ORDER BY" command which will order the data by whatever aggregate function or column follows the statement. The "DESC" statement will sort in descending order and the "ASC" statement will sort in ascending order. Finally, you can use the "LIMIT" statement to return a certain number of rows. When "*" is used in an SQL statement every column is returned. For example, SELECT * FROM table WHERE attribute = 1, will select every column from rows with the attribute column equal to 1. -------- Question: Find the zip code in which the average mean visibility is lower than 10. Answer: SELECT zip_code FROM weather GROUP BY zip_code HAVING avg(mean_visibility_miles) < 10 Question: Return the top 3 greatest support rates. Answer: SELECT support_rate FROM candidate ORDER BY support_rate DESC LIMIT 3 Question: What are the dates for the documents with both 'GV' type and 'SF' type expenses? Answer:
SELECT T1.document_date FROM Documents AS T1 JOIN Documents_with_Expenses AS T2 ON T1.document_id = T2.document_id WHERE T2.budget_type_code = 'GV' INTERSECT SELECT T1.document_date FROM Documents AS T1 JOIN Documents_with_Expenses AS T2 ON T1.document_id = T2.document_id WHERE T2.budget_type_code = 'SF'
Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word "what" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, "A radio converts electricity into?" One example is below. Q: Fact: pesticides can harm animals. A: What can harm animals? Rationale: It's a good question because it is formed by simply replacing the word "pesticides" with "what". Q: Fact: a long tail can be used to move through h2o by animals. A:
what can animals use a long tail to move through?
Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. One example: News Headline: France is ‘ hunting down its citizens who joined {Isis} without trial in Iraq Edit: twins Solution is here: Not Funny Explanation: The edited sentence is not making much sense, therefore it's not funny. Now, solve this: News Headline: Saudi {women} riled by robot with no hjiab and more rights than they have Edit: camels Solution:
Not Funny
We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of death penalty. Example Input: The death penalty executes felons found guilty of especially heinous crimes. Example Output: Valid Example Input: Acutally, long ago, the executioner was a convict also sentenced to death. Example Output: Valid Example Input: Is it worth the death that an extra policeman could prevent so that we can get our revenge? Example Output:
Valid
Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms. Answer:
Asom Iove
Teacher: We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of death penalty. Teacher: Now, understand the problem? If you are still confused, see the following example: The fact that you do not want to donate to these poor, needy people only shows me that you really do not care about the embryos Solution: Invalid Reason: It is not an argument on the topic of death penalty. Now, solve this instance: Now I don't suggest we do what Muslim Nations do, but the prison system is WAY too relaxed. Student:
Valid
In this task, we ask you to parse restaurant descriptions into a structured data table of key-value pairs. Here are the attributes (keys) and their examples values. You should preserve this order when creating the answer: name: The Eagle,... eatType: restaurant, coffee shop,... food: French, Italian,... priceRange: cheap, expensive,... customerRating: 1 of 5 (low), 4 of 5 (high) area: riverside, city center, ... familyFriendly: Yes / No near: Panda Express,... The output table may contain all or only some of the attributes but must not contain unlisted attributes. For the output to be considered correct, it also must parse all of the attributes existant in the input sentence; in other words, incomplete parsing would be considered incorrect. -------- Question: The Italian restaurant, The Rice Boat, has a low customer rating and is not family-friendly, but meals are less than £20. It is located in the city centre near Express by Holiday Inn. Answer: name[The Rice Boat], food[Italian], priceRange[less than £20], customer rating[low], area[city centre], familyFriendly[no], near[Express by Holiday Inn] Question: Zizzi is an English food pub with a 5 out of 5 customer rating and is family friendly Answer: name[Zizzi], eatType[pub], food[English], customer rating[5 out of 5], familyFriendly[yes] Question: The Waterman is a kid friendly restaurant with high customer ratings. It serves fast food and its dishes range between £20 and £25. It is located in the city centre. Answer:
name[The Waterman], food[Fast food], priceRange[£20-25], customer rating[high], area[city centre], familyFriendly[yes]
Q: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms. A: Suprbbb Question: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms. Answer: its very good app. [Q]: Generate a 1-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms. **** [A]: low in uptade input: Please answer the following: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms. ++++++++++ output: Mbarushimana eric Please answer this: Generate a 1-star review (1 being lowest and 5 being highest) about an app with package de.j4velin.wifiAutoOff. ++++++++ Answer: Not working properly Whether it's not connecting automatically or I might not understand how to auto connect it. The network it shows are different than I get available network in my phone not even manually connect it w/o password. It's totally useless app for me. Question: Generate a 2-star review (1 being lowest and 5 being highest) about an app with package net.nurik.roman.dashclock. Answer:
I'm not sure what happened. I recently switched roms on my Nexus 5 and all the customization options went away. There are no more options for fonts or background and foreground colors. I'll give it a five star rating if you'll bring those back or tell me how to fix it.
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". 07/21/1845, input_format=mm/dd/yyyy
21/07/1845
Given the task definition and input, reply with output. The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like Ž or č and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy. I can remember speaking to a 12-year-old boy, a football player, and I asked him, I said, "How would you feel if, in front of all the players, your coach told you you were playing like a girl?"
Sjećam se razgovora s dvanaestogodišnjakom, igračem nogometa, i upitao sam ga, rekao, "Kako bi se osjećao da ti, pred svim igračima, trener kaže da igraš poput djevojčice?" Očekivao sam da će odgovoriti nešto poput, bio bih tužan, bio bih bijesan, ljutit ili nešto slično.
You will be given a definition of a task first, then some input of the task. The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like Ž or č and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy. If you are a rule-bender and an improviser mostly to serve yourself, what you get is ruthless manipulation of other people. Output:
Ako ste vi onaj koji savija pravila i improvizira kako biste služili sebi, ono što dobijete jest nemilosrdna manipulacija drugih ljudi.
Given the task definition and input, reply with output. 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. [0, 3, 5, 4, 3, 6]
[0, 5, 4, 6]
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. Q: [659, 179, 71, 582, 616] A:
[659, 179, 71]
Instructions: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" Input: square Output:
clair
Detailed Instructions: The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like Ž or č and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy. Problem:Basically, the way they said it to me is that they would be working 18 hours a day, that their husband would maybe have a job, but that mostly he would be at home taking care of the kiddies. Solution:
Ono kako su to meni objasnile je, da će raditi 18 sati dnevno, da će im suprug možda imati posao, no da će uglavnom biti kod kuće vodeći brigu o mačićima.
Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output. Q: I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_LEFT I_LOOK A:
look left after jump opposite right
In this task, we ask you to parse restaurant descriptions into a structured data table of key-value pairs. Here are the attributes (keys) and their examples values. You should preserve this order when creating the answer: name: The Eagle,... eatType: restaurant, coffee shop,... food: French, Italian,... priceRange: cheap, expensive,... customerRating: 1 of 5 (low), 4 of 5 (high) area: riverside, city center, ... familyFriendly: Yes / No near: Panda Express,... The output table may contain all or only some of the attributes but must not contain unlisted attributes. For the output to be considered correct, it also must parse all of the attributes existant in the input sentence; in other words, incomplete parsing would be considered incorrect. Q: Located by the riverside, The Rice Boat is a French restaurant that has a customer rating of 5 out of 5 but isn't family-friendly. A:
name[The Rice Boat], food[French], customer rating[5 out of 5], area[riverside], familyFriendly[no]
Detailed Instructions: 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. Problem:[64, 66, 90] Solution:
2
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Example input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Example output: No Example explanation: Both participants do not agree to the deal, so the answer is No. Q: THEM: hi, i need 2 books and one ball YOU: okay. A:
Yes
Definition: In this task, you are given music product reviews in German language. The goal is to classify the review as "POS" if the overall sentiment of the review is positive or as "NEG" if the overall sentiment of the review is negative. Input: SCHLECHT . Ich weiß, dass Helene eine ganz liebe ist. Trotzdem wird sie vom MDR total hochgepuscht. Mit der Meinung stehe ich leider nicht alleine da, denn es denken viele so. Ich gönne ihr ja den Erfolg. Nur ist es momentan sehr viel für sie. Hoffentlich endet sie mal nicht so wie Michelle auf der Bühne. Hoffentlich hat das alles bald ein Ende und es wird bald mal bissel weniger Ruhm um sie gemacht. Außerdem finde ich ihre Musik ziemlich langweilig, weil jedes zweite Lied gleich klingt. Das gleiche Ebenbild wie bei Andrea Berg. Wenn man 1 Lied kennt, kennt man alle anderen Songs auch. Output:
NEG
In this task, you are given commands (in terms of logical operations) and natural interpretation of the given command to select relevant rows from the given table. Your job is to generate a label "yes" if the interpretation is appropriate for the command, otherwise generate label "no". Here are the definitions of logical operators: 1. count: returns the number of rows in the view. 2. only: returns whether there is exactly one row in the view. 3. hop: returns the value under the header column of the row. 4. and: returns the boolean operation result of two arguments. 5. max/min/avg/sum: returns the max/min/average/sum of the values under the header column. 6. nth_max/nth_min: returns the n-th max/n-th min of the values under the header column. 7. argmax/argmin: returns the row with the max/min value in header column. 8. nth_argmax/nth_argmin: returns the row with the n-th max/min value in header column. 9. eq/not_eq: returns if the two arguments are equal. 10. round_eq: returns if the two arguments are roughly equal under certain tolerance. 11. greater/less: returns if the first argument is greater/less than the second argument. 12. diff: returns the difference between two arguments. 13. filter_eq/ filter_not_eq: returns the subview whose values under the header column is equal/not equal to the third argument. 14. filter_greater/filter_less: returns the subview whose values under the header column is greater/less than the third argument. 15. filter_greater_eq /filter_less_eq: returns the subview whose values under the header column is greater/less or equal than the third argument. 16. filter_all: returns the view itself for the case of describing the whole table 17. all_eq/not_eq: returns whether all the values under the header column are equal/not equal to the third argument. 18. all_greater/less: returns whether all the values under the header column are greater/less than the third argument. 19. all_greater_eq/less_eq: returns whether all the values under the header column are greater/less or equal to the third argument. 20. most_eq/not_eq: returns whether most of the values under the header column are equal/not equal to the third argument. 21. most_greater/less: returns whether most of the values under the header column are greater/less than the third argument. 22. most_greater_eq/less_eq: returns whether most of the values under the header column are greater/less or equal to the third argument. Let me give you an example: Command: eq { hop { nth_argmax { all_rows ; attendance ; 3 } ; competition } ; danish superliga 2005 - 06 }, interpretation: select the row whose attendance record of all rows is 3rd maximum. the competition record of this row is danish superliga 2005-06. The answer to this example can be: yes Here is why: Here, the command and interpretion given for the command is correct that 3rd maximum should be selected from given table rows. Hence, the label is 'yes'. OK. solve this: Command: and { only { filter_eq { all_rows ; hometown ; ca } } ; eq { hop { filter_eq { all_rows ; hometown ; ca } ; player } ; james kaprelian } }, interpretation: the average of the score record of all rows is 3.7-2 .7 . Answer:
no
Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output. One example: I_TURN_LEFT I_JUMP Solution is here: jump left Explanation: If the agent turned to the left and jumped, then the agent jumped to the left. Now, solve this: I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_LEFT I_TURN_LEFT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_LOOK Solution:
look opposite right thrice after run opposite left thrice
Q: 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 the two lists with the updated substring. EjIejLpgqhXaiFBDMCeOzCrVYd, aNISoIkohXaiFBDMCeOzCrLnQ A:
EjIejLpgqabccdefhimorxzVYd, aNISoIkoabccdefhimorxzLnQ
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 them by their 'second' key. Negative numbers should come before positive numbers. Example: [{'first': 8, 'second': 7}, {'first': -7, 'second': -2}, {'first': 8, 'second': 2}] Example solution: [{'first': -7, 'second': -2}, {'first': 8, 'second': 2}, {'first': 8, 'second': 7}] Example explanation: The two dictionaries that had the same 'first' value were sorted by their 'second' value and the smaller one was listed first. So this is a good example. Problem: [{'first': 100, 'second': -30}, {'first': 0, 'second': -83}, {'first': 65, 'second': 68}, {'first': 25, 'second': -96}, {'first': 54, 'second': 52}, {'first': -85, 'second': 56}, {'first': -18, 'second': 85}, {'first': 63, 'second': 97}]
Solution: [{'first': -85, 'second': 56}, {'first': -18, 'second': 85}, {'first': 0, 'second': -83}, {'first': 25, 'second': -96}, {'first': 54, 'second': 52}, {'first': 63, 'second': 97}, {'first': 65, 'second': 68}, {'first': 100, 'second': -30}]
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Example: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Example solution: No Example explanation: Both participants do not agree to the deal, so the answer is No. Problem: THEM: you can have the hat. YOU: no deal, i need the hat and 2 balls or no deal THEM: how about you keep the hat and 1 ball? YOU: that`s not much worth. i need the hat and the 2 balls or it`s not fair on my side THEM: alright.
Solution: Yes
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. Ex Input: exogenic Ex Output: endogenic Ex Input: malignant Ex Output: benign Ex Input: ordered Ex Output:
disordered
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 them by their 'second' key. Negative numbers should come before positive numbers. One example: [{'first': 8, 'second': 7}, {'first': -7, 'second': -2}, {'first': 8, 'second': 2}] Solution is here: [{'first': -7, 'second': -2}, {'first': 8, 'second': 2}, {'first': 8, 'second': 7}] Explanation: The two dictionaries that had the same 'first' value were sorted by their 'second' value and the smaller one was listed first. So this is a good example. Now, solve this: [{'first': -23, 'second': 25}, {'first': 19, 'second': 33}, {'first': 53, 'second': -86}, {'first': -26, 'second': -13}, {'first': -77, 'second': -86}, {'first': -36, 'second': 31}, {'first': 92, 'second': 28}, {'first': -41, 'second': -57}, {'first': 14, 'second': -81}] Solution:
[{'first': -77, 'second': -86}, {'first': -41, 'second': -57}, {'first': -36, 'second': 31}, {'first': -26, 'second': -13}, {'first': -23, 'second': 25}, {'first': 14, 'second': -81}, {'first': 19, 'second': 33}, {'first': 53, 'second': -86}, {'first': 92, 'second': 28}]
In this task, you are given commands (in terms of logical operations) and natural interpretation of the given command to select relevant rows from the given table. Your job is to generate a label "yes" if the interpretation is appropriate for the command, otherwise generate label "no". Here are the definitions of logical operators: 1. count: returns the number of rows in the view. 2. only: returns whether there is exactly one row in the view. 3. hop: returns the value under the header column of the row. 4. and: returns the boolean operation result of two arguments. 5. max/min/avg/sum: returns the max/min/average/sum of the values under the header column. 6. nth_max/nth_min: returns the n-th max/n-th min of the values under the header column. 7. argmax/argmin: returns the row with the max/min value in header column. 8. nth_argmax/nth_argmin: returns the row with the n-th max/min value in header column. 9. eq/not_eq: returns if the two arguments are equal. 10. round_eq: returns if the two arguments are roughly equal under certain tolerance. 11. greater/less: returns if the first argument is greater/less than the second argument. 12. diff: returns the difference between two arguments. 13. filter_eq/ filter_not_eq: returns the subview whose values under the header column is equal/not equal to the third argument. 14. filter_greater/filter_less: returns the subview whose values under the header column is greater/less than the third argument. 15. filter_greater_eq /filter_less_eq: returns the subview whose values under the header column is greater/less or equal than the third argument. 16. filter_all: returns the view itself for the case of describing the whole table 17. all_eq/not_eq: returns whether all the values under the header column are equal/not equal to the third argument. 18. all_greater/less: returns whether all the values under the header column are greater/less than the third argument. 19. all_greater_eq/less_eq: returns whether all the values under the header column are greater/less or equal to the third argument. 20. most_eq/not_eq: returns whether most of the values under the header column are equal/not equal to the third argument. 21. most_greater/less: returns whether most of the values under the header column are greater/less than the third argument. 22. most_greater_eq/less_eq: returns whether most of the values under the header column are greater/less or equal to the third argument. Q: Command: round_eq { avg { all_rows ; laps } ; 102.9 }, interpretation: the average of the laps record of all rows is 102.9 . A:
yes
Given a concept word, generate a hypernym for it. A hypernym is a superordinate, i.e. a word with a broad meaning constituting a category, that generalizes another word. For example, color is a hypernym of red. Example Input: baby Example Output: child Example Input: man Example Output: person Example Input: corrupt Example Output:
destroy
Definition: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" Input: stone Output:
bone
In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: religious or non-political religious on the topic. এরে সোনা সিং তোরা রেন্ডিয়ার গরুর মুত খাওয়াতে মাথা ডিলা হয়ে গেছে নাকি সালা বালকাতার লোক
non-religious
Instructions: Given the sentence, generate "yes, and" response. "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). 1 In short, a "Yes, and" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a "Yes, and" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. Input: Why is everyone standing around? Are you all hiding from customers? Output:
I'm helping this young lady. She needs a new toilet.
Given the task definition and input, reply with output. 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. [5, 3, 1, 6, 7, 5]
[3, 1, 6, 7]
Detailed Instructions: Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise Q: The site collects something that uniquely identifies you for a basic service or feature. Collection happens by some means outside of our label scheme. A:
Basic service/feature
Definition: In this task, we ask you to parse restaurant descriptions into a structured data table of key-value pairs. Here are the attributes (keys) and their examples values. You should preserve this order when creating the answer: name: The Eagle,... eatType: restaurant, coffee shop,... food: French, Italian,... priceRange: cheap, expensive,... customerRating: 1 of 5 (low), 4 of 5 (high) area: riverside, city center, ... familyFriendly: Yes / No near: Panda Express,... The output table may contain all or only some of the attributes but must not contain unlisted attributes. For the output to be considered correct, it also must parse all of the attributes existant in the input sentence; in other words, incomplete parsing would be considered incorrect. Input: The cheap highly rated family-friendly coffee shop called The Eagle is located in the city centre, near Burger King. It serves French food. Output:
name[The Eagle], eatType[coffee shop], food[French], priceRange[cheap], customer rating[5 out of 5], area[city centre], familyFriendly[yes], near[Burger King]
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. Example: [9, 40, -33, 12, 17, -32, 40] Example solution: 0 Example explanation: The minimum absolute difference is 0 because '40 - 40 = 0' and '40' appears in the list twice. So this is a good example. Problem: [-39, -13, -42, -81, 21, -30, -50, 95, -90, -82]
Solution: 1
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer Example: 6 @ 17 Example solution: 23 Example explanation: Here, '@' represents the addition operation. So, the answer is 23 (6+17=23). Problem: 3162 # 4414 @ 8464 # 2969 # 7655 # 7390 @ 6156
Solution: -4646
Given the task definition and input, reply with output. 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. jzzzjjjjjjdj
jjjjjj
You will be given a definition of a task first, then some input of the task. In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: religious or non-political religious on the topic. ট্রানজিট নিয়ে ভারত আমাদের স্বাধীনতাকের দ্বিখন্ডিত করেছে Output:
non-religious
Teacher: In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: religious or non-political religious on the topic. Teacher: Now, understand the problem? If you are still confused, see the following example: কোনো মেয়ে ইসলাম ধর্ম গ্রহণ করলে আমি তাকে বিয়ে করতে রাজি(আমি কুরআন হাফেজ)। Solution: religious Reason: Here it expresses hate against the religion, hence tagged as religious. Now, solve this instance: মুহাম্মদ চুদাইলে তুমার কি। তুমাকে ত চুদাই নাই। তুমি অনলাইনে এত বগ বগ কর কেন। Student:
religious
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 numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order. Example input: [2,5,1,4],[2,5,8,4,2,0] Example output: [2,4,5] Example explanation: The elements 2,4, and 5 are in both lists. This is a good example. Q: [2, 2, 2, 8, 5, 4, 9, 1, 4] , [7, 5, 7, 1, 3, 3, 5, 5, 10] A:
[1, 5]
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. Example input: able Example output: unable Example explanation: The output is correct as able and unable are opposities of each other in meaning. Q: incompetent A:
competent
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. Ex Input: [593, 264, 163, 9, 709] Ex Output: [593, 163, 709] Ex Input: [36, 180, 367, 299, 518, 619, 669, 294] Ex Output: [367, 619] Ex Input: [983, 967, 79, 653, 194, 716, 52, 465, 691, 988, 338, 349, 944, 293, 653, 475, 31, 191] Ex Output:
[983, 967, 79, 653, 691, 349, 293, 653, 31, 191]
In this task, you are given commands (in terms of logical operations) and natural interpretation of the given command to select relevant rows from the given table. Your job is to generate a label "yes" if the interpretation is appropriate for the command, otherwise generate label "no". Here are the definitions of logical operators: 1. count: returns the number of rows in the view. 2. only: returns whether there is exactly one row in the view. 3. hop: returns the value under the header column of the row. 4. and: returns the boolean operation result of two arguments. 5. max/min/avg/sum: returns the max/min/average/sum of the values under the header column. 6. nth_max/nth_min: returns the n-th max/n-th min of the values under the header column. 7. argmax/argmin: returns the row with the max/min value in header column. 8. nth_argmax/nth_argmin: returns the row with the n-th max/min value in header column. 9. eq/not_eq: returns if the two arguments are equal. 10. round_eq: returns if the two arguments are roughly equal under certain tolerance. 11. greater/less: returns if the first argument is greater/less than the second argument. 12. diff: returns the difference between two arguments. 13. filter_eq/ filter_not_eq: returns the subview whose values under the header column is equal/not equal to the third argument. 14. filter_greater/filter_less: returns the subview whose values under the header column is greater/less than the third argument. 15. filter_greater_eq /filter_less_eq: returns the subview whose values under the header column is greater/less or equal than the third argument. 16. filter_all: returns the view itself for the case of describing the whole table 17. all_eq/not_eq: returns whether all the values under the header column are equal/not equal to the third argument. 18. all_greater/less: returns whether all the values under the header column are greater/less than the third argument. 19. all_greater_eq/less_eq: returns whether all the values under the header column are greater/less or equal to the third argument. 20. most_eq/not_eq: returns whether most of the values under the header column are equal/not equal to the third argument. 21. most_greater/less: returns whether most of the values under the header column are greater/less than the third argument. 22. most_greater_eq/less_eq: returns whether most of the values under the header column are greater/less or equal to the third argument. Example Input: Command: most_less { all_rows ; crowd ; 30000 }, interpretation: for the crowd records of all rows , most of them are less than 30000 . Example Output: yes Example Input: Command: eq { hop { argmin { all_rows ; attendance / g } ; season } ; 2007 }, interpretation: select the row whose attendance / g record of all rows is minimum . the season record of this row is 2007 . Example Output: yes Example Input: Command: eq { count { filter_eq { all_rows ; city of license ; san antonio } } ; 4 }, interpretation: select the rows whose withdrawn record is equal to 1951 . the number of such rows is 5 . Example Output:
no
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. Example input: [47, 444, 859, 530, 197, 409] Example output: [47, 859, 197, 409] Example explanation: The integers '444' and '530' are not prime integers and they were removed from the list. Q: [937, 600, 778, 941, 761, 887, 219, 174, 571, 546, 612, 725] A:
[937, 941, 761, 887, 571]
Given the sentence, generate "yes, and" response. "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). 1 In short, a "Yes, and" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a "Yes, and" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. Example input: I just want to say if this does not work out I promise to to personally show up to each of your homes and apologize for my life not working out the way that it should. Example output: You know what, come tell us at the community pool. Example explanation: This is a good response. Because it accepts in indirect way the input sentence and supports it. Q: This dog wandered into our yard and was eating out of our trash. A:
It's good to start calling it a dog so that you can eventually forget it's a wild animal.
Detailed Instructions: 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. Q: [20.099, 137.273, 239.87, 148.001, 151.274, 226.122, 100.529, 225.509, 122.443, 229.499] A:
[0.013 0.086 0.15 0.092 0.095 0.141 0.063 0.141 0.076 0.143]
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. xxhxhxxhhxx xxhxhxx lwalaawwwalwlw awwwa vkkkvrvvrv
vrvvrv
Detailed Instructions: You are given a password and you need to generate the number of steps required to convert the given password to a strong password. A password is considered strong if (a) it has at least 6 characters and at most 20 characters; (b) it contains at least one lowercase letter and one uppercase letter, and at least one digit; (c) it does not contain three repeating characters in a row. In one step you can: (1) Insert one character to password, (2) delete one character from password, or (3) replace one character of password with another character. Q: password = rdYxdDkwv8tK.0VJZGa466D5YwILALohS A:
13
Given the task definition and input, reply with output. Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. likely
unlikely
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. 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. [47, 444, 859, 530, 197, 409] Solution: [47, 859, 197, 409] Why? The integers '444' and '530' are not prime integers and they were removed from the list. New input: [479, 31, 388, 178, 19, 45, 499] Solution:
[479, 31, 19, 499]
Instructions: 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 them by their 'second' key. Negative numbers should come before positive numbers. Input: [{'first': 61, 'second': 2}, {'first': -50, 'second': 74}, {'first': -90, 'second': -64}, {'first': -2, 'second': -11}, {'first': -99, 'second': 92}, {'first': -67, 'second': 92}, {'first': 88, 'second': -58}, {'first': 17, 'second': -17}, {'first': -79, 'second': -82}] Output:
[{'first': -99, 'second': 92}, {'first': -90, 'second': -64}, {'first': -79, 'second': -82}, {'first': -67, 'second': 92}, {'first': -50, 'second': 74}, {'first': -2, 'second': -11}, {'first': 17, 'second': -17}, {'first': 61, 'second': 2}, {'first': 88, 'second': -58}]
You will be given a definition of a task first, then some input of the task. In this task, we ask you to parse restaurant descriptions into a structured data table of key-value pairs. Here are the attributes (keys) and their examples values. You should preserve this order when creating the answer: name: The Eagle,... eatType: restaurant, coffee shop,... food: French, Italian,... priceRange: cheap, expensive,... customerRating: 1 of 5 (low), 4 of 5 (high) area: riverside, city center, ... familyFriendly: Yes / No near: Panda Express,... The output table may contain all or only some of the attributes but must not contain unlisted attributes. For the output to be considered correct, it also must parse all of the attributes existant in the input sentence; in other words, incomplete parsing would be considered incorrect. Strada is a pub with a high customer rating that serves French food near Yippee Noodle Bar. Output:
name[Strada], eatType[pub], food[French], customer rating[high], near[Yippee Noodle Bar]
Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word "what" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, "A radio converts electricity into?" Q: Fact: Most fish do not have to deal with extreme temperature or moisture. A:
Most what do not have to deal with extreme temperature or moisture?
A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. Example Input: x = 2, equation weights = [0, 4, 3, 5, 9] Example Output: 63 Example Input: x = 10, equation weights = [2, 0, 7] Example Output: 207 Example Input: x = 1, equation weights = [9, 6] Example Output:
15
Detailed Instructions: 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' instead of 'one thousand seven hundred six'. Problem:fivetwoonefourthreeseventhreeone Solution:
52143731
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". 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., second entity) is in a part-of relationship with its holonym (i.e., first entity). Example input: Entity 1: plant Entity 2: leaf Example output: yes Example explanation: The answer is correct. Because the leaf is part of the plant. Therefore, here leaf is meronym and the plant is holonym. Q: Entity 1: human Entity 2: oral cavity A:
yes
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 numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order. Example input: [2,5,1,4],[2,5,8,4,2,0] Example output: [2,4,5] Example explanation: The elements 2,4, and 5 are in both lists. This is a good example. Q: [3, 3, 8, 3, 10, 5, 9, 5, 2] , [7, 1, 2, 1, 1, 8, 1, 5, 5] A:
[2, 5, 8]
Part 1. Definition We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of death penalty. Part 2. Example The fact that you do not want to donate to these poor, needy people only shows me that you really do not care about the embryos Answer: Invalid Explanation: It is not an argument on the topic of death penalty. Part 3. Exercise in my point of view we shound have a death penalty. Answer:
Valid
A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. Example input: x = 3, equation weights = [4, 2] Example output: 14 Example explanation: Here, the weights represent the polynomial: 4x + 2, so we should multiply 4 by 3, and add it to 2 which results in (4*3 + 2 =) 14. Q: x = 4, equation weights = [6, 3, 4] A:
112
You will be given a definition of a task first, then some input of the task. Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: can i have the balls and 1 hat? YOU: i would like 2 hats and i will give you the rest THEM: okay deal. Output:
Yes
Instructions: 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. Input: [6, 6, 6, 0, 7, 6] Output:
[0, 7]
Detailed Instructions: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. See one example below: Problem: [-11, 2, 3] Solution: -11 Explanation: The element with the largest absolute value is -11, since 11 > 3 > 2. This is a good example. Problem: [ 74.36 -40.341 62.409 -4.246 14.067 9.463 -2.399 -86.371] Solution:
-86.371
Turn the given fact into a question by a simple rearrangement of words. This typically involves replacing some part of the given fact with a WH word. For example, replacing the subject of the provided fact with the word "what" can form a valid question. Don't be creative! You just need to rearrange the words to turn the fact into a question - easy! Don't just randomly remove a word from the given fact to form a question. Remember that your question must evaluate scientific understanding. Pick a word or a phrase in the given fact to be the correct answer, then make the rest of the question. You can also form a question without any WH words. For example, "A radio converts electricity into?" Let me give you an example: Fact: pesticides can harm animals. The answer to this example can be: What can harm animals? Here is why: It's a good question because it is formed by simply replacing the word "pesticides" with "what". OK. solve this: Fact: Cycles of freezing and thawing water cause mechanical weathering. Answer:
What is caused by cycles of water freezing and thawing?
Given the task definition and input, reply with output. 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. [37, 34, -45, -76, -98]
3
Detailed Instructions: 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. Q: [3, 3, 4, 4, 5, 3, 4, 4] A:
[5]
You will be given a definition of a task first, then some input of the task. In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list. [168, 1682, 4452, 4233, 12, 56, 2, 93, 631, 772, 2451] Output:
[128, 2048, 4096, 4096, 16, 64, 2, 64, 512, 1024, 2048]
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 numbers must be inside brackets. Sort the numbers in your answer in an ascending order, that is, no matter what the order of the numbers in the lists is, you should put them in your answer in an ascending order. Let me give you an example: [2,5,1,4],[2,5,8,4,2,0] The answer to this example can be: [2,4,5] Here is why: The elements 2,4, and 5 are in both lists. This is a good example. OK. solve this: [2, 10, 2, 9, 6, 2, 2, 3, 3, 1] , [4, 7, 3, 6, 1, 5, 8, 1, 4, 1] Answer:
[1, 3, 6]
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. 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 them by their 'second' key. Negative numbers should come before positive numbers. [{'first': 8, 'second': 7}, {'first': -7, 'second': -2}, {'first': 8, 'second': 2}] Solution: [{'first': -7, 'second': -2}, {'first': 8, 'second': 2}, {'first': 8, 'second': 7}] Why? The two dictionaries that had the same 'first' value were sorted by their 'second' value and the smaller one was listed first. So this is a good example. New input: [{'first': -25, 'second': -62}, {'first': -16, 'second': 97}, {'first': 33, 'second': 79}, {'first': -95, 'second': -39}, {'first': -68, 'second': -61}, {'first': 46, 'second': 15}, {'first': -51, 'second': -26}, {'first': 86, 'second': -1}] Solution:
[{'first': -95, 'second': -39}, {'first': -68, 'second': -61}, {'first': -51, 'second': -26}, {'first': -25, 'second': -62}, {'first': -16, 'second': 97}, {'first': 33, 'second': 79}, {'first': 46, 'second': 15}, {'first': 86, 'second': -1}]
Instructions: A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. Input: x = 7, equation weights = [6, 4, 8, 1] Output:
2311
You will be given a definition of a task first, then some input of the task. Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. THEM: hey there. so, if i get the book and both balls, you can have both hats. YOU: ok, lets do it THEM: awesome. Output:
No
Given the task definition and input, reply with output. Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise You can make no specified choices about the use of generic personal information by the site, which collects it for a purpose outside of our label scheme.
Other
In this task, you are given a date in "mm/dd/yyyy" format. You need to check if the date is valid or not. Return 1 if it is valid, else return 0. A date is valid is the components month("mm"), day("dd") and year("yyyy") are all valid individually. A day(dd) is valid if it is greater than or equal to 1 and less than 30 or 31 depending upon the month(mm). Months which have 31 days are January, March, May, July, August, October, December. Rest of the months have 30 days except February which has 28 days if it is not a leap year and 29 days if it is a leap year. A month(mm) is valid if it lies in the range from 1 to 12 as there are 12 months in a year. A year is always valid if it is expressed in the form of "yyyy". -------- Question: 05/21/1042 Answer: 1 Question: 18/38/1747 Answer: 0 Question: 14/37/1977 Answer:
0
Please answer the following question: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms. A:
Hear you say you are not the only thing that has to do with it all in the world is not the same thing to say it to me about the other one I was in my room to talk about the same time
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. x = 3, equation weights = [4, 2] Solution: 14 Why? Here, the weights represent the polynomial: 4x + 2, so we should multiply 4 by 3, and add it to 2 which results in (4*3 + 2 =) 14. New input: x = 0, equation weights = [6, 3, 9] Solution:
9
Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output. Input: Consider Input: I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_WALK I_WALK Output: walk after walk opposite right thrice Input: Consider Input: I_JUMP I_JUMP I_JUMP I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK Output: look around right twice after jump thrice Input: Consider Input: I_TURN_RIGHT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_TURN_RIGHT I_JUMP
Output: jump opposite right after look opposite right
In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. [EX Q]: [14.612 37.989] [EX A]: 37.989 [EX Q]: [30.528 40.791 9.733 18.032] [EX A]: 40.791 [EX Q]: [ -1.515 80.258 -3.352 39.283 -31.536 -78.006 -30.235 58.185] [EX A]:
80.258
A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. Let me give you an example: x = 3, equation weights = [4, 2] The answer to this example can be: 14 Here is why: Here, the weights represent the polynomial: 4x + 2, so we should multiply 4 by 3, and add it to 2 which results in (4*3 + 2 =) 14. OK. solve this: x = 8, equation weights = [5, 3, 1] Answer:
345
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. [EX Q]: [67, 18, 85, -4, 11, 63] [EX A]: 4 [EX Q]: [49, -80, -72, -83, -41, 83, -46] [EX A]: 3 [EX Q]: [-44, 4, -94, -31, 5, 86, 45, -21, -97, 36] [EX A]:
1
A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. [EX Q]: x = 4, equation weights = [9, 8] [EX A]: 44 [EX Q]: x = 5, equation weights = [6, 5] [EX A]: 35 [EX Q]: x = 4, equation weights = [8, 6, 1] [EX A]:
153