prompt
stringlengths
25
16.3k
response
stringlengths
0
8.5k
You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'. Example input: Person1: Passport , please , madam . Person2: Just a minute , please . It's in my bag . Here it is . Person1: Thank you . Please fill out the Baggage Declaration Form . Person2: All right . Shall I enter all my belongings ? Person1: No , only the articles listed on the Declaration . Example output: 0 Example explanation: The first sentence in the conversation begins with a request, therefore there is no presence of a question. Q: Person1: What are the seasons like in your city ? Person2: Summers is hot and usually lasts a long time . Winters are short , but cold , wet , and windy . I love the summers in my city , but I hate the wintertime . Person1: Does it ever rain in summer ? Person2: We usually get a big thunderstorm every two weeks , but apart from that , summers are dry . Thunderstorms make the air fresh again , so most people don ’ t mind then . Person1: What are spring and autumn like ? Person2: I like spring because flowers bloom and trees grow leaves again . In spring , the weather is very changeable-sometimes cold , sometimes warm . It ’ s usually windy with some rain . Autumn is usually sunny an Person1: Well , I live in the southern hemisphere , so our summertime is your wintertime , and vice versa . We get some rain in every season , but most is in winter . In winter , it sometimes gets cold , but our wine Person2: Do you usually go on a summer holiday ? Person1: No , I don ’ t . I go on a winter holiday instead . I go somewhere warm . Person2: I usually go on holiday during the spring or the autumn . I try to go somewhere where the weather is more reliable than in my city . A:
1
You are given a sentence in Polish. Your job is to translate the Polish sentence into English. Tylko że ja nie byłam przygotowana na wielkość odzewu.
But I just wasn't prepared for the scope of the response.
Q: This task is about translating a given English language sentence to Spanish. I want more!" illbehonest.com A:
Predicado por Bob Jennings en los 90's illbehonest.com
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. Let me give you an example: I've read this book with much expectation, it was very boring all through out the book The answer to this example can be: Negative Here is why: Review writer does not like the book because it was boring, therefore it is a negative review. OK. solve this: I have been through two of these, each one only worked for a few months before going bad. After three months and only sporadic use, the first one I bought started cycling on-off continuously. This isn't apparent unless you are using it while plugged in, but the battery icon will show it is charging for a couple of seconds, then flip back to the battery icon for a couple of seconds and so on. I contacted the company, which confirmed it was faulty, so I sent it back to them for replacement. I received the replacement from Macally and after a couple of months, the second one started doing the same thing. I have read this is a pretty common occurrence with this product. I suppose there is a reason that it's a third the cost of the Apple product. Answer:
Negative
Given a sentence, generate a new 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. Ex Input: You hook your coat to the dump and leave it there . Ex Output: You retrieve your address to the branch and leave it there . Ex Input: The mind can only stimulate one thought at a jump . Ex Output: The mind can only think one thought at a time. Ex Input: You are likely to lead a raid in a shark tank . Ex Output:
You are likely to choose a shark in a milk tank .
Read the following paragraph and determine if the hypothesis is true: How to clean quartz<br>Rinse the quartz off with a power washer. If you have a large amount of quartz with a heavy amount of mud or dirt on it, you can try to rinse it off with a power washer. Set your quartz on the ground (preferably on concrete or asphalt) and rinse off the dirt. Hypothesis: Quarts cleans better with a combination of high surfactant cleaner and a power washer used outdoors.
It's impossible to say
Detailed Instructions: In this task, you are given a sentence in English, and your task is to translate it into Persian. Q: Algeria vs. Burkina Faso A:
الجزایر - بورکینافاسو
In this task you are expected to provide an SQL statement from an english description of what that SQL statement does. The description may include multiple steps but you should only ouput one SQL statement that accomplishes every step. 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. Q: Step 1: For each row in Services table, find corresponding rows in Ref_Service_Types table and in Drama_Workshop_Groups table. Step 2: find the number of different Currency_Code in the results of step 1 whose Parent_Service_Type_Code equals 1 A:
SELECT Count ( DISTINCT T2.Currency_Code ) FROM Ref_Service_Types AS T1 JOIN Drama_Workshop_Groups AS T2 JOIN Services AS T3 ON T1.Service_Type_Code = T3.Service_Type_Code AND T3.Workshop_Group_ID = T2.Workshop_Group_ID WHERE T1.Parent_Service_Type_Code = 1
In this task, you are given a text from tweets. Your task is to classify given tweet text into two categories: 1) positive, and 2) negative based on its content. Input: Consider Input: going home! i soooo love the rain. Output: positive Input: Consider Input: Is scared but excited about this next BIG step he's about to take. Hope it works out. Output: positive Input: Consider Input: foundddddd meee phone. well.... it was in donna's car happphapphappyyy
Output: positive
In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage. Comment: Yep, he's just a big meanie.
Non-obscene
Choose from options: Determine if the sentence is true based on the text below: the angle-angle theorem is a way to prove similar triangles How to prove similar triangles<br>Define the angle-angle (aa) theorem. Two triangles can be proved similar by the angle-angle theorem which states: if two triangles have two congruent angles, then those triangles are similar. [substeps] This theorem is also called the angle-angle-angle (aaa) theorem because if two angles of the triangle are congruent, the third angle must also be congruent. Possible answers: -Yes. -It's impossible to say. -No.
Yes
Detailed Instructions: In this task, you have to generate the title of the recipe given its required ingredients and directions. Q: ingredients: 'Quail', '1/2 cup peanut oil', '1/2 cup beaujolais wine or 1/2 cup pinot noir wine', '2 tablespoons currant jelly', '1 tablespoon soy sauce', '2 shallots, sliced', '1 sprig tarragon', 'salt and pepper', '8 quail, partially boned', '2 tablespoons butter', '2 tablespoons peanut oil', 'Cherry Sauce', '1 1/2 cups beaujolais wine', '1 cup dried cherries', '2 shallots, finely chopped', '1/2 cup reduced quail stock', '2 tablespoons currant jelly', '1 sprig tarragon, chopped', '1/4 cup butter', 'salt and pepper', 'Spinach', '2 (12 ounce) packages fresh spinach, trimmed', '3 tablespoons butter', 'salt and pepper',<sep> directions: 'For the quail, whisk the peanut oil, Beaujolais, jelly, soy sauce, shallots, tarragon, salt and pepper in a stainless steel saucepan. Heat just until warm. Pour over the quail in a shallow dish, turning to coat. Marinate at room temperature for 30 minutes or in the refrigerator for up to 10 hours, turning occasionally; drain. Saute the quail breast side down in a mixture of the butter and peanut oil in skillet; turn. Cook for 6 minutes longer or until cooked through. Remove the heated plate. Cover to keep warm. Discard pan drippings from the skillet and reserve the skillet to use in the preparation of the sauce.', 'For the sauce, pour 1/2 cup of the Beaujolais into a microwave-safe bowl. Microwave just until warm. Stir in the cherries. Let stand until plump. Deglaze the reserved skillet with the remaining 1 cup beaujolais. Stir in the shallots. Cook until reduced by half, stirring constantly. Stir in the cherries, stock, jelly and tarragon. Cook until reduced by half, stirring constantly. Whisk in the butter. cook until slightly thickened, stirring constantly. Season with salt and pepper.', 'For the spinach, saute the spinach in the butter in a skillet until wilted. Season with salt and pepper.', 'To assemble, divide the spinach evenly among 4 serving plates. Top each serving with 2 quail. Drizzle with the sauce.' A:
Junior League - Sauteed Quail With Dried Cherries
Context: Once again I will admonish all members that if they are going to stretch the credibility of their argument on Bill C-4 by referring to other issues, which is certainly their privilege, it would be best to use some imagination and to be sure to continue to come to a touchstone and not to challenge the Chair by forcing the Chair to make a ruling. Hypothesis: The Chair cannot make a ruling. No Context: The 1986 FIA European Formula Three Cup was the second European Formula Three Cup race and the first to be held at the Autodromo Enzo e Dino Ferrari on October 26, 1986. The race was won by Italian Stefano Modena, driving for Euroteam outfit, who finished ahead of the previous years winner Alex Caffi and fellow Italian Nicola Larini. Hypothesis: Euroteam outfit was the best driving team since 1986 It's impossible to say Context: How to optimize a press release<br>Decide the overall goal of the press release. This document should convince readers to do something, whether it is to go to your website, buy a ticket or read more. Pick your audience and brainstorm ways to make the story convincing to your target demographic. Hypothesis: The document's goal is to convince your target demographic to buy tickets instead of looking at your website.
No
You are given a sentence in Galician. Your job is to translate the Galician sentence into English. Q: Esta moza californiana aos 60 comezou a traballar en Nepal para salvar a rapazas novas da escravitude doméstica. A:
This California girl at 60 started working in Nepal to save young girls from domestic bondage.
In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization. ['797', 'Q', '1255', 'n', 'A']
Q, n, A
Given the task definition and input, reply with output. In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. 4, 12, ['p', 'h', 'a', 'c', 'J', 'P', '3013', '1411', '1091', 'w', 'c', '5197', 'U', 'f']
c, J, P, 3013, 1411, 1091, w, c, 5197
Definition: In this task, you are given a sentence in English, and your task is to translate it into Persian. Input: Trinidad & Tobago: Contemporary Art · Global Voices Output:
کارائیب: دنیای هنر
Idea for the Q&A below: The relevant information is: In flowering plants, the ovule is located inside the portion of the flower called the gynoecium. Q: In flowering plants, the ovule is located inside the portion of the flower called the gynoecium. The ovary of the gynoecium produces one or more ovules and ultimately becomes the fruit wall. Ovules are attached to the placenta in the ovary through a stalk-like structure known as a funiculus (plural, funiculi). Different patterns of ovule attachment, or placentation, can be found among plant species, these include: Answer this question: where is the ovule found in a flower? A: inside the portion of the flower called the gynoecium Idea for the Q&A below: To answer this question, we should know that: The Panchayat Raj system was first adopted by the state of Rajasthan in Nagaur district on 2nd Oct 1959. Q: Context: The Panchayat Raj system was first adopted by the state of Rajasthan in Nagaur district on 2nd Oct 1959. The second state was Andhra Pradesh, while Maharashtra was the Ninth state. State governments during the 1950s and 60s adopted this system as laws were passed to establish panchayats in various states. It also founded backing in the Indian Constitution, with the 73rd amendment in 1992 to accommodate the idea. The Amendment Act of 1992 contains provision for devolution of powers and responsibilities to the panchayats, both for the preparation of economic development plans and social justice, as well as for implementation in relation to 29 subjects listed in the eleventh schedule of the constitution, and the ability to levy and collect appropriate taxes, duties, tolls and fees. Question: where did panchayati raj in india first introduced in 1959? A: the state of Rajasthan in Nagaur district Idea for the Q&A below: This is the relevant information: The song was written by Houston, award-winning writer, Diane Warren and produced by David Foster, both of whom have written and produced for Houston before. Q: Passage: The song was written by Houston, award-winning writer, Diane Warren and produced by David Foster, both of whom have written and produced for Houston before. The song was originally supposed to precede the album's UK release on August 31, 2009 and U.S. release on September 1, 2009 but was cancelled in favor of "I Look to You" and "Million Dollar Bill". However, the song was released on November 6, 2009 as a promotional single. Question: Based on this passage, who wrote i didn't know my own strength lyrics? A: Houston , award - winning writer , Diane Warren Idea for the Q&A below: The relevant information to answer the above question is: It is composed of an iron -- nickel alloy and some light elements.
Q: Context: The Earth's inner core is the Earth's innermost part. It is primarily a solid ball with a radius of about 1,220 kilometres (760 miles), which is about 70 % of the Moon's radius. It is composed of an iron -- nickel alloy and some light elements. The temperature at the inner core boundary is approximately 5700 K (5400 ° C). Question: composition of the inner core of the earth? A: an iron -- nickel alloy and some light elements
instruction: In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization. question: ['K', '783', '8465'] answer: K question: ['M', '9141', 'V', '1771'] answer: M, V question: ['461', '7641', 'R', 'M', '9861', 'g', '8059', '5031', '949', 'M', '7347', '7299', 'A', 'q', '1193', '6285', 'd', 'v', '513', '2193', '1387', 'C', '5759', '4499', '269', '5109', 'c'] answer:
R, M, g, M, A, q, d, v, C, c
Given the following reasoning and answer, what was the question? Graduation is to be done after complecting the undergraduation. Someone has been graduated who had finished their undergraduate. The answer: graduated
The question What has someone who had finished their undergraduate done? Options: - graduated - masters - postgraduate - phd - professor
You are given a sentence and your task is to generate another sentence that supports the given input. Ex Input: Unlike Type 1 diabetes, Type 2 diabetes may respond to treatment with exercise, diet, or oral medications. Ex Output: Diabetes is unpreventable in the type one form but may be prevented by diet if it is of the second type. Ex Input: The water molecules are attracted to each other and resist being separated. Ex Output: Compared with the molecules of many other substances, molecules of water are strongly attracted to each other. Ex Input: A normal human cell has 46 chromosomes. Ex Output:
There are 46 chromosomes chromosomes in a diploid human cell.
Given a sentence in English, provide an equivalent paraphrased translation in Japanese that retains the same meaning both through the translation and the paraphrase. -------- Question: After completing his university education at Cardiff University and in Harrogate , North Yorkshire , he worked in Rouen , France from 1996 to 1999 . Answer: カーディフ大学、ノースヨークシャー州ハロゲートで大学教育を受けた後、1996年から1999年までフランスのルーアンに拠点を置きました。 Question: The Gill family closed the mill in 1968 , and the new owners sold it in 1980 . Answer: ギル家は1968年に工場を閉鎖し、1980年に新しい所有者に売却しました。 Question: It located in Himachal Pradesh ( Tattapani ) , at the altitude of 650mts , perfect temperature for the healing treatments . Answer:
それは標高650mのTattapani(Himachal Pradesh)にあり、治療に最適な温度です。
Generate a question about the following movie plot: Kim Sun-woo (Lee Byung-hun) is an enforcer and manager for a hotel owned by a cold, calculating crime boss, Kang (Kim Yeong-cheol), to whom he is unquestionably loyal. The two share concerns over business tensions with Baek Jr., a son from a rival family, which is when Kang assigns Sun-Woo what is perceived (at first) to be a simple errand while he is away on a business trip to shadow his young mistress, Heesoo (Shin Min-a), for fear that she may be cheating on him with another, much younger man, with the mandate that he must kill them both if he discovers their affair. As he performs his duty following Heesoo, and escorting her to a music recital one day he becomes quietly enthralled by the girl's beauty and innocence, as glimpses into his lonely, empty personal life become more prevalent.When he does come to discover Heesoo's secret lover directly in her home, he fiercely beats him, but seeing the girl's traumatized state causes him to take pause, pulled by his attraction to her. He thus spares the two on the condition that they no longer see each other again, causing her to harbour enmity towards him, despite the fact he had saved their lives at his own expense.Meanwhile, Sun-woo continues to be embroiled in personal business with Baek Jr., over having beaten up several of his henchmen earlier for overstaying their welcome at the hotel. He is then threatened by one of his enforcers to apologize, but he adamantly refuses, fueled by his frustrations over Heesoo. As he relaxes in his apartment later one night, he is suddenly kidnapped by Baek's men to be tortured, but before they can do so, they receive new orders via phone call, and he is abruptly carried off to Kang, who has returned from overseas and has found out about his attempted cover-up of Heesoo's affair. Kang's men torture him into confessing why he lied, until he is left alone to think about his answer. A daring but messy escape follows, after which Sun-woo plans his revenge.Help from one of Sun-woo's loyal co-workers provides him with money and... The answer to this question is:
Who killed Baek Jr?
TASK DEFINITION: In this task, you are given a natural language interpretation of commands (consist of logical operations) to select relevant rows from the given table. Your job is to generate command (in terms of logical operations) from given natural language interpretation. Define body (contains a collection of statements that define what the this logical operator does) of each logical operator between '{}' parenthesis. Here are the definitions of logical operators that you can use while generating 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. PROBLEM: select the rows whose channel record fuzzily matches to atv world . take the launch date record of this row . select the rows whose channel record fuzzily matches to tvb pearl . take the launch date record of this row . the first record is less than the second record . SOLUTION: less { hop { filter_eq { all_rows ; channel ; atv world } ; launch date } ; hop { filter_eq { all_rows ; channel ; tvb pearl } ; launch date } } PROBLEM: the average of the crowd record of all rows is 21996 . SOLUTION: round_eq { avg { all_rows ; crowd } ; 21996 } PROBLEM: select the row whose first elected record of all rows is 2nd minimum . the incumbent record of this row is james p richards . SOLUTION:
eq { hop { nth_argmin { all_rows ; first elected ; 2 } ; incumbent } ; james p richards }
Please answer the following question: Generate a question about the following movie plot: This movie--based on a true story that shocked Canadians and dominated headlines--opens in Oct 2000 with Karla Homolka approaching the 8 year mark of a 12 year manslaughter sentence and up for parole. Under Canadian law, parole would usually be virtually automatic, but Karla's case is no ordinary case. Karla has been sent to Saskatoon to meet with a prison appointed psychiatrist, Dr. Arnold, to evaluate her suitability for parole. Most of the movie is told from the vantage point of Karla and Dr. Arnold examining the past actions that landed her in prison with a view to making a decision on parole.Karla begins by discussing how she and her ex-husband Paul Bernardo first met. At age 18, Karla is working in a veterinary clinic and is sent to Toronto by her employer to attend a veterinary convention. However, she is also interested in meeting men. Karla and a female colleague are in a hotel restaurant when they are approached by Paul and a male friend. There is an almost immediate strong attraction between Paul and Karla, and they soon find themselves making love in Karla's hotel room. Karla's colleague and Paul's friend are also in the room and feel quite uncomfortable.Karla and Paul begin a relationship which, at first, seems quite happy and successful. Karla gives Paul a pair of handcuffs for use in sex play. However, while having sex, Paul introduces the possibility that he might be a rapist. In looking back at this incident with Dr. Arnold, Karla claims she thought this was just innocent sex talk on Paul's part.Paul's true meaning, however, is quickly shown to the viewer to be something far more sinister: Paul is, in fact, the notorious Scarborough rapist, who has been terrorizing women with frequent and brutal assaults. However, the police and the general public do not yet know the true identity of the Scarborough rapist, and Karla also claims not to have known at this time. A police sketch of the Scarborough rapist is published in a Toronto newspaper. This looks enough like Paul that people who know him... A:
Who are arrested?
You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'. [Q]: Person1: who are you writing a letter to ? Person2: I'm just responding to Sue's letter . Do you want to help ? Person1: OK . I guess I could add something . Tell them that I send my love . Person2: that's kind of boring . Don't you want to tell them anything else ? Person1: well , maybe you could tell them about my promotion . Person2: you've been promoted ? when did that happen ? Person1: just today . I guess I forgot to mention it . Person2: congratulations ! That's really exciting ! Let's get out a bottle of wine to celebrate ! Person1: shouldn't we finish writing this letter first ? Person2: ah . That can wait . Your promotion is the best news I've heard in a long time ! Person1: it is good news , but it looked like you were almost finished . We might as well just sign off . Person2: ok , you're right . I'll just tell them how round I am of you for getting a promotion and then I'll thank Sue for her kind letter . Person1: I guess you can write that I'm looking forward to seeing them in June . Person2: that's thoughtful of you . Person1: and also thank them from the bottom of my heart for the Christmas package they sent us . Person2: that's right ! I almost forgot about that . Person1: what would you do without me ? Person2: we do balance each other out well . I guess we were really made for each other ! [A]: 1 [Q]: Person1: Lisa , I am told you did very well in your exam . Person2: I was the only one who got a strait A in my class . Person1: Congratulations on your success . Person2: Thank you . [A]: 0 [Q]: Person1: Welcome to Lincoln Bank . Which service do you require today ? Person2: I'm here to ask about a loan . Person1: We have many loans on offer . May I ask what the purpose of the loan is ? Person2: I got married not long ago and we are expecting our first child . I'd like to buy a car for the family . Person1: I see . What you need is one of our Petty Consumer Loans . Person2: Could you tell me what the requirements are for that , please ? Person1: Certainly . It's quite simple really . Do you hold a resident's permit ? Person2: Yes , I do . I was born and bred here . Person1: That's great . We'll also need details of your occupation . Person2: I have all of that with me . I've also banked here for a number of years . [A]:
1
In this task, you're given passages that contain mentions of a time duration related quesry and we are supposed to write answer to a question that involves event “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. Note that a lot of the questions could have more than one correct answers. We only need a single most-likely answer. Please try to keep your "answer" as simple as possible. Concise and simple "answer" is preferred over those complex and verbose ones. Q: Sentence: Every year a "Brotherhood and Unity" relay race is organized in Montenegro, Macedonia and Serbia which ends at the "House of Flowers" in Belgrade on May 25 – the final resting place of Tito. At the same time, runners in Slovenia, Croatia and Bosnia and Herzegovina set off for Kumrovec, Tito's birthplace in northern Croatia. The relay is a left-over from Yugoslav times, when young people made a similar yearly trek on foot through Yugoslavia that ended in Belgrade with a massive celebration. Question: How often is the "Brotherhood and Unity" relay race done? A: Every year **** Q: Sentence: The Council does not have executive powers but meets biannually to discuss issues of mutual importance. Similarly, the Parliamentary Assembly has no legislative powers but investigates and collects witness evidence from the public on matters of mutual concern to its members. Reports on its findings are presented to the Governments of Ireland and the United Kingdom. During the February 2008 meeting of the British–Irish Council, it was agreed to set up a standing secretariat that would serve as a permanent 'civil service' for the Council. Leading on from developments in the British–Irish Council, the chair of the British–Irish Inter-Parliamentary Assembly, Niall Blaney, has suggested that the body should shadow the British–Irish Council's work. Question: How often does the British-Irish Council meet? A: biannually **** Q: Sentence: Microsoft Windows keeps the system real-time clock in local time. This causes several problems, including compatibility when multi booting with operating systems that set the clock to UTC, and double-adjusting the clock when multi booting different Windows versions, such as with a rescue boot disk. This approach is a problem even in Windows-only systems: there is no support for per-user timezone settings, only a single system-wide setting. In 2008 Microsoft hinted that future versions of Windows will partially support a Windows registry entry RealTimeIsUniversal that had been introduced many years earlier, when Windows NT supported RISC machines with UTC clocks, but had not been maintained. Since then at least two fixes related to this feature have been published by Microsoft. Question: Since 2008, at least how many times has Microsoft released fixes for the RealTimeIsUniversal feature? A:
two ****
You will be given a definition of a task first, then some input of the task. In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb What type is the local authority that is at the north end of Douglas Bay ? Output:
WP NN VBZ DT JJ NN WDT VBZ IN DT JJ NN IN NNP NNP .
Q: In this task you are expected to provide an SQL statement from an english description of what that SQL statement does. The description may include multiple steps but you should only ouput one SQL statement that accomplishes every step. 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. find the invoice_date of Invoices table for which invoice_number equals 10 A:
SELECT invoice_date FROM Invoices WHERE invoice_number = 10
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. One example is below. Q: I've read this book with much expectation, it was very boring all through out the book A: Negative Rationale: Review writer does not like the book because it was boring, therefore it is a negative review. Q: Making my comparison to Milan Kundera's book, I have to rate this movie fairly low. I don't believe Kaufman was able to capture the essence of Kundera's writing with this film representation. So much of Kundera's writing is internal to the characters, which is difficult (at best) to communicate on screen. Unfortunately, this is the richest part of the experience; I recommend the book, but found the movie decidedly unsatisfying. A:
Negative
Generate a context and a hypothesis. Answer: Context: How to adjust rainbird sprinklers<br>Set the fixed left edge on the sprinkler head. Before you adjust the watering direction or distance, you will need to set the starting point for the water rotation. Find the center cap on the rotor case. Hypothesis: Rainbird sprinklers lack the center cap on the rotor case. Generate a context and a hypothesis. Answer: Context: How to make sprinkle encrusted chocolate<br>Set up the double boiler for use. Put out the silicone chocolate molds in readiness for adding the sprinkles and melted chocolate. Arrange them on a cookie sheet or similar, for ease of keeping together. Hypothesis: Sprinkle encrusted chocolate is very time consuming Generate a context and a hypothesis. Answer: Context: Laura Johnson (born August 1, 1957) is an American actress, known for playing Terry Hartford in the primetime soap opera "Falcon Crest" from 1983 to 1986. She had a supporting role in the independent film "Beyond Reason" in 1977 and also appeared in "Opening Night" (1977), and "Fatal Instinct" (1992). On television she also starred in two short-lived series: "Heartbeat" and "Born Free". Hypothesis: Laura last name is Perez. Generate a context and a hypothesis. Answer:
Context: Brian Helps Out<br>Five-year-old Brian was watching the news with his parents. When pictures of the Louisiana flood came on, the child cried. At dinner, he worried what children in Louisiana were eating. The next day, his teacher helped him write a letter to the school. Brian's letter raised 400 cans and boxes of food for The Red Cross! Hypothesis: Brian was not even 6 yet but could still write a letter with help from his teacher.
We allow you -- if you choose to, you don't have to -- but we give you broader competition to allow you to buy into the same health care plan that senators and congressmen give themselves. If it's good enough for us, it's good enough for every American. I believe that your health care is just as important as any politician in Washington, D. C. Choose your answer: based on the paragraph above can we conclude that "Politicians care about our health care plans"? Possible answers: +Yes. +It's impossible to say. +No. I think the answer is
It's impossible to say
Context: MOSCOW Siberian authorities on Tuesday revised upwards the number of Russians who have died after drinking contaminated bath oil to 52 from 41, the Irkutsk region's health ministry told Reuters. A further 29 people are in hospital, some of whom are in a serious condition and may die, a spokeswoman for the ministry said. The poisoning in Irkutsk, a hard scrabble city around 2,600 miles (4,000 km) east of Moscow, is one of the worst such cases in recent years in a country where up to 12 million people use cheap surrogate spirits. (Reporting by Peter Hobson; Editing by Andrew Osborn) Hypothesis: Everyone who drank the bath oil died. No Context: American Grit is an American reality television series that premiered on Fox on April 14, 2016. The series stars WWE wrestler John Cena. Fox ordered ten episodes for the first season of the competition series. On July 29, 2016, Fox renewed the series for a second season, which premiered on Sunday, June 11, 2017. Hypothesis: Fox order nine and half episodes of the show No Context: In the glamorous, exclusive world of French haute couture, Sakina M'Sa is an unlikely star. Like her creations, M'Sa is the sum of many parts - a tiny woman from the Comoros, an immigrant from a working-class neighbourhood in Marseille, and a designer who follows her own dreams and embroiders the fashion world with a social conscience. "My only strength in life is my difference," says M'Sa, dressed all in black and sitting in her workshop and showroom in La Goutte d'Or, a working-class neighbourhood in Paris which is home to a large population of Africans. Hypothesis: You cannot be French and African.
No
Instructions: This task is about translating a given English language sentence to Spanish. Input: Is an adjusting entry needed? Output:
¿Es necesario una ajuste entrada?
Q: You are given a sentence in Polish. Your job is to translate the Polish sentence into English. Żyli raptem 18 000 lat temu. To niezwykłe. Daje do myślenia. A:
But they lived only 18,000 years ago, and that is truly extraordinary to think about.
In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: political or non-political depending on the topic. হাসিনা যুদ্ধে অংশ গ্রহন করলে ভারত জিততে পারে।
non-political
Segura had X-rays on his hand after getting hit by a pitch Friday against the Astros, Shannon Drayer of 710 ESPN Seattle reports. Segura was hit in the eighth inning but did not leave the game. He appears to have avoided a serious injury but is considered day-to-day. Does this next sentence follow, given the preceding text? Segura had X-rays on his hand after getting hit by a pitch Friday against the Astros, s. Segura was hit in the eighth inning but did not leave the game. He appears to have avoided a serious injury. Segura is very well paid but he earned more five years ago.
It's impossible to say
Given the following reasoning and answer, what was the question? The important part for answering this question is: Russian cosmonaut Gennady Padalka, who has spent 878 days in space over five missions, became the record holder for the most time spent in space when he surpassed, on 28 June 2015, the record of cosmonaut Sergei Krikalev, who spent 803 days, 9 hours and 39 minutes (about 2.2 years) in space over the span of six spaceflights on Soyuz, the Space Shuttle, Mir, and the International Space Station. The answer: Gennady Padalka
The question Passage: Russian cosmonaut Gennady Padalka, who has spent 878 days in space over five missions, became the record holder for the most time spent in space when he surpassed, on 28 June 2015, the record of cosmonaut Sergei Krikalev, who spent 803 days, 9 hours and 39 minutes (about 2.2 years) in space over the span of six spaceflights on Soyuz, the Space Shuttle, Mir, and the International Space Station. Yuri Malenchenko is currently in second place, having spent 828 days in space on six spaceflights. Question: Based on this passage, who has spent the most time in space?
Smartest thing I ever did because when it paid off , I was pretty much set for life . Surprise ending , right ? Me : Sure . Vince : I ' ve got a few plots left in me . OPTIONS: - They lost some weight and are more mobile . - They just got out of a relationship . - They got a new job . - They are debt free . A: Why is the narrator all of a sudden feeling less constrained ? I can tell the hematoma is different . It 's a different shape and it 's right there , big and ugly next to the babies sac . The ultra sound tech says that can happen and may not mean something horrible . OPTIONS: - Because they have worked with a lot of pregnant women and know what danger looks like . - Because the ultrasound tech wants the woman to have problems - None of the above choices . - Because this was above the tech 's paygrade and they did n't want to bother the doctor A: Why is n't the ultrasound tech more concerned about the hematoma ? This information will however be in the form of alcoholic drinks and their recipes . So if you are looking for a particular drink to make , you should have at least an idea of the various ingredients that are used . This bartender black book is also useful even if you have no idea about the various drinks and their ingredients . With the help of this book you can see how each type of drink is made as the recipes give you detailed information . OPTIONS: - A recipe for disaster . - A recipe for brownies . - A recipe for pizza . - A recipe for a Salty Dog . A: What are some names of recipes you might find in this book ? We visited the Eiffel Tower , UNESCO headquarters and sailed down the river Seine on a bateau - mouche and that was only day one . The next day we had to walk as the transport workers were on strike ( strike in France - unusual ! ! ) . We went to the Opera House which was perhaps the most beautiful building ever and shopped in the Galaries Lafayette ( Paris ' most famous department store ) . In the afternoon we visited the Sacre - Coeur and lunched in the Place du Tertre . OPTIONS: - They are on a vacation with others in France . - None of the above choices . - They had visited Paris in the past . - They did a lot of walking in Paris . A:
What may be a fact about them in their situation ?
You will be given a definition of a task first, then some input of the task. Given a sentence, generate a new 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. A sap is an insect that can sting . Output:
A st is an insect that can sting .
In this task, you have to generate the title of the recipe given its required ingredients and directions. Ex Input: ingredients: ['1 box devil's food cake', '1 pkg cream cheese (at room temp)', '1 lg pkg instant chocolate pudding', '2-3 cups milk', '(ingredients to make cake: egg, oil)', 'whipping cream',<sep> directions: 'prepare half of cake in a 9x13 pan as per directions and set out to cool. in a bowl, whip cream cheese until soft and smooth. mix in 1 cup milk and blend til smooth. add pudding and remaining cup milk and blend til smooth but firm. (may need to add a little more milk). layer mixture on top of cake and refrigerate. before serving, prepare whipping cream (1tbsp sugar and splash of vanilla) and layer on top of pudding mixture. chill and serve. may be topped with slivered almonds.' Ex Output: 3 Layer Birthday Cake Ex Input: ingredients: '1 (2-layer) chocolate cake mix', '1 egg', '1 (8 oz.) cream cheese', 'dash of salt', '1/2 c. sugar', '6 oz. pkg. chocolate chips',<sep> directions: 'Mix cake according to directions on package.', 'Fill paper baking cups in muffin pans 2/3 full.', 'Cream the cheese with the sugar, beat in egg and salt.', 'Stir in chocolate chips.', 'Drop 1 rounded teaspoonful cheese mixture in each cupcake.', 'Bake as package directs for cupcakes.', 'Makes about 30 cupcakes.' Ex Output: Cream Filled Cupcakes Ex Input: ingredients: '1 onion, chopped', '1 c. peas, frozen', '1 apple, chopped', '1/4 c. relish', '1 c. celery, chopped', '1 c. walnuts, chopped (optional)', '1 c. cooked noodles (rotini, shells or any pasta)', '1 chicken, cooked and debone', '1 c. Miracle Whip',<sep> directions: 'Mix everything together.', 'Add Miracle Whip 1/4 cup at a time until creamy.' Ex Output:
Chicken Salad
Definition: In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage. Input: Comment: Aloha Mr. Aalto. The Supreme court delay was not unique to Republicans. It was done by democrats as well. You can research that if you wish. True we need to shrink our military. Trump has said he will and wants our allies to step up to the plate and use their defense budgets to fill any voids. Remarkably, The president who won a Nobel Peace prize shortly after assuming office was the only President to preside over 8 years of active War, but that is another issue. We differ significantly on free health care. I believe that people MUST insure themselves for what they think they are worth and budget their income accordingly. Your perception of improving life in the Arab world is interesting. It glosses over the fact that the Arab world is fundamentally moslem. Moslems STRONGLY believe in the Qur'an as you know. A popular requirement of Allah can be found in Qur'an 9:111 "Kill Jews and Christians if they do not convert or pay Jizya tax. WE are on the same wave length regarding robots etc. Output:
Non-obscene
Definition: In this task, you are given a natural language interpretation of commands (consist of logical operations) to select relevant rows from the given table. Your job is to generate command (in terms of logical operations) from given natural language interpretation. Define body (contains a collection of statements that define what the this logical operator does) of each logical operator between '{}' parenthesis. Here are the definitions of logical operators that you can use while generating 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. Input: select the row whose no record of all rows is 3rd maximum . the player record of this row is terry dehere . Output:
eq { hop { nth_argmax { all_rows ; no ; 3 } ; player } ; terry dehere }
Problem: Read the following paragraph and determine if the hypothesis is true: Well, I think during the campaign, particularly now during this difficult period, we ought to be speaking with one voice, and I appreciate the way the administration has worked hard to calm the tensions. Like the vice president, I call on Chairman Arafat to have his people pull back to make the peace. OPTIONS: - Yes - It's impossible to say - No Hypothesis: Chairman Arafat was called on to pull his people back. **** Answer: Yes [Q]: And let me say again, Detroit is rearing to go on that. We differ on the Arctic National Wildlife Refuge, as I have said. We differ on whether or not pollution controls ought to be voluntary. I don't think you can -- I don't think you can get results that way. Detroit is very old OPTIONS: - Yes - It's impossible to say - No [A]: It's impossible to say Problem: Working Out<br>Cara was a bit nervous today. She was going to the gym for the first time. She had just gotten her membership and was going to use it. Cara walked in ready to exercise. She got on a treadmill and began running. Based on the paragraph above can we conclude that "Cara didn't plan to go to the gym today."? OPTIONS: - Yes - It's impossible to say - No A: No Q: This statement contains less than 28 sentences In other words, like it was not the current finance minister, like it was not the current prime minister, like it was not even the former revenue minister who now sits as the fisheries minister, like it was not these people of the government in the 35th and 36th parliaments who actually brought in the legislation. OPTIONS: - Yes - It's impossible to say - No A: Yes "First" is a song by American actress and singer-songwriter Lindsay Lohan, taken from her debut studio album, "Speak" (2004). It was released as the album's third and final single on May 10, 2005 . The song was released to help promote Lohan's film, "", in which it appears on the soundtrack. The song failed to chart in the United States, but it performed well in other countries such as Taiwan. "First" was a number one hit in Taiwan. OPTIONS: - Yes - It's impossible to say - No A: It's impossible to say Problem: Read the following paragraph and determine if the hypothesis is true: The 2019 Cedar Commissions artists have each received $4,500 to create over 30 minutes of new music, drawing from their lives and experiences to create bold new works. Over the course of six months, they have been composing, exploring new ideas, and assembling musicians to bring their work to fruition on February 1st and 2nd. On night one, the artists Tarek Abdelqader, Antoine Martinneau, and Brianna Lane will perform their work. OPTIONS: - Yes - It's impossible to say - No Hypothesis: Cedar Commissions artists have landed grant money **** Answer:
Yes
Read the following paragraph and determine if the hypothesis is true: Michael Try's Beer<br>Michael had never been a drinker. He had a date with a young woman. She began to drink a few beers. She encouraged him to drink one or two. Michael trying to impress his date had a few beers and hated it. Select from: a. Yes; b. It's impossible to say; c. No; Hypothesis: Peter had never been a drinker. He had a date with a young woman. She began to drink a few beers. She encouraged him to drink one or two. Peter trying to impress his date had a few beers and hated it.
c.
In this task, you are given a sentence in English, and your task is to translate it into Persian. -------- Question: May all the independent & liberation opposing forces go and burn in inferno. Answer: کاش تمام نیروهای مخالف استقلال و آزادی در جهنم بسوزند. Question: That ended when his manager, Jonathan Hollander, who's also the artistic director of the Battery Dance Company in New York, gave him a new assignment: Teach an Iraqi student. Answer: این مسئله زمانی پایان یافت که مدیرش جاناتان هولاندر، که مدیر هنری شرکت دنس باتری (Dance Battery) در نیویورک نیز هست، به او ماموریت جدیدی محول کرد: آموزش یک هنرجوی عراقی. Question: A New York Times reporter compared the over 500 record-breaking hazardous level to an airport smokers’ lounge. Answer:
خبرنگار نیویورک تایمز چنین شاخص بالای پانصدی را با شکاندن رکورد سطح خطر اتاق سیگار فرودگاه مقایسه کرده بود.
In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated. Passage: The football player scored a touch down. Sally sells seashells on the seashore.
Unrelated
In this task your given two statements. 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. Let me give you an example: The women met for coffee. They wanted to catch up with each other. The answer to this example can be: cause Here is why: The women met for coffee because they wanted to catch up with each other. OK. solve this: The girl bragged to her friends. She won a contest. Answer:
cause
[Q]: How to roast hatch chiles<br>Buy chiles with a bright green color. They should have smooth skin, feel heavy for their size and maintain a consistent, symmetrical shape. [substeps] Purchase hatch chiles in markets and produce stores or order them online. Hatch chiles can not be purchased in markets OPTIONS: - Yes - It's impossible to say - No [A]: No Problem: Wiktor Zborowski (born January 10, 1951 in Warsaw) is a Polish actor. He is nephew of Jan Kobuszewski. In 1973 he finished The Aleksander Zelwerowicz National Academy of Dramatic Art in Warsaw. He appeared in the comedy television series "Bao-Bab, czyli zielono mi" in 2003. He is also known for taking on the role of Longinus Podbipięta in the 1999 historical epic "With Fire and Sword". Based on the paragraph above can we conclude that "Wiktor Zborowski died at birth"? OPTIONS: - Yes - It's impossible to say - No A: No Q: The police arrived before the firefighters. KENT COUNTY, MI - Northbound U.S. 131 has been shut down at Post Drive after a crash. An Aero Med helicopter is responding to the crash, reported at 10:42 a.m. Friday, Sept. 28. Police and firefighters are at the scene. Firefighters had to remove one of the victims from a vehicle. OPTIONS: - Yes - It's impossible to say - No A: It's impossible to say Leupold 3.5x10 with M1 turret It does have a few scratches from rings and a burn on the bottom from a muzzleloader but the glass is perfect and most of the scratches/burn would be covered by rings. Asking $350 shipped For sale is a Leupold vari x 111 3.5x10-40 with a M1 turret.It does have a few scratches from rings and a burn on the bottom from a muzzleloader but the glass is perfect and most of the scratches/burn would be covered by rings.Asking $350 shipped The M1 turret is not normally included with the Leupold 3.5x10. OPTIONS: - Yes - It's impossible to say - No A: It's impossible to say input hypothesis: It snows every year in Salt Lake City. Context: The Salt Lake City 2002 Winter Olympics will take place from February 8th to February 24th 2002. The Paralympics will take place in Salt Lake City from March 7th to March 16th 2002. OPTIONS: - Yes - It's impossible to say - No true or false: It's impossible to say input hypothesis: The person is in favor of repealing the Tobacco act. Context: Based on the evidence of the health threats of tobacco, based on the thousands of deaths from tobacco related diseases and the terrible toll that tobacco addiction takes on individuals in society, it is very difficult to imagine any reason for not supporting the bill and its important amendments to the Tobacco Act. OPTIONS: - Yes - It's impossible to say - No true or false:
No
input hypothesis: Kyle's cold symptoms diminished after he took some medicine. Context: Sick<br>Kyle woke up with a very bad cold, the day he started his new job. Unsure what to do he called his mom. Kyle's mom said take a bath and take medicine and he would be ok. After doing what she said he felt so much better. Kyle was able to start his new job. true or false: Yes input hypothesis: The death penalty deters crime Context: Since the fear of death is virtually a universal phenomenon, the death penalty is an unparalleled deterrent for people considering a crime. true or false: Yes input hypothesis: I had never seen her thus, and certainly not a thousand times. Context: Then , all at once , down at the far end of the garden , I saw a woman walking .<br>I thought at first that it must be Mary Sloane ; but , as she crossed a moonlit path , I saw it was not our old servant 's stout , homely figure .<br>This woman was tall and erect .<br>Although no suspicion of the truth came to me , something about her reminded me of Hester .<br>Even so had Hester liked to wander about the garden in the twilight .<br>I had seen her thus a thousand times .<br>I wondered who the woman could be .<br>Some neighbor , of course .<br>But what a strange way for her to come ! true or false: No input hypothesis: The concert for two pianos will be played on the fourth day of the month that follows January, one hour later than 6pm. Context: Chamber Music Society of Lincoln Center Gottschalk: The Union Ives: The Things Our Fathers Loved; Charlie Rutlage; The Indians; The Housatonic at Stockbridge; The Circus Band Rzewski: Winnsboro Cotton Mill Blues Ellington: Clarinet Lament Gershwin: An American in Paris, for 2 pianos Listen Saturday February 4 at 7 p.m. true or false:
Yes
Instructions: A text is given in Bengali. Translate it from the Bengali language to the Urdu language. The translation must not omit or add information to the original sentence. Input: طرفین نے شام میں حالات کو مستحکم کرنے کا بھی خیرمقدم کیا۔ انہوں نے شام کے اقتدار اعلیٰ اور علاقائی یکجہتی کا احترام کرنے کی ضرورت پر بھی زور دیا اور سیاسی وسفارتی کوششوں کے ذریعے شام کے بحران کے حل کی ضرورت پر زور دیا۔ Output:
আন্তর্জাতিক ও আঞ্চলিক শান্তি নিরাপত্তা স্থায়িত্বের জন্য ইরানের পরমাণু কর্মসূচির জন্য জয়েন্ট কম্প্রিহেন্সিভ প্ল্যান অফ অ্যাকশন কার্যকরি রূপায়ণের ওপর জোর দিয়েছে দুই দেশ। এই সংক্রান্ত বিষয়গুলি আলাপ-আলোচনা ও শান্তিপূর্ণভাবে মেটাতে বলা হয়েছে।
Generate a question about the following movie plot: Antartica, 1982. Three Norwegian scientists are in a snow cat are following a signal. They stop suddenly, and after a few moments, a crack in the snow/ice causes the snow cat to fall into a fissure in the ice and gets wedged. The lights from the snow cat are pointed down into the fissure and reveal a spaceship.Sander, a Norwegian scientist, visits an American Paleontologist, named Kate, and tells her that they have discovered a structure and an organism and convinces her to come to Antartica.Kate and her colleague, Adam, fly in a helicopter to the Norwegian camp in Antarctica piloted by Americans Carter and Jameson. They get to camp and meet the other Norwegians including Edvard who is in charge of the camp and Lars, a mechanic who is the only one that doesn't speak any English and has an Alaskan Malamute.Upon arrival, Kate and Adam and the Norwegians get into a snow cat and go to the site where we see a full view of the top of the ship in the ice. Some distance from the ship, they show Kate the strange-looking organism encased in ice. Back at camp they discuss the removal of the organism.The organism is removed and is in a wooden room back at the camp still encased in the ice block. Sander tells the team that he wants to take a tissue sample first, which Kate objects to as they need to do sterilization and take other precautionary measures. He tells her not to question him again in front of the others. They drill a hole into the ice and remove a frozen flesh sample from the organism and place it in a petri dish.Later, in the camp's rec room, the entire team is partying and realize the discovery they have made: aliens. Meanwhile, the ice block is beginning to melt. While everyone is partying, a shot cuts to the Alaskan malamute in its cage and it's barking and trying to get out. Jameson comes out of the bathroom and goes into the room with the ice block. Lars scares him by yelling 'boo' from behind and then Lars leaves. All of a sudden, the unseen Thing breaks out of the ice and jumps through the ceiling.... Ans: What is Blair's job? Generate a question about the following movie plot: An eastern cult (a parody of the Thuggee cult) is about to sacrifice a woman to the goddess Kaili. Just as she is about to be killed, the high priestess of the cult, Ahme, notices that she is not wearing the sacrificial ring. Ringo Starr, drummer of the Beatles, has and is wearing it; it was secretly sent to him by the victim in a fan letter. Determined to retrieve the ring and sacrifice the woman, the great Swami Clang, Ahme, and several cult members including Bhuta, leave for London. After several failed attempts to steal the ring, they confront the Beatles in an Indian restaurant. Ringo learns that if he does not return the ring soon, he will become the next sacrifice. Ringo then discovers that the ring is stuck on his finger. The Beatles go to a jeweller to remove the ring, but the tools he uses all break. They then go to a mad scientist, Foot, and his assistant Algernon. In a lab full of British-made equipment, they attempt to expand the ring's molecules so it can slide off Ringo's finger. But the machines only manage to remove all his other rings. Astonished that his equipment has no effect on the ring, Foot decides that he, too, must have it. While they bumble with trying to get a laser together, Ahme crashes the lab and holds the scientists at gunpoint while she lets the Beatles escape. Back home, Ahme tells the group that her sister's time has passed and she is now out of danger and Ringo is now the sacrificial victim. She prepares a special solution intended to shrink Ringo's finger so she can get the ring off. But then Clang and his henchmen crash the house, causing Ahme to drop the syringe on Paul's leg. While a shrunken Paul hides in an ashtray, the cult attack the other Beatles and pour red paint on Ringo (as part of the sacrifice). Foot and Algernon come in, shoots a warning shot with his Webley and scares the cult away, Ahme in tow. Paul unshrinks and John subsequently starts to swing a lamp at Foot who tries to shoot him, but his gun misfires. Blaming this on the fact that the gun is British... Ans: Who is the god of the religious cult? Generate a question about the following movie plot: Kandukondain Kandukondain opens with army commando Major Bala (Mammootty) fighting in a war and losing his left leg in a grenade explosion. After the opening credits, Sowmya (Tabu) and Meenakshi "Meenu" (Aishwarya Rai) are shown as the adult daughters of Pathma (Srividya) living in a Chettiar mansion in Karaikudi, Tamil Nadu with their maternal grandfather Chandrasekhar (Hershath kumar), maidservant Chellatha (S. N. Lakshmi) and younger sister Kamala (Shamili). Sowmya is a school principal while Meenu is passionate about classic Tamil poetry, music and dance. Major Bala, one of the rich men in their village falls in love with Meenu, but Meenu falls in love with Srikanth (Abbas). Manohar (Ajith Kumar) is a director who comes to Meenu's house for a film shoot. Sowmya and Manohar fall for each other but an issue crops up between the two and whether Manohar manages to win her back forms the rest of their part of the story. Chandrasekhar, on his deathbed, tries to say something about the will which was written by him and kept in a box, a long time ago. No one understands him. After his death, their lawyer breaks open the box and found out that he had bequeathed all his property to his younger son Swaminathan (Nizhagal Ravi), remembering the fact that his elder daughter Pathma had eloped and married without his knowledge. Unable to bear Swaminathan's wife's arrogant behaviour upon inheriting the mansion, Sowmya and her family move to Chennai. In Chennai, Sowmya finds a respectable job in a software company while Meenu becomes a playback singer with the help of Major Bala. Meanwhile, Srikanth's finance company goes bankrupt and he has to pay back his investors. A minister offers to bail out Srikanth and his company if Srikanth marries his daughter. Srikanth agrees and when Meenu finds this out by chance, she is shocked and overwhelmed at Srikanth's hypocrisy. She falls into an open manhole and gets rescued by Bala. Realising Bala's true love for her, Meenu falls in love with him. Manohar's first movie project is in... Ans: Who was the famous female action heroine? Generate a question about the following movie plot: The film is based on the 11 July 2006 Mumbai train bombings. The film is a take on the lives of Malayalee families affected by the bomb blasts. Mammootty plays a police officer who is a keen observer. Jayasurya plays a singer who travelled on one of the trains. The story involves bomb blasts in seven different railways (stations and on train) .
Ans: Who is asked about the painting?
Generate a context and a hypothesis.
Context: Nausikaa Lake is a lake in geographic Lee Township in the Unorganized West Part of Timiskaming District, in northeastern Ontario, Canada. The lake is in the Saint Lawrence River drainage basin and the nearest community is Sesekinika, 5 km to the east. It is named for Nausicaa, a greek princess in Homer's "Odyssey" Hypothesis: Nausikaa lake never freezes.
Problem: Long-term Gambian leader Yahya Jammeh has finally stepped down as the president of the West African country, paving way for the internationally recognised president Adama Barrow to take over the reins. Read the rest of the story on Guardian News Added January 20, 2017 from Guardian News Based on the paragraph above can we conclude that "A lot of citizens did not want him to be president"? A: It's impossible to say Problem: Alice almost stamped with irritation at the slow drawl in which he spoke .<br>` THIS door , of course ! '<br>The Frog looked at the door with his large dull eyes for a minute : then he went nearer and rubbed it with his thumb , as if he were trying whether the paint would come off ; then he looked at Alice .<br>` To answer the door ? '<br>he said .<br>` What 's it been asking of ? '<br>He was so hoarse that Alice could scarcely hear him . '<br>I do n't know what you mean , ' she said . '<br>I talks English , does n't I ? '<br>the Frog went on .<br>` Or are you deaf ?<br>What did it ask you ? ' Based on the paragraph above can we conclude that "Based on the tone of the frog's voice Alice had problems understanding him."? A: Yes Problem: President Vladimir Putin vowed Monday to track down the killers of Anna Politkovskaya, while her colleagues at Novaya Gazeta pledged to continue her work despite dangers. Based on the paragraph above can we conclude that "Vladimir Putin is a policeman"? A:
No
Please answer this: Generate a question about the following movie plot: Homicide detective Sergeant Dave Bannion (Glenn Ford) is an honest cop who investigates the death of fellow officer Tom Duncan. It would seem to be an open-and-shut case, suicide brought on by depression, but Bannion is then contacted by the late cop's mistress, Lucy Chapman (Dorothy Green), who claims that it could not have been suicide.She explains that Duncan was in perfect health and had no reason to do it. All the evidence points to a self-inflicted gunshot wound and Bannion is prepared to believe that Chapman is just talking tales as a means of making a little money. But he is intrigued to learn that the Duncans had a second home which would simply not have been possible on his salary.Bannion visits Mrs Duncan (Jeanette Nolan) and raises the subject but she resents the implication of his suspicions. The next day Bannion gets a dressing-down by Lieutenant Ted Wilks (Willis Bouchey) who is under pressure from "upstairs" to close the case with as little grief to the widow as possible.Chapman is later found dead after being tortured and covered with cigarette burns. After counting "every single one of them" Bannion sets about investigating her murder even though it is not his case or his jurisdiction. Threatening calls are then made to his home and he goes to confront Mike Lagana (Alexander Scourby), the local mob boss. It's an open secret that Lagana runs the city, even to the point that he has cops guarding his house while his daughter hosts a party. Lagana resents Bannion's accusations in his own home during such an event: "I've seen some dummies in my time, but you're in a class by yourself."Bannion's main problem is that people are just too scared to stand up to the crime syndicate that controls the city, including Lieutenant Wilks, who fears for his pension and whom Bannion dismisses as a "leaning tower of jelly". But, when the warnings to him go unheeded, Bannion's car is blown up and his wife (Jocelyn Brando) is killed.Feeling that the department will do little to bring the perpetrators to justice... ++++++++ Answer: Who does Stone kidnap? Please answer this: Generate a question about the following movie plot: The film begins with a commercial from Lunar Industries. In the late 21st Century, Earth has had an energy crisis. Most coal, oil and natural gas reserves are nearly gone. Our new primary source of energy is Helium-3, which is found on the moon. Lunar Industries is responsible for the mining of Helium-3 and sending it back to Earth. We are then shown Lunar Industries Sarang Mining Base on the moon. There is only one person in the crew, and his contract is for three years. We are introduced to the employee, Sam Bell (Sam Rockwell). He has grown out his hair and has grown a beard during his time on the base. He puts on a spacesuit and goes outside, where he drives a land rover over to a Helium-3 harvester. He collects the Helium-3 and then sends it back to Earth using a rocket. We see how lonely Sam is when he continually talks to himself. Sam has video messages from his bosses and family, but he can't communicate with them via live feed, due to a satellite being jammed. Sam's only companion is GERTY (voice by Kevin Spacey), an intelligent robot who controls the base and looks after Sam.As GERTY gives Sam a haircut, he asks him if everything's okay. He noticed that he's been acting unusual lately. Sam says that he's fine and then asks if anyone has fixed the satellite yet. GERTY informs him that its a low priority of the company. Even though he has two weeks left in his contract and will return to Earth soon, he thinks that it's fair for the satellite to be fixed for the person who will replace him. He also says that he has a headache. Afterward, he looks at an old video message sent by his wife, Tess (Dominque McElligott). She knows that he's lonely on the Moon's surface all by himself, but she's proud of what he's doing. She has their little daughter Eve say "astronaut." Sam passes the time by working on a miniature model of his hometown and watering his plants in the greenhouse. Sam watches an old TV show and then turns the TV off.As Sam fills his glass with hot water, he hallucinates, seeing a woman in his... ++++++++ Answer: When are the clones designed to "break down"? Please answer this: Generate a question about the following movie plot: The film begins in the locker-room fill of teenage girls, including Carrie White (Sissy Spacek). Carrie gets her first period, and after becoming distressed, cries out for help. Instead of helping, the other girls ridicule and harass her, throwing out tampons, sanitary towels and toilet paper to her. Teacher Miss Collins (Betty Buckley) rushes in to stop the commotion. White, who appears to be bottling extreme rage, snaps a light bulb. After questioning Carrie, Miss Collins realizes that Carrie is unaware of the concept of menstruation. Because of this, Miss Collins asks the school principal to excuse Carrie from gym class for a week because of the trauma. Upon her way home, Carrie uses her recently discovered telekinesis to stop a boy from teasing her. While at home, Carrie is tormented by her delusional mother (Piper Laurie), who locks Carrie in a closet and forces her to pray--she believes that Carrie received her period due to sinning.Miss Collins, still livid about the incident, berates the other girls and forces them through a detention, deliberately physically exhausting them. The leader of the clique, Chris Hargensen (Nancy Allen), refuses to participate, and as punishment, is banned from the upcoming prom. Furious, she blames Carrie for her misfortune. Meanwhile, another one of the girls, Sue Snell (Amy Irving), feels guilty about her part in teasing Carrie, so she asks her boyfriend, Tommy Ross (William Katt), to take Carrie to the prom. Tommy begrudgingly agrees. After Tommy asks her to the prom, Carrie refuses, thinking that yet another trick is being played on her. After a comforting pep talk with Miss Collins, and after Tommy's further insistence, Carrie finally agrees to go to the prom with Tommy.While everyone else is getting ready for the prom, Chris schemes with her boyfriend Billy Nolan (John Travolta) and best friend Norma (P.J. Soles) to get revenge on Carrie. They go to a farm and slaughter some pigs, drain their blood into a bucket, and place the bucket on one of the rafters in the... ++++++++ Answer:
Who attempts to abuse Carrie?
Problem: The level of federal funding is beyond the control of the provinces and nowadays, with the budget surpluses which are accumulating in Ottawa and which are not virtual, but quite real-the federal government mentioned something in the order of $90 billion over the next five years-there is a very strong desire to interfere more and more in numerous areas. Based on the paragraph above can we conclude that "the level of federal is boyond control"? OPTIONS: - Yes - It's impossible to say - No A: Yes Q: The AK-47 was next to the criminal who was arrested. I was hunting in Iowa last year with a sheriff from one of the counties there, and he pointed to a house in back of us, and said, "See the house over? We just did a drug bust a week earlier, and the guy we arrested had an AK-47 lying on the bed right beside him. " OPTIONS: - Yes - It's impossible to say - No A: Yes On Thursday, February 11, Ed Roberson will read at the University of Chicago. Roberson is the recipient of the 2015 Ron Offen prize and the subject of a special section in the upcoming issue of CR. He will read from his ten books of poetry and present unpublished work. Event co-sponsored by the Ron Offen Poetry Prize Fund and the Program in Poetry & Poetics Thursday, February 11, 6 PM Logan Center for the Arts Seminar Terrace, Room 801 University of Chicago 915 E. 60th St. Free admission Ed Roberson will not be there in person OPTIONS: - Yes - It's impossible to say - No A: No input hypothesis: Noah is not a human. Context: “It is what it is. A lot of that stuff happened before I was here,” said Fizdale, who coached against Noah for several years as an assistant in Miami. “So I try not to get too engaged in that. I really got a lot of respect for the guy just because of the relationship and combat we’ve been through.” OPTIONS: - Yes - It's impossible to say - No true or false: No Context: How to smoke in your house without people knowing<br>Open a window or fireplace duct. Before you start smoking, it's very important you give the smoke an exit to escape. Without an open window or duct, the smoke will linger in the room and your health will be at risk. Hypothesis: Smoking should be banned. OPTIONS: - Yes - It's impossible to say - No It's impossible to say Problem: There 's old Mrs. Warner at the Channel Head .<br>She 's had heaps of trouble all her life , poor soul , and she 's lost almost everyone she cared about .<br>She 's always saying that she 'll be glad when her time comes , and she does n't want to live any longer in this vale of tears . Based on the paragraph above can we conclude that "Mrs. Warner was fortunate. "? OPTIONS: - Yes - It's impossible to say - No A:
No
Given the task definition, example input & output, solve the new input case. In this task you are expected to provide an SQL statement from an english description of what that SQL statement does. The description may include multiple steps but you should only ouput one SQL statement that accomplishes every step. 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. Example: Step 1: For each row in Movie table, find the corresponding rows in Rating table. Step 2: find each value of director in the results of step 1 along with the summation of stars of the corresponding rows to each value Output: SELECT T1.title , Sum ( T2.stars ) FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID GROUP BY T1.director This SQL statement uses a "JOIN" statement to combine the "Movie" and "Rating" table then find the corresponding rows by comparing the movie id, which accomplishes step 1. Finally the SQL statement groups the values by each director and returns the title of each movie and the sum of all the stars, which accomplishes step 2. This is a good example. New input case for you: Step 1: For each row in Person table, find the corresponding rows in PersonFriend table. Step 2: find Person's name of the results of step 1 whose friend equals Alice Output:
SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = "Alice"
A text is given in Bengali. Translate it from the Bengali language to the Urdu language. The translation must not omit or add information to the original sentence. Example Input: انہوں نے کہا کہ بالاسور-ہلدیا-درگا پور ایل پی جی پائپ لائن مغربی بنگال اور اڈیشہ کے کچھ حصوں میں ایل پی جی کی آسان سپلائی کو یقینی بنائے گا، جس سے وقت اور نقل و حمل کے خرچ میں بچت ہوگی ۔ Example Output: শ্রী মোদী বলেন, বালাসোর-হলদিয়া-দূর্গাপুর রান্নার গ্যাসের পাইপলাইনটি ওড়িশা ও পশ্চিমবঙ্গের নানা জায়গায় রান্নার গ্যাস সরবরাহে গুরুত্বপূর্ণ ভূমিকা নেবে, সেইসঙ্গে পরিবহন খাতে খরচ ও সময় উভয়ই স্বাশ্রয় হবে। Example Input: نائب صدر جمہوریہ نے ’گاندھی کتھا‘ میں شرکت کی Example Output: ‘গান্ধী কথা’ অনুষ্ঠানে উপরাষ্ট্রপতি Example Input: کمیشن کے امتحانات کے خواہشمندغیر سفارش شدہ امیدواروں کےاعدادوشمار اورتفصیلات کومنظرعام پر لایاجانا Example Output:
ইউপিএসসি আয়োজিত পরীক্ষায় সুপারিশ ছাড়া ইচ্ছুক প্রার্থীদের প্রাপ্ত নম্বর এবং অন্যান্য তথ্যাদি জনসমক্ষে প্রকাশ নয়াদিল্লি, ৩ এপ্রিল, ২০১৯
How to get burrs out of dog hair<br>Identify what a burr looks like. A bur is a seed that has a hook or teeth on it. These teeth or hooks are designed to latch onto a passing animal's fur, as a means of dispersing the seeds elsewhere. Can we draw the following conclusion? The burr is mainly transported by animals. (I) Yes; (II) It's impossible to say; (III) No;
(I)
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_RIGHT I_TURN_RIGHT I_JUMP I_TURN_RIGHT I_TURN_RIGHT I_JUMP I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK I_TURN_LEFT I_LOOK Student:
look around left after jump opposite right twice
In this task, you will be presented with a premise and a hypothesis sentence. Determine whether the hypothesis sentence entails (implies), contradicts (opposes), or is neutral with respect to the given premise sentence. Please answer with "Contradiction", "Neutral", or "Entailment". Q: Premise: How to receive happiness<br>Eat a healthier diet. Studies show that people who eat a " normal " american diet of refined and junk food suffer from more depression, anxiety, mood swings, and hyperactivity. Try to eat healthier if you want to boost your mood and live a happier life. <sep> Hypothesis: Junk food causes more depression A:
Entailment
In this task, you're given the title of a five-sentence story, the first four sentences, and two options for the fifth sentence as a and b. Your job is to pick the sentence option that does not connect with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes less sense. Ex Input: Title: The hurricane exhibit. Sentence 1: While on vacation, the Smith family visited a science museum. Sentence 2: Among the exhibits was the hurricane exhibit. Sentence 3: They walked through the exhibit entrance into a hurricane experience. Sentence 4: It was set up like a town with lots of wind, thunder and lightning. Choices: a. The Smiths thought this was the best exhibit they saw all day. b. Later on, she returned to the search, renewed. Ex Output: b Ex Input: Title: Todd and his dog. Sentence 1: After moving out on his own, Todd felt lonely. Sentence 2: Without a family or roommates, he had no one to talk to. Sentence 3: Todd headed to the humane society. Sentence 4: He found an adorable chocolate lab that needed a home. Choices: a. Todd ended his day with a new best friend! b. He complied, and Stella was overjoyed. Ex Output: b Ex Input: Title: Online-only. Sentence 1: Phil's bank for his checking account transitioned to online-only. Sentence 2: At first it seemed like a dream come true. Sentence 3: His fees were lower than ever. Sentence 4: The phone lines now operated twenty-four hours a day. Choices: a. Melody felt embarrassed. b. Phil later wished he could change his account status in-person. Ex Output:
a
In this task, you are given a question and a context passage. You have to answer the question based on the given passage. WHat is opposite of closed?, Context: On 1 January 1967, Yugoslavia was the first communist country to open its borders to all foreign visitors and abolish visa requirements. In the same year Tito became active in promoting a peaceful resolution of the Arab–Israeli conflict. His plan called for Arabs to recognize the state of Israel in exchange for territories Israel gained.
open
Context: THOMASBORO — Peace Lutheran Church will hold vacation Bible school for children ages 4-12. The VBS will be held from 6-8 p.m. July 17-21. The theme is "Barnyard Roundup — Jesus Gathers Us Together." Preregistration is available on Facebook at Peace Lutheran Church-Thomasboro or the day of registration at church. Hypothesis: The VBS will last for over 5 days. OPTIONS: - Yes - It's impossible to say - No No Context: Three anti-Olympic games protesters, posed as a flower delivery service, quickly ransacked British Columbia, Canada premier Gordon Campbell's downtown Vancouver, British Columbia office yesterday afternoon, breaking windows and throwing pictures, office documents, and various other items. After the suspects were caught, they said that they were upset over Campbell's support for the 2010 Winter Olympic Games in Vancouver, British Columbia. They also claimed to work for "The Anti-Poverty Committee". They are now facing charges for property damage and uttering threats during or after the incident. Police are only identifying them as a 23-year-old man, a 29-year-old man, and a 17-year old female. The 23-year-old faces a third charge of assault by trespassing. Hypothesis: Campbell supported two rounds of Olympic Games OPTIONS: - Yes - It's impossible to say - No It's impossible to say Context: Corn on the Cob<br>Abby loved eating vegetables. Corn on the cob was her favorite. She bought some from the store. She boiled it and put salt and butter all over it. Then she chowed down! Hypothesis: Corn on the cob is her fav album OPTIONS: - Yes - It's impossible to say - No
No
How to ask about someone's disability<br>Consider whether the information is relevant. If it's not really relevant to you, then asking is probably rude. People with visible disabilities generally get asked the same questions a lot of times, and they may get tired of answering again and again. Does this next sentence follow, given the preceding text? People with disabilities are always uncomfortable Choices: A). Yes; B). It's impossible to say; C). No;
B).
Detailed Instructions: In this task, you are given a public comment from online platforms. You are expected to classify the comment into two classes: obscene and non-obscene. A comment is obscene if it is considered offensive to the public sense of decency, for example because it too obviously relates to sex or contains language regarded as taboo in polite usage. Q: Comment: What perversity? What are you referring to and as such what personal witnessed anecdotes do you have to back up this claim, Imp of Perversity. A:
Non-obscene
TASK DEFINITION: In this task, you are given a natural language interpretation of commands (consist of logical operations) to select relevant rows from the given table. Your job is to generate command (in terms of logical operations) from given natural language interpretation. Define body (contains a collection of statements that define what the this logical operator does) of each logical operator between '{}' parenthesis. Here are the definitions of logical operators that you can use while generating 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. PROBLEM: select the rows whose rushing yards record is less than 1000 . there is only one such row in the table . the year record of this unqiue row is 1989 . SOLUTION: and { only { filter_less { all_rows ; rushing yards ; 1000 } } ; eq { hop { filter_less { all_rows ; rushing yards ; 1000 } ; year } ; 1989 } } PROBLEM: select the rows whose chassis record fuzzily matches to wildcat . the number of such rows is 2 . SOLUTION: eq { count { filter_eq { all_rows ; chassis ; wildcat } } ; 2 } PROBLEM: select the row whose time ( et ) record of all rows is maximum . the week record of this row is 9 . the opponent record of this row is pittsburgh steelers . SOLUTION:
and { eq { hop { argmax { all_rows ; time ( et ) } ; week } ; 9 } ; eq { hop { argmax { all_rows ; time ( et ) } ; opponent } ; pittsburgh steelers } }
Detailed Instructions: In this task, you need to count the number of words in a sentence that contain the given letter Problem:Sentence: 'a man in a non matching suit standing next to a door'. How many words contain the letter 'x' in the sentence. Solution:
1
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. Q: My 13 year old son is very pleased with this product.The only problem I had with AMAZON is they marketed it on the screen with a protective skin and power cord to buy "as a bundle". Unfortunately, the skin that was shown on the screen did not fit. Not good, AMAZON! A:
Positive
Choose from options: Determine if the sentence is true based on the text below: House of Cards is a favorite show of kenny The Final Cut is a 1995 BBC television serial, the third part of the "House of Cards" trilogy. Directed by Mike Vardy, the serial, based on Michael Dobbs's 1995 novel of the same name, was adapted for television by Andrew Davies. It details the conclusion of Francis Urquhart's reign as Prime Minister of the United Kingdom. pick from the following. (1). Yes. (2). It's impossible to say. (3). No.
(2).
You are given a conversation between two people. 'Person1:' and 'Person2:' are used to separate their respective dialogues. If the conversation begins with a question, label it '1' otherwise '0'. Q: Person1: Let's decide what to order . Person2: I'll have a hamburger . Person1: The works ? Person2: No , just tomatoes , please . And large fries . Person1: Anything to drink ? Person2: A small cola . Person1: I'll have a sandwich and small fries . Would you like to have some desserts ? Person2: Apple pie is my favorite dessert . Person1: I'd like to have an ice cream A:
0
Problem: Read the following paragraph and determine if the hypothesis is true: Lamont Jody Hawkins (born October 11, 1970), better known as U-God (short for Universal God), is an American rapper and member of the hip hop collective, Wu-Tang Clan. He has been with the group since its inception, and is known for having a deep, rhythmic flow that can alternate between being gruff or smooth. OPTIONS: - Yes - It's impossible to say - No Hypothesis: Lamont Jody Hawkins is part of the group Universal God. **** Answer: No Problem: Read the following paragraph and determine if the hypothesis is true: If you have rheumatic heart disease, high blood pressure, or diabetes, or take digitalis drugs, vitamin E can be harmful. OPTIONS: - Yes - It's impossible to say - No Hypothesis: Potassium is not harmful for diabetes. **** Answer: It's impossible to say Problem: Read the following paragraph and determine if the hypothesis is true: Walter Andreas Jakobsson (6 February 1882 – 10 June 1957) was a Finnish figure skater. As a single skater, he won the Finnish national championship in 1910 and 1911. In 1910, he partnered with German figure skater Ludowika Eilers. As pairs skaters, they won the World Championship in 1911, 1914, and 1923, and the Olympic gold in 1920. They finished second at the 1924 Olympics and fifth in 1928. OPTIONS: - Yes - It's impossible to say - No Hypothesis: Ludowika Eilers skated in the Americas. **** Answer:
It's impossible to say
Can we draw the following hypothesis from the context (see options)? Context: Desert Rock Airport is a private-use airport located three miles (5 km) southwest of the central business district of Mercury, in Nye County, Nevada, United States. The airport is located on the Nevada Test Site and is owned by the United States Department of Energy. Hypothesis: Desert Rock Airport is located on the Nevada Test Site and is located a dozen miles (5km) away from the central business district of Mercury Choices: (A). Yes (B). It's impossible to say (C). No
(C).
In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb What was the middle name of the player drafted by the Buffalo Bills from Yale in the 1983 NFL Draft ?
WP VBD DT JJ NN IN DT NN VBN IN DT NNP NNP IN NNP IN DT CD NNP NNP .
You will be given a definition of a task first, then some input of the task. In this task, you are given a short passage that may convey stereotype, anti-stereotype, or is unrelated. A stereotype is an over-generalized belief about a particular group of people. An anti-stereotype is an idea that goes against a common stereotype. The passage is unrelated if it does not convey a stereotype or anti-stereotype. You are expected to classify the passage into three classes: stereotype, anti-stereotype, and unrelated. Passage: He wasn't a very good kitten, despite his job as a bartender. Output:
Unrelated
An example of a grad-school level question? Many stars can be seen in the sky at night. Which statement best explains why the Sun appears brighter than the stars seen in the night sky? An example of a grad-school level question? Two students are studying what makes ice melt fastest. They want to conduct an investigation. During which of these steps in their investigation will they measure the ice? An example of a grad-school level question? Which conclusion is best supported by a tree-growth ring that is much narrower than the other growth rings? An example of a grad-school level question?
As a result of rain forest deforestation, some organisms lose their habitats. Which is also an effect of rain forest deforestation?
Instructions: In this task, you have to generate the title of the recipe given its required ingredients and directions. Input: ingredients: '1 1/2 ounces bombay sapphire gin', '1/2 ounce grenadine', '3 ounces prepared sweet-and-sour mix', '3 ounces Sprite (or 7-UP)', '1/2 ounce Chambord raspberry liquor', 'maraschino cherry',<sep> directions: 'Pour gin into a tall glass filled with ice. Add grenadine, and fill to the top with sweet and sour mix and Sprite or 7-Up. Top with a generous dash of Chambord liqueur, garnish with a cherry, stir, and serve.' Output:
Asian Fetish
A text is given in English. Translate it from the English language to the Panjabi language. The translation must not omit or add information to the original sentence. Let me give you an example: Jacob Mathew, Mr The answer to this example can be: ਯਾਕੂਬ ਮੈਥਿ, ਸ਼੍ਰੀਮਾਨ Here is why: Correct translation for given sentence. Input sentence means 'Jacob Mathew, Mr' which is the same as the output sentence. OK. solve this: Your Excellencies, President Tusk and President Juncker, Answer:
Your Excellencies, President ਟੁਸਕ ਅਤੇ President ਯੁੰਕਰ,
Generate a context and a hypothesis.
Context: I think that we have to put more emphasis on early learning and pre-school. Now, here is how that connects with all the rest of what we've been talking about. If you have -- if you squander the surplus on a huge tax cut that goes mostly to those at the top, then you can't make education the top priority. Hypothesis: Tax cuts as a priority lead to more emphasis on pre-school learning.
In this task, you will be presented with a question that has multiple possible answers. You should choose the most suitable option out of "A", "B", "C", "D", and "E", based on your commonsense knowledge. -------- Question: Question: John was told to leave the cheese in the cellar for a few years. Why is that? Options: A strong odor B age to get better C salad dressing D flavor E age well Answer: B Question: Question: Where do people keep their food cans? Options: A supermarket B recycling center C house D refrigerator E backpack Answer: C Question: Question: Lindy was a senior. He lived with his children because he didn't want to go where? Options: A republican party B office C old people's home D park E high school or college Answer:
C
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 includes an event or an action in the Tail or not. This happens when the Tail denotes a step within the larger head event. 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: send criminal to prison<sep>Tail: take into custody
Yes
In this task, you are given inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. Let me give you an example: 6, 14, ['9545', '5185', '1667', 'w', 's', '9559', 'T', 'u', 'U', '6843', 'L', 'l', '6365', '7103', 'A', '2381', '5037', 'X', '4487', 'd'] The answer to this example can be: 9559, T, u, U, 6843, L, l, 6365, 7103 Here is why: Here, all the elements between the 6th element and 14th element are '9559', 'T', 'u', 'U', '6843', 'L', 'l', '6365', and '7103'. OK. solve this: 5, 10, ['S', 'V', 'C', 'W', 'h', '2423', 'J', 'j', 'b', 'p', '7159'] Answer:
h, 2423, J, j, b, p
Given the task definition and input, reply with output. In this task, you are given an input list A. You need to find all the elements of the list that are alphabets in the same order as they appear in the list A. Do not change their case/capitalization. ['6213', 'q', 'b', 'Y', '4059', 'D', 'U', 'D', 'M', 'G', '2177', 'U']
q, b, Y, D, U, D, M, G, U
The input is a tweet which can be classified as Hate Speech, Offensive or Normal. Given such a tweet, output the class the tweet belongs to. Hate Speech will contain threatening language towards the community targeted. Offensive language will contain abusive or discriminatory language towards the community targeted. -------- Question: now of course the towelhead perps will be perps that the police had on their radar and did nothing about Answer: Hate Speech Question: shame on you <user> for promoting violence by your colorskadamadshukla nationwithasim Answer: Normal Question: these mentally ill females deserve to be banished dropped off in a negroid ghetto after midnight naturesjustice Answer:
Hate Speech
Generate a context and a hypothesis.
Context: The Final Cut is a 1995 BBC television serial, the third part of the "House of Cards" trilogy. Directed by Mike Vardy, the serial, based on Michael Dobbs's 1995 novel of the same name, was adapted for television by Andrew Davies. It details the conclusion of Francis Urquhart's reign as Prime Minister of the United Kingdom. Hypothesis: The Final Cut has an actor named cartman
Q: Generate a context and a hypothesis. Generated: Context: Starting today, the government must follow the example set by one of its own backbenchers, the member for Thunder Bay-Atitokan, who wrote in The Chronicle Journal as recently as March 29 that the government was again going to meet with public service employee representatives on the issue of pension fund surpluses in order to come up with an agreement acceptable to both parties. Hypothesis: The government can do whatever it wants. Q: Generate a context and a hypothesis. Generated: Context: Police are searching for the man who punched an employee at a Manhattan bakery and stole its tip jar.Police say the suspect removed the tip jar from the counter at Buttercup Bakery in Hell's Kitchen.When a female employee tried to stop him, the suspect reportedly punched her in the face and then ran away.Police described the suspect as a black man in his 20s or 30s, and he was last seen wearing a pink hoodie and all dark clothing. Hypothesis: he had a pink hoodie Q: Generate a context and a hypothesis. Generated: Context: The Chiefs gear up for their final preseason game coming up on Thursday against the Tennessee Titans. Kickoff is set for 7:00 p.m. Head Coach Andy Reid spoke to the media about who will be playing, how much time will the starters get, his thoughts on newly acquired linebacker Reggie Ragland, an update on Cairo Santos and more. Hypothesis: The Chiefs will win the game. Q: Generate a context and a hypothesis. Generated:
Context: Ahern, who was travelling to Tokyo for an EU-Japan summit yesterday, will consult with other EU leaders by telephone later this week in an effort to find an agreed candidate to presidency of the European commission. Hypothesis: There was a summit being held in Japan.
On Friday, Michael Mukasey was confirmed by the United States Senate as the next Attorney General, succeeding Alberto Gonzales. Mukasey took the oath of office with his family attending in a private ceremony that was administered by Assistant Attorney General Lee Lofthus. The nomination of Mukasey, by President George W. Bush, hit a rough spot over the issue of interrogations, in particular about waterboarding. "This man has been a judge for 18 years," said Senator Dianne Feinstein, who along with Senator Chuck Schumer provided the essential votes to pass Mukasey through the Senate Judiciary Committee. "Maybe he likes to consider the facts before he makes a decision." Based on that paragraph can we conclude that this sentence is true? Michael Mukasey was disappointed to be named Attorney General. OPTIONS: -- Yes -- It's impossible to say -- No
It's impossible to say
Read the following paragraph and determine if the hypothesis is true: World leaders expressed concern on Thursday that North Korea will quit six-party nuclear disarmament talks and will bolster its nuclear weapons arsenal. Hypothesis: There are three parties involved in the disarmament talks.
No
Lawrence Steven Bliss, commonly known as Larry Bliss, is an American educator and former politician from the state of Maine. A Democrat, he served in the Maine House of Representatives (2000–2008) and the Maine Senate (2008–2011). He resigned as a senator on April 15, 2011 after accepting a position as an administrator in the California State University system and leaving the state of Maine. Based on that paragraph can we conclude that this sentence is true? Larry Bliss left the state of Maine and this move may have factored into him resgining as a senator. pick from the following. -Yes -It's impossible to say -No
It's impossible to say
In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list. [EX Q]: [138, 146, 151, 157, 192, 37] [EX A]: [69, 73, 454, 472, 96, 112] [EX Q]: [87, 189, 148, 109, 44, 122, 77, 70] [EX A]: [262, 568, 74, 328, 22, 61, 232, 35] [EX Q]: [21, 142] [EX A]:
[64, 71]
Read the text and determine if the sentence is true: April 20 (Reuters) - The U.S. Federal Communications Commission on Thursday voted 2-1 to significantly ease regulatory requirements in the $45 billion business data services market, a win for companies like AT&T, CenturyLink, Verizon Communications and others but could lead to price hikes for many small businesses. The vote is a blow to companies like Sprint Corp and others that claim prices for business data are too high and backed a 2016 plan under President Barack Obama that would have cut prices but was never approved. (Reporting by David Shepardson) Sentence: The vote led to significantly stricter regulatory requirements.
No
In this task, you will be presented with a question, and you have to write the part-of-speech tag for each word in the question. Here is the Alphabetical list of part-of-speech tags used in this task: CC: Coordinating conjunction, CD: Cardinal number, DT: Determiner, EX: Existential there, FW: Foreign word, IN: Preposition or subordinating conjunction, JJ: Adjective, JJR: Adjective, comparative, JJS: Adjective, superlative, LS: List item marker, MD: Modal, NN: Noun, singular or mass, NNS: Noun, plural, NNP: Proper noun, singular, NNPS: Proper noun, plural, PDT: Predeterminer, POS: Possessive ending, PRP: Personal pronoun, PRP$: Possessive pronoun, RB: Adverb, RBR: Adverb, comparative, RBS: Adverb, superlative, RP: Particle, SYM: Symbol, TO: to, UH: Interjection, VB: Verb, base form, VBD: Verb, past tense, VBG: Verb, gerund or present participle, VBN: Verb, past participle, VBP: Verb, non-3rd person singular present, VBZ: Verb, 3rd person singular present, WDT: Wh-determiner, WP: Wh-pronoun, WP$: Possessive wh-pronoun, WRB: Wh-adverb Input: Consider Input: Who directed this action thriller film for which the Indian musician known for the song Naaka Mukka composed music ? Output: WP VBD DT NN NN NN IN WDT DT JJ NN VBN IN DT NN NNP NNP VBD NN . Input: Consider Input: Who wrote the music score of the 1981 film Madhavi starred in directed by C. V. Rajendran ? Output: WP VBD DT NN NN IN DT CD NN NNP VBD IN VBN IN NNP NNP NNP . Input: Consider Input: What is the class year of the alumni born May 23 , 1931 ?
Output: WP VBZ DT NN NN IN DT NNS VBP NNP CD , CD .
Detailed Instructions: In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to determine if the two sentences clearly agree/disagree with each other, or if this can't be determined. Indicate your answer as yes or no respectively. Q: Sentence 1: Finally, at the end of a long day, take the cable car to the top of Mt. Inasa, 332 m (1,089 ft) high, for a dramatic sunset view of Nagasaki and its harbor as city lights begin to sparkle. Sentence 2: The top of Mt Inasa has a great sunset view of Nagasaki. A:
yes
Given reviews from Amazon, classify those review based on their content into two classes: Negative or Positive. Unfortunately, I have to say that I am very very disappointed with this order. I ordered this book on Sept 2 for my daughter to read and write a report about for school. (Report is due Oct 25) and to date, October 9, I have NOT RECEIVED it yet. When I contacted the vendor to report last week, I basically received a "sorry for your luck, but once it leaves our hands, we really don't care" type of response. Totally not impressed.
Negative
input hypothesis: the conference happened in 1982 Context: The Dayton Peace Accords for Bosnia and Herzegovina was the first major peace agreement adopted after the Beijing conference, in December 1995. true or false: No input hypothesis: barry was sad for what he had done Context: After a government prosecution that lasted nearly seven years, a federal jury Wednesday convicted home-run king Barry Bonds on one charge of obstruction of justice for allegedly lying about using performance-enhancing drugs. Read the full story here: Los Angeles Times – Top News true or false: It's impossible to say input hypothesis: Will has not sold any photographs! He did not learn enough in class about it Context: Pictures!<br>Will bought himself a really nice camera. Will took classes on how to properly use the camera. Will took trips during which he photographed people and places. Will uploaded his pictures to an internet blog. Will has sold over one hundred of his photographs! true or false: No input hypothesis: The first European pyramid was a sensational discovery. Context: Bosnia's leading Muslim daily Dnevni Avaz writes excitedly about "a sensational discovery" of "the first European pyramid" in the central town of Visoko, just north of Sarajevo. true or false:
Yes
Input: OPTIONS: - Yes - It's impossible to say - No Rockcastle County is a county located in the U.S. state of Kentucky. As of the 2010 census, the population was 17,056. Its county seat is Mt. Vernon. The county founded in 1810 and named for the Rockcastle River which runs through it. The river, in turn, is named for its majestic rock cliffs. Sentence: Rockcastle County is in the middle of nowhere Output: It's impossible to say Problem: Read the following paragraph and determine if the hypothesis is true: Much against her will , Jo at length consented to sacrifice a day to Mrs. Grundy , and help her sister through what she regarded as ' a nonsensical business ' .<br>The invitations were sent , nearly all accepted , and the following Monday was set apart for the grand event . OPTIONS: - Yes - It's impossible to say - No Hypothesis: Jo is going to help her sister. **** Answer: Yes [Q]: Linda Johnson, who lives with her husband, Charles, and two cats in a rented one-bedroom apartment in San Francisco's Mission District, said Katrina has made her realize she needs to gather together, in one accessible place, her scattered disaster supplies. There wasn't enough space for her cats OPTIONS: - Yes - It's impossible to say - No [A]: It's impossible to say Problem: Superintendent Frank Goodyer, who was caught by his own officers in the Wagga Wagga Local Area Command, was charged with driving at more than 45km/h over the speed limit, had his automatically license suspended for six months and fined A$1674. It was reported by Sydney radio station 2GB that it was Superintendent Frank Goodyer as the officer who was caught speeding by his own officers after the New South Wales Police released a media release which did not name the officer who was caught. Based on the paragraph above can we conclude that "Superintendent Frank Goodyer was caught by Bob of the Wagga Wagga Local Area Command after driving more than 45km/h over the speed limit."? OPTIONS: - Yes - It's impossible to say - No A: It's impossible to say Q: Tim's friends tried climbing a mountain. Mountain Climbing<br>Tim went on a camping trip with friends. They decided to climb up a mountain. It started to snow out of nowhere. Tim and his friends kept going. It made the scenery that much more beautiful. OPTIONS: - Yes - It's impossible to say - No A: Yes Q: All trees do not carry the same energies within them. How to make a magic wand<br>Choose the type of wood to use. Many people believe that different types of trees carry different energies within them. When you make a wand from a tree branch, it can carry that energy within it. OPTIONS: - Yes - It's impossible to say - No A:
Yes
Read the following article and answer the question by choosing from the options. Sandy is preggo with her third girl . She 's having a scheduled Cesarean in November ( that 's all she can do at this point ) and I am so excited ! She 's going to quit her job and be a stay at home mommy . How cute . What is the reason she will quit her job ? Possible answers: [i] She will be a stage mother and rent the children out .; [ii] She will be a housewife to save day care fees .; [iii] None of the above choices .; [iv] She will open a dance studio .;...A:
[ii]
In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: political or non-political depending on the topic. কানের নিচে একটা দিমু, শালার পো non-political বিরোধীদলের নেতা কর্মীদের হত্যা করার জন্য অস্ত্র চালানো প্রশিক্ষন দিচ্ছেন জাহাঙ্গীর নগর বিশ^বিদ্যালয়ের সাবেক ছাত্রলীগ নেতা তুহিন non-political আল্লাহ তো ঘরে ঘরে চুদানোর কথা বলেছে নবী তো বড়ো মাদারচোদ আল্লা চুদিরা তোরা তো নীজের বোনরে চুদিস
non-political
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 inputs i,j, and A, where i and j are integers and A is a list. You need to list all elements of A from the ith element to the jth element. i and j will be non-negative, and will always have a value less than the length of A. i will always be less than j. 6, 14, ['9545', '5185', '1667', 'w', 's', '9559', 'T', 'u', 'U', '6843', 'L', 'l', '6365', '7103', 'A', '2381', '5037', 'X', '4487', 'd'] Solution: 9559, T, u, U, 6843, L, l, 6365, 7103 Why? Here, all the elements between the 6th element and 14th element are '9559', 'T', 'u', 'U', '6843', 'L', 'l', '6365', and '7103'. New input: 4, 19, ['3601', '8913', '7421', '1511', '3677', 'G', 'w', '5181', '9379', '1875', '4123', 'O', '5327', '6005', '761', 'p', 'x', '1675', 'T'] Solution:
1511, 3677, G, w, 5181, 9379, 1875, 4123, O, 5327, 6005, 761, p, x, 1675, T
Scarlet Days is a 1919 American silent western film produced and directed by D. W. Griffith and released through Paramount/Artcraft Pictures, Artcraft being an affiliate of Paramount. Richard Barthelmess stars in a role for which Griffith had screentested Rudolph Valentino. It is considered by many to be one of Griffith's worst films. Can we infer the following? Scarlet Days has an e
Yes