prompt
stringlengths 50
14.7k
| response
stringlengths 1
3.54k
|
---|---|
Given the task definition, example input & output, solve the new input case.
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'.
Example: twotwoonesixzeronine
Output: 221609
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.
New input case for you: threeseventhreesixsevensixsixfoureightthree
Output: | 3736766483 |
Detailed 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.
See one example below:
Problem: Sentence: Those things ended up being a windsheild washer fluid tank {{ ( }} 1 screw ) and the air filter canister ( 4 spring clips ) .
Word: (
Solution: -LRB-
Explanation: "(" is the symbol for Left Parantheses (-LRB-).
Problem: Sentence: " I do not feel it has changed the US citizens which is what was needed , even now the majority want " Gas " despite the fact they are polluting the world more than any other country in the world and refuse to stop , perhaps this natural disaster , which let 's face it looks like a product of Global Warming , will change their views , why not pick things up with your hands and walk with your legs , other people in the world do it , " Gas {{ " }} is not the be all and end all ! "
Word: "
Solution: | '' |
You will be given a definition of a task first, then some input of the task.
In this task, you are given a premise, a hypothesis, and an update. The premise sentence describes a real-world situation and is always assumed to be true. The hypothesis sentence describes an assumption or inference that you might make about that situation having read the premise. The update provides additional information about the situation that might weaken or strengthen the hypothesis. A weakener is a statement that weakens the hypothesis, that is, it makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis, that is, it makes you much more likely to believe the hypothesis is true. Your task is to answer with 'strengthener' or 'weakener' if the update strengthens or weakens the hypothesis, respectively.
Premise: A man in a baseball cap playing a black acoustic guitar.
Hypothesis: A male musician in a baseball cap playing on his black acoustic guitar as other give him money on a street corner.
Update: Passersby clapped enthusiastically as the music continued and then placed dollar bills in his open guitar case on the sidewalk.
Output: | strengthener |
In this task, you will be shown a sentence, and you should determine whether it is overruling or non-overruling. In law, an overruling sentence is a statement that nullifies a previous case decision as a precedent by a constitutionally valid statute or a decision by the same or higher ranking court which establishes a different rule on the point of law involved. Classify your answers into overruling or non-overruling
Example input: 876 f.3d at 1306.
Example output: non-overruling
Example explanation: It's a good example. This sentence doesn't overrule any law, So it's non-overruling.
Q: more importantly, a sufficient factual basis exists here because mccoy stipulated he ""was a member of a conspiracy with others, in gaston county . . . to distribute and to possess with intent to distribute cocaine base, commonly known as 'crack cocaine.'""
A: | non-overruling |
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 Q]: I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_LOOK I_LOOK I_LOOK
[EX A]: look thrice after look around left thrice
[EX Q]: I_TURN_LEFT I_JUMP I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK
[EX A]: jump left and look around left thrice
[EX Q]: I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK
[EX A]: | look around right thrice after turn opposite left thrice
|
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.
Input: password = gQmr
Output: | 2 |
Convert a disfluent question to a proper question. A disfluent question is a question that has some interruptions in it while framing. A proper question is the correct form of the question without any disfluency.
In what year did John D. Rockefeller err rather Robert Harper become the first president of the University?
In what year did Robert Harper become the first president of the University?
What percentage of educational services no of students enroll in public primary school in the Philippines?
What percentage of students enroll in public primary school in the Philippines?
What was the accepted length of the Rhine prior to 20210 sorry uh 1932?
| What was the accepted length of the Rhine prior to 1932?
|
Definition: Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.
Input: Tweet: Dziś w \"Raporcie\" pytamy: Czy Patryk Jaki wygra wybory na prezydenta Warszawy? , Question: Does the tweet contain cyberbullying (harmful) content?
Output: | No |
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: " The black race is the people through which the devil has always been able to bring evil unto the earth {{ , }} " Jeffs has said as cited by the Southern Poverty Law Center 's " Intelligence Report . "
Word: ,
Output: | , |
In this task you will be given an arithmetic operation in Italian and you have to find its answer. The operations 'addition' and 'subtraction' have been replaced with their italian translations i.e you need to perform addition when you see 'aggiunta' and subtraction in case of 'sottrazione'.
7673 sottrazione 3408 aggiunta 8438 aggiunta 4877 sottrazione 6170 aggiunta 1974 aggiunta 4632 aggiunta 4871
22887
1787 sottrazione 106 aggiunta 4046 sottrazione 5318 sottrazione 1290 aggiunta 9920 sottrazione 4594
4445
329 aggiunta 1151 aggiunta 4495
| 5975
|
Given the task definition and input, reply with output. In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
[377, 756, 699, 901, 993, 191, 907, 461, 437, 523, 953, 937, 434, 379, 73, 896, 871]
| [191, 907, 461, 523, 953, 937, 379, 73] |
Suggest a movie title for the following movie plot: Uzak tells the story of Yusuf (Mehmet Emin Toprak), a young factory worker who loses his job and travels to Istanbul to stay with his relative Mahmut (Muzaffer Ãzdemir) while looking for a job. Mahmut is a relatively wealthy and intellectual photographer, whereas Yusuf is almost illiterate, uneducated, and unsophisticated. The two do not get along well. Yusuf assumes that he will easily find work as a sailor, but there are no jobs, and he has no sense of direction or energy. Meanwhile, Mahmut, despite his wealth, is aimless too: his job, which consists of photographing tiles, is dull and inartistic, he can barely express emotions towards his ex-wife or his lover, and while he pretends to enjoy intellectual filmmakers like Andrei Tarkovsky, he switches channels to watch porn as soon as Yusuf leaves the room. Mahmut attempts to bond with Yusuf and recapture his love of art by taking him on a drive to photograph the beautiful Turkish countryside, but the attempt is a failure on both counts. At the end of the film, Yusuf leaves without telling Mahmut, who is left to sit by the docks, watching the ships on his own.
| Distant |
Definition: In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list.
Input: ['k', '21']
Output: | 1, 2 |
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: Like all energy, gravitational potential energy has the ability to do work.
Question: What happens after gravitational potential energy does work?
Category: Event Ordering.
Solution: | Yes. |
Paraphrase the given questions to have different wording. Your paraphrased questions should have the same answer as the original question. Try to change the sentence as much as possible using synonyms and/or rearranging the structure of the sentence. The questions are in three domains: presidents, national parks, and dogs. Each question has a keyword indicating its domain. Keywords are "this national park", "this dog breed", and "this president", which will be replaced with the name of an actual president, a national park, or a breed of dog. Hence, in paraphrasing, this keyword should also be used the same way. Do not write questions that compare or involve multiple domains. Do not write open-ended or subjective questions (e.g., questions that can be answered differently by different people.) Make your questions specific and concrete. Your question should have the same type of answer as the original question(e.g., if the question is extractive, the paraphrased question should be extractive as well.)
Q: What is the natural tail length of this dog breed?
A: | How long is the un-docked tail of this dog breed? |
Given the task definition and input, reply with output. In this task, you are given a list of integers. You need to find the median of the list of integers and return that as the output. The median is the middle value in the list of numbers such that half of the elements are less than the median and the other half of elements are greater than the median.
[131, 493, 154, 269, 200, 23, 110, 441, 133, 376, 129, 339, 357, 344, 319, 448, 10, 235, 142, 201, 56, 77, 145, 413, 248]
| 201 |
Teacher:In this task, you are given a date in "dd/mm/yyyy" format. You need to check if the date is valid or not. Return 1 if it is valid, else return 0. A date is valid if the components day("dd"), month("mm") and year("yyyy") are all valid individually. A day(dd) is valid if it: a) lies between 1 and 31 for the months of January, March, May, July, August, October, December, b) lies between 1 and 28 for February on non-leap years and between 1-29 on leap years, c) lies between 1-30 for all other months. A month(mm) is valid if it lies in the range from 1 to 12 as there are 12 months in a year. A year is always valid if it is expressed in the form of "yyyy".
Teacher: Now, understand the problem? Solve this instance: 17/15/1786
Student: | 0 |
Detailed Instructions: In this task, you are given a string with unique characters in it and you need to return the character from the string which has the maximum ASCII value. ASCII stands for American Standard Code For Information Interchange and It assigns a unique number to each character. The characters [a - z] have an ASCII range of 97-122 and [A-Z] have an ASCII range of 65-90 respectively.
Q: KvyZXM
A: | y |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
[1,3,5]
Solution: 3.000
Why? The mean of the input list is (1+3+5)/3, which equals 3. This is a good example.
New input: [192.529, -67.249, 123.707, 41.987, 11.587, 202.189, 12.989]
Solution: | 73.963 |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: Sentence: Jerry swims in circles until Tom's head has done a 360 , and is then grabbed again .
Question: Is Jerry still swimming in circles?
Category: Transient v. Stationary.
Student: | Yes. |
TASK DEFINITION: In this task, you are given the name of an Indian food dish. You need to classify the dish as "sweet" or "spicy".
PROBLEM: Palak paneer
SOLUTION: spicy
PROBLEM: Chevdo
SOLUTION: spicy
PROBLEM: Chikki
SOLUTION: | sweet
|
Detailed Instructions: 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.
See one example below:
Problem: I_TURN_LEFT I_JUMP
Solution: jump left
Explanation: If the agent turned to the left and jumped, then the agent jumped to the left.
Problem: I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
Solution: | look around left and run left thrice |
You will be given a definition of a task first, then some input of the task.
You will be asked how to do a certain task. You should describe a physical process that does not lead to the asked outcome, yet it is closely related to it (i.e., it should use the words that are provided in the input). The physical process can be moving something, arranging something in a certain way, mixing things, shaking them, etc. To make sure that the generated process does not lead to the asked outcome, you can introduce objects or events unrelated to the context of the question e.g. 'cleaning the keyboard by making an elephant sit on them'; or you can create contradictory statements e.g. 'drying wet keyboards with running water'. In your responses, avoid typos and misspellings.
To make a bamboo trellis frame
Output: | Lay out the bamboo in a square, and tie jute string in an over and under fashion very loosely so that the sticks were pulling against one another. Then tie the end of the string to the beginning in a knot that is secure. Do this for two corners. |
In this task, you're given text messages in natural language. Your task is to classify those text messages based on their content into two classes: (1) Spam and (2) Ham messages. If the content of the given message is irrelevant to the receiver or is equally relevant to many other potential recipients then it must be labeled as ‘spam’, otherwise, it should be labeled as ‘ham’.
Sindu got job in birla soft .. | ham |
Q: In this task, you will be given a debate topic, along with a sentence from the debate. You should classify the given sentence and choose the type of that sentence. Possible types are explained below.
Policy: This refers to a sentence proposing a specific course of action to be taken. It typically contains modal verbs like "should" and "ought to". It cannot be directly proved with objective evidence, and a proper type of support is a logical reason from which the proposition can be inferred.
Value: This refers to a sentence containing value judgments without making specific claims about what should be done (If so, then it is a Policy sentence.). Because of the subjectivity of value judgments, it cannot be proved directly with objective evidence.
Fact: This refers to an objective proposition expressing or dealing with facts or conditions as perceived without distortion by personal feelings, prejudices, or interpretations. A Fact sentence has a truth value that can be verified with objective evidence that may be available at the time the claim is made; predictions about future are considered unverifiable.
Testimony: This refers to an objective sentence about the author's personal state or experience. Evidence for Testimony is not publicly available in most cases.
topic: University isn't useful compared to college as it is merely theoretical rather than practical
sentence: (Ie: Law, Medicine, Business, etc) It depends upon the field, as to whether one should attend college or university."
A: | Value |
instruction:
Given a simple high-school level math question, you are required to solve it and provide the final answer. The final answer is always a single number. These questions can range from a variety of topics like simple arithmetic, solving equations, converting a quantity from one unit to another, finding remainders/GCD/LCM, finding probabilities etc. Each question has only one correct answer. This answer can be a positive or negative integer, a fraction or a decimal number. If the answer is a negative number use the hyphen (e.g. -42) symbol for the minus sign. For decimal numbers, do not add extra zeros after the decimal point. For fractional numbers, separate the numerator and denominator using a forward slash (e.g. 3/25).
question:
Two letters picked without replacement from dmmkpmkkkmmdqqkmpd. What is prob of picking 2 p?
answer:
1/153
question:
Let w = -31583/220 - -1550/11. What is the common denominator of -97/10 and w?
answer:
20
question:
Four letters picked without replacement from qrqqsrsqskrqqkrqks. Give prob of picking 4 q.
answer:
| 7/612
|
In this task your given two statements in Swahili. You must judge whether the second sentence is the cause or effect of the first one. Label the instances as "cause" or "effect" based on your judgment. The sentences are separated by a newline character.
Jengo karibu na ofisi yangu ilikuwa linajengwa.
Ofisi yangu ilikuwa na kelele. | effect |
In this task, you are given a country name, and you need to return the country's surface area in terms of square kilometers. Up to two decimal places are allowed in your answer.
Japan | 377829.00 |
TASK DEFINITION: Given a sentence in Korean, provide an equivalent paraphrased translation in French that retains the same meaning both through the translation and the paraphrase.
PROBLEM: 포함 된 12 개의 이야기 중 6 개는 저자의 첫 번째 소장품 인 "저녁 뉴스"에 이미 실 렸습니다.
SOLUTION: Sur les douze histoires incluses, six avaient déjà été publiées dans le premier recueil de l'auteur, «The Evening News».
PROBLEM: 베일리는 헨리 콜 (Breakheart Hill)의 관리인으로 대체되었습니다.
SOLUTION: Bailey a été remplacé par Henry Cole en tant que gardien de Breakheart Hill.
PROBLEM: Chris Egan (Nick Smith)은 Summer Bay의 가족과 함께 자리를 잡았고 Duncan과 Duncan은 빨리 친구가되어 다양한 위기에 처하게되었습니다.
SOLUTION: | Nick Smith (Chris Egan) s’installe à Summer Bay avec sa famille et lui et Duncan deviennent rapidement amis et se retrouvent dans des situations difficiles.
|
Teacher:Given a sentence in Japanese, provide an equivalent paraphrased translation in Chinese that retains the same meaning both through the translation and the paraphrase.
Teacher: Now, understand the problem? Solve this instance: フェルマー点の等力共役点は等角点であり、その逆も成り立ちます。
Student: | 费马点的等幂共轭是正交点,反之亦然。 |
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 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.
[72, 94, 50]
Output: | 22 |
Given a sentence in the Central Khmer, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is.
រដ្ឋាភិបាលបណ្តោះអាសន្នចម្រុះអាយស៊ីឡែនដែលទើបបង្កើតថ្មីនឹងចូលកាន់តំណែងនៅថ្ងៃនេះ យោងតាមមេដឹកនាំចម្រុះ។
アイスランドの新連立暫定政権は今日始動すると連立政権リーダーは言う。
គេបានដកស្រង់យកសំដីបារីណេលសិន អ្នកដឹកនំាស្វ័តឌ្រន និងអអែហហ្វអេ (ផ្សាយក្នុងពត៌មានប៊ីប៊ីស៊ី)ថា "វិធីដែលល្អបំផុតក្នុងការពណ៌នាព្រឹត្តិការណ័នេះគឺវាជាព្រឹត្តិការណ៍ មិនធម្មតាមួយ"។
英空軍の戦隊のリーダー、バリー・ニルソンは「それは普通ではないですし、おそらくそのことを描写するにはそう言うのが最も良いでしょう」と述べた、とBBCニュースにより伝えられた。
គាត់ធ្លាប់ជានាយកសិល្បៈនៃរបាំបាឡេជាតិកាណាដាអស់រយៈពេល 24 ឆ្នាំ។
| 彼女は24年にわたりカナダ国立バレエ団の芸術監督でした。
|
Given the task definition and input, reply with output. Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'.
Tweet: @anonymized_account @anonymized_account A kurwa tt 2 mln , Question: Does the tweet contain cyberbullying (harmful) content?
| No |
Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random.
Concept: catfish, Relatum: silent.
attri
Concept: cottage, Relatum: dirty.
attri
Concept: bowl, Relatum: empty.
| attri
|
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.
Ex Input:
Dominica
Ex Output:
Republic
Ex Input:
Russian Federation
Ex Output:
Federal Republic
Ex Input:
Wallis and Futuna
Ex Output:
| Nonmetropolitan Territory of France
|
Teacher: Given an entity, a before event, an after event, and an attribute related to the entity, generate a sentence as output. Your sentence should show the changes in the attribute of the entity.
Teacher: Now, understand the problem? If you are still confused, see the following example:
entity: arm
before: free
after: grasped
attr: state
Solution: state of arm was free before and grasped afterwards
Reason: The attribute state of the entity arm was free before and afterwards it was grasped hence the output.
Now, solve this instance: entity: budgie
before: untrained
after: trained
attr: knowledge
Student: | knowledge of budgie was untrained before and trained afterwards |
Given a premise and two alternatives in Gujarati, choose the alternative that is either a plausible cause or effect of the situation described by the premise. The premise is the 'નિવેદન' field and the alternatives are the 'વિકલ્પA' and 'વિકલ્પB' fields.The output should either be "વિકલ્પ A" or "વિકલ્પ B" based on your judgment.
Input: Consider Input: નિવેદન: માણસને તેની કરિયાણામાં છૂટ મળી.
વિકલ્પ A: તેણે કેશિયરને શુભેચ્છા પાઠવી.
વિકલ્પ B: તેણે કૂપનનો ઉપયોગ કર્યો.
Output: વિકલ્પ B
Input: Consider Input: નિવેદન: ડીજેએ સંગીત ચાલુ કર્યું.
વિકલ્પ A: લોકો પાર્ટી છોડી ગયા.
વિકલ્પ B: લોકો નાચવા લાગ્યા.
Output: વિકલ્પ B
Input: Consider Input: નિવેદન: વાંદલોએ બારી પર એક પત્થર ફેંકી દીધો.
વિકલ્પ A: બારી તિરાડ પડી.
વિકલ્પ B: વિંડો ફોગ થઈ ગઈ.
| Output: વિકલ્પ A
|
You are given an original reference as well as a system generated reference. Your task is to judge the naturaleness of the system generated reference. If the utterance could have been produced by a native speaker output 1, else output 0.
System Reference: where is it near?
Original Reference: where is it close by?. | 1 |
Part 1. Definition
Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random.
Part 2. Example
Concept: alligator, Relatum: lizard.
Answer: coord
Explanation: Alligator and lizard belong to the same semantic class of reptiles, so the relation is coordinate.
Part 3. Exercise
Concept: cat, Relatum: youth.
Answer: | random |
Given the task definition and input, reply with output. Given an input stream, the objective of this task is to classify whether words in the stream are grammatically correct or not. The input to this task is a stream of words, possibly from captions generated by a speech-to-text engine, and the output is a classification of each word from the labels (reason) = [NO_DIFF (correct), CASE_DIFF (case error), PUNCUATION_DIFF (punctuation error), CASE_AND_PUNCUATION_DIFF (both case and punctuation error), STEM_BASED_DIFF (stem word error), DIGIT_DIFF (digit error), INTRAWORD_PUNC_DIFF (intra-word punctuation error), and UNKNOWN_TYPE_DIFF (an error that does not corrrespond to the previous categories)].
['[Music]', '[Applause]', '[Music]', '[Music]', '[Music]', '[Music]', '[Music]', '[Music]', '[Applause]']
| ['NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF', 'NO_DIFF'] |
You will be given a definition of a task first, then some input of the task.
In this task, you are given music product reviews in French 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.
Plus de douceur mais un peu moins de tubes... . Let's talk about love est aux années 80 ce que Victory est aux années 2000 pour Modern Talking, c'est à dire les 2 albums les plus doux et différents des autres albums de leur carrière. Ici ils échangent la ribanbelle de tubes habituelle contre un calme et une douceur inhabituelle : ce qui est inévitable quand on prend l'habitude de sortir 20 titres par an pendant 8 ans. Ce qui n'empêche pas de trouver ici des presques tubes comme With a little love ou Just like an angel et de très jolies chansons comme Don't give up, la chanson-titre Let's talk about love sans oublier le tube Cheri Cheri lady. Mais dans leur période années 80, on aurait tendance à leur préférer les albums 1 3 et 5 (The first album - Ready for romance - Romantic warriors) qui sont nettement plus énergiques.
Output: | NEG |
In this task you will be given a list of integers. You should round each integer to the nearest tens place. That means you should round the number to the nearest multiple of 10.
[345, -881, 894, -181, -193, -965, 311, -142, -560, -294, 726, -506, 77]
[340, -880, 890, -180, -190, -960, 310, -140, -560, -290, 730, -510, 80]
[-602, 18, 744, 677, 315, 244, -602, -159, 762, 201, 68, -729, 826, -557, -278]
[-600, 20, 740, 680, 320, 240, -600, -160, 760, 200, 70, -730, 830, -560, -280]
[64, 687, 549, -547, 274, 231, 997, 55, -600, -535, -263, -895, -558, -923]
| [60, 690, 550, -550, 270, 230, 1000, 60, -600, -540, -260, -900, -560, -920]
|
Teacher:We would like you to classify each of the following sets of argument pairs (discussing Gay Marriage) into either SIMILAR or NOT SIMILAR. A pair of arguments is considered SIMILAR if the arguments are about the same FACET (making the same argument), and is considered NOT SIMILAR if they do not have the same FACET. A FACET is a low level issue that often reoccurs in many arguments in support of the author's stance or in attacking the other author's position.
Teacher: Now, understand the problem? Solve this instance: Sent1: I'm not gay but I believe they should be aloud to marry however if it is not in the religion for gays to we'd then they should respect that.
Sent2: BUT keep in mind I'm not saying that gays should be allowed to get married in every church - No church should have to do anything they don't believe in (thats why we are allowed to have different faiths) .
Student: | Similar |
Teacher: Given news headlines, an edited word and funniness labels. The original sentence has word with the given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Your task is to generate answer "Yes" if an edited sentence matches funniness label, otherwise generate answer "No".
Teacher: Now, understand the problem? If you are still confused, see the following example:
News Headline: Top Senate Democrat promises fight to {block} Trump high court pick.
Edit: gift
Label: Not Funny
Solution: Yes
Reason: The funniness label is Not Funny because an edited sentence is not making much sense.
Now, solve this instance: News Headline: California deputy attorney general charged with possession of {child} porn
Edit: donkey
Label: Funny
Student: | Yes |
Q: 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.
[6, 7, 8, 8, 8] , [7, 7, 6, 7, 7]
A: | [6, 7] |
Definition: In this task, you will be given a debate topic, along with a sentence from the debate. You should classify the given sentence and choose the type of that sentence. Possible types are explained below.
Policy: This refers to a sentence proposing a specific course of action to be taken. It typically contains modal verbs like "should" and "ought to". It cannot be directly proved with objective evidence, and a proper type of support is a logical reason from which the proposition can be inferred.
Value: This refers to a sentence containing value judgments without making specific claims about what should be done (If so, then it is a Policy sentence.). Because of the subjectivity of value judgments, it cannot be proved directly with objective evidence.
Fact: This refers to an objective proposition expressing or dealing with facts or conditions as perceived without distortion by personal feelings, prejudices, or interpretations. A Fact sentence has a truth value that can be verified with objective evidence that may be available at the time the claim is made; predictions about future are considered unverifiable.
Testimony: This refers to an objective sentence about the author's personal state or experience. Evidence for Testimony is not publicly available in most cases.
Input: topic: Was Lee Harvey Oswald a lone gunman
sentence: The Warren Commission's hypothesis was that: one bullet hit a bystander;
one bullet caused President Kennedy"s fatal head wound;
and one bullet caused all of Kennedy"s and Connally"s non"fatal wounds by entering Kennedy"s back, exiting through his throat, entering Connally"s back, exiting his chest, passing through his right wrist, and lodging itself in his left thigh: developing the single"bullet theory; which defied all known bullet mechanics.
Output: | Fact |
Detailed Instructions: In this task, you are given two questions about a domain. Your task is to combine the main subjects of the questions to write a new, natural-sounding question. For example, if the first question is about the tallness of the president and the second question is about his performance at college, the new question can be about his tallness at college. Try to find the main idea of each question, then combine them; you can use different words or make the subjects negative (i.e., ask about shortness instead of tallness) to combine the subjects. The questions are in three domains: presidents, national parks, and dogs. Each question has a keyword indicating its domain. Keywords are "this national park", "this dog breed", and "this president", which will be replaced with the name of an actual president, a national park, or a breed of dog. Hence, in the new question, this keyword should also be used the same way. Do not write unnatural questions. (i.e., would not be a question someone might normally ask about domains). Do not write open-ended or subjective questions. (e.g., questions that can be answered differently by different people.) If you couldn't find the answer to your question from a single Google search, try to write a different question. You do not have to stick with the original question word for word, but you should try to create a question that combines the main subjects of the question.
Q: Does this dog breed get along with other small animals? Does this dog breed do well without a yard?
A: | Does this dog breed get along with small animals or do well without a yard? |
In this task you need to give reasons to justify the pronoun coreference relations. Each of the provided inputs contains a sentence with a target pronoun and a question about how to justify the coreference between a noun phrase and the target pronoun. Good practices involve the discussion about how the descriptions attached to the targeted pronoun relate to the noun phrase candidate in the question. The reasoning could come from one or multiple following knowledge types about commonsense: First: 'Property', the knowledge about property of objects (e.g., ice is cold). Second: 'Object', the knowledge about objects (e.g., cats have ears). Third: 'Eventuality', the knowledge about eventuality (e.g., 'wake up' happens before 'open eyes'). Forth: 'Spatial', the knowledge about spatial position (e.g., object at the back can be blocked). Fifth: 'Quantity', the knowledge about numbers (e.g., 2 is smaller than 10). Sixth: all other knowledge if above ones are not suitable. Write the sentence in natural language.
Example Input: Sentence: In July, Kamtchatka declared war on Yakutsk. Since Yakutsk's army was much better equipped and ten times larger, they were victorious within weeks.
Question: Why does the 'they' refer to yakutsk?
Example Output: Because Since Yakutsk's army was much better equipped and ten times larger, they were victorious within weeks but July, Kamtchatka declared war on Yakutsk.
Example Input: Sentence: Sam's drawing was hung just above Tina's and it did look much better with another one below it.
Question: Why does the 'it' refer to sam's drawing?
Example Output: Because Sam's drawing is the one that has a drawing below it.
Example Input: Sentence: We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply too many of them .
Question: Why does the 'them' refer to chairs?
Example Output: | Because too many chairs would make it hard for us to put newspaper with matched amount.
|
Detailed Instructions: In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3].
See one example below:
Problem: [-4, 7, 3]
Solution: [1.5, 5]
Explanation: To create the answer, we should first calculate the average of -4 and 7, that is: (-4 + 7 ) / 2 = 1.5, so the first element of the answer is 1.5. Then, we need to calculate the average of 7 and 3, that is: 5. So the second element of the answer is 5.
Problem: [10, 6, 14, 40]
Solution: | [8.0, 10.0, 27.0] |
Detailed Instructions: In this task, you are given a string with unique characters in it and you need to return the character from the string which has the maximum ASCII value. ASCII stands for American Standard Code For Information Interchange and It assigns a unique number to each character. The characters [a - z] have an ASCII range of 97-122 and [A-Z] have an ASCII range of 65-90 respectively.
Q: HBNbeVCjofkvsYuDU
A: | v |
In medical studies, treatments are tested within a group of study participants. To determine if a new treatment works, various outcomes are measured in the people who take part in the study. You will be given a sentence of a study report in which your task is to list the phrases that give information about the outcomes of the study. You should list the phrases in the same order that they appear in the text, separated by commas. If no information about the outcome is mentioned, just answer with: "not found".
Outcomes contain: outcomes measured in patients: like blood sugar,
outcomes regarding the intervention: like effectiveness, costs
the score on a medical test or questionnaire,
positive or negative events in the patient groups: like quitting smoking, or adverse reactions.
Do not mention numbers or results, interpretations of outcomes, outcome mentions without relevant information.
Inverse Effect of Fluoxetine on Medial Prefrontal Cortex Activation During Reward Reversal in ADHD and Autism . | not found |
instruction:
In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'.
question:
Tweet: Diego Pérez de los Cobos respon a les preguntes de les defenses: El cos de Mossos sí que va acudir a totes les reunions convocades per Fiscalia o les convocades per mi. Però no sempre hi va ser present el major Trapero https://t.co/pePpntSCxi #JudiciTV3CatRàdio https://t.co/QVIGqbPmdr
answer:
Neutral
question:
Tweet: El sistema judicial espanyol està essent criticat continuament dins i fora les fronteres de l’estat, però segur que tots s’equivoquen. #shameONspanishjustice
answer:
Favor
question:
Tweet: Romeva: La majoria de les acusacions relacionades amb la malversació estan relacionades amb conferències. Com pot ser il·lícit fer una conferència al Parlament Europeu? #judici1O
answer:
| Favor
|
Given the task definition and input, reply with output. In this task, you are given a country name and you need to return the barcode prefix of the given country. A barcode prefix is a 3-digit number at the begining of all the barcodes on products from a company or country. Some countries have ranges of barcode prefixes such as, 730 - 739; in such a case, a number from within that range will be considered as a valid output.
Czech Republic
| 859 |
Please answer this: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package net.sourceforge.opencamera.
++++++++
Answer: Very good but... Very good camera app with lots of customization settings. The only bug i noticed is that when i select """"""""""""""""iso HJR"""""""""""""""" photos are nothing but total black. Fix this pls. LG G2 D800""
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: Wow it is wonderful
Please answer this: Generate a 3-star review (1 being lowest and 5 being highest) about an app with package com.mill_e.twitterwrapper.
++++++++
Answer: | Ads This app is on F-Droid as well as here. Apps on F-Droid are supposed to be free open source and ad free. Twidere is much better. |
Given the task definition, example input & output, solve the new input case.
Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity).
Example: Entity 1: plant
Entity 2: leaf
Output: yes
The answer is correct. Because the leaf is part of the plant. Therefore, here leaf is meronym and the plant is holonym.
New input case for you: Entity 1: companion cell
Entity 2: larval stage
Output: | no |
Instructions: Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true.
Input: Il nome di un numero di telefono è per tenersi in contatto con qualcuno.
Output: | Imparare un numero di telefono è per mantenere in contatto con qualcuno. |
TASK DEFINITION: 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.
PROBLEM: 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_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN
SOLUTION: run around right thrice and run around left thrice
PROBLEM: I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_RIGHT I_LOOK I_TURN_LEFT I_LOOK
SOLUTION: look around right thrice and look left
PROBLEM: I_RUN I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK I_TURN_RIGHT I_WALK
SOLUTION: | run and walk around right thrice
|
Teacher:In this task, you have given an input which is agent's reply, based on that you have to identify what will be users' command for that reply. The user generally asks a question related to event scheduling or information of the scheduled events. Agent reply based on the available information or do the task as per user command.
Teacher: Now, understand the problem? Solve this instance: The humidity is 0.00% right now.
Student: | What is the humidity in canton michigan? |
You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option .
Statement: <MASK> has not yet claimed an exclusive economic zone, although it is entitled to do so, as per UNCLOS 1982 as well as customary international law. The reason for its inaction is the direct Turkish threat of casus belli.
Option A: Turkish
Option B: France
Option C: Russia
Option D: Greece | Greece |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_RUN I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK
Student: | run around left twice and walk left thrice |
In this task, you are given a sentence in the Bulgarian language. Your task is to convert it to Greek language.
[EX Q]: Лактоза: пациентите с редки вродени проблеми на галактозна непоносимост, lapp лактозна недостатъчност или глюкозо- галактозна малабсорция не трябва да приемат този лекарствен продукт.
[EX A]: Λακτόζη: ασθενείς με σπάνια κληρονομικά προβλήματα δυσανεξίας στη γαλακτόζη, ανεπάρκεια λακτάσης lapp ή δυσαπορρόφηση γλυκόζης- γαλακτόζης δεν πρέπει να παίρνουν αυτό το φαρμακευτικό προϊόν.
[EX Q]: Абсолютната перорална бионаличност при таблетната форма е 87%.
[EX A]: Η απόλυτη βιοδιαθεσιμότητα μετά από τη λήψη δισκίων από το στόμα είναι 87%.
[EX Q]: При появата на признаци и симптоми на тардивна дискинезия при пациенти на лечение с ABILIFY, трябва да се обмисли възможността за намаляване на дозата или прекратяване на лечението.
[EX A]: | Αν κάποιος ασθενής παρουσιάσει σημεία και συμπτώματα όψιμης δυσκινησίας ενώ λαμβάνει θεραπεία με ABILIFY, πρέπει να εξετασθεί η μείωση της δόσης ή και η διακοπή της λήψης.
|
TASK DEFINITION: This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.
PROBLEM: David Raine was previously in Doncaster Rovers club.
SOLUTION: [['David Raine', 'PREVIOUS_CLUB', 'Doncaster Rovers']]
PROBLEM: When 11:40:26 is the time (utc) km (mi is the depth.
SOLUTION: [['11:40:26', 'DEPTH', 'km (mi)']]
PROBLEM: The College of William and Mary is owned by Alan B. Miller Hall in Williamsburg, Virginia. It was designed by Robert A.M. Stern.
SOLUTION: | [['Alan B. Miller Hall', 'OWNER', 'College of William & Mary'], ['Alan B. Miller Hall', 'LOCATION', 'Williamsburg, Virginia'], ['Alan B. Miller Hall', 'ARCHITECT', 'Robert A. M. Stern']]
|
instruction:
In this task, you need to remove all words of a given length in the sentence. The number of letters in a word determine its length, for example, the length of the word "apple" is 5.
question:
Sentence: 'a small pizza is on the pizza pan on the table'. Remove all words of length '5' in the given sentence.
answer:
a is on the pan on the
question:
Sentence: 'a man holding a cell phone standing next to a statue and stairs'. Remove all words of length '7' in the given sentence.
answer:
a man a cell phone standing next to a statue and stairs
question:
Sentence: 'the spotlessly clean hotel room is decorated simply but with highly functional pieces'. Remove all words of length '5' in the given sentence.
answer:
| the spotlessly room is decorated simply but with highly functional pieces
|
Detailed Instructions: Read the given text and if it has abusive content then indicate via "yes". Otherwise indicate via"no".
We consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link].
Problem:To be fair, the 'MANGA EVIDENCE' guy is at least civil and using sources for his argument. The other guy is being real shitty, and the fact that the evidence guy deleted his account makes me think he was getting a lot of shit for his opinion. He's wrong, the ending of Naruto (well, pretty much all of part 2/shippuden) is bad, and he's a smarmy dick, but he's not as bad as the guy attacking him.
Solution: | no |
You are given first 5 messages from a series of message exchanges between 2 persons playing the game of Diplomacy which is an American strategic board game. You need to generate the next message. The message should be generated such that it fits the context seen so far. Avoid the text that is (i) tangent to the context, (ii) repeats the context.
Let me give you an example: ['Heyyyy Turkey', 'Whatcha thinking re: start of the game?', "It kind of depends. I'll probably want to stop Russia from advancing south", "I'm kind of afraid of Austria and Russia teaming together on me", 'I mean if that happens you’re donezos']
The answer to this example can be: What vibes are you getting from each of them?
Here is why: The message fits the context as it asks for the vibes of 2 of them which refers to 2 countries: Austria and Russia in the second last message. Thus it is a positive example.
OK. solve this:
["Buongiorno! \nBe kinda nice to know if you're looking to move in a direction I might be interested in participating in. I fully understand if it's too early to know, just know that channels and minds are both open .", 'Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen Wintergreen. \n\nI’m not writing to anyone else until I get things squared away with you. I LOVE the Wintergreen alliance. It works in the short-term (we only need to get A/T to fight) and it works in the long-term (resolves East before West, and we can’t really stab each other). Can we do this?\n\nI don’t care if we target T first or A first. I’ll let you decide. But I want to work as your partner. I am just hoping that you’re brilliant and fun too!\n\nI literally will not message anyone else until you and I have a plan. I want it to be clear to you that you’re the ally I want.', 'Well, Italy and France are, in my opinion, some of the best possible partners for Russia, so how could I possibly turn down such enthusiastic overtures from one of them?', 'Lovely. Would you rather we target Turkey first or Austria? I’m okay either way.', "To be perfectly honest, that's hard to say right now, since the decision doesn't really affect my opening moves any (the standard southern opening spring moves are equally useful against either one), and I'd likely need to adjust based on what else happens on the Spring turn. Easiest just to say I'm opening South, flexibly considering the follow-through against either one of them."]
Answer: | Okay. Fair enough. One reason it might matter is because I could open with an aggressive attack on Austria if you want to blitz him quickly (e.g., DMZ Gal and then break it). Or you could organize a bounce in Gal and then not move there. On the other hand, if you’d prefer to take out Turkey first, I could go the standard Lepanto route. I’m happy to go either way, but I’d really like to coordinate with you if you’re game.
Maybe we both need a fuller picture of what is happening first. I’ll begin to reach out to others now. |
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
--------
Question: unconnected
Answer: connected
Question: anodic
Answer: cathodic
Question: destructive
Answer: | constructive
|
instruction:
Given a part of privacy policy text, classify it into one of these categories:
(1) First Party Collection/Use (how and why a service provider collects user information),
(2) Third Party Sharing/Collection (how user information may be shared with or collected by third parties),
(3) User Choice/Control (choices and control options available to users),
(4) User Access, Edit, & Deletion (if and how users may access, edit, or delete their information),
(5) Data Retention (how long user information is stored),
(6) Data Security (how user information is protected),
(7) Policy Change (if and how users will be informed about changes to the privacy policy).
question:
A user's unspecified information is retained indefinitely to perform analytics or research.
answer:
Data Retention
question:
A user's generic personal information is retained for an unspecified duration to maintain service operations or security.
answer:
Data Retention
question:
The site collects your unspecified information for an additional (non-basic) service or feature. Collection happens in an unspecified way.
answer:
| First Party Collection/Use
|
TASK DEFINITION: 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.
PROBLEM: Sentence: Eventually, the shelter received word that the alleged hijacker 5 miles away had been a medevac helicopter.
Question: How often does the shelter have to concern themselves with hijackers.?
Category: Frequency.
SOLUTION: Yes.
PROBLEM: Sentence: In particular, the author differentiates between what he terms 'dominance' and a particular version of 'colonization'.
Question: How long does the author take differentiating between dominance and colonization?
Category: Event Duration.
SOLUTION: Yes.
PROBLEM: Sentence: Other times, they play a game with Quack where they wave at Quack and laugh.
Question: When do they play games?
Category: Absolute Timepoint.
SOLUTION: | No.
|
TASK DEFINITION: You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education.
PROBLEM: The Lord Our Savior.
SOLUTION: the lord create the heaven and earth jesus birth be the great birth jesus die on the cross for me and you he be take down and put in a tomb he descend into hell to destroy sin christ's ressurection be a great win christ open the door to heaven a place in heaven for u be now give he sit at the right of the father wait for u to come together
PROBLEM: Brother for sail
SOLUTION: i want to sell my brother he's only 50 cent he play prank on me and trick on me but i'll get him back
PROBLEM: My special spot
SOLUTION: | my special spot be a spot that i could look at my special spot be somewhere i could imagine what the cloud be a spot that i could wish and emagine i be there that's why i call it my special spot
|
Definition: In this task, you have to generate the named entities (NER) given its ingredients of the recipe. Named entities are the names of the items without their quantity.
Input: FOR THE ROLLS:, 1 package (1/4 Oz. Packet) Rapid-rise Yeast, 4 cups All-purpose Flour, Divided, 1 cup Milk, 1-1/3 cup Butter, Divided, 1/3 cups Granulated Sugar, 1/2 teaspoons Salt, 2 whole Eggs, 1 teaspoon Almond Or Coconut Extract, 3/4 cups Packed Brown Sugar, 1 Tablespoon Ground Cinnamon, 2/3 cups Coconut Flakes, Sweetened, Divided, 1/2 teaspoons Sea Salt, _____, FOR THE FROSTING:, 1/2 pounds Powdered Sugar, 2 cups Milk, Almond Or Coconut Extract, To Taste
Output: | ROLLS, Yeast, All-purpose, Milk, Butter, Sugar, Salt, Eggs, Brown Sugar, Ground Cinnamon, Coconut Flakes, Salt, _____, FROSTING, Sugar, Milk, Coconut |
You will be given a context and a verb separated with a newline character. You have to decide if the given verb implies a hypothetical or conditioned action or not. We say a verb is hypothetical if it involves or is based on a suggested idea or theory. A verb is conditional if it appears in a conditional phrase and is dependent on something else. Note that an event that happened in the past or is happening now cannot be conditional. The output should be "Yes" if the verb is conditional or hypothetical and "No" otherwise.
Input: Consider Input: In Dar es Salaam, she laid a wreath next to the crater left by the embassy blast that killed 10 people. Then she handed a folded American flag to U.S. Marines and, wearing a white construction hard hat, (toured) the damage inside.
Verb: toured
Output: No
Input: Consider Input: NAIROBI, Kenya ( AP ) _ U.S. Ambassador Prudence Bushnell wrapped up some unfinished business on Wednesday, meeting with Kenya's trade minister to (finish) talks that were interrupted by the car bombing of the embassy.
Verb: finish
Output: No
Input: Consider Input: Albright told the foreign minister the American people share in the profound sorrow of the Tanzanians and said the United States will maintain its presence throughout Africa and throughout the world. These bombings will not cause America to back down or retreat, she (declared).
Verb: declared
| Output: No
|
Detailed 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.
Q: News Headline: What is {collusion} ? Clinton and Trump Russia scandals explained .
Edit: potato
A: | Funny |
In this task, you are given a sentence in the Bulgarian language. Your task is to convert it to Greek language.
Let me give you an example: Възможно е да имат и епизоди на депресия.
The answer to this example can be: Ενδέχεται επίσης να εµφανίσουν επεισόδια κατάθλιψης.
Here is why: The translate is accurate from Bulgarian to Greek
OK. solve this:
19 Арипипразол се отделя в млякото на плъхове по време на кърмене.
Answer: | 19 πρέπει να χρησιμοποιείται σε περίπτωση κύησης εκτός εάν το αναμενόμενο όφελος δικαιολογεί σαφώς τον πιθανό κίνδυνο για το έμβρυο. |
instruction:
In medical studies, treatments are tested within a group of study participants. To determine if a new treatment works, various outcomes are measured in the people who take part in the study. You will be given a sentence of a study report in which your task is to list the phrases that give information about the outcomes of the study. You should list the phrases in the same order that they appear in the text, separated by commas. If no information about the outcome is mentioned, just answer with: "not found".
Outcomes contain: outcomes measured in patients: like blood sugar,
outcomes regarding the intervention: like effectiveness, costs
the score on a medical test or questionnaire,
positive or negative events in the patient groups: like quitting smoking, or adverse reactions.
Do not mention numbers or results, interpretations of outcomes, outcome mentions without relevant information.
question:
Our data suggest that mild regular physical exercise favourably influences cholesterol distribution in serum lipoproteins in healthy middle aged men and may have beneficial effects on circulating metabolites of arachidonic acid .
answer:
cholesterol distribution in serum lipoproteins, circulating metabolites of arachidonic acid
question:
One case of unsubstantiated acute rheumatic fever occurred after 7 days of amoxicillin .
answer:
acute rheumatic
question:
The course of depression in recent onset rheumatoid arthritis : the predictive role of disability , illness perceptions , pain and coping .
answer:
| not found
|
Read the passage and find if the passage agrees, disagrees, or has a neutral stance on whether Global warming is caused by human activities. Answer only with keyword (a) agrees - if passage agrees with the target (b) disagrees - if passage disagrees with the target (c) neutral - if the given passage neither agrees nor disagrees with the target. You don't need to use external knowledge in this task, and you have to answer based on the given passage.
Example Input: Global warming is real, because the rise of terrorism tracks with their â adjusted â climate data.
Example Output: agrees
Example Input: Mr. Wall is exaggerating the impact of carbon taxes on investment decisions.
Example Output: disagrees
Example Input: Global temperature increases have been far, far less than doomsday computer models predicted – about three times smaller.
Example Output: | disagrees
|
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 need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Example: [1,3,5]
Output: 3.000
The mean of the input list is (1+3+5)/3, which equals 3. This is a good example.
New input case for you: [40.092, 39.738]
Output: | 39.915 |
Given a sentence in the Japanese and Thai language. Your task is check if the Filipino sentence is translation of Japanese. if the translation is correct than generate label "Yes", otherwise generate label "No".
--------
Question: Japanese: グループは国際民間航空機関(ICAO)に届け出て、今度は墜落事故の調査を援助しているオーストラリア運輸安全局(ATSB)が管理することになったと述べた。
Thai: บริษัทกล่าวว่าทางบริษัทได้ทำการแจ้งเรื่องนี้ไปยังองค์การการบินพลเรือนระหว่างประเทศ (ICAO) แล้วและได้รับการตอบกลับมาว่า กรมความปลอดภัยทางการขนส่งแห่งออสเตรเลีย (ATSB) องค์กรที่ช่วยในเรื่องการสืบสวนเหตุการณ์เครื่องบินตกนั้น ได้เข้าควบคุมสถานการณ์แล้ว
Answer: Yes
Question: Japanese: 1万人の作業員が線路の損傷部分の修復のために送られた。
Thai: นายไมเคิล ไรอัน ได้บอก นายปีเตอร์ การ์ตีว่าห้ามคัดลอกเอกสารดังกล่าว
Answer: No
Question: Japanese: 金曜日、核不拡散条約(NPT)の加盟189国は、中東での大量破壊兵器(WMD)禁止に向けて前進を求める最終案に合意した。
Thai: วันศุกร์ ภาคีของสนธิสัญญาหยุดการแพร่ขยายอาวุธนิวเคลียร์ (NPT) จำนวน189ประเทศ อนุมัติการลงมติสุดท้ายเพื่อเรียกร้องการเดินหน้าต่อต้านอาวุธทำลายล้าง (WMD) ในกลุ่มประเทศแถบตะวันออกกลาง
Answer: | Yes
|
Teacher:Please change the meaning of the following question by changing as few words as possible. Create different questions with the same output format (i.e., if the given question has a yes/no answer, so should yours, etc.). The questions are in three domains: presidents, national parks, and dogs. Each question has a keyword indicating its domain. Keywords are "this national park", "this dog breed", and "this president", which will be replaced with the name of an actual president, a national park, or a breed of dog. Hence, in the changed questions, this keyword should also be used the same way. All the questions should be written so that your new question will have a different answer than the original. Leave the original sentence the same as much as possible, changing only the meaning of the question. Try to write specific questions that are not too easy. Make your questions specific and concrete rather than open-ended or subjective (e.g., questions that can be answered differently by different people). Your questions should change the original question as little as possible.
Teacher: Now, understand the problem? Solve this instance: Does this dog breed generally have no hair?
Student: | Is this dog breed generally long-haired? |
Detailed Instructions: In this task, you are given commands (in terms of logical operations) to select relevant rows from the given table. Your job is to classify the command into one of these seven categories: (1) majority, (2) unique, (3) superlative, (4) count, (5) comparative, (6) aggregation, and (7) ordinal.
Here are the defications of each category:
1. majority: Describing the majority values (most or all) over one column, with the scope of all table rows or a subset of rows
2. unique: Describing one unique row, regarding one column, with the scope of all table rows or a subset of rows
3. Superlative: Describing the maximum or minimum value in a column, with the scope of all table rows or a subset of rows
4. Ordinal: Describing the n-th maximum or minimum value in a column, with the scope of all table rows or a subset of rows
5. Comparative: Comparing two rows in the table, regarding their values in one column
6. Count: counting some rows in the table based on the values in one column, with the scope of all table rows or a subset of rows
7. Aggregation: Describing the sum or average value over a column, with the scope of all table rows or a subset of rows.
Here are the definitions of logical operators for understanding of command:
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.
See one example below:
Problem: round_eq { sum { all_rows ; casinos } ; 217 }
Solution: aggregation
Explanation: In this example sum returns the sum of the values in all of the casinos rows. Hence, aggregation is right category.
Problem: eq { nth_min { all_rows ; days held ; 3 } ; 196 }
Solution: | ordinal |
Detailed Instructions: 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.
See one example below:
Problem: Our ruminating thoughts will still show up while you do it but you'll slowly be teaching yourself to let go of those thoughts and let them pass by.
Solution: yes
Explanation: This sentence suggesting someone to let go of their respective thoughts. Hence the answer is "yes".
Problem: This * may * be a classic case of overthinking and your brain is panicking causing you to overanalyse everyone 's actions and conversations ?
Solution: | no |
Q: In this task you are given a tweet. You must judge whether the tweet is ironic or not. We define two type of irony for this task ("polarity","situational"). Situational irony happens when a situation fails to meet some expectations. polarity irony happens when irony is achieved by inverting the intended sentence. Label the instances as "ironic" or "not" based on your judgment. Note that URLs in the text have been replaced with [Link].
@drapermark37 @susanbnj We must be tolerant and embrace the peaceful Islamic faith, Muslims are our peaceful brothers
A: | ironic |
Given the task definition, example input & output, solve the new input case.
We would like you to assess the QUALITY of each of the following argument (discussing Gun Control) 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 gun control. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of gun control.
Example: If gun bans worked there would be no gun deaths in the countries that have banned guns.
Output: Valid
It is an argument that claims that gun bans will not work.
New input case for you: As researchers such as Gary Kleck (Targeting Guns) and David Kopel (The Samurai, the Mountie, and the Cowboy) have found, suicides will generally find some other way to kill themselves if a gun is not available.
Output: | Valid |
Given this review: "Very boor" Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
No
(Question)
Given this review: "Always so quick to update. Thank you. I also think that the date should reflect the date from Google not zeros when Google doesn't bother to update the stats for a few days. GOOGLE PLEASE GIVE US AN API FOR DEVELOPER STATS...." Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
(Answer)
Definitely
Ques: Given this review: "Best and important" Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
Ans: Definitely
(Q).
Given this review: "Perfect Saves sms to email" Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
(A).
Definitely
Ques:Given this review: "Small modification This app is great. I would love to see for custom occurrence an option that allows selection of specific days of the week." Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
Ans:Yes
Ques: Given this review: "Thik h" Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
Ans: | Maybe |
Teacher: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.
Teacher: Now, understand the problem? Solve this instance: News Headline: Merkley takes to {Senate} floor ' as long as I 'm able ' against Gorsuch
Edit: dance
Student: | Funny |
TASK DEFINITION: In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items.
PROBLEM: ['V', 'O', 'k', 'i', '0', 'S']
SOLUTION: [['V', 'O', 'k', 'i', '0'], ['V', 'O', 'k', 'i', 'S'], ['V', 'O', 'k', '0', 'S'], ['V', 'O', 'i', '0', 'S'], ['V', 'k', 'i', '0', 'S'], ['O', 'k', 'i', '0', 'S']]
PROBLEM: ['r', 'e', '0', 'z']
SOLUTION: [['r', 'e', '0'], ['r', 'e', 'z'], ['r', '0', 'z'], ['e', '0', 'z']]
PROBLEM: ['9', '7', '6', '2', '1', 'K', '9']
SOLUTION: | [['9', '7', '6', '2', '1', 'K'], ['9', '7', '6', '2', '1', '9'], ['9', '7', '6', '2', 'K', '9'], ['9', '7', '6', '1', 'K', '9'], ['9', '7', '2', '1', 'K', '9'], ['9', '6', '2', '1', 'K', '9'], ['7', '6', '2', '1', 'K', '9']]
|
Given this review: "A lot of useless taps&clicks It is just no nice to use - questions/options etc. Eg. After im done reading i want to go back to the list of files - there are 3 taps to go back. Eg. I want to see by default a list of files - no pictures. Cant do it - defaults to pictures. Look - take the simplest kindle from 8 years ago and monkey copy what they did. There - you have a winner." Would you recommend this app to a friend? Not at all, No, Maybe, Yes, or Definitely?
| No |
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...'.
You also said that I could maybe get a Tonka truck. | Are you back talking me, soldier? |
TASK DEFINITION: Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it.
PROBLEM: lipless
SOLUTION: lipped
PROBLEM: approachable
SOLUTION: unapproachable
PROBLEM: normotensive
SOLUTION: | hypertensive
|
Teacher: You are given a statement written in Hindi. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option .
Teacher: Now, understand the problem? If you are still confused, see the following example:
Statement: सिग्नेचर केल्विन क्लेन अंडरवियर बुटीक, ब्यूनस आयर्स, टोरंटो, मेक्सिको सिटी, <MASK>, ग्लासगो, मेलबोर्न, हांगकांग, लंदन, मैनचेस्टर, न्यूयॉर्क शहर, शंघाई, फ्रैंकफर्ट एम् मेन, सिंगापुर में देखे जा सकते हैं। केल्विन क्लेन अंडरवियर, कार्डिफ़ के सेंट डेविड शॉपिंग सेंटर में भी 2010 में क्रिसमस से पहले एक दुकान खोलने जा रहा है।
Option A: मैनचेस्टर
Option B: मैनचेस्टर
Option C: एडिनबर्ग
Option D: मेलबोर्न
Solution: एडिनबर्ग
Reason: The most suitable word from the given options to replace the <MASK> token is एडिनबर्ग as the rest places have already been stated in the statement .
Now, solve this instance: Statement: * <MASK> के शहर धुसा मरीब में विद्रोहियों और सरकार से जुड़े संगठनों के बीच जारी लड़ाई में 47 से अधिक लोगों की मौत हो गई और 100 लोग घायल हो गए।
Option A: यमन
Option B: प्रधानमंत्री
Option C: फ्रांस
Option D: सोमालिया
Student: | सोमालिया |
Detailed Instructions: 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.
Problem:Tajikistan
Solution: | Republic |
You will be given a definition of a task first, then some input of the task.
In this task, you're given an input that contains two words, and your task is to predict the correct preposition that connects these two words. Predict the preposition that explicitly conveys both words' meaning, e.g., Word1: king
Word2: fort: "king of fort". Possible prepositions are: "of", "on", "in", "for", "from", "about", and "with".
Word1: festival
Word2: Passover
Output: | for |
Teacher: Given a prompt and two completions from a language model, select the completion that has the most similar style to the prompt. Style is defined as the tone, word choice, grammar, and sentence structure throughout the prompt-completion pair. If a prompt is colloquial, then the completion should also be colloquial, as opposed to a completion that is encyclopedic or overly formal. Generate either Completion A or Completion B.
Teacher: Now, understand the problem? If you are still confused, see the following example:
Prompt: Im 99 percent sure it was someone being an
Completion A: accomplice , or maybe just plain old con man . whatever it was , it 's over . "
Completion B: asshole, your right?) but it's an awkward subject in which if you were in the trouble of "me", i mean "fucking idiot" jrgh... i dunno...I guess you are (in a legal context) not a stupid
Solution: Completion A
Reason: This prompt-completion pair is stylistically more similar because the prompt and completion have a similar tone, word choice, grammar, and sentence structure.
Now, solve this instance: Prompt: lol mane nun trippin of theze hoez OG she said she'll fuck my nigga
Completion A: , and u can do it if u want tho! - December 15, 2014I'm going to keep calling out that thee shit's real
Completion B: , he did not want to hear her anymore but he felt like taking her again. That she is so willing to take my weed and money is th
Student: | Completion A |
Given the task definition, example input & output, solve the new input case.
In this task, you are given a tuple, comprising Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether, as a result of the Head, PersonY, or others, feel what is mentioned in the Tail or not. Feelings in this task are the emotional reactions on the part of PersonY or other participants in an event. For example, as a result of gift-giving, others (in this case, PersonY) might feel appreciated. Classify your answers into "Yes" and "No". The phrase may also contain "___", a placeholder that can be an object, a person, and/or an action.
Example: Head: PersonX adapts ___ to conditions<sep>Tail: Get things done more effectively
Output: No
As a result of the Head, The others won't feel things are done more effectively.
New input case for you: Head: PersonX always ate ___<sep>Tail: has high blood sugar levels
Output: | No |
TASK DEFINITION: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
PROBLEM: THEM: i'd like the ball and the hat. YOU: give me ball u get rest or flip it THEM: no thanks. i'd like the ball at least. YOU: take ball i get rest.
SOLUTION: Yes
PROBLEM: THEM: give me the balls and hat YOU: balls are five for me THEM: give me one ball and the hat, and all books YOU: nah, sorry, i need all books and oneball THEM: ok YOU: so you take hat and one ball.
SOLUTION: Yes
PROBLEM: THEM: i you give me the hat and both books i would let you have those 3 really cool basketballs. YOU: nah. i am not a sports fan. i prefer reading. i will take the books and hat and you can have the balls THEM: i would really like the books. reading is my favorite hobby. YOU: we can split the books. you can have the hats, and i will take the balls for my kid brother THEM: that is fair. YOU: sounds good.
SOLUTION: | Yes
|
Detailed Instructions: The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations.
Problem:Ẹkùn kì í yan kí ajá yan.
Solution: | A leopard does not strut and be answered by strutting from a dog. |
Detailed Instructions: You are given a list of integers and an integer target, return a list of a pair of numbers in any order such that they add up to target. If there is no such pair of numbers, then return an empty list
See one example below:
Problem: [2,4,5,6,4,8,9,10], target=10
Solution: [2,8]
Explanation: 2 and 8 are present in the list and sum to 10 which was the target sum
Problem: [12, 21, 30, 29, 45, 15, 36, 16, 13, 39, 37, 6, 31, 24, 17, 14, 33, 27, 8, 4], target=34
Solution: | [21, 13] |
Part 1. Definition
Provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse 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 -
'.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc.,
'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes,
'ADP': Adposition is a cover term for prepositions and postpositions,
'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner,
'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause,
'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context,
'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea,
'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction,
'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech,
'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context,
'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object,
'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause,
'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category.
Part 2. Example
Sentence: David A. DiLoreto , president of metal container division , was named *-1 to the additional post of group vice president , packaging products , at this packaging {{ , }} industrial and aerospace products concern , *-1 succeeding Delmont A. Davis , who *T*-3 was named *-2 president and chief operating officer in August .
Word: ,
Answer: .
Explanation: ',' is assigned the period (.) symbol since it denotes a punctuation.
Part 3. Exercise
Sentence: Once there , what ways of escape *ICH*-2 are *T*-1 open to them {{ other }} than drink , drugs or insanity ?
Word: other
Answer: | ADJ |
Given the task definition and input, reply with output. Indicate all the pronouns (they, them, you, he, his, her, you, it, etc.) present in the given sentence. If there are multiple such pronouns in a sentence, then list them in the order of their first appearance in the given sentence. If a pronoun appears multiple times in a sentence, list it only once.
although they ran at about the same speed, sue beat sally because she had such a good start.
| they, she |
Given the task definition, example input & output, solve the new input case.
In this task, you will be presented with a question having multiple possible answers in Swahili language. And you should choose a most suitable option out of "A", "B", "C", "D", and "E" based on your commonsense knowledge.
Example: Question: Meja Tom alitaka kuhifadhi silaha. Kama hatari kama wao, alihisi kuwa wangeweza kuwa na nini baadaye?
Options: (A) taka (B) mitaani (C) uharibifu (D) kuoza (E) tumia
Output: E
One preserves something mainly if he/she thinks that it might be useful in the future. Hence, the predicted answer is correct.
New input case for you: Question: Alihitaji stapler na kadi ya faharisi, aligundua ni wapi itakuwa mahali pazuri pa kuzinunua?
Options: A duka la ugavi wa ofisi B duka la vitabu C maktaba D katalogi ya kadi E ripoti ya mdomo
Output: | A |
Definition: You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Galician.
Input: אז, מה הוא פרוייקט ה GMT?
Output: | Entón, que é o proxecto GMT? |
Subsets and Splits