prompt
stringlengths
48
11.6k
response
stringlengths
0
2.99k
Given the task definition, example input & output, solve the new input case. In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: religious or non-political religious on the topic. Example: কোনো মেয়ে ইসলাম ধর্ম গ্রহণ করলে আমি তাকে বিয়ে করতে রাজি(আমি কুরআন হাফেজ)। Output: religious Here it expresses hate against the religion, hence tagged as religious. New input case for you: একটা হরিন মারার জন্য ভারতের সেলিব্রেটি সালমান খান জেল খাটে আর কচি বাচ্চাকে মেরেও Output:
non-religious
Detailed Instructions: In this task, you are given commands (in terms of logical operations) to select relevant rows from the given table. Your job is to classify the command into one of these seven categories: (1) majority, (2) unique, (3) superlative, (4) count, (5) comparative, (6) aggregation, and (7) ordinal. Here are the defications of each category: 1. majority: Describing the majority values (most or all) over one column, with the scope of all table rows or a subset of rows 2. unique: Describing one unique row, regarding one column, with the scope of all table rows or a subset of rows 3. Superlative: Describing the maximum or minimum value in a column, with the scope of all table rows or a subset of rows 4. Ordinal: Describing the n-th maximum or minimum value in a column, with the scope of all table rows or a subset of rows 5. Comparative: Comparing two rows in the table, regarding their values in one column 6. Count: counting some rows in the table based on the values in one column, with the scope of all table rows or a subset of rows 7. Aggregation: Describing the sum or average value over a column, with the scope of all table rows or a subset of rows. Here are the definitions of logical operators for understanding of command: 1. count: returns the number of rows in the view. 2. only: returns whether there is exactly one row in the view. 3. hop: returns the value under the header column of the row. 4. and: returns the boolean operation result of two arguments. 5. max/min/avg/sum: returns the max/min/average/sum of the values under the header column. 6. nth_max/nth_min: returns the n-th max/n-th min of the values under the header column. 7. argmax/argmin: returns the row with the max/min value in header column. 8. nth_argmax/nth_argmin: returns the row with the n-th max/min value in header column. 9. eq/not_eq: returns if the two arguments are equal. 10. round_eq: returns if the two arguments are roughly equal under certain tolerance. 11. greater/less: returns if the first argument is greater/less than the second argument. 12. diff: returns the difference between two arguments. 13. filter_eq/ filter_not_eq: returns the subview whose values under the header column is equal/not equal to the third argument. 14. filter_greater/filter_less: returns the subview whose values under the header column is greater/less than the third argument. 15. filter_greater_eq /filter_less_eq: returns the subview whose values under the header column is greater/less or equal than the third argument. 16. filter_all: returns the view itself for the case of describing the whole table 17. all_eq/not_eq: returns whether all the values under the header column are equal/not equal to the third argument. 18. all_greater/less: returns whether all the values under the header column are greater/less than the third argument. 19. all_greater_eq/less_eq: returns whether all the values under the header column are greater/less or equal to the third argument. 20. most_eq/not_eq: returns whether most of the values under the header column are equal/not equal to the third argument. 21. most_greater/less: returns whether most of the values under the header column are greater/less than the third argument. 22. most_greater_eq/less_eq: returns whether most of the values under the header column are greater/less or equal to the third argument. Q: most_eq { filter_eq { all_rows ; date ; september } ; score ; w } A:
majority
Instructions: Given a short bio of a person, find the minimal text span containing the date of birth of the person. The output must be the minimal text span that contains the birth date, month and year as long as they are present. For instance, given a bio like 'I was born on 27th of Decemeber 1990, and graduated high school on 23rd October 2008.' the output should be '27th of December 1990'. Input: Emma Charlotte Duerre Watson was born on 15 April 1990 in Paris, to English lawyers Chris Watson and Jacqueline Luesby Output:
15 April 1990
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. [47, 444, 859, 530, 197, 409] Solution: [47, 859, 197, 409] Why? The integers '444' and '530' are not prime integers and they were removed from the list. New input: [997, 881, 637, 161, 500, 645, 257, 197, 962, 19, 887, 402, 801, 743, 157] Solution:
[997, 881, 257, 197, 19, 887, 743, 157]
Detailed Instructions: In this task, you will be shown an English sentence. You need to classify the sentence as either a representation of an anaphor number agreement or as an incorrect representation. An anaphor is an expression whose interpretation depends upon another expression. Anaphor number agreement is a restriction where a phrase agrees with the preceeding expression: plurals match plurals or singular expressions match singular expressions. In this task a valid representation of anaphor number agreement should be denoted as 'good' while everything else should be denoted as 'bad'. A correct representation of an anaphor number agreement will be a grammatically correct instance of a sentence where the subject and self-referencing nouns match plurality. An incorrect representation is a sentence in which the subject and self-referencing noun's plurality do not match. Problem:The Impressionists don't question themselves. Solution:
good
You are given a time in 24-Hours format, and you need to convert it to time in the 12-Hours format. For a 24-Hours format time larger than 12:00, subtract 12 hours from the given time, then add 'PM'. For example, if you have 14:30 hours, subtract 12 hours, and the result is 2:30 PM. If the 24-Hours format time is less than or equal to 12:00, add 'AM'. For example, say you have 10:15 hours, add the 'AM' to the end, here we get 10:15 AM. Note that 00:00 Hrs in 24-Hours format is 12:00 AM in 12-Hours format and 12:00 Hrs in 24-Hours format would be 12:00 PM in 12-Hours format. -------- Question: 06:09 Hrs Answer: 06:09 AM Question: 10:33 Hrs Answer: 10:33 AM Question: 12:02 Hrs Answer:
12:02 PM
Detailed Instructions: Given the sentence, generate "yes, and" response. "Yes, and" is a rule-of-thumb in improvisational comedy that suggests that a participant in a dialogue should accept what another participant has stated ("Yes") and then expand on that line of thought or context ("and..."). 1 In short, a "Yes, and" is a dialogue exchange in which a speaker responds by adding new information on top of the information/setting that was constructed by another speaker. Note that a "Yes, and" does not require someone explicitly saying 'yes, and...' as part of a dialogue exchange, although it could be the case if it agrees with the description above. There are many ways in which a response could implicitly/explicitly agree to the prompt without specifically saying 'yes, and...'. Problem:We have snacks here at Home Depot. You could have one of those. Solution:
Too many calories. I want the paint. I want the paint, I'm hungry. Hey, you want to come over and have some paint with me?
Read the passage and find if the passage agrees, disagrees, or has a neutral stance on whether Global warming is caused by human activities. Answer only with keyword (a) agrees - if passage agrees with the target (b) disagrees - if passage disagrees with the target (c) neutral - if the given passage neither agrees nor disagrees with the target. You don't need to use external knowledge in this task, and you have to answer based on the given passage. Q: A NASA climate scientist is reported as having faked global warming data. A: disagrees **** Q: The world needs to cut carbon emissions in half by 2030, and must eliminate them by 2050 to limit warming to relatively safe levels. A: agrees **** Q: We need to more or less immediately stop using or drastically curtail fossil fuels. A:
agrees ****
Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise One example: The site collects your IP address or device IDs for advertising. Collection happens when you implicitly provide information on the website. Solution is here: Advertising Explanation: The given policy text states that it uses user information for 'advertising' explicitly Now, solve this: The site collects your generic personal information for marketing purposes. Collection happens when you implicitly provide information by an unnamed service or third party, and your data is identifiable. Solution:
Marketing
Detailed Instructions: Read the given message of a sender that is intended to start a conversation, and determine whether it was written by a 'Bot' or by a 'Human'. Typically, bots will have a more disjointed manner of speaking, and will make statements that don't relate to each other, don't make coherent sense, or otherwise appear unnatural. Human will make statements in a more or less coherent and logical way. Since these messages are supposed to be conversation openers, humans will generally start sensibly with a hello or an introduction. Humans may also ask why the other person is not responding. Bots, however, may act as if they are in the middle of a nonsensical conversation. Problem:SENDER A: Hi, how are doing? Solution:
Bot
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3]. Example: [-4, 7, 3] Example solution: [1.5, 5] Example explanation: To create the answer, we should first calculate the average of -4 and 7, that is: (-4 + 7 ) / 2 = 1.5, so the first element of the answer is 1.5. Then, we need to calculate the average of 7 and 3, that is: 5. So the second element of the answer is 5. Problem: [87, 6, 56]
Solution: [46.5, 31.0]
Detailed Instructions: Given a sequence of actions to navigate an agent in its environment, provide the correct command in a limited form of natural language that matches the sequence of actions when executed. Commands are lowercase and encapsulate the logic of the sequence of actions. Actions are individual steps that serve as the building blocks for a command. There are only six actions: 'I_LOOK', 'I_WALK', 'I_RUN', 'I_JUMP', 'I_TURN_LEFT', and 'I_TURN_RIGHT'. These actions respectively align with the commands 'look', 'walk', 'run', 'jump', 'turn left', and 'turn right'. For commands, 'left' and 'right' are used to denote the direction of an action. opposite turns the agent backward in the specified direction. The word 'around' makes the agent execute an action while turning around in the specified direction. The word 'and' means to execute the next scope of the command following the previous scope of the command. The word 'after' signifies to execute the previous scope of the command following the next scope of the command. The words 'twice' and 'thrice' trigger repetition of a command that they scope over two times or three times, respectively. Actions and commands do not have quotations in the input and output. Problem:I_TURN_RIGHT I_RUN I_TURN_RIGHT I_RUN I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK I_TURN_LEFT I_TURN_LEFT I_WALK Solution:
run right twice and walk opposite left thrice
In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items. ['4', 'e', '2', '2']
[['4', 'e', '2'], ['4', 'e', '2'], ['4', '2', '2'], ['e', '2', '2']]
Your task is to localize given English phrase into Telugu language. When localising, follow these rules - (1) General names and concepts can be translated (2) Domain specific names can just be transliterated (3) Localised phrases can have both partial translated and transliterated parts (4) But only partial translation or only partial transliteration is not allowed (5) Copy special characters and numbers as is One example: Information about available protocols Solution is here: అందుబాటులోని నిభందనల గురించి సమాచారం Explanation: The sentence is truly translated as all the words are generic Now, solve this: Alephone - No OpenGL Solution:
ఎలెఫొన్ - ఒపెన్ జిఎల్ లేకుండా
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. [41, 625, 372, 958, 657, 898, 199, 311, 545, 926, 499, 615, 157, 349, 313, 603, 853, 617] [41, 199, 311, 499, 157, 349, 313, 853, 617] [325, 823, 383, 280, 116, 313, 89, 647, 229, 985, 728, 314, 639, 273, 967, 985] [823, 383, 313, 89, 647, 229, 967] [399, 919, 102, 467, 887, 776, 337, 142, 604, 749]
[919, 467, 887, 337]
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. Let me give you an example: able The answer to this example can be: unable Here is why: The output is correct as able and unable are opposities of each other in meaning. OK. solve this: unmerited Answer:
merited
You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education. Example Input: A n Excuse Example Output: i ca n't write straight and i'm go to tell you why i fell walk when an elephant crush my hand when it go by Example Input: To Catch Freedom Example Output: she be behind the fence wear all her pretense but she be try to catch freedom she be tide up by the wire struggle with the fire of desire but she be try to catch freedom she be look for her broken wing find them melt in the wind of spring but she be try to catch freedom she be the beloved angel in heaven before the devil make her forgotten but she be try to catch freedom she be drench in her own blood drowning in a pool of red-flood but she be try to catch freedom she be lock in an empty poppet ignorant about the color of sunset but no there's no way for her to catch freedom Example Input: SCHOOL Example Output:
school school school learning school thinking school princeble teacher student school last of all best of all math school
The given sentence contains a typo which could be one of the following four types: (1) swapped letters of a word e.g. 'niec' is a typo of the word 'nice'. (2) missing letter in a word e.g. 'nic' is a typo of the word 'nice'. (3) extra letter in a word e.g. 'nicce' is a typo of the word 'nice'. (4) replaced letter in a word e.g 'nicr' is a typo of the word 'nice'. You need to identify the typo in the given sentence. To do this, answer with the word containing the typo. One example is below. Q: It is gonig to rain today. A: gonig Rationale: The word 'gonig' is a typo of the word 'going' as the characters 'i' and 'n' have been swaped. Q: Toiets both open and closed sitting out on grass A:
Toiets
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician. ويوجد أساسا مرجل دوار. Solution: É basicamente un caldeiro que rota. Why? The Arabic sentence is correctly translated into Galician, because the meaning is preserved. New input: أحياناً يتصل بنا أشخاص في أماكن أخرى في العالم الذين لا يستطيعون السفر إلى الولايات المتحدة ، لكنهم يودون سماع هذا التسجيل. Solution:
Ás veces contacta con nós xente doutros lugares do mundo que non poden viaxar ós Estados Unidos, pero ós que lles gustaría escoitar esta grabación.
In this task you are given a list of numbers and you need to find the average of each two consecutive values. The average of two numbers a and b is calculated as: (a + b) /2. The output should be a list of the averages of each two consecutive values. A list is presented with two brackets and comma-separated values, like: [1,2,3]. Q: [-13, 97, -60, -24, 6, 8, -89, -98, 20, -76] A: [42.0, 18.5, -42.0, -9.0, 7.0, -40.5, -93.5, -39.0, -28.0] **** Q: [53, -14, 74, -1, -98, 31, -26, 21, 41, -87, 14, 46] A: [19.5, 30.0, 36.5, -49.5, -33.5, 2.5, -2.5, 31.0, -23.0, -36.5, 30.0] **** Q: [82, -54, 0, -73, -41, 43] A:
[14.0, -27.0, -36.5, -57.0, 1.0] ****
Detailed Instructions: In this task you are given a passage in Bulgarian as the input content. You are expected to generate a suitable title for the passage which accurately summarizes the contents of the passage. The input is provided in the form of a long passage comprising of multiple sentences. The output should be restricted to a maximum of 20 words which describe the passage and its contents. The output can include words from the passage. Q: Content:Атакуващият полузащитник на Септември (София) Владимир Николов днес направи първа тренировка с юношите на Аталанта, съобщи Спортал. Изключително талантливият халф бе харесан от скаутите на бергамаските, които изгледаха доста негови мачове през последните месеци. Именно поради това с помощта на италианския агент Алесандро Джерето, живеещ в България, бе уреден няколкодневен пробен период. Интересното, че Николов се готви с шампионите на Италия на неговата възраст. Роденият през 2001 година играч тренира с първенците на Апенините, като ще остане там до петък. Именно поради това ще закъснее с един ден за лагер-сбора на националния отбор в Албена.Това е третият футболист от Септември (София) в тази възраст, който бе харесан от Аталанта. Преди два месеца там няколкодневен престои имаха Теодор Белнейски и Марио Дойков, които оставиха отлични впечатления. Поради тази причина Аталанта прати писмо до шефовете на Септември, за да пожелае двамата да участват на много силен международен турнир с екипа на Аталанта в края на април. За съжаление, нападателят Дойков скъса връзки и сега ще се възстановява няколко месеца, като ще пропусне тази възможност. A:
Национал на Септември (София) отиде в Аталанта
Given a sentence in Korean, provide an equivalent paraphrased translation in French that retains the same meaning both through the translation and the paraphrase. Example Input: 작곡가로서, Lars Ankerstjerne는 Nik & Jay, Burhan G 및 Rasmus Seebach의 노래를 작곡했습니다. Example Output: Lars Ankerstjerne a écrit des chansons pour les chansons de Nik Jay, Burhan G et Rasmus Seebach. Example Input: Ashley는 1986 년 11 월 1 일에 태어 났으며 원래 Arizona에서 자란 Los Angeles 출신의 현대 댄서입니다. Example Output: Né le 1 er novembre 1986, Ashley est une danseuse contemporaine de Los Angeles qui a grandi à l'origine en Arizona. Example Input: CBS에서 제작하거나 CBS 영화에서 배포 한 1976 년 이전 시리즈는 나중에 Viacom과 Paramount Television에서 배포했습니다. Example Output:
La plupart des séries produites par CBS avant 1976 ou distribuées par CBS films ont ensuite été distribuées par Viacom et Paramount Television.
Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: "pesticides cause pollution" (given fact) + "pollution can harm animals" (related fact) → "pesticides can harm animals" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic. Fact: riding a bike does not cause pollution. Topic: pollution particles.
Pollutants can be released either as gases or as particles.
The provided file includes inquiries about restaurants in Spanish, and we ask you to translate those to English language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for fully capitalized special placeholders (e.g. NUMBER, DATE, TIME). Please do the same in your translations. ¿cuáles son las últimas opiniones y la puntuación de este restaurante?
what are the latest reviews and review scores for this restaurant ?
In this task, you are given two strings A,B. You must perform the following operations to generate the required output list: (i) Find the longest common substring in the strings A and B, (ii) Convert this substring to all lowercase and sort it alphabetically, (iii) Replace the substring at its respective positions in the two lists with the updated substring. SOePSmcuKqgPllAVKsnRMz, jILDbztvUqgPllAVKsVRHn SOePSmcuKagkllpqsvnRMz, jILDbztvUagkllpqsvVRHn bDbwpQIjXevPyyIaVXxpGE, zvpbbwpQIjXevPylWBoo bDbeijppqvwxyyIaVXxpGE, zvpbbeijppqvwxylWBoo iAjkfwoNmZHWeMPwbzuLuAc, NAvhziYNyYmOjkfwoNmZHWeMPwdWcMmLis
iAefhjkmmnopwwwzbzuLuAc, NAvhziYNyYmOefhjkmmnopwwwzdWcMmLis
Given the task definition and input, reply with output. Determine if the provided SQL statement properly addresses the given question. Output 1 if the SQL statement is correct and 0 otherwise. 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. Query: SELECT DISTINCT ?x0 WHERE { ?x0 ns:film.film.executive_produced_by ?x1 . ?x0 ns:film.film.written_by ?x1 . ?x1 ns:people.person.sibling_s/ns:people.sibling_relationship.sibling|ns:fictional_universe.fictional_character.siblings/ns:fictional_universe.sibling_relationship_of_fictional_characters.siblings M0 . FILTER ( ?x1 != M0 ) } Question: What was executive produced by and written by a sibling of M0
1
Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned. Input: [947, 876, 137, 496, 793, 857, 431, 970, 484, 216] Output:
[947, 137, 857, 431]
In this task you will be given a list of integers. You should remove all of the integers that are divisible by 3 from the list. If every integer in the input list is divisible by 3 then an empty list should be returned. Zero is divisible by 3. -------- Question: [-53, 29, -29, 79, 86, -84, -95, -59, 66, -99] Answer: [-53, 29, -29, 79, 86, -95, -59] Question: [38, 23, -84, -1, -26, 75, 48, 30, 76, -39, 51] Answer: [38, 23, -1, -26, 76] Question: [-40, 93, 80] Answer:
[-40, 80]
Definition: In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. Input: [73.265, 233.792, 96.43, -15.515, 191.524, -26.083, -90.722, 212.633, 77.041] Output:
[ 0.097 0.311 0.128 -0.021 0.255 -0.035 -0.121 0.283 0.102]
In this task you will be given an arithmetic operation and you have to find its answer. The operators '+' and '-' have been replaced with new symbols. Specifically, '+' has been replaced with the symbol '@' and '-' with the symbol '#'. You need to perform the operations in the given equation return the answer 3733 # 7221 # 8571 # 7139
-19198
In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. 89932 No 80610 No 87512
No
Detailed Instructions: Given news headlines and an edited word. The original sentence has word within given format {word}. Create new headlines by replacing {word} in the original sentence with edit word. Classify news headlines into "Funny" and "Not Funny" that have been modified by humans using an edit word to make them funny. Q: News Headline: DHS secretary : {Electronics} ban may be expanded to flights departing US Edit: fun A:
Funny
Given a concept word, generate a hypernym for it. A hypernym is a superordinate, i.e. a word with a broad meaning constituting a category, that generalizes another word. For example, color is a hypernym of red. Ex Input: power Ex Output: invoke Ex Input: taxonomic Ex Output: biological Ex Input: jacket Ex Output:
garment
Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. Q: Concept: horse, Relatum: ear. A:
mero
In this task, you are given a list of unique integers you need to swap the positions of maximum and minimum element in the list and return the updated list. Example input: [1,45,67,43,58,98,41,34,57] Example output: [98,45,67,43,58,1,41,34,57] Example explanation: 1 is the minimum element and 98 is the maximum element and their positions are swapped in the resulting list. Q: [165, 22, 87, 424, 154, 434, 433, 149, 478, 426, 489, 275, 18, 320, 442, 318, 303, 104, 472, 29] A:
[165, 22, 87, 424, 154, 434, 433, 149, 478, 426, 18, 275, 489, 320, 442, 318, 303, 104, 472, 29]
We would like you to assess the QUALITY of each of the following argument (discussing Gay Marriage) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of gay marriage. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of gay marriage. Let me give you an example: It is usually just as religiously important to same-sex couples to be married as it is for opposite-sex couples, and no one should be able to tell those people that the government cannot recognize their relationship. The answer to this example can be: Valid Here is why: It is a clear argument that supports gay marriage by saying it is as religiously important as opposite-sex marriage. OK. solve this: First you state you don't want "influencing", then in the next breath criticize me for believing I am the "ONLY" one who should influence government. Answer:
Invalid
In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Q: [248.385, -40.468, -97.132] A: 36.928 **** Q: [-53.388, 31.309, 19.079, -16.926, 242.421, 210.599] A: 72.182 **** Q: [76.436, 89.984] A:
83.21 ****
Detailed Instructions: In this task, you will be given a list of numbers. The goal is to divide all the numbers in the list by a constant such that the sum of the resulting list is 1. The output should be rounded to 3 decimals. Problem:[183.969, -68.381, 240.263] Solution:
[ 0.517 -0.192 0.675]
Detailed Instructions: In this task you will break down a question into the basic steps required to answer it. A question decomposition is a numbered list of operations that must be performed to answer the original question. Imagine explaining your question to a friendly droid by listing each action it should take in order for the question to be answered. Each step in our decomposition should refer to either an entity (known or unknown), a propery of an entity or a query operation (count, group, union, etc.) Here are the list of step templates and their description: Select: A select step is used to return a set of objects. There are no references to previous steps in a select step. template: Return [attributes] Filter: A filter step is used to return results from a previous step to which a certain condition applies. template: Return [#step] [condition] Project: A project step should return certain attributes of the results of a previous step. template: Return [attributes] of [#step] Aggregate: An aggregate step returns an aggregator function applied on a step's result. template: Return the [aggregator] of [#step]. Group: A group step is an aggregator applied on attributes. template: Return the [aggregator] of [#step] for each [attribute] Superlative: A superlative step is used to return the result with a highest/lowest attribute among other results. template: Return [#step1] [where] [#step2] [is] [highest / lowest] Comparative: A comparative step is used when we need to compare an attribute with a number to filter results. template: Return [#step1] [where] [#step2] [comparator] [number] Union: A union step is used to return results of two steps together. template: Return [#step1] [or / ,] [#step2] Intersection: An intersection step returns the result that two steps have in common. template: Return [attribute] of both [#step1] and [#step2] Discard: A discard step returns result of a step and excludes result of another step from it. template: Return [#step1] besides [#step2] Sort: A sort returns result of another step in a specific order. template: Return [#step1] [ordered / sorted by] [#step2] Is true: An is true step checks a condition on another result and returns a true or false. template: Return [is / if] [condition] Arithmetic: An arithmatic step operates an arithmatic operation on one or more steps. template: Return the [arithmetic op.] of [#step1] [and] [#step2]. See one example below: Problem: question: What are the distinct creation years of the departments managed by a secretary born in state 'Alabama'? Solution: #1 return secretaries #2 return #1 born in state 'Alabama #3 return departments managed by #2 #4 return distinct creation years of #3 Explanation: Referring to previous steps is vital in constructing multi-step decompositions. In this example each step refers to the step before to perform a single filter on it to reach the final result. Problem: question: who was mariah carey married to? Solution:
#1 return mariah carey #2 return who was #1 married to
Q: In this task you need to give reasons to justify the pronoun coreference relations. Each of the provided inputs contains a sentence with a target pronoun and a question about how to justify the coreference between a noun phrase and the target pronoun. Good practices involve the discussion about how the descriptions attached to the targeted pronoun relate to the noun phrase candidate in the question. The reasoning could come from one or multiple following knowledge types about commonsense: First: 'Property', the knowledge about property of objects (e.g., ice is cold). Second: 'Object', the knowledge about objects (e.g., cats have ears). Third: 'Eventuality', the knowledge about eventuality (e.g., 'wake up' happens before 'open eyes'). Forth: 'Spatial', the knowledge about spatial position (e.g., object at the back can be blocked). Fifth: 'Quantity', the knowledge about numbers (e.g., 2 is smaller than 10). Sixth: all other knowledge if above ones are not suitable. Write the sentence in natural language. Sentence: Emma's mother had died long ago, and her place had been taken by an excellent woman as governess. Question: Why does the 'her' refer to emma's mother? A:
Because Because Emma's mother was the one who was gone and had her place taken.
Given an input word generate a word that rhymes exactly with the input word. If not rhyme is found return "No" at
kat
The provided file includes inquiries about restaurants in Spanish, and we ask you to translate those to English language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for fully capitalized special placeholders (e.g. NUMBER, DATE, TIME). Please do the same in your translations. [EX Q]: muéstrame el restaurante con mayor calificación, por favor. [EX A]: show me the highest rated restaurant please . [EX Q]: quiero ver qué restaurantes " chinese " hay en " madison avenue ". [EX A]: i want to see what " chinese " restaurants are on " madison avenue " . [EX Q]: encuentre restaurantes que vendan "spaghetti". [EX A]:
find restaurants that sell " spaghetti " .
Please answer the following question: Generate a 5-star review (1 being lowest and 5 being highest) about an app with package org.ppsspp.ppsspp. A:
Loved it! But when i played assassin's creed bloodlines the below map and subtitles were not shown
In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to return the position of all the alphabetical elements in the given list in order. Assume the position of the 1st element to be 1. Return -1 if no alphabetical element is in the list. -------- Question: ['8065', 'h', 'G', '7299', '8867', 'c', '2395', 'H', 'g', 'o', '1685', 'c', 'w', '8903'] Answer: 2, 3, 6, 8, 9, 10, 12, 13 Question: ['g', '9221', 'T', '7083', '6945', '2749', 'E'] Answer: 1, 3, 7 Question: ['4883', '247', 'P', 'F', 'p', '1213', '9673', 't', 'A', '3917', '3189', 'l', 'A', 'P', 'j', '4257', 'o', 'y', '8567', '9661', '8731', '239', 'X', 'X', 'p', '9211', 'o', 'q', 'z', 'n', '1269', '7739'] Answer:
3, 4, 5, 8, 9, 12, 13, 14, 15, 17, 18, 23, 24, 25, 27, 28, 29, 30
Part 1. Definition In this task, you are given a string with duplicate characters ocurring in the string. You need to return the character which is ocurring with the maximum frequency. In case of a tie, return the character with the least ascii value. Part 2. Example mvwduljootadondrwbrledodqnmfqtxalvuxnfgft Answer: d Explanation: d is ocurring with maximum frequency of 5. Part 3. Exercise nusnjxdgvvlgusjbajvjcttxmzafkbaxwxlxzvrr Answer:
x
Given an adjective, generate its antonym. An antonym of a word is a word opposite in meaning to it. [EX Q]: platyrrhine [EX A]: catarrhine [EX Q]: noncrystalline [EX A]: crystalline [EX Q]: woven [EX A]:
unwoven
In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Example: hNarAik Example solution: hNrk Example explanation: The three vowels in the input 'a, 'A', and 'i' are removed. Problem: acM
Solution: cM
In this task, you are given a movie review in Persian, and you have to extract aspects of the movie mentioned in the text. We define aspects as music(موسیقی), directing(کارگردانی), screenplay/story(داستان), acting/performance(بازی), cinematography(فیلمبرداری), and scene(صحنه). Although there might be multiple aspects in a review, we only need you to write one aspect. Ex Input: فیلمی کمدی، جدی، لطیف، خشن، واقعی، خیالی...... کمتر کارگردانی میتونه همه این خصوصیات رو در یک فیلم جا بده و آقای ملالی پور به خوبی تونست این کار رو بکنه. بسیار لذت بردم. Ex Output: کارگردانی Ex Input: فکر میکنم تو کارگردانی و همینطور تو بازی ها این فیلم تو بهترین حالت میشه گفت فقط قابل قبوله، ولی قطعا اگر این فیلمو نبینید یک فرصتو از دست دادید چون صد در صد تو سینمای ما کمتر این فرصت پیش میاد که فیلمی رو ببینید که تو داستان پردازی به این اندازه خوب باشه. Ex Output: کارگردانی Ex Input: یک فیلم با موضوع جدید و عجیب و شاید برای خیلیها غیرقابل باور ! دیدنش برام خیلی جذاب بود البته برای خیلیها هم نبود، اینکه در آخر فیلم از خودت میپرسی خب که چی؟! یکم حس سردرگمی بهت میداد و نمیزاشت همزادپنداری کنی با شخصیت اول فیلم! ولی در کل پیشنهاد میشود. Ex Output:
داستان
Instructions: In this task, we have Spanish and Catalan tweets for automatic stance detection. The data has three labels Against, Favor, and Neutral which express the stance towards the target -independence of Catalonia. If the tweet criticizes the independence of Catalonia then it's 'Against' and if the tweets support it then it will be labeled as 'Favor' also if the tweets state information or news rather than stating opinion then it will be characterized as 'Neutral'. Input: Tweet: @laxarxaxanante1 @GemmaVerdos @LaXarxaXanante @campllibertat Els mossos ens han ajudar a voler omplir San Jaume el 29, encara amb mes convenciment. No pot faltar ningú!! #OmplimSantJaume29s #FemXatxa #SomRepublica Output:
Favor
Detailed Instructions: In this task, you will be given a list. The list is several integers and letters separated with a comma, written within a []. You can create new lists by dropping one of the items in the input list. Your task is to write a list containing all the possible lists you can make by dropping one item from the input list. For example, if the input list contains two items, you can drop one of the items each time. So the output should be a list comprising two inner lists that you have created by decreasing the items. Problem:['3', 'y', '4', '3', 'P', 'e', 'y'] Solution:
[['3', 'y', '4', '3', 'P', 'e'], ['3', 'y', '4', '3', 'P', 'y'], ['3', 'y', '4', '3', 'e', 'y'], ['3', 'y', '4', 'P', 'e', 'y'], ['3', 'y', '3', 'P', 'e', 'y'], ['3', '4', '3', 'P', 'e', 'y'], ['y', '4', '3', 'P', 'e', 'y']]
Instructions: In this task, you are given a hateful post in Bengali that expresses hate or encourages violence towards a person or a group based on the protected characteristics such as race, religion, sex, and sexual orientation. You are expected to classify the post into two classes: religious or non-political religious on the topic. Input: দাদা ঠিক বলেছেন রানু যতই বড়ো সিঙ্গার হোক ভিখারির মন ভিখারির মতোই থাকে ওকে রানুদি বলার দরকার নেই আমার সিদ্ধান্ত তাকে রেল স্টেশনে নিয়ে আসা উচিত আবার ভিক্ষা করুক Output:
non-religious
Find the movie name from the given conversation. If the movie name is not found give output as "unknown" One example is below. Q: ASSISTANT: What kind of movies are you drawn to? , USER: I am drawn to romances. , ASSISTANT: Have you seen Fifty Shade of Grey? A: Fifty Shade of Grey Rationale: Based on the given conversation the "ASSISTANT" asks user for the movie along with the 'Fifty Shade of Grey' title provided into it. We can then classify this title and store it inside the output Q: ASSISTANT: what are some type of movies that you like? , USER: I like dramas, I like romantic comedies. , ASSISTANT: why do you like dramas? , USER: Because I find them really interesting, and I really get absorbed in the plot. , ASSISTANT: What is one of your favorite movies? , USER: I love the movie Top Gun. I also love the movie Con Air. A:
Con Air
In this task, you're given a sentence and question. Based on the information provided in a given sentence, you should identify the shortest continuous text span from the sentence that serves as an answer to the given question. Answer the question using coreference resolution. Coreference resolution is the task of clustering mentions in text that refer to the same underlying real world entities. For example let's take a sentence 'I voted for Obama because he was most aligned with my values, she said.' Here in this example 'I', 'my', and 'she' belong to the same cluster and 'Obama' and 'he' belong to the same cluster. Now let's discuss another example , original sentence: 'I voted for Trump because he was most aligned with my values',John said. Now here is the same sentence with resolved coreferences: 'John voted for Trump because Trump was most aligned with John's values',John said. [Q]: Sentence: Elizabeth moved her company from Sparta to Troy to save money on taxes; the taxes are much higher there. Question: Where are the taxes higher? [A]: Sparta [Q]: Sentence: Lily spoke to Donna, breaking her concentration. Question: Whose concentration? [A]: Donna's [Q]: Sentence: Bill passed the half-empty plate to John because he was hungry. Question: Who was hungry? [A]:
John
instruction: Given a pair of words, generate the relation between them. The first word is called the 'concept' and the second word is called the 'relatum' The relation must be one of the following: co-hyponym (coordinate), hypernym, meronym, attribute, event, or random. A coordinate relation indicates that the concept and relatum belong to the same semantic class. A hypernym relation indicates that the relatum is a category of which the concept is a specific instance. A meronym relation implies that relatum is a part/component/organ/member of the concept. An attribute relation is when the relatum is an adjective expressing an attribute of the concept. An event relation holds when the relatum is a verb referring to an action/activity/happening/event that is performed by or with the concept. If the relatum and concept are unrelated, the relation between them is 'random'. Classify your answers into coord, hyper, mero, attri, event, and random. question: Concept: spoon, Relatum: chisel. answer: coord question: Concept: restaurant, Relatum: linguist. answer: random question: Concept: cucumber, Relatum: grow. answer:
event
Detailed Instructions: We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of death penalty. Problem:An eye for an eye makes the whole world blind. Solution:
Valid
Detailed Instructions: Given a sentence in Japanese, provide an equivalent paraphrased translation in Chinese that retains the same meaning both through the translation and the paraphrase. Problem:ハーディン独立学区は、米国テキサス州ハーディンに本拠を置く公立学区です。 Solution:
哈丁独立学区是位于美国(德克萨斯州)哈丁的公立学区。
The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations. One example: “Wo ọmọọ̀ mi dè mí”: ó ń lo kíjìpá mẹ́ta gbó; mélòó ni ọlọ́mọọ́ máa lò gbó? Solution is here: “Look after the child for me”: she wears three durable hand-loom wrappers to tatters; how many would the mother of the child herself wear out? Explanation: The Yoruba sentence is properly translated to the English language as both the sentences convey the same meaning and both the sentences are in sentence case and it preserves the punctuation marks as well. Now, solve this: Kò sí ohun èlò tí ó ní ìdánimọ̀ yìí Solution:
The device with this ID does not exist
The provided file includes inquiries about restaurants in Spanish, and we ask you to translate those to English language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for fully capitalized special placeholders (e.g. NUMBER, DATE, TIME). Please do the same in your translations. Q: muéstreme una lista de restaurantes " vegan " con, al menos, 5 opiniones. A:
show me a list of " vegan " restaurants with at least 5 reviews .
In this task, you are given a country name and you need to return the region of the world map that the country is located in. The possible regions that are considered valid answers are: Caribbean, Southern Europe, Eastern Europe, Western Europe, South America, North America, Central America, Antarctica, Australia and New Zealand, Central Africa, Northern Africa, Eastern Africa, Western Africa, Southern Africa, Eastern Asia, Southern and Central Asia, Southeast Asia, Middle East, Melanesia, Polynesia, British Isles, Micronesia, Nordic Countries, Baltic Countries. Example Input: Japan Example Output: Eastern Asia Example Input: Tanzania Example Output: Eastern Africa Example Input: Honduras Example Output:
Central America
The provided file includes inquiries about restaurants in Spanish, and we ask you to translate those to English language. Please bear in mind the following guidelines while doing the translation: 1) We are looking for the most naturally written and formal form of each sentence in your language. We are *NOT* looking for colloquial forms of the sentence. We are looking for formal form which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) The fully capitalized words like DATE_0, or DURATION_0 *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. miles should be translated to its equivalent in your language. 6) Note the input is all lowercased except for fully capitalized special placeholders (e.g. NUMBER, DATE, TIME). Please do the same in your translations. Example Input: encuentre restaurantes con 2 estrellas. Example Output: find restaurants with 2 stars . Example Input: localiza " los cabos " para mí. Example Output: locate " los cabos " for me . Example Input: muéstrame restaurantes " vietnamese ". Example Output:
show me " vietnamese " restaurants .
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". One example: 10/05/1847, input_format=dd/mm/yyyy Solution is here: 05/10/1847 Explanation: The month(mm) is 05, day(dd) is 10 and year(yyyy) is 1847, so the output should be 05/10/1847. Now, solve this: 09/06/1907, input_format=mm/dd/yyyy Solution:
06/09/1907
We would like you to assess the QUALITY of each of the following argument (discussing Death Penalty) and determine if the argument is Valid or Invalid. A valid argument is clearly interpretable and either expresses an argument, or a premise or a conclusion that can be used in an argument for the topic of death penalty. An invalid argument is a phrase that cannot be interpreted as an argument or not on the topic of death penalty. Input: Consider Input: Second, if the situation were turned, you would probably say "Purposely indulging in an act that carries risk to your own body for your own convenience and then committing suicide" if we were talking about peds. Output: Invalid Input: Consider Input: Firstly, many people say that Europe does not have the death penalty so the U.S should not. Output: Valid Input: Consider Input: As far as I know, you may as well ACTUALLY believe any number of things, if you actually believe in the death penalty.
Output: Valid
Instructions: In this task, you will use your knowledge about language (and common sense) to determine what element the marked number refers to. The numbers are marked with two underlines around them, like: _ number _. There are several possible answers, you'll need to choose the proper one. Carefully read the given text, pay special attention to the marked number, think about what (unwritten) information the marked number holds inside, choose the most adequate word(s) from the optional answers. If none of them seems right to you, there's also an option for other. If your answer is "REFERENCE", also write the reference entity, otherwise write the implicit option name. Options to choose from are: REFERENCE: Some object which is being mentioned in the text before or after the target number. The reference answer has a higher priority than any other. If both Reference and another answer are possible, prioritize the Reference. YEAR: Describing a calendric year AGE: Describing someone's age CURRENCY: Reference to some monetary value e.g dollar, euro etc. PEOPLE: Describing a single/plural persons TIME: Describing a time of the day. Usually you can add the word o'clock after those numbers. OTHER: Some other option, which isn't listed here. Input: Bishop: I know you killed me , Aidan . Half of Boston knows . You think Marcus is gon na come busting through that door ? Nobody , not even Marcus , is gon na stand up for a dying king and piss on the new _ one _ . Aidan Waite: Oh my God ! Bishop , are you afraid of what 's on the other side ? I do n't know . Maybe we got it wrong . Maybe there 's something waiting for us . Maybe ... Bishop: I am the other side . When you died , I was waiting for you on that battlefield . I was . I hope you 're lucky when it 's your turn . You do n't get taken out by some stray stake but by someone who fed from your blood , who you nourished for centuries . A father never kills his son but always wants his son to surpass him . Aidan Waite: I 'm sorry I did n't arrange it sooner . Bishop: I know you wanted to take credit . You know , a year ago , you were laying with wolves and blubbering about ghosts . And now , look at you . You 've killed your maker . You 've banished your lover and your friends . And now , you 're going to be Adam . After his plague , rebuild our race with your blood . My blood . I said you could n't stand where I stand . You can . You ... are my perfect son . Output:
REFERENCE king
Q: Determine if the provided SQL statement properly addresses the given question. Output 1 if the SQL statement is correct and 0 otherwise. 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. Query: SELECT count(*) WHERE { ?x0 ns:people.person.employment_history/ns:business.employment_tenure.company ?x1 . ?x1 a ns:film.production_company . M1 ns:people.person.parents|ns:fictional_universe.fictional_character.parents|ns:organization.organization.parent/ns:organization.organization_relationship.parent ?x0 } Question: Was M1 a production company 's employee 's child A:
1
Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical case reports extracted from MEDLINE, the task is to classify whether the case report mentions the presence of any adverse drug reaction. Classify your answers into non-adverse drug event and adverse drug event. Recent studies have shown that under experimental conditions ferrous sulfate may reduce the gastrointestinal absorption of orally administered levothyroxine sodium in patients with primary hypothyroidism.
adverse drug event
Q: In this task, you are given an input list A. You need to extract and sort the unique digits used in the list in ascending order. Return -1 if there is no digit in the list. ['c', 'j', 'g'] A:
-1
TASK DEFINITION: In this task you need to give reasons to justify the pronoun coreference relations. Each of the provided inputs contains a sentence with a target pronoun and a question about how to justify the coreference between a noun phrase and the target pronoun. Good practices involve the discussion about how the descriptions attached to the targeted pronoun relate to the noun phrase candidate in the question. The reasoning could come from one or multiple following knowledge types about commonsense: First: 'Property', the knowledge about property of objects (e.g., ice is cold). Second: 'Object', the knowledge about objects (e.g., cats have ears). Third: 'Eventuality', the knowledge about eventuality (e.g., 'wake up' happens before 'open eyes'). Forth: 'Spatial', the knowledge about spatial position (e.g., object at the back can be blocked). Fifth: 'Quantity', the knowledge about numbers (e.g., 2 is smaller than 10). Sixth: all other knowledge if above ones are not suitable. Write the sentence in natural language. PROBLEM: Sentence: Although they ran at about the same speed, Sue beat Sally because she had such a bad start. Question: Why does the 'she' refer to sally? SOLUTION: Because The sentance describes why someone lost, and sally lost. PROBLEM: Sentence: Fred is the only man still alive who remembers my great-grandfather. He is a remarkable man. Question: Why does the 'He' refer to fred? SOLUTION: Because "is" is present tense and indicates he is still alive. PROBLEM: Sentence: Sam Goodman's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his childhood. Question: Why does the 'he' refer to xenophanes? SOLUTION:
Because Biography is about Xenophanes.
Q: Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: "pesticides cause pollution" (given fact) + "pollution can harm animals" (related fact) → "pesticides can harm animals" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic. Fact: Invertebrates are animals that lack a vertebral column, or backbone. Topic: Invertebrates are animals. A:
Lobsters are invertebrates, animals without a backbone.
Detailed Instructions: Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: "pesticides cause pollution" (given fact) + "pollution can harm animals" (related fact) → "pesticides can harm animals" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic. Problem:Fact: using a gasoline engine requires burning gasoline. Topic: burning consuming. Solution:
When they are burned, fossil fuels are consumed.
In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy". Q: 12/16/1626, input_format=mm/dd/yyyy A:
16/12/1626
In medical studies, the efficacy of medical treatments (called interventions) is evaluated within a group of study participants. You will be given a sentence of a study report in which your task is to list the phrases that describe the intervention(s) of the study. You should list the phrase in the same order that they appear in the text, separated by commas. If no information about the interventions is mentioned, just answer with "not found". Interventions are: a specific drug, surgery, talking therapy, a lifestyle modification, control or placebo treatment. Do not include details, dosages, frequency and duration, intervention mentions that are not in an informative span of text. Example: The patients received either azithromycin (600 mg/d for 3 days during week 1, then 600 mg/wk during weeks 2-12; n = 3879) or placebo (n = 3868) Example solution: azithromycin, placebo Example explanation: The word azithromycin refers to a drug, and placebo refers to a control test. Note that no extra information is given in the output. Problem: Approximately two thirds were smokers and were randomized to be tested after either a 12-hr nicotine deprivation or administration of nicotine gum .
Solution: nicotine deprivation, nicotine
Teacher:Find the movie name from the given conversation. If the movie name is not found give output as "unknown" Teacher: Now, understand the problem? Solve this instance: ASSISTANT: What kind of movies to you like, and why do you like this type of movie? , USER: I like Disneyland movies. , ASSISTANT: Can you name a particular movie that you like? , USER: Yes, I like I like the , USER: This movie is called The The Lion King. Student:
The Lion King
Given a prompt and two completions from a language model, select the completion that is the most fluent with respect to continuing the prompt. Fluency is defined by coherency and ease of understanding, not necessarily grammatical correctness. Generate either Completion A or Completion B. Input: Consider Input: Prompt: I also went on "swimming dates" by Completion A: myself. This was really good. It was my first time at an outdoor pool or simply had me by the water for 2- Completion B: meeting up with a bunch of strangers online. We've talked for hours and are now trying to plan another date. It's such an amazing feeling t Output: Completion B Input: Consider Input: Prompt: My next project is slowly approaching.. Almost there.. Completion A: Please share this with your friends and followers! I'm looking forward to what this project will bring to us! And stay Completion B: so my husband and I will have our first child. This is an odd and very difficult time for most couples that choose to have children. So fa Output: Completion A Input: Consider Input: Prompt: i was gonna initially do the 4th but now Completion A: I was like that I have to try this one first. So that's what I've been trying to do for the past couple days. So I Completion B: am doing the 5th :
Output: Completion A
Detailed Instructions: Read the given text and if it has abusive content then indicate via "yes". Otherwise indicate via"no". We consider the content to be abusive if it contains any of the following instances: (1) Identity Directed Abuse (e.g., Content which contains a negative statement made against an identity. An identity is a social category that relates to a fundamental aspect of individuals community, socio-demographics, position or self-representation) (2) Affiliation Directed Abuse (e.g., Content which express negativity against an affiliation. We define affiliation as a (more or less) voluntary association with a collective. Affiliations include but are not limited to: memberships (e.g. Trade unions), party memberships (e.g. Republicans), political affiliations (e.g. Right-wing people) and occupations (e.g. Doctors).) (3) Person Directed Abuse (e.g., Content which directs negativity against an identifiable person, who is either part of the conversation thread or is named. Person-directed abuse includes serious character based attacks, such as accusing the person of lying, as well as aggression, insults and menacing language.) and (4) Counter Speech (e.g., Content which challenges, condemns or calls out the abusive language of others.). Note that URLs in the text have been replaced with [Link]. Problem:Your submission or comment was removed for the following reason(s): --- --- > **Videos (and audio) are banned from /r/TumblrInAction.** Sadly we don't have the capacity to effectively moderate the hours of footage that would otherwise get submitted, so we can't allow these without getting the sub banned. Sorry! --- --- If you have any questions or comments about this action, **Use this link to send us a mod mail message** Solution:
no
Detailed Instructions: A ploynomial equation is a sum of terms. Here each term is either a constant number, or consists of the variable x raised to a certain power and multiplied by a number. These numbers are called weights. For example, in the polynomial: 2x^2+3x+4, the weights are: 2,3,4. You can present a polynomial with the list of its weights, for example, equation weights = [6, 4] represent the equation 6x + 4 and equation weights = [1, 3, 4] represent the equation 1x^2 + 3x + 4. In this task, you need to compute the result of a polynomial expression by substituing a given value of x in the given polynomial equation. Equation weights are given as a list. Q: x = 4, equation weights = [4, 3] A:
19
Read the given sentence and if it is a general advice then indicate via "yes". Otherwise indicate via "no". advice is basically offering suggestions about the best course of action to someone. advice can come in a variety of forms, for example Direct advice and Indirect advice. (1) Direct advice: Using words (e.g., suggest, advice, recommend), verbs (e.g., can, could, should, may), or using questions (e.g., why don't you's, how about, have you thought about). (2) Indirect advice: contains hints from personal experiences with the intention for someone to do the same thing or statements that imply an action should (or should not) be taken. I could go on but you get the point .
no
Q: Indicate if the following Polish tweet contains cyber-bullying content with 'Yes'; otherwise, respond with 'No'. Tweet: Nikt cię tak dobrze nie ubierze jak matka chrzestna dziecino , Question: Is the tweet free of any cyberbullying (harmful) content? A:
Yes
Adverse drug reactions are appreciably harmful or unpleasant reactions resulting from an intervention related to the use of medical products, which predicts hazard from future administration and warrants prevention or specific treatment, or alteration of the dosage regimen, or withdrawal of the product. Given medical case reports extracted from MEDLINE, the task is to classify whether the case report mentions the presence of any adverse drug reaction. Classify your answers into non-adverse drug event and adverse drug event. [Q]: Dexamethasone treatment of amiodarone-induced thyrotoxicosis (AIT) with or without persistent administration of the drug. [A]: adverse drug event [Q]: A complete immunohistochemical study was performed on heart specimens. [A]: non-adverse drug event [Q]: He had also developed elevated serum ammonia levels while on valproic acid. [A]:
adverse drug event
Two analogies that relate objects to the associated rooms is given in the form "A : B. C : ?". "A : B" relates object A to room B. Your task is to replace the question mark (?) with the appropriate room for the given object C, following the "A : B" relation. Q: shower : bathroom. closet : ? A: hallway **** Q: desk : office. workbench : ? A: garage **** Q: shelf : nursury. shower : ? A:
bathroom ****
In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Q: [ 39.044 23.303 -59.874 -1.911 -93.398 73.967 -19.266 48.404 28.141] A:
-93.398
You will be given a definition of a task first, then some input of the task. In this task, you are given a string with duplicate characters ocurring in the string. You need to return the character which is ocurring with the maximum frequency. In case of a tie, return the character with the least ascii value. qvvxymoafajfckssazrhscywhjplqnztkgmbubjfhgqqxzlgp Output:
q
You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Galician. [EX Q]: تم إكتشاف الفوهات الحرمائية في عمق محيطنا في عام 1977. [EX A]: Os respiradeiros hidrotérmicos descubríronse en 1977 no noso océano. [EX Q]: كيف يستطيع شخص أن يتخطى هذا الخوف من أن المخترق الذي يستخدمه ربما يحتفظ بهذا المنفذ الرقمي الضئيل ؟ [EX A]: ¿Como superar esa especie de temor de que o hacker contratado preserve ese verme dixital? [EX Q]: قطعا "" جدير بالملاحظة. [EX A]:
Absolutamente destacable.
Definition: Given the following Catalan sentence, indicate the name entities (i.e., the real-world objects such as a person, location, organization, etc. that can be denoted with a proper name) such as 'New York Times'. For each words of a named-entity, indicate their type 'LOC' or 'ORG' or 'PER', where 'LOC' indicates a location entity (such as 'New York City', 'ORG' indicates the token of an organization (such as 'Amazon'), 'PER' indicates the tokens of a person entity (such as 'Jeff Bezos'). Named entities with other types should be indicated with 'MISC'. To indicate boundaries of an entity, use IOB (Inside-Output-Begin) prefixes. The B- prefix before a tag indicates that the word is the beginning of a named entity. The I- prefix indicates that the word is inside a bigger chunk. For example, you can break 'New York' to 'New' and 'York.' and tag them as 'B-LOC' and 'I-LOC'. Any token that doesn't belong to a named entity must be tagged with 'O'. Input: Les antigues instal·lacions de l' IES Gabriel i Ferrater , de Reus , que són propietat de la Diputació de Tarragona , seran , amb tota probabilitat , la futura seu de l' Escola Oficial d' Idiomes . Output:
Les (O) antigues (O) instal·lacions (O) de (O) l' (O) IES (B-LOC) Gabriel (I-LOC) i (I-LOC) Ferrater (I-LOC) , (O) de (O) Reus (B-LOC) , (O) que (O) són (O) propietat (O) de (O) la (O) Diputació (B-ORG) de (I-ORG) Tarragona (I-ORG) , (O) seran (O) , (O) amb (O) tota (O) probabilitat (O) , (O) la (O) futura (O) seu (O) de (O) l' (O) Escola (B-ORG) Oficial (I-ORG) d' (I-ORG) Idiomes (I-ORG) . (O)
Detailed Instructions: In this task, you are given the name of an Indian food dish. You need to return whether the dish is "non vegetarian" or "vegetarian". Do not answer with any words other than those two. Problem:Jalebi Solution:
vegetarian
Teacher: You are given a time in 24-Hours format, and you need to convert it to time in the 12-Hours format. For a 24-Hours format time larger than 12:00, subtract 12 hours from the given time, then add 'PM'. For example, if you have 14:30 hours, subtract 12 hours, and the result is 2:30 PM. If the 24-Hours format time is less than or equal to 12:00, add 'AM'. For example, say you have 10:15 hours, add the 'AM' to the end, here we get 10:15 AM. Note that 00:00 Hrs in 24-Hours format is 12:00 AM in 12-Hours format and 12:00 Hrs in 24-Hours format would be 12:00 PM in 12-Hours format. Teacher: Now, understand the problem? If you are still confused, see the following example: 19:00 Hrs Solution: 07:00 PM Reason: For a 24-Hours format time larger than 12:00, we should subtract 12 hours from the given time, then add 'PM'. So, the output is correct. Now, solve this instance: 04:12 Hrs Student:
04:12 AM
Part 1. Definition Given a part of privacy policy text, identify the purpose for which the user information is collected/used. The purpose should be given inside the policy text, answer as 'Not Specified' otherwise Part 2. Example The site collects your IP address or device IDs for advertising. Collection happens when you implicitly provide information on the website. Answer: Advertising Explanation: The given policy text states that it uses user information for 'advertising' explicitly Part 3. Exercise The site collects your cookies or tracking elements for advertising. Collection happens by an unnamed service or third party. Answer:
Advertising
The provided text is in English, and we ask you to translate the text to the Croatian language. Please bear in mind the following guidelines while translating: 1) We want a natural translation, a formal form. 2) Use the symbols like '#@%$-+_=^&!*' as-is. *Include* the special characters as suited when translating to Croatian. 3) Quantities like millions or billions should be translated to their equivalent in Croatian language 4) Note the input is all case-sensitive except for special placeholders and output is expected to be case-sensitive. 5) The output must have Croatian characters like Ž or č and the output must preserve the Croatian language characters. 6) The input contains punctuations and output is expected to have relevant punctuations for grammatical accuracy. Ex Input: And the only option, pretty much -- when it's stroke or other complications -- is the wheelchair. Ex Output: A jedina mogućnost, više manje -- kod moždanog udara ili drugih komplikacija -- jesu invalidska kolica. Ex Input: Friends, you will hear a lot about it. Ex Output: Prijatelji, čut ćete još dosta o tome. Ex Input: If you squeeze things together, the temperature goes up. Ex Output:
Ako nešto stisneš, temperatura raste.
In this task, you are given a country name and you need to answer with the government type of the country, as of the year 2015. The following are possible government types that are considered valid answers: Republic, Parliamentary Coprincipality, Federal Republic, Monarchy, Islamic Republic, Constitutional Monarchy, Parlementary Monarchy, Federation. French Guiana
Overseas Department of France
Read the given message of a sender that is intended to start a conversation, and determine whether it was written by a 'Bot' or by a 'Human'. Typically, bots will have a more disjointed manner of speaking, and will make statements that don't relate to each other, don't make coherent sense, or otherwise appear unnatural. Human will make statements in a more or less coherent and logical way. Since these messages are supposed to be conversation openers, humans will generally start sensibly with a hello or an introduction. Humans may also ask why the other person is not responding. Bots, however, may act as if they are in the middle of a nonsensical conversation. Q: SENDER A: Hey SENDER A: Let's talk SENDER A: Talk to me SENDER A: Hey SENDER A: What do you do for living? SENDER A: How are you? SENDER A: How old are you? SENDER A: Do you like music? SENDER A: Got it SENDER A: Bye A:
Human
Detailed Instructions: Given two entities as input, classify as "yes" if second entity is the part of the first entity. Otherwise classify them as "no". These are entities of meronym In linguistics, meronymy is a semantic relation between a meronym denoting a part and a holonym denoting a whole. In simpler terms, a meronym (i.e., second entity) is in a part-of relationship with its holonym (i.e., first entity). Q: Entity 1: achene Entity 2: abdominal muscle A:
no
Definition: This task is to find the number of 'For' loops present in the given cpp program. Input: int num;//num???????? int main() { int f(int,int); //??f?? int i,n,a[100],result[100]; cin>>n; for(i=1;i<=n;i++) { num=1; //?????????????????1 cin>>a[i]; result[i]=f(1,a[i]); } for(i=1;i<=n;i++) { cout<<result[i]<<endl; } } int f(int x,int y)//f?? ???y???x×???y ?y>x { int i; for(i=2;i<=sqrt(y);i++) //?2???y?? ??????????????????? { if(y%i==0&&i>=x)//??y??i?? ??i>=x(????x,i,i????? ????????????) ??y?????i????? { num++;//????+1 f(i,y/i); //???? ??y??? } } return num; } Output:
3
In this task, you are given a country name, and you need to return the country's surface area in terms of square kilometers. Up to two decimal places are allowed in your answer. -------- Question: Cambodia Answer: 181035.00 Question: Belgium Answer: 30518.00 Question: Heard Island and McDonald Islands Answer:
359.00
Definition: In this task, you are given a movie review in Persian, and you have to extract aspects of the movie mentioned in the text. We define aspects as music(موسیقی), directing(کارگردانی), screenplay/story(داستان), acting/performance(بازی), cinematography(فیلمبرداری), and scene(صحنه). Although there might be multiple aspects in a review, we only need you to write one aspect. Input: واقعا فیلمی فوق العاده جذاب و دوست داشتنی بود.......موضوعی رمانتیک و عاشقانه و موسیقی های شاد و بی نظیر و گریم ها و صحنه ها و لباس های متفاوت و موقعیت های کمدی و طنز بی نظیر........حتما ببینید Output:
موسیقی
Instructions: Write a fact related to the given fact, based on the given topic word. Note that, your fact should have at least one word in common with the given fact. All facts in this task refer to scientific facts. Your related fact must form a chain with the given fact. Chains form when two facts connect together to produce the third fact. An example of a chain is: "pesticides cause pollution" (given fact) + "pollution can harm animals" (related fact) → "pesticides can harm animals" (connected chain). Avoid creating simple paraphrases of the given fact. While your generated fact should be related to the input fact, they must describe slightly different scientific phenomena. It's okay if your related fact includes some irrelevant information, provided that it has some overlap with the given fact and it contains some words corresponding to the provided topic. Input: Fact: Sperm had to swim from male to female reproductive organs for fertilization. Topic: fertilization implant. Output:
If fertilized, the egg implants itself in the uterus.
Instructions: In this task you will be given a string of characters. You should remove all vowels from the given string. Vowels are: i,e,a,u,o. The character 'y' or 'Y' does not count as a vowel. Input: rQz Output:
rQz
Given a part of privacy policy text, identify the type of personal information which is collected, used, tracked or retained. The type of information should be present inside the given policy text, answer as 'Not Specified' otherwise Ex Input: The site collects your financial information for a basic service or feature. Collection happens when you explicitly provide information by some means outside of our label scheme. You can configure your privacy with third-party user settings for the collection of your information. Ex Output: Financial Ex Input: The site collects your unspecified information for an additional (non-basic) service or feature. Collection happens when you explicitly provide information in an unspecified way. Ex Output: Unspecified Ex Input: The site collects your website activities for advertising. Collection happens on the website, and your data is aggregated or anonymized. Ex Output:
User online activities
Detailed Instructions: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers. Problem:2042 Solution:
No
In this task, you are given an english sentence and a kurdish sentence you have to determine if they both are faithful translations of each other. Construct an answer that is 'Yes' if the second 'Kurdish' sentence is a translation of 'English' sentence and 'No' otherwise [Q]: 'English : * 60 year-old H.İ.G. accompanying his wife in a hospital in Zonguldak has tried to rape the 37 year-old patient N.Ç whom he did not know. The man taken into custody has been released pending trial. The hospital management has prohibited the man from entering the hospital.','Kurdish : 12ê Gulanê' [A]: No [Q]: 'English : The blast has caused a 20-meter deep dip and damages in many houses in the village.','Kurdish : Walîtiyê herwiha dîyar kiriye ew erebeya hatî teqandin malê dijîyê bûye ku li meha Gulanê ji Çewlîgê hatiye dizîn.' [A]: Yes [Q]: 'English : 3 of the cases have occurred on the street, 1 case in the workplace, 1 other in a shopping store and 1 in public transportation.','Kurdish : Ji sedî 66ê jinên destdirêjî lê hatîn kirin mêrên nenasên wan destdirêjî li wan kiriye. Mêrên ne nasên 6 jinan, midûrê dibistanekê, dersdarê zanîngehekê, hevkarekê jinekê destdirêjî lê kiriye.' [A]:
No
Instructions: The input contains texts obtained from news articles, ted talks, movie transcripts, radio transcripts, science and technology texts, and other short articles curated from the web and professional translators. Your task is to translate the given Yoruba sentence into the English language. Please bear in mind the following guidelines while doing the translation: 1) Generated output should be natural language and formal form of each sentence in your language. The output sentence should not be a colloquial form of the input sentence. The generated output should be in natural language which is how you would type your queries in a text-based virtual assistant. 2) The words between quotation marks *SHOULD NOT* be translated. We expect you to keep those values intact and include the quotation marks around them as well. 3) Numbers and fully capitalized words like SEPTEMBER, or 10 HOURS *SHOULD NOT* be translated. Please keep them as they are in the translations. 4) Please do not localize measurement units like miles to kilometers during your translation. 5) Note the input is in sentence case except for special placeholders. Please do the same in your translations. Input: Ẹ̀ka ọ́fíìsì wa ní Philippines ròyìn pé, kò sí ìkankan lára àwọn ará wa tí ìjì líle náà pa. Output:
The Philippines branch reports that no brothers or sisters were killed by the storm.
Given the task definition and input, reply with output. In this task you will be given a list of numbers and you should remove all duplicates in the list. If every number is repeated in the list an empty list should be returned. Your list should be numbers inside brackets, just like the given list. [4, 3, 6, 2, 1, 0]
[4, 3, 6, 2, 1, 0]

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

More Information needed

Downloads last month
31

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