Dataset Viewer
Auto-converted to Parquet
prompt
stringlengths
23
17.1k
response
stringlengths
0
6.36k
Detailed Instructions: You will be given a sentence containing a pronoun/person name and an emotion. From these implicit parameters, the main goal is to find the gender of the person (male / female). See one example below: Problem: Alonzo feels angry. Solution: male Explanation: The gender of the person is correct and detected mainly based on the name Alonzo. Problem: Amanda found herself in a wonderful situation. Solution:
female
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. Ex Input: The Punter is a 5 star Japanese food and coffee shop located near Café Sicilia. It is not child-friendly and slightly more expensive other local places. Ex Output: [['The Punter', 'eatType', 'coffee shop'], ['The Punter', 'food', 'Japanese'], ['The Punter', 'priceRange', 'more than £30'], ['The Punter', 'customer rating', '5 out of 5'], ['The Punter', 'familyFriendly', 'no'], ['The Punter', 'near', 'Café Sicilia']] Ex Input: The Phoenix on the riverside serves cheap fast food with a rating of 5 out of 5 by customers. Ex Output: [['The Phoenix', 'food', 'Fast food'], ['The Phoenix', 'priceRange', 'cheap'], ['The Phoenix', 'customer rating', '5 out of 5'], ['The Phoenix', 'area', 'riverside']] Ex Input: Vancouver hosted Seattle on January 28th. Ex Output:
[['28', 'HOME', 'Vancouver'], ['28', 'VISITOR', 'Seattle'], ['Jan.', 'DAY', '28']]
Instructions: This task is about creating an unanswerable question based on a given passage. Construct a question that looks relevant to the given context but is unanswerable. Following are a few suggestions about how to create unanswerable questions: (i) create questions which require satisfying a constraint that is not mentioned in the passage (ii) create questions which require information beyond what is provided in the passage in order to answer (iii) replace an existing entity, number, date mentioned in the passage with other entity, number, date and use it in the question (iv) create a question which is answerable from the passage and then replace one or two words by their antonyms or insert/remove negation words to make it unanswerable. Input: Passage: During the Cold War, a principal focus of Canadian defence policy was contributing to the security of Europe in the face of the Soviet military threat. Toward that end, Canadian ground and air forces were based in Europe from the early 1950s until the early 1990s. Output:
What were based in Europe in 1950?
Given the task definition, example input & output, solve the new input case. In this task, you are given a conversation between a flight agent and the customer. You are given 4 options and you need to select the goal of the conversation. It is provided as part of customer's context, which has to be one of the following: `book`: Make a new reservation, `cancel`: Cancel an existing reservation, `no_flight`: No flight found for the customer's preference, `no_reservation`: No reservation / No change / No cancellation was made in the conversation, mostly enquiring details Example: customer: Hi. agent: Hello. How can I help you? customer: I would like to change my existing reservation as my plan to go for a holiday trip got postponed. Can you please help me with this? agent: Sure, may I know your name please? customer: My name is Anthony Phillips. agent: Please wait a moment. customer: Sure. agent: Unfortunately there is no reservation found with your given name. customer: Not a problem, thank you for checking. agent: Thank you for choosing us. Output: no_reservation Here the customer has not asked for any booking, he just wanted to update his already booked flight, so the status would be no_reservation New input case for you: customer: Hello. agent: Hello, how can I assist you today? customer: I need your assistance in cancelling the reservation, as my friend met with an accident. agent: Sure, may I know your good name? customer: The reservation was in the name of Linda Collins. agent: Please wait for a moment. customer: Sure, I will wait. agent: Sorry to say that, no reservation was found with your good name. customer: Fine, thank you. agent: Thank you for reaching us. Output:
no_reservation
Q: 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. It makes you much less likely to believe the hypothesis is true. A strengthener is a statement that strengthens the hypothesis. It makes you much more likely to believe the hypothesis is true. Your task is to output 'strengthener' or 'weakener' if the update strengths or weakens the hypothesis, respectively. Premise: PersonX takes it out of the oven Hypothesis: PersonX is seen as like they made the food well Update: The cake is moist and fluffy. A:
strengthener
Instructions: You are given a piece of text. Your task is to classify the text based on whether a religion or a person/group of people are receiving hate based on religion. If there is a hate based on religion in the text, answer with 'religious hate', otherwise, answer with 'not religious hate'. Input: We men enjoy the reproductive rights of paying for your abortion, the right to fund planned parenthood, the right to overpay on Obama care to fund contraception for promiscuous sluts. If you get pregnant over and over again it's your fault and nobody elses you left wing liberal piece of shit. Go be a whore. Keep spreading disease. Half of all black women have herpes. And we have the right to pay for it. You are outrageous. Output:
not religious hate
What is the missing first step of the following process: - Is trapped - Plant also takes in water and carbon dioxide from the environment - The plant forms glucose - The plant releases oxygen into the atmosphere. Answer:
Sunlight strikes the chlorophyll molecules in the plant
Given a list of steps and an additional step, determine where the step fits into the original list of steps. A correct answer, correctly places the given step into the set of steps so that it creates a new plausible set of steps. Output must be formatted as 'After step n', where n is the step number after which the given additional step is to be inserted. Q: Steps: (1) Acid rain leaches aluminum from clay particles in soil (2) Acid rain dissolves minerals and nutrients in soil (3) Washes them away so plants can't benefit from them (4) PH in soil and water gets affected which can kill plants and animals (5) Acid rain in fog at higher elevations can strip foliage off trees. Where does the following step fit into the given list of steps: Aluminum flows into streams and lakes A:
After step 1.
In this task, you will be given two sentences separated by "because". You should decide whether the first sentence can be the result of the second sentence. If you can see a possible cause and effect relationship, answer with "plausible", otherwise answer with "not plausible". [Q]: the audience booed the comedian off the stage because he was a good actor [A]: not plausible [Q]: the window was opaque because it was clogged with air [A]: not plausible [Q]: the runner wore shorts because he did not want to be seen as a threat to the team's safety [A]:
not plausible
Definition: You will be given a topic and an argument. Decide the argument's stance towards that topic. The argument's stance is in favor or against the topic. If the argument supports that topic, answer with "in favor"; otherwise, if the argument opposes the topic, answer with "against". Input: topic: Corporate personhood argument: How do corps. exercise right to life, marriage, etc? Output:
against
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3. [2, 5, 9, 6, 11] Solution: [2, 5, 11] Why? 6 and 9 are removed from the list because they are divisible by 3. New input: [50, 94, 42, 55, -30, -94, -37, -32, -64, 22] Solution:
[50, 94, 55, -94, -37, -32, -64, 22]
The input is a sentence with a missed word and an emotion. Your task is to fill in the blank with a word that matches the emotion and rewrite the completed sentence. The emotion is one of ['fear', 'joy', 'anger', 'sadness']. SENTENCE: My father found himself in a <blank> situation. EMOTION: sadness
My father found himself in a gloomy situation.
Teacher: 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, PersonX will be seen as what is mentioned in the Tail or not. In this task, PersonX will be seen as the Tail if the Tail describes PersonX's persona or attribute as perceived by others given an event. In the gift-giving example, X may be seen as generous or giving. In contrast, in an event such as PersonX steals a car, PersonX may be perceived as evil. 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. Teacher: Now, understand the problem? If you are still confused, see the following example: Head: PersonX gives PersonY the number<sep>Tail: Adventurous Solution: Yes Reason: This is a good example. As a result of the Head, PersonX will be seen as Adventurous. Now, solve this instance: Head: PersonX furthers PersonY's ends<sep>Tail: determined Student:
Yes
In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. [-15.482 6.816 -46.156 67.576 -17.716 49.795 -54.705 -61.433]
67.576
Definition: Two analogies that relate places/locations to the associated travel mode is given in the form "A : B. C : ?". "A : B" relates place A to travel mode B. Your task is to replace the question mark (?) with the appropriate travel mode for the given place C, following the "A : B" relation. Input: airport : car. washington : ? Output:
train
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. [EX Q]: I think you are figuring things out . [EX A]: no [EX Q]: Exercise . [EX A]: yes [EX Q]: Be polite . [EX A]:
yes
Given the task definition and input, reply with output. You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Hebrew. هنا المقطع الرذيسي حيث يصف تجربة الدرج الصاعد.
הנה פסקה מרכזית בה הוא מתאר למעשה את גרם המדרגות.
Given the task definition and input, reply with output. In this task, you are given an adjective, and your job is to generate its antonym. An antonym of a word is a word opposite in meaning to it. dark
pale
Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Q: Who directed the 1997 film 'Jackie Brown'? A:
quentin tarantino
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]. [EX Q]: [78, 3, 3, 50, 80, -76, -73, -20, -71, -29, -47, 4] [EX A]: [40.5, 3.0, 26.5, 65.0, 2.0, -74.5, -46.5, -45.5, -50.0, -38.0, -21.5] [EX Q]: [-69, -35, 56, 64] [EX A]: [-52.0, 10.5, 60.0] [EX Q]: [-100, -45, 23, 81, 90, 54] [EX A]:
[-72.5, -11.0, 52.0, 85.5, 72.0]
In this task, you need to indicate the presence of temporal reasoning in the provided question. Questions that involve temporal reasoning/understanding contain one of the following five temporal phenomena: First: "event duration", is defined as the understanding of how long events last (e.g.,"brushing teeth" usually takes a few minutes). Second: "transient v. stationary" events, which are based on the understanding of whether an event will change over time or not (e.g., "being born in the U.S." is a stationary event since it will last forever; "being hungry" is a transient event since it lasts for a short period of time). Third: "event ordering" is the understanding of how events are usually ordered (e.g., "earning money" usually comes before "spending money"). Fourth: "absolute timepoint" of events which is the understanding of when events usually happen (e.g., "going to school" usually happens during the day, not at 2 A.M). The last category is "frequency" of events, which refers to how often events are repeated (e.g., "taking showers" typically occurs ~5 times a week, "going to Saturday market" usually happens every few weeks/months, etc.). Indicate with `Yes` if the question involves temporal reasoning. Indicate with `No`, otherwise. Sentence: Alexander the Great's accomplishments and legacy have been depicted in many cultures. Question: When did Alexander the Great reign?
Yes.
Given the task definition, example input & output, solve the new input case. In this task, you are given a sentence in the Bulgarian language. Your task is to convert it to Greek language. Example: Възможно е да имат и епизоди на депресия. Output: Ενδέχεται επίσης να εµφανίσουν επεισόδια κατάθλιψης. The translate is accurate from Bulgarian to Greek New input case for you: панкреатит, дисфагия, коремен дискомфорт, стомашен дискомфорт, диария Output:
παγκρεατίτιδα, δυσφαγία, κοιλιακή δυσφορία, δυσφορία του στομάχου, διάρροια
In this task, you're given a dialogue between a customer and a flight booking agent with a gap in the conversation. Your job is to find the answer of the previous dialogue. Avoid using irrelevant extra information while creating the answer. The answer should be relevant to the question before the blank. If you fill the blank with a question, it should have an answer from the agent in the given dialogue. Fill the gap marked with underline. [Q]: customer: Hello. agent: Hello, how may I help you today? customer: Can you help me to book a flight ticket from EWR to MCO? agent: Sure, could you please mention with your dates of journey? customer: My travel dates are 05 to 07 of Mar. agent: Ok, may I know your name please? customer: I am Margaret Perez. agent: Are you looking for any other requirements please? customer: I need a connecting flight. agent: Ok, please wait for a mean while. customer: Sure. agent: I found a connecting flight of fare 100 with the Southwest airline, shall I book it? customer: Please proceed to booking. __ customer: Thank you. agent: You are welcome, have a nice day. [A]: agent: Ok, your booking is done with the flight number 1017. [Q]: customer: Hello. agent: Hello, How can I help you? customer: My name is Benjamin Miller, I want to book a flight to visit my uncle's house with my family. Can you book a connecting flight for me? agent: Sure, Please help me with your travel dates. customer: I will fly on 05/07 and return on 05/09. agent: May I know the journey codes? customer: My source airport is CO-DEN and my destination is NY-LGA. __ customer: Sure. agent: Sorry, No flights found with your preferable dates. customer: Thank you for the information. agent: Thank you for opting us. [A]: agent: Please wait a minute. [Q]: customer: Hello. agent: Hello, how can I assist you today? customer: I want to reserve my ticket from SEA to DTW, can you please help me to book a ticket? agent: Sure, please share me your trip dates. customer: Sure, my planned dates of journey are from Jun, 24 to Jun, 26. agent: Do you need any connection limit? customer: Yes, I want a direct flight. agent: Do you have any specific class preference? __ agent: Do you need any other requirements? customer: Not required. agent: May I know your name? customer: Sure, my name is Debra Wilson. agent: I found a flight in economy class with Hawaiian Airlines and ticket fare of 100. Shall I proceed? customer: Ok, you can book it. agent: Your ticket is confirmed with flight 1004. customer: Thank you for your help in booking my ticket. agent: Thank you for choosing us. [A]:
customer: I am ok with any class preference.
You will be given a definition of a task first, then some input of the task. Given a sentence in French, provide an equivalent paraphrased translation in Chinese that retains the same meaning both through the translation and the paraphrase. Né à Séville, Hidalgo a joué pour Badajoz et Celta de Vigo. Output:
伊达尔戈出生在塞维利亚,为巴达霍斯和塞尔塔德比戈效力。
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 are given a sentence in the English language and your task is to convert it into the Swedish language. In translation, keep numbers as it is and make it sentence case (capitalize only the first word of each sentence and noun). The debate is closed. Solution: Jag förklarar debatten avslutad. Why? English sentence is properly converted into Swedish sentence. New input: Like the rapporteur, I deplore the fact that the figures given in the report do not cover all state aid. Solution:
I likhet med föredraganden beklagar jag att de siffror som presenteras i översikten inte täcker samtliga former av statliga stöd.
Part 1. Definition You are given a math word problem and you are supposed to only use multiplication or division operators on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Part 2. Example Context: Alex has 5 boxes, each box has 4 apples. Question: How many apples does Alex have ? Answer: 20 Explanation: Total number of apples is 5*4 = 20 Part 3. Exercise Context: The Razorback t-shirt shop sells each t-shirt for $ 51 dollars. During the Arkansas and Texas tech game they offered a discount of $ 8 per t-shirt and sold 130 t-shirts. Question: How much money did they make from selling the t-shirts? Answer:
5590
instruction: Given a sentence in Vietnamese, generate a new Vietnamese 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. question: Lũ chó tràn qua hàng rào. answer: Lũ chó nhảy qua cái can. question: Cửa hàng có thể có một nhà bếp. answer: Một căn hộ có nhà bếp. question: Một số thức ăn có chai, sữa và nước cam. answer:
Một số thức ăn đến trong chai, như sữa và nước cam.
Given a sentence in Arabic, generate a new Arabic 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: Consider Input: « على الناس » أي أهل مكة « أن يظهروا » يظهروا « ليبصروا سحابا ». Output: « على الناس » أي أهل مكة « أن يصعدوا ليبصروا الغمام ». Input: Consider Input: إذا كنت تريد أن تنشر رسالة فيجب أن يكون لديك بريد إلكتروني. Output: إذا كنت تريد أن تجد رسالة فيجب أن يكون لديك بريد إلكتروني. Input: Consider Input: « ستجدون » بالتاء والياء « فتلا » تفاحا « في تفاح » تفاح.
Output: من المرجح ان تجد تفاحة في بستان تفاح.
Teacher:In this task you are expected to write an SQL query that will return the data asked for in the question. An SQL query works by selecting data from a table where certain conditions apply. A table contains columns where every row in that table must have a value for each column. Every table has a primary key that uniquely identifies each row, usually an id. To choose which columns are returned you specify that after the "SELECT" statement. Next, you use a "FROM" statement to specify what tables you want to select the data from. When you specify a table you can rename it with the "AS" statement. You can reference that table by whatever name follows the "AS" statement. If you want to select data from multiple tables you need to use the "JOIN" statement. This will join the tables together by pairing a row in one table with every row in the other table (Cartesian Product). To limit the number of rows returned you should use the "ON" statement. This will only return rows where the condition specified after the statement is true, this is usually an equals operator with primary keys. You can also use the "WHERE" statement to specify that only rows with column values statisfying a certain condition, should be returned. The "GROUP BY" statement will group rows together that have equal column values for whatever columns follows the statement. The "HAVING" statement will return groups that statisfy whatever condition follows the statement. Any column(s) being returned from grouped rows must either be an aggregate function, (AVG, MAX, COUNT, SUM, ...) of a column, or the column(s) that the data was grouped by. To sort the returned data you can use the "ORDER BY" command which will order the data by whatever aggregate function or column follows the statement. The "DESC" statement will sort in descending order and the "ASC" statement will sort in ascending order. Finally, you can use the "LIMIT" statement to return a certain number of rows. When "*" is used in an SQL statement every column is returned. For example, SELECT * FROM table WHERE attribute = 1, will select every column from rows with the attribute column equal to 1. Teacher: Now, understand the problem? Solve this instance: Show the number of trains Student:
SELECT count(*) FROM train
Teacher:Given a fact, create a question that can be answered using the fact. Construct the question such that it is unambiguous, has a unique answer and the answer can be given using the fact. Teacher: Now, understand the problem? Solve this instance: Fact: as water increases in an environment , the population of aquatic animals will increase Student:
As a lake increases in size, there are more?
Given the task definition and input, reply with output. The provided files include famous book titles and sentences in the English language, and we ask you to translate those to the Norwegian Language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and form of each sentence in the Norwegian language. 2) Also names ,dates and places should be preserved it should not get translated. "That, and a deal more.
“Det og mere til.
Problem: Suggest a movie title for the following movie plot: In New York City, 1881, a man eludes another in the crowded streets. He appears anxious, and eventually enters a building. Inside he pays extra to send a telegram express. A young man receives the telegram -- his uncle is urging him to hurry and save him. The young man travels to the uncle's large estate where a lawyer explains the uncle, John Carter, died suddenly and left everything to the young man. He passes the young man, Edgar Rice Burroughs (Daryl Sabara), an old diary.After the lawyer leaves the young man begins to read. The story begins in Arizona, after the Civil War. John Carter (Taylor Kitsch), a decorated former captain in the Confederate Army, is prospecting for gold. The locals don't seem to like him. Colonel Powell (Bryan Cranston) of the cavalry tries to press Carter into service to fight the Apache. Carter refuses to cooperate, and after several failed escape attempts, he tricks a cell guard, knocks him out, and escapes Fort Grant on Colonel Powells' horse. Powell and the rest of the cavalry give chase but are forced to halt when they see that Carter has met up with a mounted Apache war band. Both sides are armed and wary, and a language barrier increases the tension. Soon a gunfight breaks out. Carter takes the chance to run off, but Colonel Powell is shot, and Carter returns to retrieve the injured man.The two escape into a box canyon and find a small cave. The Apache approach but quickly withdraw when they see something on the the rock above the cave. Confused, Carter returns to where the Apache had been standing, and notices the spider symbol on the rock face. Leaving Powell near the opening, he goes deeper into the cave to investigate. There Carter finds a chamber with strange markings, the walls and roof lined with gold. Entranced, he misses the stranger who appears behind him, and Powell is almost too late to shout a warning. The stranger is a bald man in a shining robe with a knife that seemed to have manifested out of thin air. The two fight, Carter managing to shoot the bald... A: John Carter Problem: Given the question: Suggest a movie title for the following movie plot: Following several gunshots, Monte Beragon (Zachary Scott) collapses in the living room of a beach house. He whispers the name "Mildred," and dies. His wife, Mildred Pierce-Beragon (Joan Crawford), soon arrives at the police station and acts suspiciously nervous, though denies killing her husband. When the police reveal the man they believe to be the culprit- Mildred's first husband, Bert Pierce (Bruce Bennett), who was the owner of the murder weapon- Mildred proclaims his innocence with emotion. Realizing that she knows more than she lets on, the detectives gather information from Mildred.Several years earlier, Mildred was married to Bert and spent her days as a housewife in their middle-class home. Her chief concern was providing all she could for their two daughters, Veda (Ann Blyth) and Kay (Jo Ann Marlowe). Bert loses his job, and reveals his frustration with Mildred's treatment of their children; namely showering them with expenses they cannot afford. Mildred sells baked goods to the neighbors to afford gifts for Veda in particular, but Bert chastises her for spoiling the girl. It is suggested that Bert has been unfaithful, and the two agree to separate. Mildred reveals the news to her daughters that afternoon when they return from school and witness Bert packing the car and driving off. Kay, the younger tomboyish daughter, is deeply saddened that her father had left, but snobbish teenage Veda is more concerned that they will no longer be able to afford any luxuries. Veda's status hunger and greed is shown when she tries on a dress that Mildred had scrimped to buy her, and calls it nothing more than a rag.Desperate for money, Mildred takes a job as a waitress at a local restaurant. She begins to excel at restaurant work, but keeps her job a secret for fear of being judged by Veda. However, Veda finds her mother's waitress uniform and gives it to their maid (Butterfly McQueen) to wear, intending to indirectly reveal her suspicion. Mildred admits her occupation, and Veda acts disgusted by her mother's... ++++++++++++++++++++++++++++++++ The answer is: Mildred Pierce [Q]: Suggest a movie title for the following movie plot: The movie opens with the Scientist (Alan Oppenheimer) making a sentient ragdoll on whose back he writes '9'. Outside, the world lies in ruins; the result of a catastrophic war caused by mankind's dependence on machines. Some time later, when all is silent, the ragdoll 9 comes to life. Looking around, he sees that the room he is in, 'The First Room', is a complete mess and devoid of life. He opens a window and sees the entire city before him in ruins, the sky dark and cast over. He tries to say something but nothing happens. He can't speak.With little trepidation, he walks through the desolate and deserted city. He comes upon a car in the road and, looking inside, sees a mother and her child lying dead within. As he recoils from the sight, he hears a sound and sees a slowly approaching light. 9 hides behind some rubble, picks up a metal bar, and waits. As the light comes closer, 9 swings the bar and it connects with a creature that closely resembles him. But the other ragdoll appears older and is differently crafted, wearing a magnifying glass in front of his eyes and fitted with a lit candle on his headgear. The ragdoll, 2 (Martin Landau), gasps at the sight of 9, who starts to run away until 2 cries out, "Wait! I'm a friend!"9 stops and returns to help 2 from the ground, who then gives 9 an appraising look and marvels at his detail and design. When he sees that 9 can't talk, 2 instructs him to follow. They walk over to a discarded doll at the side of the road and 2 begins to fumble inside it. In the meantime, 9 picks up a bullet from the ground and begins playing with it, unaware of what it is. 2 manages to find the doll's voicebox and stops 9 before he can cause damage with the bullet, telling him that some things are better left alone. 2 then inserts the voicebox into 9's chest cavity through his zipper. After some adjustments, 9 (Elijah Wood) finally speaks and says, "Friend".2 then notices something inside 9 and pulls it out. The small, hemispherical device with three symbols on it is revealed to be 'The... **** [A]:
9
Teacher: In this task, you are given a country name and you need to return the Top Level Domain (TLD) of the given country. The TLD is the part that follows immediately after the "dot" symbol in a website's address. The output, TLD is represented by a ".", followed by the domain. Teacher: Now, understand the problem? If you are still confused, see the following example: Andorra Solution: .ad Reason: .ad is the TLD of the country called Andorra. Now, solve this instance: British Indian Ocean Territory Student:
.io
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. [Q]: [706, 887, 881, 918, 166, 124, 965, 754, 566, 62, 257, 520] [A]: [887, 881, 257] [Q]: [463, 190, 727, 283, 784] [A]: [463, 727, 283] [Q]: [61, 393, 122, 163, 962, 7, 598, 563, 297, 870, 148, 23, 925, 617, 762, 517, 191, 113] [A]:
[61, 163, 7, 563, 23, 617, 191, 113]
Given the task definition and input, reply with output. Write an inquisitive question about a specific text span in a given sentence such that the answer is not in the text. Sentence: “ We ’ re seeing what appears to be a new geological phenomenon , ” she said .<sep>Span: new geological
What distinquishes this as something that is new?
You will be given a definition of a task first, then some input of the task. In this task, you are presented with a term, a description of the term, and an expected answer ('yes' or 'no'). You should write a yes-no question about the given term such that the answer is the one provided to you (i.e., If the answer is "No", you should ask a question that its answer would be "No", and if the answer is "Yes", you should ask a question that its answer is "Yes". ). The question should have a definitive answer (as opposed to ambiguous or subjective questions, e.g., Is Batman a good movie?). Create a question such that its answer can not be found easily on a single web page (e.g., mentioned in a Wikipedia page). This can be accomplished if answering the question requires more than one fact (facts = statements that can be found on a Wikipedia page or Google). For example, answering the question 'did Aristotle use a laptop?', one needs the know about the invention of the laptop and the death of Aristotle. Avoid questions should not just compare the properties of objects (e.g., Is a door bigger than an elephant?) or those that refer to details in the given description. Term: French Riviera, Description: Riviera, Answer:Yes Output:
Did Pink Floyd have a song about the French Riviera?
Instructions: In this task, you are given an input list A. If the count of numbers is more than that of alphabets in the list, answer 'Numbers Win'. If the count of alphabets is more than that of numbers in the list, answer 'Alphabets Win'. If the count of numbers is same as that of alphabets in the list, answer 'Numbers and Alphabets are Tied'. Input: ['5833', 'J', '2147', 'i', '9657', 'S'] Output:
Numbers and Alphabets are Tied
In this task you need to indicate the plausibility of reasoning for the pronoun coreference relations. Each of the provided inputs contains a sentence with a target pronoun and a sentence that justifies which noun phrase the pronoun refers to. Correct reasons do not need to use all the knowledge from the sentence. The resolution of the pronoun coreference relations typically involve 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. You should answer 'Correct' if the reasoning made sense, otherwise, you should answer 'Wrong'. [EX Q]: Sentence: I can't cut that tree down with that axe; it is too small. Reason: The 'it' refers to the axe because The axe is smaller to cut the tree. Question: Is the above reasoning correct or wrong? [EX A]: Correct [EX Q]: Sentence: Lily spoke to Donna, breaking her concentration. Reason: The 'her' refers to donna because Its about donna her concentration. Question: Is the above reasoning correct or wrong? [EX A]: Correct [EX Q]: Sentence: Susan knew that Ann's son had been in a car accident, because she told her about it. Reason: The 'she' refers to ann because IF she is found out, Susan must of found out about the crash from Ann telling her. Question: Is the above reasoning correct or wrong? [EX A]:
Correct
Detailed Instructions: In this task your given two statements in Estonian. 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. Q: Mees kaotas kõnevõime. Tal oli insult. A:
cause
Given a paragraph about cooking, and a set of conversational question answers about the paragraph, generate a relevant question to the topic of the paragraph. The paragraph has the prefix 'CONTEXT:'. Each conversation question has a prefix `Q:` followed by the answer prefix `A:`. [Q]: CONTEXT: Just an idea... I've had problems making foam because of hard/basic tap water (a lot of chalk in the water) - making frape though, not garlic foam:) Foam will more easily form in soft water as you can easily test with a piece of soap. If you have hard tap water you could try using boiled water (some of the chalk in the water will react and leave a residue on the bottom of the pot) or bottled water with pH 7 (neutral). Another idea would be to add just enough acid for neutralisation but I imagine that could be a bit tricky and you'd risk the milk curdling so I wouldn't recommend it. <sep> Q: Why was there not enough foam in my garlic foam with soy lecithin? A: Just an idea... I've had problems making foam because of hard/basic tap water (a lot of chalk in the water) - making frape though, not garlic foam Q: This was my first attempt at making a foam using soy lecithin do you think that will help? A: If you have hard tap water you could try using boiled water (some of the chalk in the water will react and leave a residue on the bottom of the pot) or bottled water with pH 7 (neutral [A]: I got a bit of foam on top but there wasnt a lot of it. It felt like a waste of a lot of milk. How much foam should I be expecting? [Q]: CONTEXT: Yes, you can definitely use UHT milk in bread. UHT is not usable for some applications, because its proteins have been changed by the heat. But in bread, you don't need the proteins from the milk. Bread recipes include milk to make the dough richer, so it is mostly the fat content that matters. Using UHT won't change anything in the dough structure. I even think that the usual unpleasant taste won't be noticeable, but I am not so sure about that. Still, it gets diluted a lot in dough, so if you can drink UHT as-is, you shouldn't have a problem with the bread taste. <sep> Q: Can I bake bread with long-life milk? A: you can definitely use UHT milk in bread Q: What is UHT milk?###My normal breadmaker recipe uses milk as the main liquid ingredient. Normally I use fresh semi-skimmed milk for this and get great results. A: UHT is not usable for some applications, because its proteins have been changed by the heat. But in bread, you don't need the proteins from the milk Q: Is this an acceptable substitute on its own? A: Using UHT won't change anything in the dough structure Q: is there a way I can tweak the recipe to work better with this milk? A: it gets diluted a lot in dough, so if you can drink UHT as-is, you shouldn't have a problem with the bread taste [A]: Any other suggestions I can try? [Q]: CONTEXT: Yes, you can freeze parmesan cheese. Even without freezing, Parmesan is very durable since the low water and high salt content prevents mould from growing. The younger varieties may be more prone to mould growth (having a higher water content), but I've kept ripe Parmesan (30-36 months) for at least a year in the fridge without problems (and it would probably have stayed good much longer). Just remember to keep it wrapped in paper, not in a sealed plastic container to prevent a buildup of condensation. <sep> Q: Can I freeze Parmesan? A: you can freeze parmesan cheese Q: How long can I keep it for? A: Even without freezing, Parmesan is very durable since the low water and high salt content prevents mould from growing [A]:
How is the taste/texture affected?
instruction: In this task, you will be given two sentences separated by ", so". You should decide whether the first sentence can be the cause of the second sentence. If you can see a possible causation, answer with "plausible", otherwise answer with "not plausible". question: The girl came across an unfamiliar word in her textbook, so she explained it to him answer: not plausible question: The woman felt compelled to help someone in need, so she tried not to think about it answer: not plausible question: The man threw his empty can onto the street, so he didn't have to walk answer:
plausible
Detailed Instructions: A text is given in Malayalam. Translate it from the Malayalam language to the Oriya language. The translation must not omit or add information to the original sentence. Q: ଆମେରିକାର ଟେକ୍ସାସ ରାଜ୍ୟରେ ଟେଲିକମ୍ୟୁନିକେସନ କନସଲଟାଣ୍ଟସ ଇଣ୍ଡିଆ ଲିମିଟେଡ(ଟିଆଇସିଏଲର)ର ସି-କର୍ପୋରେସନ ଗଠନ କରାଯିବ, ଯାହାଦ୍ୱାରା ଆମେରିକାର ଅନ୍ୟ ରାଜ୍ୟରେ ବ୍ୟବସାୟ କରିବା ଲାଗି ପଞ୍ଜିକରଣ କରିବାର ଅଧିକାର ମିଳିବ । ସି-କର୍ପୋରେସନରେ ଟିସିଆଇଏଲର 100 ପ୍ରତିଶତ ପ୍ରତିଭୂତି ନିବେଶ 5 ନିୟୁତ ଆମେରିକୀୟ ଡଲାର ସମାନ ହେବ । ଏହି ଅର୍ଥରାଶି ଭାରତୀୟ ମୁଦ୍ରାରେ ବିଦେଶୀ ମୁଦ୍ରା ବିନିମୟ ଦର 67. A:
2018 മുതല്‍ 2021 വരെയുള്ള നാലുവര്‍ഷ കാലയളവിനിടെ ആഫ്രിക്കയില്‍ 18 പുതിയ ഇന്ത്യന്‍ ദൗത്യങ്ങള്‍ ആരംഭിക്കുന്നതിനു പ്രധാനമന്ത്രി ശ്രീ.
Process: - Sunlight shines on plants - Cells with chlorophyll in them capture the light energy - Plants absorb carbon dioxide through their stoma - Plants absorb water through their roots and other parts of themselves - Plants absorb minerals through their roots - Plants convert these inputs into sugars - Sugars can be used as energy sources - Oxygen and water are also produced - Excess water and oxygen are released through stoma and other parts of the plant. suppose more conversion into sugars happens, how will it affect MORE sugar and oxygen being produced. Which of the following is the supposed perturbation? - directly impacting a step of the process - indirectly impacting a step of the process - not impacting any step of the process Answer:
directly impacting a step of the process
You will be given one or more triples. The second part of each triple shows the relation between the first and the third element. Your task is to write a simple and short piece of text (sentence(s)) that describes the triples in natural language. [Q]: Accademia_di_Architettura_di_Mendrisio | numberOfStudents | 600 Accademia_di_Architettura_di_Mendrisio | academicStaffSize | 100 Accademia_di_Architettura_di_Mendrisio | location | Ticino [A]: Accademia di Architettura di Mendrisio is located in Ticino. It has 600 students and 100 staff. [Q]: Romania | ethnicGroup | Germans_of_Romania Romania | leaderName | Klaus_Iohannis Romania | leaderTitle | Prime_Minister_of_Romania Romania | capital | Bucharest 1_Decembrie_1918_University | country | Romania [A]: The 1 Decembrie 1918 University is located in Romania. Romania's capital is Bucharest; its Prime Minister is Klaus Iohannis and its ethnic group is the Germans of Romania. [Q]: A_Loyal_Character_Dancer | publisher | Soho_Press A_Loyal_Character_Dancer | country | United_States [A]:
A loyal Character Dancer is published by Soho Press which is based in the United States.
In this task, you are given two sentences taken from a conversation, and your job is to classify whether these given sentences are sequential or not. We will mark the given sentence pair as 'True' if it's sequential, otherwise 'False'. The two sentences are spoken by two different people. -------- Question: Nichelle: In the fridge., Sally: Thanks mom Answer: False Question: Emily: You know, work and stuff., Justine: C'mon. Work never stopped you from calling=) Answer: False Question: Monica: Quick question., Jessie: No problem ;-) Answer:
False
Detailed Instructions: In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. Q: yuugguggugggg A:
gguggugg
In this task, you're given a statement, the genre to which that statement belongs, and a label indicating if the statement should be agreed with (entailment), disagreed with (contradiction), or neither (neutral). Your job is to write a sentence that describes the genre that follows the tone with respect to the statement, as indicated by the label. If sentence X agrees with sentence Y, the can be concluded from one another. If sentence X disagrees with sentence Y, they can not be correct at the same time. The sentence must also belong to the genre specified. One example is below. Q: Statement: Next to the MGM Grand you will find M and M World. Label: neutral. Genre: travel. A: The candy has many fans who love its attractions. Rationale: When the given label is neutral, it means that you should write a sentence that neither agrees with the statement, nor disagrees with it. We don't know if the candy has many fans, hence the sentence is neutral. The places are specifically pointed out and referred to as attractions, so the given sentence is in the same genre. Q: Statement: Now there's a loss. Label: entailment. Genre: slate. A:
This is a loss.
Instructions: You are given a dialog between 2 or more individuals. The dialog will include information as to the relationship between 2 of the participants. At the end, you will be asked to provide an answer as to the relationship of those 2 participants. In this scenario, '0' will represent a spousal relationship, '1' will represent siblings, and '2' will represent a child/parent relationship. Input: Speaker 1: Our little boy is getting married. Speaker 2: Oh look at you! So handsome! Speaker 3: You look beautiful mom. You look beautiful too dad. I love you both. I'm so glad you here. Speaker 4: Are you Chandler? Speaker 3: Are you Joey? What is the relationship between Speaker 3 and Speaker 1? Output:
2
Q: In this task, you are given two phrases: Head and Tail, separated with <sep>. The Head and the Tail events are short phrases possibly involving participants. The names of specific people have been replaced by generic words (e.g., PersonX, PersonY, PersonZ). PersonX is always the subject of the event. You have to determine whether the Head can be hindered by what is mentioned in the Tail or not. In this task, hindering introduces hindrances that obstruct the natural path to the achievement of a goal. For example, the event PersonX adopts a cat can be obstructed if PersonX is allergic to cats. 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. Head: PersonX pulls back a little<sep>Tail: You can't return anything once you've taken some. A:
Yes
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. Example Input: he got his winter jacket from the fridge he got his winter jacket from the closet Example Output: first Example Input: I listened to the song on the fridge. I listened to the song on the radio. Example Output: first Example Input: Eating vegetables is bad for health Eating vegetables is good for health Example Output:
first
Detailed Instructions: In this task, you are given a text from a social media post. Your task is to classify the given post into two categories: 1) yes if the given post is sexually offensive, 2) no, otherwise. Emphasis on sexually offensive or any lewd reference. Generate label 'no' for offensive posts that do not reference sexually explicit content. Warning: the examples and instances may contain offensive language. Q: Here this bitch go ... Lol A:
No
We would like you to classify each of the following sets of argument pairs (discussing Death Penalty) 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. Example input: Sent1: Therefore, people will think twice before they choose to commit a crime and also, the death penalty has been proven to deter the crime rate. Sent2: i think the death penalty should be abolished because some people are sentenced to deathfor a crime they might have not committed. Example output: Not similar Example explanation: The two arguments are talking about totally different things. The first one says we should have death penaly since it can deter the crime rate, and the second says we should abolish death penalty since people may not have committed the crime they are accused of. Q: Sent1: Of those reasons which you gave, which ones do you think cannot be accomodated by lesser senteces and NEED the death penalty? Sent2: If you think there shouldn't be a death penalty, you're an idiot. A:
Not similar
Detailed Instructions: In this task, you will be given a food review in Persian. You have to Classify the sentiment of the reviewer toward the food into: "negative", "neutral", "positive", and "mixed". The mixed category indicates reviews where none of the sentiments are dominant (mix of positive and negative, or borderline cases); hence it is hard to detect the primary sentiment. Also, assign neutral label to reviews that express no clear sentiment toward an entity or any aspect of it. Q: یه ته مزه بدی داره، مثل طعم آهن. برندهای دیگه ای که خریدم بهتر بودن. A:
negative
Given a sentence in French, generate a new French 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. Example input: Tomber amoureux, c'est comme manger un chocolat. Example output: Tomber amoureux, c'est comme allumer un bar de vacances. Example explanation: This is a good change in the sentence, because it is semantically similar to the input as both are talking about falling in love and the created sentence follows the commonsense knowledge. Q: Les membres devraient faire participer les étudiants à l'apprentissage. A:
Les enseignants devraient connaître les élèves à prévoir.
In this task you will be given a list, of lists, of integers. For every inner list contained in the input list, you should multiply every even number in that list. The output should be a list of integers with the same length as the number of lists in the input list. If there are no even numbers in an inner list you should output 0 for that list. Example input: [[7, -3, -3, 11], [-6, -6, -5, 2], [-8, 4, -3]] Example output: [0, 72, -32] Example explanation: The first inner list has no even integers, so the first number in the output is 0. The second list has -6, -6, 2 for even integers so the second output is 72. The third list has -8, 4 as even numbers so the third output is -32. This is a good example. Q: [[-44, 1, 18], [-3, 2, -35, 33, -22], [-6, -29, 37, -24], [35, -12, 42, -14, 39], [10, 35, -36, 4, 23], [18, 46, 44, -1], [15, 7, -8, 16], [-40, -8], [14, -13], [35, 38, -40, 29], [-43, -30, 37, 14, 40], [-19, -14], [32, -12, -8], [50, -22, 48, 3]] A:
[-792, -44, 144, 7056, -1440, 36432, -128, 320, 14, -1520, -16800, -14, 3072, -52800]
You will be given a definition of a task first, then some input of the task. 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 [37, 42, 45, 12, 29, 14, 35, 41, 16, 13, 40, 30, 9, 10, 34, 18, 3, 48, 25, 20], target=91 Output:
[]
Teacher: Given a sentence in Japanese, provide an equivalent paraphrased translation in German that retains the same meaning both through the translation and the paraphrase. Teacher: Now, understand the problem? If you are still confused, see the following example: 1975 - 76年のNBAシーズンは、全米バスケットボール協会の30番目のシーズンでした。 Solution: Die Saison 1975 - 76 der National Basketball Association war die 30. Saison der NBA. Reason: This is a correct and accurate translation from Japanese to German because the translated paraphrase retains the main message that between the years 1975-1976, the 30th NBA season occurred. Now, solve this instance: 同社はその後、セントルイスとカイロ鉄道、狭いゲージを取得しました。 Student:
Das Unternehmen war damals die St. Louis and Cairo Railroad, die Schmalspur übernahm.
Given a sentence in French, provide an equivalent paraphrased translation in Chinese that retains the same meaning both through the translation and the paraphrase. Aujourd'hui (de 2013 à 2017), le maire est Fernando Nogueira, élu par le PenCe (mouvement indépendant). La fête municipale est le 1er octobre.
现在(2013年至2017年)市长是由PenCe(独立运动)选出的Fernando Nogueira。市政假日是10月1日。
Detailed Instructions: The provided file includes inquiries about restaurants, and we ask you to translate those to the Spanish language. Please bear in mind the following guidlines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form 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) The fully capitalized words like DATE_0, or DURATION_0 *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. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for special placeholders. Please do the same in your translations. Problem:can you find me a " mcdonalds " in my area ? Solution:
¿puede encontrarme un "mcdonalds" en mi zona?
Given the task definition and input, reply with output. In this task if the pronoun is female or gender-neutral you are to replace it with a male pronoun. If there are no pronouns add a male-gendered word to the sentence. Hello everybody, My name is Mark, how are you doing over there?
how are you doing over there
Definition: In this task, you are given a date in "mm/dd/yyyy" format. You need to check if the date is valid or not. Return 1 if it is valid, else return 0. A date is valid is the components month("mm"), day("dd") and year("yyyy") are all valid individually. A day(dd) is valid if it is greater than or equal to 1 and less than 30 or 31 depending upon the month(mm). Months which have 31 days are January, March, May, July, August, October, December. Rest of the months have 30 days except February which has 28 days if it is not a leap year and 29 days if it is a leap year. A month(mm) is valid if it lies in the range from 1 to 12 as there are 12 months in a year. A year is always valid if it is expressed in the form of "yyyy". Input: 11/38/1352 Output:
0
Write an incorrect answer to the given question based on the associated fact. You are also provided with the correct answer to the given question. Make sure that your incorrect answer is relevant and similar to the associated fact. Also, try to make the incorrect answer similar to the correct answer so that distinguishing the correct answer from the incorrect answer is not very easy. Make sure you don't accidentally provide another correct answer! Also, make sure they sound reasonable (e.g., might be on a school pop quiz). A good incorrect answer can be constructed using words associated with the question, but not the correct answer. For example, for the question "What helps plants survive?", using words like "weeds", "vase", "bee" (associated with "plant"), or "first aid", "parachute", "accident" (associated with "survive") etc. Your incorrect answers make the question hard, so these results in good incorrect answers. [EX Q]: Fact: absorbing food causes objects to heat. Question: What causes objects to heat when absorbed? Correct Answer: food. [EX A]: cold. [EX Q]: Fact: Secondary growth forms secondary blood vessels. Question: Secondary growth forms secondary? Correct Answer: blood vessels. [EX A]: connective tissue. [EX Q]: Fact: The Moon's gravitational pull on the oceans can be dangerous. Question: The gravitational pull from the Moon to the earth's oceans can be what? Correct Answer: dangerous. [EX A]:
calming.
You will be given a text in Russian language which contain different emotion labels from the list - ['joy', ' sadness', 'surprise', 'fear', 'anger']. You need to output the incorrect emotion label, which is irrelevant to the input text. Your answer (i) should contain only one emotion label (ii) should be unambiguous. Q: А мы тут с огромными крабами деремся) Нам с султаном скучно) A: sadness **** Q: Жить в стране не просто тяжело – для подавляющего большинства граждан эта жизнь уже невыносима . A: surprise **** Q: Встретила без особого счастья и даже со злостью новый год, вот и начался таким. A:
joy ****
Detailed Instructions: In this task, you're given reviews of various products in multiple languages. Domain is English - en, Japanese - ja, German - de, French - fr, Chinese - zh, Spanish - es. Given a review you need to predict the language in which it was written from en, ja, de, fr, zh, es. Q: Si vous voulez être déçu achetez le produit ! Au bout de 3 utilisation ne fonctionne plus.. Je ne recommande pas du tout sauf si vous voulez acheter un thermomètre quelques jours après avoir acheté celui ci ! A:
fr
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: Consider Input: password = w6ueJ1iAIoEMo7 Output: 0 Input: Consider Input: password = qWK3NU76C Output: 0 Input: Consider Input: password = kJFI1RWeFG9KBKq!e.RRIR1EBTtNeO5RxeqvDpnx
Output: 20
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. Ex Input: System Reference: there is a hotel called in the seal rock inn and in the area of outer richmond. Original Reference: the seal rock inn is in outer richmond. Ex Output: 0 Ex Input: System Reference: x is a restaurant near x. Original Reference: x is a restaurant near the x. Ex Output: 1 Ex Input: System Reference: x is a restaurant in the moderate pricerange. Original Reference: x is a restaurant that offers moderate price range. Ex Output:
1
Given the task definition, example input & output, solve the new input case. In this task you are given a Chinese paragraph related to criminal cases, your job is to give an answer to what the criminal's name is. Example: 昌宁县人民检察院指控,2014年4月19日下午16时许,被告人段某驾拖车经过鸡飞乡澡塘街子,时逢堵车,段某将车停在“冰凉一夏”冷饮店门口,被害人王某的侄子王2某示意段某靠边未果,后上前敲打车门让段某离开,段某遂驾车离开,但对此心生怨愤。同年4月21日22时许,被告人段某酒后与其妻子王1某一起准备回家,走到鸡飞乡澡塘街富达通讯手机店门口时停下,段某进入手机店内对被害人王某进行吼骂,紧接着从手机店出来拿得一个石头又冲进手机店内朝王某头部打去,致王某右额部粉碎性骨折、右眼眶骨骨折。经鉴定,被害人王某此次损伤程度为轻伤一级。 Output: 段某 The name of the criminal mentioned in the text is 段某. New input case for you: 常熟市人民检察院指控被告人田某于2013年7月9日凌晨,趁无人之机,窃得许某放在停放在常熟市虞山镇元和赵家坝24号门口车里包内的农业银行卡(尾号8373)1张,后从该银行卡上取走人民币14000元。案发后,被告人田某家属已将全部赃款退还被害人并取得谅解。为证实上述指控的事实,公诉机关提交了相关的证据材料。公诉机关据此认为,被告人田某以非法占有为目的,窃取他人财物,数额较大,应当以××罪追究其刑事责任。 Output:
田某
Teacher: In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. Teacher: Now, understand the problem? If you are still confused, see the following example: ['8129', 'a', '4245', '2391', 'Y', '7569'] Solution: 8129, 1, 4245, 2391, 25, 7569 Reason: Here, the alphabets in the list are 'a' and 'Y', hence we replace them by their positions in the English alphabet '1' and '25', respectively in the input list to get '8129, 1, 4245, 2391, 25, 7569'. Now, solve this instance: ['8795', 'M', 'x', '3269', 'V', '417', '6619', '7025', '6499', '6091', 'o', '7415', '9345', '4329', 'c', 'H'] Student:
8795, 13, 24, 3269, 22, 417, 6619, 7025, 6499, 6091, 15, 7415, 9345, 4329, 3, 8
Detailed Instructions: You are given a text of the tweet and a corresponding label whether this tweet is 'Offensive', 'Hate Speech' or 'Neither'. Your job is to identify if the label is correct. Generate label 'true' if it's correct, 'false' otherwise. Problem:Tweet: &#8220;@FukknTyler: @lil_aerii LIGHTSKIN MF LMFAOOO&#8221; ight white bitch lol &#128299;&#128299; Label: Offensive Solution:
true
Detailed Instructions: The provided file includes inquiries about restaurants in Turkish, and we ask you to translate those to English language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form 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) The fully capitalized words like DATE_0, or DURATION_0 *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. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for fully capitalized special placeholders (e.g. NUMBER, DATE, TIME). Please do the same in your translations. Problem:"thai corner" adresini gösterin Solution:
show the address of " thai corner "
Part 1. Definition In this task, we ask you to write a question that asks about "event duration", based on a given sentence. The question will likely start with "How long". Your question should be answerable based on the common knowledge of how long certain events usually last. Don't create questions which have explicit mentions of answers in the text. Instead, it has to be implied from what is given. In other words, we want you to use "instinct" or "common sense". Note that the written questions are not required to have a single correct answer. Part 2. Example Sentence: Jack played basketball after school, after which he was very tired. Answer: How long did Jack play basketball? Explanation: the question asks about the duration of an event; therefore it's correct question. Part 3. Exercise Sentence: Then others were called on, and gave examples of their accomplishments in easy arithmetic and spelling. Answer:
How long did it take others to give examples of their accomplishments?
You are given a statement written in Panjabi. 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 . One example: Statement: ਅਮੀਯਾਹ ਸਕੌਟ ਅਸਲ ਵਿੱਚ 11 ਜਨਵਰੀ 1988 ਨੂੰ <MASK> ਸ਼ਹਿਰ ਵਿੱਚ ਇੱਕ ਵੱਖਰੇ ਨਾਮ ਨਾਲ ਪੈਦਾ ਹੋਈ ਸੀ। ਹਾਲਾਂਕਿ ਉਸਦਾ ਪਾਲਣ ਪੋਸ਼ਣ ਲੂਈਜ਼ੀਆਨਾ ਨਿਊ ਓਰਲੀਨਜ਼ ਸ਼ਹਿਰ ਵਿੱਚ ਹੋਇਆ ਸੀ। Option A: ਜਾਰਜੀਆ Option B: ਮੈਨਹੈਟਨ Option C: Lebanon Option D: ਲੂਈਜ਼ੀਆਨਾ Solution is here: ਮੈਨਹੈਟਨ Explanation: Amiyah Scott was born in Manhattan, the most suitable word to replace <MASK> token from the options is ਮੈਨਹੈਟਨ . Now, solve this: Statement: ਜਿਤੇਨ ਠੁਕਰਾਲ ਦਾ ਜਨਮ <MASK>, ਪੰਜਾਬ ਵਿਚ ਹੋਇਆ ਸੀ। ਇਸਨੇ 1998 ਵਿਚ ਚੰਡੀਗੜ੍ਹ ਦੇ ਗਵਰਨਮੈਂਟ ਕਾਲਜ ਆਫ਼ ਆਰਟਸ ਤੋਂ ਫਾਈਨ ਆਰਟਸ ਵਿੱਚ ਬੈਚਲਰ ਡਿਗਰੀ ਕੀਤੀ ਅਤੇ ਕਾਲਜ ਆਫ ਆਰਟ, ਦਿੱਲੀ ਤੋਂ 2000 ਵਿੱਚ ਮਾਸਟਰ ਡਿਗਰੀ ਕੀਤੀ। Option A: ਚੰਡੀਗੜ੍ਹ Option B: ਜਲੰਧਰ Option C: ਡੈਨਮਾਰਕ Option D: ਦਿੱਲੀ Solution:
ਜਲੰਧਰ
In this task, you are given a tweet in English. You are expected to classify the post into two classes: sarcastic or non-sarcastic. A sarcastic sentence is one that refers to the use of words that mean the opposite of what you really want to say, especially in order to insult someone, or to show irritation, or just to be funny. One example is below. Q: I work 40 hours a week for me to be this poor. A: sarcastic Rationale: Here, the person means to say that even after working 40 hours a week, he is still poor. Thus it actually contradicts to what he says. Q: Just love getting lied to ! #sarcasm A:
sarcastic
Given a category and a set of five words, find the word from the set that does not belong (i.e. is the least relevant) with the other words in the category. Words are separated by commas. Q: Category: police punishment Words: prime, penalty, fine, mad, arrest A: mad **** Q: Category: aesthetic characteristic Words: variety, fair, alright, pale, flaxen A: alright **** Q: Category: outdoor sport activity Words: canoe, hiking, row, fish, mice A:
mice ****
Detailed Instructions: You are given two sentences. You have to find if there is entailment or agreement of the Hypothesis by the Premise. From the given pair of sentences, you should identify if there is enough information in the Premise to support the claim made in the Hypothesis. The Premise may not exactly be the same as Hypothesis. Your task is to return 'entails' if the premise supports hypothesis else return 'neutral'. Problem:Premise: Herbivores are animals that eat only plants. Hypothesis: Herbivores are heterotrophs that eat only or mainly plants. Solution:
entails
Instructions: Given a sentence in Tagalog language, translate the sentence to English language keeping the meaning of the original sentence intact. Input: Tagalog sentence: Samakatwid, ang apat na linggong paghihintay ay nagwakas sa problema ng mga preso na walang ngipin habang ang mga pustiso ay hindi lamang magpapabago ng kanilang itsura at paraan ng pagsasalita ngunit maging sa kanilang pagkain. Output:
Consequently, the four-week period of anticipation ended the inmates’ toothless problems as the dentures will not only improve their appearance and manner of speaking but also their eating habits.
Answer the following question: What is the final step of the following process: - Food - Water enter the body - Bloodstream - Food and water enter the pancreas - The pancreas breaks down carbs Answer:
Helps digest other foods and liquids.
In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into four classes: Religious, Political, Geopolitical and Personal depending on the topic. Q: বাংলাদেশ করতে না পারলে রেন্ডিয়াও রান করতে পারতো না। A: Geopolitical **** Q: ১ টা ওষুধ খেলে ছটফট করবে সেক্স করার জন্য A: Personal **** Q: দেখে মনে হচ্ছে চুরি করতে গিয়ে ধরা খাওয়ায় বাশের বাড়ি খেয়েছ। A:
Personal ****
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. Input: Ọ̀rẹ́ mi Mike nìyẹn Output:
That should be my friend Mike
Detailed Instructions: You are given a statement written in Kannada. 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 . Q: Statement: <MASK>ದಲ್ಲಿ ಹಲವಾರು ಅಣೆಕಟ್ಟುಗಳು, ಬ್ಯಾರೇಜುಗಳು ಮತ್ತು ಲಿಂಕ್ ಕಾಲುವೆಗಳನ್ನು ಪಂಜಾಬ್ ಮತ್ತು ನೆರೆಯ ರಾಜ್ಯಗಳಿಗೆ ಪೂರ್ವ-ಸಿಂಧೂ ಉಪನದಿಗಳ ನೀರನ್ನು ವಿತರಿಸಲು ನಿರ್ಮಿಸಲಾಗಿದೆ. ಬಿಯಾಸ್ ಮತ್ತು ಸಟ್ಲೇಜ್ ಒಂದುಗೂಡುವಲ್ಲಿರುವ ಹರಕೆ ಬ್ಯಾರೇಜು (ಆಣೆಕಟ್ಟು) ಇಂದಿರಾ ಗಾಂಧಿ ಕಾಲುವೆಗೆ ನೀರು ಹರಿಸುವುದು, ಅದು 400 ಮೈಲುಗಳ (640 ಕಿಮೀ) ದೂರದಲ್ಲಿರುವ ನೈಋತ್ಯ ಪಶ್ಚಿಮ ರಾಜಸ್ಥಾನದ ಮರುಭೂಮಿಯ ಸುಮಾರು 1.5 ದಶಲಕ್ಷ ಎಕರೆಗಳಷ್ಟು ಪ್ರದೇಶಕ್ಕೆ (607,000 ಹೆಕ್ಟೇರ್) ನೀರಾವರಿ ಒದಗಿಸುತ್ತದೆ. ಈ ಮುಖ್ಯ ಕಾಲುವೆ 1987 ರಲ್ಲಿ ಪೂರ್ಣಗೊಂಡಿತು. Option A: ಆಫ್ಘಾನಿಸ್ಥಾನ Option B: ಪಾಕಿಸ್ತಾನ Option C: ಭಾರತ Option D: ಕಾಶ್ಮೀರ A:
ಭಾರತ
Detailed Instructions: In this task, you are given a sentence. You are expected to recognize the name of gene or protein. Although there might be several correct answers, you need to write one of them. See one example below: Problem: Sox - 4 is important for very early B - cell differentiation , while TCF - 1 / LEF - 1 play a crucial role in early thymocyte development Solution: TCF - 1 Explanation: The gene, TCF - 1 has been tagged as protein since it plays a crucial role in early thymocyte development. Problem: Moreover , we demonstrate a role for sustained TNF - alpha production in the maintenance of host survival throughout the course of B . mallei infection . Solution:
B . mallei
Detailed Instructions: Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. Problem:Who played Michael Collins in the film of the same name? Solution:
liam neeson
Given a sentence in Korean, provide an equivalent paraphrased translation in Spanish that retains the same meaning both through the translation and the paraphrase. 서 섹스 (Sursex)와 랜싱 (Lancing) 대학은 1860 년 11 월에 브라이튼의 공립학교에서 축구 경기를 치른 것으로 기록됩니다.
Sussex y Lancing Colleges, que jugaron un partido de fútbol en noviembre de 1860, se registran como las primeras escuelas públicas en Brighton.
instruction: In this task, you're given statements in native Kannada language. The statement can be written with the Kannada alphabet or the English alphabet. Your job is to evaluate if the statement is offensive or not. Label the post as "Not offensive" if the post does not contain offense or insult. Non-offensive posts do not include any form of offense or insult. Label the post as "Offensive" if the post contains offensive language. question: Amazon prime music ali ide. answer: Not offensive question: E video na unlike madoru nijavaglu kannads davaru ala answer: Offensive question: @Kiccha Vitthal ದಬಾಂಗ್ ಆಲ್ಸೋ ಏನು ಆಲ್ರೆಡಿ ಫ್ಲಾಪ್ answer:
Offensive
Given the background description of some cooking related query, summarize the question into a title Input: Consider Input: Is there a special tool available just for cracking open pistachio nuts? I'm asking because as I have gotten older, I have developed severe arthritis and joint pains, making opening them with my fingers very painful. I've always loved pistachios and hate having to ask my wife to crack them open for me.I have tried using regular nut crackers, but the pistachio either slips out without cracking or the nut inside gets crushed. Output: Cracking open a pistachio Input: Consider Input: For Xmas I was given a steamer.This is good as I, as I expect a lot of people in the world have done, have resolved to lose some weight this year. Now I understand that steamers are good for cooking fish. One of my favourite accompaniments to make for fish is a white wine and parsley sauce, basically a thin Bechamel with white wine and parsley (occasionally with tarragon or dill depending on my fancy).What I'm wondering is how to achieve the same effect with fewer calories. A white herby, winey sauce that's lower in fat... What do you think? Output: How can I reduce the fat in a white wine and parsley sauce? Input: Consider Input: I make up several burger patties in advance with peppers, onions, and spices.I use wax paper to separate them.If I put them in the freezer they separate fine. If I just refrigerate they stick to the wax paper. I don't want to coat the wax paper with oil. How can I refrigerate the patties so they will easily separate?
Output: Refrigerate and separate patties
You are given a set of queries separated by ' ', and your job is to find out the query which is not a well-formed or well-structured query in terms of grammar, punctuations, or spelling errors. -------- Question: Is cytosol the same thing as the skin ? 2004 dodge stratus how to remove fuel pump ? How do you measure advertising effectiveness on organisational perfomance ? How is solution related to solvent ? Answer: 2004 dodge stratus how to remove fuel pump ? Question: What are two parts of every email address ? What is the social structure of a wasp ? When will may 's marshstomp evolve ? Where was the pit located at the globe theater ? Answer: When will may 's marshstomp evolve ? Question: Who are celebrities ? How many miles from Las Vegas to Denver Co ? Who is the most famos irish poet ? How is blood pressure maintained by sodium ? Answer:
Who is the most famos irish poet ?
The task is reading a paragraph containing numbers as digits. The digits can be used to represent Quantity, Dates and Time, Addresses or Positions. Convert the digits into their text equivalents. If a number has a prefix, postfix or punctuation preserve it in the text equivalent. 100000 is translated as hundred thousand, Roman numerals are also translated. If multiple numbers are present convert all instances. [EX Q]: Authority was given to raise money on the Orphans' Fund to the extent of £90,000. [EX A]: Authority was given to raise money on the Orphans' Fund to the extent of ninety thousand pounds. [EX Q]: But about 1850 the two sides were distinctly hostile, and the controversy ran high. [EX A]: But about eighteen fifty the two sides were distinctly hostile, and the controversy ran high. [EX Q]: which he did for 4 months in the fall of 1948. [EX A]:
which he did for four months in the fall of nineteen forty eight.
Definition: In this task, you are given a list of unique integers you need to swap the positions of maximum and minimum element in the list and return the updated list. Input: [133, 356, 66, 449, 397, 410, 374, 329, 279, 40, 169, 82, 75, 19, 186, 65, 61, 414, 243, 30] Output:
[133, 356, 66, 19, 397, 410, 374, 329, 279, 40, 169, 82, 75, 449, 186, 65, 61, 414, 243, 30]
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. Non-inferiority was defined as an upper 95 % confidence limit ( CL ) for the difference in success of eradication in the amoxicillin and penicillin V treatment groups of < or=10 % . success of eradication Chronic vasodilator therapy with flosequinan in congestive heart failure . not found In this preliminary , open-labeled , randomized study , the effects of lime juice on the clinical and some laboratory characteristics of children with SCA were tested .
not found
In this task, you are given dvd 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. Example Input: Il était temps! . Depuis le temps qu'on attendait la sortie de "c'est pas sorcier"!! Ce DVD est fidel à l'émission, toujours des explications qui vont à l'essentiel, et qui sont majoritairement accessibles à tous. Cette série de reportages est destinée aux plus petits pour développer leur curiosité, et aux plus grands, pour approfondir leur connaissance. Example Output: POS Example Input: pédant et surfait . Ne vous fiez pas à la pochette du dvd : il n'y a que ça de bon dans ce navet Le sujet n'est pas inintéressant et l'histoire aurait pu donner qqchose de bon. Mais pourquoi des acteurs si peu crédibles ? le héros aux cheveux décolorés a largement passé la trentaine et son niveau de jeu est en dessous de zero. Pourquoi des dialogues aussi théâtrals et malfoutus ? C'est terriblement mal joué, ce film est pédant et prétentieux !. Le jeu des acteurs est téléphoné,le casting est inadéquat (tous des trentenaires) et ils sont très mal dirigés. Les scènes sont à; pouffer de rire (voir le moment où; le « héros »écoute son coloc lire du Châteaubriand, le gros plan « suggestif » sur le slip à terre est à hurler de rire alors qu'il se voudrait subtil). Bref, regardez le film entre amis pour une franche rigolade... ou passez votre chemin. en bref une daube à fuir : c'est pas les bons films qui manquent ! Example Output: NEG Example Input: exceptionnel . Un film exceptionnel sur l'excision, très émouvant et très complet, qui présente tous les aspects de cette pratique. Example Output:
POS
Teacher:In this task, you are given product reviews about dvds. The goal is to classify the review as "POS" if the overall sentiment of the review is positive(the reviewer is satisfied) or as "NEG" if the overall sentiment of the review is negative(the reviewer is not satisfied). Teacher: Now, understand the problem? Solve this instance: It's a PERFECT example of today's horror movies . Which isn't a good thing. If you've seen any recent horror flicks within the past 10 years(Taking Lives, Wrong Turn, I Still Know What you Did Last Summer, Scream), then you know it's filled with the dummest imaginable good guys, cheesy plot and almost un-killable bad guys. And scenes that are supposed to thrill you and you just wonder when this is going to end. I almost fell asleep in a few of those movies, that's how lame, tiring and boring they are. Fortunately, for this film, it has Jessica Alba and Seth Green, who are two fantastic actors/actresses and are always delightful to see. Seth Green is hilarious as the main characters buddy, and Jessica Alba is more then sexy. However, the movie is beyond cheesy(like a hand jumping out a microwave through the window, smashing the glass in the mean time and landing in the bush, but it can't escape the microwave. Or, when the lady(played by Vivica A. Fox(Kill Bill)) is hit by a car, which is backing up, and then is sent 50 feet. Uh huh, that's realistic. Ends sarcasm.) Then there is tones of un-necessary gore and silly scenes like the guy losing his head. And how exactly did his buddies get back? They don't explain anything and assume everything is magical. It delivers the comedy pretty well, thanks to Seth Green for that, but is just too silly, far too cheesy and extremely lame(a hand that is possessed? Please, give me a break. Student:
NEG
Definition: In this task, you are given a hateful post in Spanish from online platforms. You are expected to classify the target being harassed in the post as individual or generic, i.e., single person or a group of people. Note that the URLs in the text have been replaced with [Link]. Input: Post: @SalvadorAlianza Puta semejante culero, deja de estar jodiendo, una verguiada de mereces Output:
Individual
In this task, you are given a word, followed by a sentence. You should respond with a valid sentence which contains the word used with a different meaning than in the given sentence. For example, if the given sentence refers to a 'fly' as the insect, you may respond with a sentence which uses 'fly' as the verb; however, you may NOT respond with a sentence which uses 'fly' as the insect. You may use the word in a different tense than is given. For example, you may use the word 'ended' in the output where the given input word is 'end'. Q: reek Sentence: You reek of perfume. A:
Marshes reeking in the sun.
Instructions: You will be given a sentence that describes a restaurant. You will also be given a few categories of information regarding that sentence. Your task is to fill each of the categories with the appropriate information from the sentenece. Input: Sentence: I would consider xname because it is an Italian restaurant with decent ambiance. it's in Manhattan. xname is affordable. It provides welcoming service. it has good food. ; Categories: cuisine, service, qual Output:
cuisine[Italian], service[acceptable], qual[good]
instruction: Given a command in a limited form of natural language, provide the correct sequence of actions that executes the command to thus navigate an agent in its environment. A command can be broken down into many different actions. Actions are uppercase and are individual steps that serve as the building blocks for a command. For commands, 'left' and 'right' are used to denote the direction of an action. The word '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. 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'. Actions and commands do not have quotations in the input and output. question: look around left after run right answer: I_TURN_RIGHT I_RUN I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK question: jump around left and turn around left thrice answer: I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_JUMP I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT I_TURN_LEFT question: walk around left and jump opposite right twice answer:
I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_LEFT I_WALK I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP
A text is given in Malayalam. Translate it from the Malayalam language to the Tamil language. The translation must not omit or add information to the original sentence. -------- Question: പെട്രോളിയം പദ്ധതികളെ കുറിച്ച് പരാമര്‍ശിക്കവെ, കിഴക്കന്‍ ഇന്ത്യയെ രാജ്യത്തിന്റെ വളര്‍ച്ചാ യന്ത്രമാക്കി വികസിപ്പിക്കാനുള്ള വിശാലമായ വീക്ഷണത്തിന്റെ ഭാഗമാണ് ഇവയെന്ന് പ്രധാനമന്ത്രി ചൂണ്ടിക്കാട്ടി. Answer: இந்தியாவின் வளர்ச்சிக்கான உந்துவிசைப் பொறியாகக் கிழக்கிந்தியாவை மேம்படுத்தும் பெரிய தொநோக்கின் ஒரு பகுதியாக இன்று தொடங்கிவைக்கப்பட்ட திட்டங்கள் உள்ளன என்று பிரதமர் கூறினார். Question: ശേഷിച്ച 235 ജില്ലകള്‍ മാധ്യമ പ്രചാരണം വഴിയും ബാഹ്യമായ നിര്‍ദ്ദേശം വഴിയും ഉള്‍പ്പെടുത്തും. Answer: இவை தவிர 235 மாவட்டங்களில் செயல்படுத்துவதற்கான தீவிர பிரசாரம் மேற்கொள்ளப்படும். Question: ഞങ്ങള്‍ക്ക് നിരവധി സ്വപ്‌നങ്ങളുണ്ട്. Answer:
நமக்கு ஏராளமான கனவுகள் உள்ளன.
Given the task definition, example input & output, solve the new input case. In this task your given a passage in Catalan. you must ask a question in Catalan, that is relevant to the passage. A question that is constructed should be precise and based on factual information from the passage. A constructed question should be: (a) unambiguous (b) be directly answerable from the passage (c) have a unique answer (d) have an answer that is a continuous span of text from the passage. Try to avoid formulating questions that (a) can be answered without referring to the passage, or (b) use exactly the same words or questions given in the passage. Try to make the question fluent in the language used. You have to create exactly one question. Example: Zemlinsky va demanar el 1911 a Franz Schreker, compositor que escrivia els seus propis llibrets i que havia estat recentment treballant en la versió de ballet del conte d'Oscar Wilde The Birthday of the Infanta, que li preparés un llibret sobre «el drama d'un home lleig». Schreker va començar a treballar en un llibret que al final va decidir utilitzar-lo ell mateix per posar-hi música, Die Geizeichneten. Com a compensació, li va preparar un altre llibret basat en The Masque of the Red Death d'Edgar Allan Poe, que Zemlinsky va rebutjar.[6] Output: Quin compositor escrivia els seus propis llibrets? The question is an example of a good question because it asks a question which can be directly answered from the passage. New input case for you: A Sevilla viu a casa d'Álvaro de Alcocer, antic secretari reial, i Isabel Vélez de Guevara, matrimoni que amb els fills, especialment Gaspar, considerarà com a una segona família. També compta amb la protecció de Cristóbal Fernández de Valtodano i Juan Fernández Temiño.[2] Als divuit anys inicia els seus estudis a la universitat de Sevilla, al col·legi de Santa Maria de Jesús, on estudia Arts i Filosofia durant tres anys, fins a 1547,[4] tot i que en el darrer curs, sense acabar-lo, decideix traslladar-se a Alcalá de Henares.[7] Output:
On viu a Sevilla?
Instructions: Given a prompt and two completions from a language model, select the completion that is the most fluent with respect to continuing the prompt. Fluency is defined by coherency and ease of understanding, not necessarily grammatical correctness. Generate either Completion A or Completion B. Input: Prompt: I just saw an Andre Williams highlight from a different game. How is Completion A: that not good? And he's on his way to scoring some points, what's up? You know that, right? That's Andre Williams." Completion B: he doing from here Output:
Completion A
Given the task definition and input, reply with output. Generate a topic word for the given sentence. A topic word is usually the name of a person, place, animal, concept or object the sentence is focusing on. the nbc symphony orchestra was a radio orchestra.
nbc symphony orchestra
Detailed Instructions: You are given a math word problem and you are supposed to apply multiple mathematical operators like addition, subtraction, multiplication or division on the numbers embedded in the text to answer the following question and then only report the final numerical answer. Q: A trivia team had 15 members total , but during a game 6 members did n't show up . If each member that did show up scored 3 points , how many points were scored total ? A:
27

Dataset Card for "flan2022-4096-1024-tasks-logdet-50000-instances-fl"

More Information needed

Downloads last month
37

Collection including kowndinya23/flan2022-4096-1024-tasks-logdet-50000-instances-fl