prompt
stringlengths 98
13.4k
| response
stringlengths 1
1.45k
|
---|---|
Instructions: 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.
Input: News Headline: Puerto Rico faces federal lawsuit over transgender {rights}
Edit: electricians
Output: | 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.
--------
Question: That mood being TOTALLY wrong for him, I got him in private and asked if he had problems with me , or anything else going on at work.
Answer: Invalid
Question: I repeat that anything can be used as a deadly device.
Answer: Invalid
Question: I'd be willing to give those already convicted and waiting on death row one more chance to show reasonable doubt of their guilt.
Answer: | Valid
|
Definition: 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.
Input: [95.621, 88.431, 95.423, 32.887, 79.81, 39.478]
Output: | [0.222 0.205 0.221 0.076 0.185 0.091] |
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.
One example: x = 3, equation weights = [4, 2]
Solution is here: 14
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.
Now, solve this: x = 1, equation weights = [5, 9, 1]
Solution: | 15 |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: [-24.833, 36.733]
Student: | [-2.087 3.087] |
Detailed 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.
Q: x = 0, equation weights = [5, 1, 6]
A: | 6 |
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.
There is an affordable pub The Plough located near Café Rouge that serves fast food. It is not a family friendly restaurant.
A: | name[The Plough], eatType[pub], food[Fast food], priceRange[less than £20], familyFriendly[no], near[Café Rouge] |
Q: 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.
News Headline: {Trump} : ‘ NO MORE DACA ’
Edit: Alphabet
A: | Not Funny |
Teacher: 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.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Aromi is an English restaurant in the city centre.
Solution: name[Aromi], eatType[restaurant], food[English], area[city centre]
Reason: The output correctly parses all the parseable attributes in the input, no more, no less.
Now, solve this instance: Strada, a Japanese restaurant costing less than 20 pounds is located close to the Rainbow Vegetarian Café. It is not family-friendly.
Student: | name[Strada], food[Japanese], priceRange[less than £20], customer rating[average], familyFriendly[no], near[Rainbow Vegetarian Café] |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
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).
Entity 1: plant
Entity 2: leaf
Solution: yes
Why? The answer is correct. Because the leaf is part of the plant. Therefore, here leaf is meronym and the plant is holonym.
New input: Entity 1: sand particle
Entity 2: needle
Solution: | no |
Please answer the following question: Generate a 4-star review (1 being lowest and 5 being highest) about an app with package org.wordpress.android.
Answer: | Great Companion App I can do most things I can on the desktop version and even check my website's stats through the widget. Only thing is that I'm from an area with really slow internet and I wish the app was more compatible with that. |
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.
[ 23.59 83.42 46.152 9.595 -88.188 15.561 38.597 -78.966] | -88.188 |
instruction:
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.
question:
xjATcwhYGWNBSjvWxAcROmJz, XZTcwhYGWNBSjvWxQHmLSAZOlda
answer:
xjAbcghjnstvwwwxyAcROmJz, XZbcghjnstvwwwxyQHmLSAZOlda
question:
myUazBsoCaRsfdNVLZPERtqSVT, RdpztXqazBsoCaRsfdNVLZikjKiyfcSlPd
answer:
myUaabcdflnorssvzzPERtqSVT, RdpztXqaabcdflnorssvzzikjKiyfcSlPd
question:
bjMqOzdRYZeCmcWbaQjbcCYlxBnzcFqp, huWOyVfiCmcWbaQjbcCYlxBnzfiF
answer:
| bjMqOzdRYZeabbbccccjlmnqwxyzcFqp, huWOyVfiabbbccccjlmnqwxyzfiF
|
TASK DEFINITION: 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.
PROBLEM: rgszEhiguElUHlDuOjGGixp, DteiguElUHlDuNWTi
SOLUTION: rgszEhdeghilluuuOjGGixp, DtedeghilluuuNWTi
PROBLEM: sXYyKhAsHZpCFYeHaDv, GQCDAsHZpCFdpYQ
SOLUTION: sXYyKhacfhpszYeHaDv, GQCDacfhpszdpYQ
PROBLEM: FZohBualsNOefugksmreRrrgiYHpceoZutPCwMoHfNxI, HIEJHyHCyoFKHxNOefugksmreRrrgiYHpcGWvIFr
SOLUTION: | FZohBualsceefgghikmnoprrrrsuyeoZutPCwMoHfNxI, HIEJHyHCyoFKHxceefgghikmnoprrrrsuyGWvIFr
|
Detailed Instructions: 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.
Problem:Premise: I yelled at a telemarketer yesterday.
Initial Context: He wanted to sign me up for a new credit card.
Original Ending: He said I could use it to pay for a fancy vacation. I got really mad because he told me to be irresponsible. I hung up the phone on him.
Counterfactual Context: He wanted to cut off my new credit card.
Solution: | He said I could no longer use it to pay for anything. I got really mad because he told me to be responsible. I hung up the phone on him. |
Teacher: 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.
Teacher: Now, understand the problem? If you are still confused, see the following 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.
Solution: yes
Reason: 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'.
Now, solve this instance: Command: and { eq { max { all_rows ; games } ; 38 } ; eq { hop { argmax { all_rows ; games } ; name } ; andrew panko } }, interpretation: the maximum games record of all rows is 38 . the name record of the row with superlative games record is andrew panko .
Student: | yes |
Given the task definition and input, reply with output. 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.
GjhUZpOReFcRIcnVHWXnIRRZrtOLKAKzdVcs, jcFMOXijmeFcRIcnVHWXnIRRZrtOjuh
| GjhUZpORccefhiinnorrrrtvwxzLKAKzdVcs, jcFMOXijmccefhiinnorrrrtvwxzjuh |
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: changes in the genetic information of an organism are essential for evolution to occur.
A: | Changes in the genetic information of an organism are what for evolution to occur? |
TASK DEFINITION: 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.
PROBLEM: SnojMdFDYKIToedjKWMrhIbrJdIJLfxfrNKAHRAz, jiCPStXKIToedjKWMrhIbrJdIovye
SOLUTION: SnojMdFDYbddehiiijjkkmorrtwJLfxfrNKAHRAz, jiCPStXbddehiiijjkkmorrtwovye
PROBLEM: lMkQvHgQZPcLiqDgKOUAuuzQqGYR, McjlXOLwyscLiqDgKOUAuuzWW
SOLUTION: lMkQvHgQZPacdgikloquuuzQqGYR, McjlXOLwysacdgikloquuuzWW
PROBLEM: qudaJaxjaotnAffVeMSgtBnckARqPRNgYxMIy, JbEGvByZDmaSxcTSjaotnAffVeMSgtBnwJM
SOLUTION: | qudaJaxaabeffgjmnnosttvckARqPRNgYxMIy, JbEGvByZDmaSxcTSaabeffgjmnnosttvwJM
|
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.
One example: Fast schon teuflisch gut . Gleich mal eins vorne weg: dieses Album ist wieder wesentlich besser als das letzte ("The Last Kind Words"), wenn auch nicht ganz so gut wie die beiden ersten Alben "DevilDriver" und "The Fury Of Our Maker's Hand". Sofort wird hier munter "losgegroovt" mit dem Opener "Pray For Villains". Sofort merkt man: hier regiert der Hammer. Unüberhörbar, dass die Double Basses dermaßen losprügeln, das man fast schon meint es wurde ein Drumcomputer benutzt. Ziemlich sicher bin ich mir aber, dass hier getriggert wurde. Wobei mir das überhaupt nicht auf den Magen schlägt, der Gesamtsound ist wunderbar und vorantreibend. Auch die Gitarren leisten Spitzenarbeit ab. Noch schneller, gar extremer sind sie auf dieser Scheibe wahrzunehmen. Unglaublich... Natürlich leistet auch Dez ganze Arbeit mit seinem unglaublichen Organ. Es kommen sogar mal kurz cleane Vocals zum Einsatz. Aber diese werden nicht tragend für das Lied eingesetzt, also keine Sorge. Weiterhin regieren die tiefen Shouts aus Dez's Kehle. Ansonsten bleibt nur noch zu sagen, dass auch die Produktion auf ganzer Linie überzeugen kann. Einfach nur fett. Also, Devildriver Fans werden sicher nicht enttäuscht sein. Und alle anderen, die auf brachiale Grooves und sonstigen Krach stehen, können hier auch ohne schlechtes Gewissen zugreifen. Super Scheibe.
Solution is here: POS
Explanation: The overall sentiment of the review is positive as the reviewer refers to the music piece with positive expressions such as 'Fast schon teuflisch gut', 'Super Scheibe' etc. Hence, the label is 'POS'.
Now, solve this: Lustig zwischen Punk und Pop . XTC's Debüt 'White Music' ist für alle, die Punk *und* Pop mögen genau das Richtige. Im Gegensatz zu XTC's späteren mehr ruhigen und melodischen Songs, in welche Kategorie wohl auch ihr wohl bekanntestes Lied 'Making Plans for Nigel' eher einzuordnen ist, sind die Stücke auf White Music eher unruhig, schräg und manchmal auch lustig. Für jemanden, der diese Seite von XTC nicht kennt und mehr auf "schöne" Musik steht ist der Kauf dieser CD wohl nicht uneingeschränkt empfehlbar. Man sollte sich besser erstmal ein, zwei Lieder anhören. Die bekanntesten Lieder auf der Scheibe sind wohl 'This is Pop' und 'Science Friction', die auch auf der Singles Collection 'Fossil Fuel' enthalten sind. Ich persönlich habe mir diese CD gekauft weil mir eben diese Lieder auf 'Fossil Fuel' mit Abstand am besten gefielen. Ich wurde nicht enttäuscht, denn alle Lieder auf 'White Music' sind in diesem Stil gehalten.
Solution: | POS |
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.
Context: 'Hello! I'll be camping soon and need to get my hands on some supplies. The food is what I need the most.' 'I'm glad you are joining the camp! I will be bringing my girl scout troop for some badge earning opportunities.'
Utterance: 'Oh my. A whole troop of girl scouts will probably be bringing lots of food with them to share, and plenty of people around to collect firewood. It is going to be just me and my son on this camping trip, his first time.' | Yes |
Detailed Instructions: 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.
See one example below:
Problem: bYubMFxyTqR, AcDbMFxSnI
Solution: bYubfmxyTqR, AcDbfmxSnI
Explanation: Here, 'bMFx' is the longest common substring in both the input strings 'bYubMFxyTqR' and 'AcDbMFxSnI'. Sorting it and converting to lowercase gives 'bfmx'. Replacing 'bfmx' instead of 'bMFx' in the two strings gives 'bYubfmxyTqR' and 'AcDbfmxSnI'
Problem: coFNgZyilcFrayzOGhCZLJzbSDcbkuXIvKEQ, CvJHtAoCATsmKAUlcFrayzOGhCZLJzbSaHowxSydl
Solution: | coFNgZyiabccfghjllorsyzzzDcbkuXIvKEQ, CvJHtAoCATsmKAUabccfghjllorsyzzzaHowxSydl |
Part 1. Definition
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Part 2. 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.
Answer: No
Explanation: Both participants do not agree to the deal, so the answer is No.
Part 3. Exercise
THEM: i want the hats and a book YOU: you can have the hats. but i have to have the book.
Answer: | Yes |
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.
Example: A case is reported of a child with fatal pulmonary fibrosis following BCNU therapy.
Example solution: adverse drug event
Example explanation: Here, the child is facing some trouble after undergoing a particular therapy, thereby causing an adverse effect of the therapy.
Problem: Platelet count less than SHARP: what does a case series reveal?
| Solution: non-adverse drug event |
Read the given sentence and if it is a general advice then indicate via "yes". Otherwise indicate via "no". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken.
Input: Consider Input: She basically just said that I 'm being a hormonal teenager .
Output: no
Input: Consider Input: What would you hate more , where you are now or where you would be in another job / s ?
Output: no
Input: Consider Input: Also you can tell someone has low self esteem from the way you talk about yourself .
| Output: no
|
You will be given a definition of a task first, then some input of the task.
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.
[7, 7, 1, 2, 8, 2] , [7, 5, 1, 4, 7, 10]
Output: | [1, 7] |
Definition: Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No"
Input: flower
Output: | flour |
TASK DEFINITION: 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.
PROBLEM: Command: less { hop { filter_eq { all_rows ; location ; arnhem } ; date ( from ) } ; hop { filter_eq { all_rows ; location ; nijmegen } ; date ( from ) } }, interpretation: select the rows whose no record is arbitrary . the number of such rows is 11 .
SOLUTION: no
PROBLEM: Command: round_eq { avg { all_rows ; population } ; 60970 }, interpretation: the average of the population record of all rows is 60970 .
SOLUTION: yes
PROBLEM: Command: round_eq { avg { all_rows ; length } ; 3:43 }, interpretation: the average of the length record of all rows is 3:43 .
SOLUTION: | yes
|
Definition: 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.
Input: yyyyyyyyyylyyl
Output: | yyyyyyyyyy |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: Total entspannt... . ...geben sich die Jungs von All-American Rejects. Das wichtigste zuerst: die neue Scheibe "When The World comes Down" ist nicht schlecht. Die Songs bieten eingängige Melodien und einfache Rhythmen und sind z.T. verfeinert mit Klavier oder Streichern. Am ehesten an frühere Titel erinnern "Gives You Hell" oder "Real World". Das auch mal ruhige Töne drin sind, zeigen die Ballade "Mona Lisa" oder die Klavierbegleitung in "Back to Me". Insgesamt bietet das Album eine leicht verdauliche Sammlung angenehm fröhlicher Titel. Das neue Werk macht All-American Rejects zu einer mainstreamtauglichen Pop-Rock-Truppe. Was allerdings auch bedeutet, dass "When The World comes Down" leider etwas glattgezogen wirkt. Mit Alternativ-Rock hat das nicht mehr viel zu tun. Ohne Ecken und Kanten präsentieren sich die Jungs ganz anders als bei früheren Veröffentlichungen. Mir gefällt das Vorgängeralbum "Move Along" eigentlich besser. Insgesamt lässt sich die Platte komplett sehr gut durchhören. Wirkliche Highlights fehlen allerdings. Ich gebe trotzdem 4 Sterne, weil keiner der Songs wirklich schlecht ist, weil einige Songs trotz allem echt Laune machen und weil ich tief in meinem Herzen doch manchmal auch ein Schmalspur-Rocker bin. Es soll ja sogar Leute geben, die Nickelback mögen...
Student: | POS |
Q: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package org.ppsspp.ppsspp.
A: It is best because it on play PSP game's
Q: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.stardroid.
A: Fun to use Very useful and fun to use
Q: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.eleybourn.bookcatalogue.
A: Great catalogue app. Works well.
Q: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms.
A: | Useful app |
Detailed Instructions: 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.
Q: ja, wer hätte das gedacht? . ich muss afrob und samy deluxe da schon ein riesen kompliment machen. noch niemals in meinem ganzen leben habe ich von einer cd gehört, zu der der titel so hervorragend passt wie hier. wer hätte das gedacht, dass es so schlechte musik geben kann? die jungs sind wenigstens ehrlich. die reime sind völliger schrott (sie kommen fast an die grauenhafte art und weise, wie samy uns die kunst des freestyle übermitteln will heran) und wenn mir jemand erzählt, dass hier großartige metaphern verwendet werden, dann kann ich dieser person beim besten willen nicht zustimemn. zu all dem übel, dass die beiden selber produzieren kommen auch noch völlig billige featurings, das beste beispiel dafür ist d-flame. man muss sich eigentlich dafür schämen, dass solche leute eine so große fangemeinde besitzen. eins bleibt aber noch zu sagen: es gibt leider noch sehr viel schlimmeres.
A: | NEG |
Detailed Instructions: Indicate with `Yes` if the given question involves the provided reasoning `Category`. Indicate with `No`, otherwise. We define five categories of temporal reasoning. First: "event duration" which is defined as the understanding of how long events last. For example, "brushing teeth", usually takes few minutes. Second: "transient v. stationary" events. This category is based on the understanding of whether an event will change over time or not. For example, the sentence "he was born in the U.S." contains a stationary event since it will last forever; however, "he is hungry" contains a transient event since it will remain true for a short period of time. Third: "event ordering" which is the understanding of how events are usually ordered in nature. For example, "earning money" usually comes before "spending money". The fourth one is "absolute timepoint". This category deals with the understanding of when events usually happen. For example, "going to school" usually happens during the day (not at 2 A.M). The last category is "frequency" which refers to how often an event is likely to be repeated. For example, "taking showers" typically occurs ~5 times a week, "going to Saturday market" usually happens every few weeks/months, etc.
See one example below:
Problem: Sentence: Jack played basketball after school, after which he was very tired.
Question: How long did Jack play basketball?
Category: Event Duration.
Solution: Yes.
Explanation: The question asks about the duration of playing basketball, therefore it's a "event duration" question.
Problem: Sentence: With this, it became impossible for me to stay upstairs, he said, pointing to the scars on his forearm.
Question: How often did he consider moving out after he got his scars?
Category: Frequency.
Solution: | Yes. |
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]: [ 41.842 -46.242 -93.024 -63.492 27.172 90.616 73.725]
[EX A]: -93.024
[EX Q]: [ 51.09 -94.309 -78.915 36.312 80.622 -91.444]
[EX A]: -94.309
[EX Q]: [-56.069 -59.589 -42.344]
[EX A]: | -59.589
|
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.
Input: So the first, taboo number one: you can't say you didn't fall in love with your baby in the very first minute.
Output: | Dakle, prvi, tabu broj jedan: ne možeš reći da se nisi zaljubio u svoje dijete već prve minute. |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: But that math liberation didn't get into education yet.
Student: | Ali to oslobođenje matematike nije još ušlo u obrazovanje. |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: [1, 9, 7, 7, 2, 4] , [4, 9, 10, 6, 5, 6]
Student: | [4, 9] |
TASK DEFINITION: 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).
PROBLEM: Entity 1: seedling
Entity 2: uric acid
SOLUTION: no
PROBLEM: Entity 1: centipede
Entity 2: claws
SOLUTION: yes
PROBLEM: Entity 1: cassowary
Entity 2: three toe
SOLUTION: | yes
|
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
Q: 2911 # 3283 # 8240 # 780 @ 4115 @ 1167 # 4924 @ 652 @ 264
A: | -8118 |
Teacher: 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.
Teacher: Now, understand the problem? If you are still confused, see the following example:
[0,1,0,2,5,1]
Solution: [2,5]
Reason: The only elements that are not duplicated is 2 and 5. This is a good example.
Now, solve this instance: [5, 0, 2, 6, 2, 4, 0]
Student: | [5, 6, 4] |
Instructions: 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
Input: 8787 @ 8353 # 4192 # 7477
Output: | 5471 |
Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
--------
Question: THEM: if i can have the books you can have the rest YOU: deal THEM: great! thank you!
Answer: Yes
Question: THEM: give me the books and hat YOU: deal.
Answer: No
Question: THEM: i'd like both hats, you can have everything else YOU: deal THEM: done.
Answer: | No
|
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. 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.
[470, 827, 316, 239, 971, 421, 864, 341, 196, 916, 307]
Output: | [827, 239, 971, 421, 307] |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: Sentence: The staff leaves a lot {{ to }} be desired .
Word: to
Student: | TO |
Detailed Instructions: 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.
See one example below:
Problem: bYubMFxyTqR, AcDbMFxSnI
Solution: bYubfmxyTqR, AcDbfmxSnI
Explanation: Here, 'bMFx' is the longest common substring in both the input strings 'bYubMFxyTqR' and 'AcDbMFxSnI'. Sorting it and converting to lowercase gives 'bfmx'. Replacing 'bfmx' instead of 'bMFx' in the two strings gives 'bYubfmxyTqR' and 'AcDbfmxSnI'
Problem: lYQvxEVYXh, dkvvxEVjud
Solution: | lYQevvxYXh, dkvevvxjud |
TASK DEFINITION: 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: [26, -98, 0, 65, -45, 55, -24, -32, 86, -82]
SOLUTION: 8
PROBLEM: [33, 68, 9, 28, 76, 37, -61, 49]
SOLUTION: 4
PROBLEM: [-14, -88, 81, -19, 84, 69, -15, 6]
SOLUTION: | 1
|
Given the task definition, example input & output, solve the new input case.
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}]
Output: [{'first': -7, 'second': -2}, {'first': 8, 'second': 2}, {'first': 8, 'second': 7}]
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 case for you: [{'first': 1, 'second': -7}, {'first': 59, 'second': -28}, {'first': -95, 'second': -79}, {'first': 75, 'second': 58}, {'first': -29, 'second': 92}]
Output: | [{'first': -95, 'second': -79}, {'first': -29, 'second': 92}, {'first': 1, 'second': -7}, {'first': 59, 'second': -28}, {'first': 75, 'second': 58}] |
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.
News Headline: Romney on Moore : ' No {majority} is worth losing our honor , our integrity '
Edit: cupcake
Funny
News Headline: Taiwan 's president says her government will step up security measures to respond to military threats from {China} .
Edit: puppets
Funny
News Headline: Donald Trump revives ‘ Crooked Hillary ’ nickname on Twitter only to be trumped by {election} rival with ‘ covfefe ’ KO
Edit: wrestling
| Funny
|
Instructions: 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.
Input: Command: eq { count { filter_eq { all_rows ; championship ; world snooker championship } } ; 2 }, interpretation: select the rows whose championship record fuzzily matches to world snooker championship . the number of such rows is 2 .
Output: | yes |
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.
Ex Input:
I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_WALK I_WALK
Ex Output:
run around right twice and walk twice
Ex Input:
I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT
Ex Output:
turn right thrice after run left twice
Ex Input:
I_WALK I_WALK I_WALK I_TURN_RIGHT I_TURN_RIGHT I_TURN_RIGHT
Ex Output:
| turn right thrice after walk thrice
|
You will be given two sentences. One of them is created by paraphrasing the original one, with changes on an aspect, or using synonyms. Your task is to decide what is the difference between two sentences. Types of change are explained below:
Tense: The verbs in the sentence are changed in tense.
Number: Plural nouns, verbs and pronouns are changed into single ones or the other way around.
Voice: If the verbs are in active voice, they're changed to passive or the other way around.
Adverb: The paraphrase has one adverb or more than the original sentence.
Gender: The paraphrase differs from the original sentence in the gender of the names and pronouns.
Synonym: Some words or phrases of the original sentence are replaced with synonym words or phrases. Changes in the names of people are also considered a synonym change. Classify your answers into Tense, Number, Voice, Adverb, Gender, and Synonym.
original sentence: In July , kamchatka declared war on Yakutsk . Since Yakutsk's army was much better equipped and ten times larger , they were victorious within weeks . paraphrase: In July , kamchatka suddenly declared war on Yakutsk . Since Yakutsk's army clearly was much better equipped and ten times larger , they were predictably victorious within weeks .
Adverb
original sentence: The man couldn't lift his son because he was so weak . paraphrase: The woman couldn't lift her daughter because she was so weak .
Gender
original sentence: In July , kamchatka declared war on Yakutsk . Since Yakutsk's army was much better equipped and ten times larger , they were victorious within weeks . paraphrase: in july , yelizovo declared war on kapitonovka . since kapitonovka's army was much better equipped and ten times larger , they were victorious within weeks .
| Synonym
|
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'.
Q: threeonetwothreethreeeightzerofive
A: | 31233805 |
Generate a 3-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms.
| . .yfd Borimg app |
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.
--------
Question: [2, 3, 2, 6, 3, 0, 7, 5, 7]
Answer: [6, 0, 5]
Question: [7, 2, 2, 2, 0, 4, 7]
Answer: [0, 4]
Question: [3, 5, 5, 4, 3, 6]
Answer: | [4, 6]
|
TASK DEFINITION: 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
PROBLEM: The site collects your location information for personalization or customization. Collection happens in an unspecified way, and your data is aggregated or anonymized.
SOLUTION: Personalization/Customization
PROBLEM: An unnamed third party does receive unspecified information about you for an unspecified purpose. You can opt in for data collection.
SOLUTION: Unspecified
PROBLEM: The site collects your contact information for an additional (non-basic) service or feature. Collection happens when you explicitly provide information in an unspecified way, and your data is identifiable. You can opt in for data collection.
SOLUTION: | Additional service/feature
|
In this task, you are given a country name and you need to answer with the government type of the country, as of the year 2015. The following are possible government types that are considered valid answers: Republic, Parliamentary Coprincipality, Federal Republic, Monarchy, Islamic Republic, Constitutional Monarchy, Parlementary Monarchy, Federation.
One example: Angola
Solution is here: Republic
Explanation: Republic is the government type of the country called Angola.
Now, solve this: Sao Tome and Principe
Solution: | Republic |
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.
Q: [ 47.741 88.272 -72.04 71.249 -98.402 97.267 -25.17 1.085 24.179
-99.463]
A: -99.463
****
Q: [37.419 68.765]
A: 68.765
****
Q: [ 71.705 22.676 -23.651 -56.812 -91.868 73.333 -21.422 -6.665]
A: | -91.868
****
|
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: Sentence: << OLE Object {{ : }} Picture ( Device Independent Bitmap ) >>
Word: :
Student: | : |
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.
[Q]: Conni ist eben Conni! . Meine Kinder lieben diese CDs! Die Geschichten sind nicht zu lang und durch Musikunterbrechung nach einem Kapitel sehr angenehm zu hören. Ich kann alle CDs von Conni empfehlen, für jeden der Conni mag.
[A]: POS
[Q]: Zuviel des Guten: "Masterplan" kommt in neuem Gewand auf den Markt . Stefanie Heinzmann ist sympathisch, sie kann singen und hat ihren eigenen Stil. Aus der ganzen Masse von Popstars sticht sie auf jeden Fall heraus. Der Beginn ihrer Karriere war schlichtweg blendend und vielversprechend. "Masterplan" war zwar kein reines Pop-Album, klang aber sehr abwechslungsreich und peppig für ein Debüt. Stefanie Heinzmann versuchte sich in mehreren Musikbereichen und überzeugte fast über das gesamte Album hindurch. "My man is a mean man" war ein großer Hit und ein absoluter Ohrwurm! So weit so gut, doch dann ging es bergab. "Like a bullet", die zweite Single, war zwar irgendwie radiotauglich, blieb aber nicht im Ohr. "Masterplan" hatte viel mehr zu bieten als diese laue Pop/Rock Nummer. "Revolution" als dritte Single zu nehmen war für mich ein schlechter Scherz. Ich mochte alle Songs auf "Masterplan", aber "Like a bullet" fand ich nur mittelprächtig und "Revolution" als einzigstes Lied schlecht - und der Song wurde zur Single gemacht und floppte wie die Vorgänger-Single. Was war nur los? Warum drehten die Produzenten Videos für laue Popsongs statt die Songs zu veröffentlichten von "Masterplan", die wirklich gut waren wie "Only so much oil.." oder "Free love". Wer dachte, es kann nicht mehr schlimmer kommen, der schaue sich dies an: "Masterplan" kommt jetzt nochmal auf den Markt. Enthalten ist u.a als Bonus die vierte Single "The Unforgiven", ein Song, der auf der Original-Version von "Masterplan" noch nicht drauf war. Es ist ein Cover von Metallica und wer hätte gedacht, das ein völlig neu aufgenommener Song noch schlechter werden würde als "Revolution"? Wollen die Produzenten einen Rekord aufstellen? Welche Künstlerin veröffentlicht die meisten schlechten Songs? Das Problem ist schlichtweg, dass sie Talent hat und sehr gut singt. Manche Songs von "Masterplan" sind echte Perlen und die wurden einfach nicht genutzt. Das Bonusmaterial auf der neuen "Masterplan" Limited Edition ist ein schlechter Scherz. Neben "The Unforgiven" sind noch die 4 Videos zu den 4 Singles drauf und ein kurzes Video. Musikalisch hat sie einen Remix von "Like a bullet" draufgepackt (wer braucht sowas?) und die Songs "I wrote the book" & "Supersticion", die beide auf der Maxi-CD von "Like a bullet" enthalten waren. Hat jeder Fan schon, braucht auch keiner, da beide Songs unglaublich schlecht sind. Ich bete für Stefanie, das ihr 2009 erscheinenes zweites Album wieder so gute Songs enthält wie "Masterplan" und man diesmal die Songs zu Singles macht, die Pepp und Ohrwurmeffekt besitzen. Bitte keine "Like a bullet", "Revolution" oder "The Unforgiven" Songs mehr, das ist alles Grütze..
[A]: NEG
[Q]: Schlecht! . Ihr Debüt super! Die darauf folgende Live CD sensationell! Aber was danach kam war meist eine musikalische Zumutung die sie mit ihrem neuen Album nochmals um längen überbieten konnte, und zwar leider nur an Schlechtigkeit! Ok man muss sagen die letzten paar Tracks sind hörbar ab Honey der Rest totaler Schrott! Schade!!!!!
[A]: | NEG
|
Given the task definition, example input & output, solve the new input case.
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: 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.
Output: yes
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'.
New input case for you: Command: round_eq { avg { all_rows ; attendance } ; 43800 }, interpretation: select the rows whose writer record fuzzily matches to ed roe . there is only one such row in the table . the production code record of this unqiue row is 402 .
Output: | no |
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 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.
[-11, 2, 3]
Solution: -11
Why? The element with the largest absolute value is -11, since 11 > 3 > 2. This is a good example.
New input: [-12.148 44.718 99.67 68.144]
Solution: | 99.67 |
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
--------
Question: 5211 # 3266 @ 3042 @ 254 # 7823 @ 4298 # 8042 # 1629 # 6738
Answer: -14693
Question: 8780 # 5826 # 420 @ 8814 @ 5786 # 1725
Answer: 15409
Question: 9900 @ 9463 @ 3690 @ 1616 # 5288
Answer: | 19381
|
Q: 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.
When cyanamide-treated alcoholics relapse into drinking, more severe inflammation develops in the liver.
A: | adverse drug event |
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: | religious |
In this task, you are given a movie review in Persian, and you have to extract aspects of the movie mentioned in the text. We define aspects as music(موسیقی), directing(کارگردانی), screenplay/story(داستان), acting/performance(بازی), cinematography(فیلمبرداری), and scene(صحنه). Although there might be multiple aspects in a review, we only need you to write one aspect.
Q: فیلم ، فیلمنامه ندارد و از به هم چسبیدن چند کلیپ تشکیل شده است که می تواند سرگرم کننده باشد ولی مسئله ای که مرا متعجب می کند آن است که چرا فیلمی که ژانر کمدی دارد در آخر این قدر تغییر جهت می دهد
A: داستان
****
Q: من این فیلم رو دوست داشتم. خانم رامین فر دلنشین باز کردند و سکانس های ایشون و امیر آقایی خوب از کار درآمده بود. تدوین از نقاط قوت فیلم بود. در بعضی قسمت ها فیلمنامه دچار افت میشد اما در کل فیلم قابل احترامی بود.
A: بازی
****
Q: به باور من این فیلم نامزد در چند بخش میشه اولین فیلم درست حسابی بود که تو جشنواره دیدم با بازی خیلی خوب حامد بهداد مخصوصا که خیلی وقت بود کاراشو دنبال نمیکردم چون خیلی کلیشه شده بود برام ولی اقای میرکریمی کاملا برخلاف کار قبلی فیلم قابل قبول خوبی ساختند
A: | بازی
****
|
Instructions: 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.
Input: [931, 809, 99, 11, 491, 683, 917]
Output: | [809, 11, 491, 683] |
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.
Ex Input:
RjFFHTXVgptjkDvppuFNkqVRLjRzJghmlBmZ, cUvqWoVkRCGyuwTqQQPppuFNkqVRLjRzJghmlBHryCHZXrCMw
Ex Output:
RjFFHTXVgptjkDvbfghjjkllmnppqrruvzmZ, cUvqWoVkRCGyuwTqQQPbfghjjkllmnppqrruvzHryCHZXrCMw
Ex Input:
DVBtxnyvkLcBbqYbUyPJlwazJSqqrTqJRKPvur, xUZYNgKdMgGbcBbqYbUyPJlwazJSqqrRBKEtwFBov
Ex Output:
DVBtxnyvkLabbbcjjlpqqqrsuwyyzTqJRKPvur, xUZYNgKdMgGbabbbcjjlpqqqrsuwyyzRBKEtwFBov
Ex Input:
HDlARTcPAPpNoMmkpnWyfgKuuGeaHtxwKED, DEkfzoMmkpnWyfgKuuGeagidWeRTMTp
Ex Output:
| HDlARTcPAPpNaefggkkmmnopuuwyHtxwKED, DEkfzaefggkkmmnopuuwygidWeRTMTp
|
Teacher: 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
Teacher: Now, understand the problem? If you are still confused, see the following example:
6 @ 17
Solution: 23
Reason: Here, '@' represents the addition operation. So, the answer is 23 (6+17=23).
Now, solve this instance: 8632 # 4596 # 5342 # 4723 @ 6104 # 265 # 8218 @ 3628
Student: | -4780 |
Instructions: 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.
Input: Sentence: Both are equal length so go for the {{ taller }} one .
Word: taller
Output: | JJR |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: The Golden Curry is located near Café Rouge in the riverside area with a customer rating of 1 out of 5. It is children friendly.
Student: | name[The Golden Curry], food[Italian], customer rating[1 out of 5], area[riverside], familyFriendly[yes], near[Café Rouge] |
Detailed Instructions: 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: most_eq { all_rows ; surface ; grass }, interpretation: select the rows whose us viewers ( in millions ) record is equal to 3.69 . the number of such rows is 2 .
A: | no |
TASK DEFINITION: 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: [-51, -2, -31, 6, -98, 37]
SOLUTION: 8
PROBLEM: [-28, -26, -60, 64, -18, 90, 91]
SOLUTION: 1
PROBLEM: [82, 2, -19, 74, 59, -68]
SOLUTION: | 8
|
Given the task definition, example input & output, solve the new input case.
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.
Example: [0,1,0,2,5,1]
Output: [2,5]
The only elements that are not duplicated is 2 and 5. This is a good example.
New input case for you: [2, 4, 5, 2, 0, 4]
Output: | [5, 0] |
TASK 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.
PROBLEM: The definitions of terms I used were a simplistic formulation of those found in texts, with differing points enhanced.
SOLUTION: Invalid
PROBLEM: If JC were here today, he would be branded a flaming liberal.
SOLUTION: Invalid
PROBLEM: From the view of the overall benefit to society as far as safety and economics, is is a better solution to put violent criminals to death.
SOLUTION: | Valid
|
instruction:
In this task you're given two statements in Marathi. You must judge whether the second sentence is the cause or effect of the first one. The sentences are separated by a newline character. Output either the word 'cause' or 'effect' .
question:
संघ गमावला.
त्यांचा सर्वोत्कृष्ट खेळाडू जखमी झाला.
answer:
cause
question:
सर्फरने लाट पकडली.
लाट तिला किना to्यावर घेऊन गेली.
answer:
effect
question:
रुग्णाने धोकादायक वैद्यकीय प्रक्रिया पार पाडली.
तज्ञांनी प्रक्रियेची शिफारस केली.
answer:
| cause
|
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.
[-29.576 -50.766 -20.629] | -50.766 |
Detailed 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...'.
Problem:Oh, I see. You thought that Kay was a person. There are people named Kay, but not in this place. There is a Kay that works at the piano place next door.
Solution: | Well, I don't want to buy a piano. |
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.
Let me give you an example: I want you now to imagine a wearable robot that gives you superhuman abilities, or another one that takes wheelchair users up standing and walking again.
The answer to this example can be: Želim da sada zamislite nosiv robot koji vam daje nadljudske sposobnosti, ili neki drugi koji omogučuje korisnicima invalidskih kolica da stoje i ponovno hodaju.
Here is why: The translation correctly preserves the characters in Croatian.
OK. solve this:
You know, perspective is one of these critically important life-coping strategies that mountain biking can really teach you.
Answer: | Znate, perspektiva je jedna od tih kritično važnih strategija životnog suočavanja o kojima vas brdski biciklizam može doista poučiti. |
TASK DEFINITION: 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.
PROBLEM: [237.768, 173.698, 202.552, 144.075, 116.375]
SOLUTION: [0.272 0.199 0.232 0.165 0.133]
PROBLEM: [17.011, 227.693, 182.857]
SOLUTION: [0.04 0.533 0.428]
PROBLEM: [-76.401, -70.941, -80.814, 135.637, 164.257, 16.853, 69.433, 133.951]
SOLUTION: | [-0.262 -0.243 -0.277 0.465 0.563 0.058 0.238 0.459]
|
Answer the following question: Generate a 2-star review (1 being lowest and 5 being highest) about an app with package ro.weednet.contactssync.
Answer: | Is working but it isn't showing any numbers |
[Q]: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms.
****
[A]: Hmm intrasting
[Q]: Generate a 4-star review (1 being lowest and 5 being highest) about an app with package org.evilsoft.pathfinder.reference.
****
[A]: Lovely little app Great pocket reference all class information is well grouped together. Does not currently have the ultimate occult book but that book is still very new. Would recommend for players and gm's alike.
[Q]: Generate a 3-star review (1 being lowest and 5 being highest) about an app with package org.isoron.uhabits.
****
[A]: 1.U can't delete a task if want to delete it. 2. There is no print option to printout a hard copy! Rest all features are Wonderful! Plz add these features once again !
[Q]: Generate a 1-star review (1 being lowest and 5 being highest) about an app with package net.pierrox.mcompass.
****
[A]: | Garbage Bla bla bla |
Q: 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.
I_JUMP I_JUMP
A: | jump and jump |
TASK DEFINITION: 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.
PROBLEM: password = J5EJViUio.9t2IqMHpG2On8YeBXAyJJlzUT4!MOonROgli
SOLUTION: 26
PROBLEM: password = LWhfnoJg2zaLAxYYM4fiyHewUNWNjyXO
SOLUTION: 12
PROBLEM: password = EoOmTwWHc7.K3MQwO2VKnCYRghyAp6kR
SOLUTION: | 12
|
Please answer this: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.google.android.gms.
++++++++
Answer: coc coc
Problem: Generate a 3-star review (1 being lowest and 5 being highest) about an app with package org.ppsspp.ppsspp.
A: Ok it only corrupted on of my save game files this time. Sorta relieved that it didn't corrupt 3 this time
Problem: Given the question: Generate a 1-star review (1 being lowest and 5 being highest) about an app with package com.opendoorstudios.ds4droid.
++++++++++++++++++++++++++++++++
The answer is:
Definition of trash Save your time and phone DO NOT GET THIS you'll end up getting a better one anyway. The moment you go to text a new emulator out this one goes and deletes all your saves so you can't keep playing if you decide you don't like the other one. I recommend EMU.NDS it's free and runs great on my Galaxy S6.
input question: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.fsck.k9.???
output answer: Thanks for fixing bugs and zoom from last update!!! Back to great.
Generate a 5-star review (1 being lowest and 5 being highest) about an app with package org.ppsspp.ppsspp.
----
Answer: Supper plc download it ------------------------
Q: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package de.ph1b.audiobook.
A: | Its convenient Simple and well suited to audiobooks |
Instructions: 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.
Input: [169, 944, 562, 490, 19, 332, 338, 34, 389, 651, 263]
Output: | [19, 389, 263] |
Teacher: 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'.
Teacher: Now, understand the problem? If you are still confused, see the following example:
twotwoonesixzeronine
Solution: 221609
Reason: The string is properly converted into a number based on the spelling of each digit. The string started with 'twotwo' therefore the number also started with '22'. This is a good example.
Now, solve this instance: fourfivesevenoneseventhreeone
Student: | 4571731 |
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.
Context: 'Gosh, that's a bg favor because I need the firewood. I will give you all of the firewood if you will give me all of the food. How's that?' 'Fair enough! Thank you! I would really appreciate any extra water that you have too?' 'I need some water...I'll give you two of mine so that I can hang on to one.Is that okay with you?'
Utterance: 'Yes, that works! Thank you! Where are you heading out to camp?'
No
Context: 'Good! How are you? Ready to go camping?' 'I'm doing well. I can't wait to go camping' 'I am usually not much of a camper! I will start with an offer if that is ok with you.'
Utterance: 'sure'
No
Context: 'Hi we would like you to consider giving us all of the rations for the trip.' 'hello, that could be a good idea, but I think I need more rations' 'How important are they to you? We would like to get a good mix, preferably more food.'
Utterance: 'I need more food and water, you see I am diabetic, I need to eat many small meals'
| Yes
|
Instructions: 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.
Input: UDHhbRc, qGBHhbAeY
Output: | UDbhhRc, qGBbhhAeY |
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.
Input: password = U1VQUacVU62rYOwNeGRtAIEo
Output: | 4 |
Definition: 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.
Input: [-86, 67, 56, 9]
Output: | 11 |
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.
Example input: [0,1,0,2,5,1]
Example output: [2,5]
Example explanation: The only elements that are not duplicated is 2 and 5. This is a good example.
Q: [3, 5, 2, 2, 5, 2, 0, 7, 2]
A: | [3, 0, 7] |
Detailed Instructions: 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.
Problem:[6, 5, 9, 5, 2, 2, 6, 2] , [3, 8, 6, 4, 4, 10, 3, 2]
Solution: | [2, 6] |
You will be given a definition of a task first, then some input of the task.
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
The site collects your website activities for an unspecified purpose. Collection happens in an unspecified way.
Output: | Unspecified |
Given a sentence in Korean, provide an equivalent paraphrased translation in French that retains the same meaning both through the translation and the paraphrase.
그는 Assam Football Association의 회장과 Assam Sports Council의 회장으로 여러 차례 선출되었으며, Assam Cricket Association의 부회장이기도했습니다. | Il a été élu président de l'Association de football d'Assam et du Conseil des sports d'Assam pour plusieurs mandats. il était également vice-président de l'Association de cricket d'Assam. |
Detailed Instructions: 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.
See one example below:
Problem: bYubMFxyTqR, AcDbMFxSnI
Solution: bYubfmxyTqR, AcDbfmxSnI
Explanation: Here, 'bMFx' is the longest common substring in both the input strings 'bYubMFxyTqR' and 'AcDbMFxSnI'. Sorting it and converting to lowercase gives 'bfmx'. Replacing 'bfmx' instead of 'bMFx' in the two strings gives 'bYubfmxyTqR' and 'AcDbfmxSnI'
Problem: whkzGQWShU, BOkzGQKh
Solution: | whgkqzWShU, BOgkqzKh |
You will be given a definition of a task first, then some input of the task.
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
An unnamed third party does collect on the first party website or app your location information for marketing purposes.
Output: | Marketing |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: Command: eq { count { filter_eq { all_rows ; original air date ; april } } ; 2 }, interpretation: select the rows whose original air date record fuzzily matches to april . the number of such rows is 2 .
Student: | yes |
Detailed 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.
Q: x = 7, equation weights = [7, 8, 5]
A: | 404 |
Instructions: 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.
Input: জনগণের বিনা ভোটের অশিক্ষিত মন্ত্রী সংসদ সদস্য হয়ে চেয়ার দখলে বসে আছে, তাদের মুখের ডায়লগ এমনি হবে।।
Output: | non-religious |
input: Please answer the following: Generate a 3-star review (1 being lowest and 5 being highest) about an app with package com.google.android.marvin.talkback.
++++++++++
output: It's quit useful... But within 30 min it gets suspended on my vivo v5
input: Please answer the following: Generate a 1-star review (1 being lowest and 5 being highest) about an app with package de.mangelow.network.
++++++++++
output: Honor 4x Force close the app help
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: raja
input: Please answer the following: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package com.frostwire.android.
++++++++++
output: | Love it😍🐇💙❤💜 |
Subsets and Splits