inputs
stringlengths
39
523k
embedding
listlengths
1.02k
1.02k
This task is to translate a news commentary given in Italian language into Zhuang language. Translate the input statement into the output language while preserving the numberical values, special characters and proper nouns and context of the commentary done. -------- Question: La crescente capacità degli agenti patogeni di resistere agli antibiotici e ad altri farmaci antimicrobici si sta trasformando in una delle emergenze più grandi del contesto sanitario attuale che non può essere risolta solo dalla scienza. Answer: 病原体对抗生素和其他抗菌药的抗药性越来越强,这正在成为当代医疗的最大危机——而这一危机无法单靠科学解决。 Question: Di certo, Haiti registra ancora il più alto numero di casi sospetti di colera nell’emisfero occidentale, cosa inaccettabile in un mondo con una conoscenza così ampia e una ricchezza consistente. Il paese sta tuttavia percorrendo la strada giusta verso il successo. Answer: 诚然,海地的疑似霍乱病例数仍是西半球之最——在知识和财富如此丰富的今天,这是不可接受的。但海地正在走向成功。正如霍乱已在世界其他不同环境中被消灭,海地也可以消灭它。 Question: Entrambe erano basate sulla produzione industriale. La Cina, che a partire dagli anni settanta è emersa come l’archetipo di questa strategia, si è mossa su un sentiero già consolidato. Answer:
[ 0.43761128187179565, 0.20406445860862732, -0.29858142137527466, 0.4355975091457367, 0.2589338421821594, -0.29909515380859375, -0.2892042398452759, 0.7841403484344482, -0.47152015566825867, 0.11061976850032806, -0.981461226940155, 0.8369622230529785, 0.2082296907901764, 0.05341307073831558,...
Instructions: You are given a sentence in English. Your job is to translate the English sentence into Portugese. Input: And you can see where I'm going with this. Output:
[ 0.29065608978271484, 0.695703387260437, 0.253184974193573, 0.2427637279033661, -0.18505093455314636, -0.5998885631561279, -1.2478574514389038, 1.201059103012085, 0.8621103763580322, 0.12019388377666473, -0.6393370628356934, -0.0006434788811020553, 0.0496712289750576, -0.11424940824508667, ...
In this task, you are given commands (in terms of logical operations) to select relevant rows from the given table. Your job is to generate a natural language interpretation of the given command. Here are the definitions of logical operators: 1. count: returns the number of rows in the view 2. only: returns whether there is exactly one row in the view 3. hop: returns the value under the header column of the row 4. and: returns the boolean operation result of two arguments 5. max/min/avg/sum: returns the max/min/average/sum of the values under the header column 6. nth max/nth min: returns the n-th max/n-th min of the values under the header column 7. argmax/argmin: returns the row with the max/min value in header column 8. nth argmax/nth argmin: returns the row with the n-th max/min value in header column 9. eq/not eq: returns if the two arguments are equal 10. round eq: returns if the two arguments are roughly equal under certain tolerance 11. greater/less: returns if argument 1 is greater/less than argument 2 12. diff: returns the difference between two arguments 13. filter eq/not eq: returns the subview whose values under the header column is equal/not equal to argument 3 14. filter greater/less: returns the subview whose values under the header column is greater/less than argument 3 15. filter greater eq /less eq: returns the subview whose values under the header column is greater/less or equal than argument 3 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 argument 3 18. all greater/less: returns whether all the values under the header column are greater/less than argument 3 19. all greater eq/less eq: returns whether all the values under the header column are greater/less or equal to argument 3 20. most eq/not eq: returns whether most of the values under the header column are equal/not equal to argument 3 21. most greater/less: returns whether most of the values under the header column are greater/less than argument 3 22. most greater eq/less eq: returns whether most of the values under the header column are greater/less or equal to argument 3 Ex Input: eq { count { filter_eq { all_rows ; nationality ; germany } } ; 2 } = true Ex Output: select the rows whose nationality record fuzzily matches to germany . the number of such rows is 2 . Ex Input: eq { hop { argmin { all_rows ; year born } ; player } ; goran jagodnik } = true Ex Output: select the row whose year born record of all rows is minimum . the player record of this row is goran jagodnik . Ex Input: eq { hop { nth_argmax { all_rows ; location attendance ; 2 } ; date } ; january 12 } = true Ex Output:
[ 0.25369149446487427, -0.24465849995613098, -0.48764413595199585, 0.20718765258789062, 0.012677347287535667, -0.24673639237880707, 0.7436718344688416, 0.26198816299438477, 0.24529653787612915, -0.2186993807554245, -0.3650515675544739, -0.0818188339471817, 0.0011868756264448166, 0.6567458510...
Teacher:You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Farsi. Teacher: Now, understand the problem? Solve this instance: ولكن كان كل الذين في المصنع يقضون وقتهم في قسم الفن Student:
[ -0.1444290578365326, 0.4337039887905121, -0.2841295599937439, -0.7321153283119202, -0.19203755259513855, -0.08037550747394562, 0.29483556747436523, 0.6904007196426392, 0.5299292802810669, 0.13866090774536133, -0.4072660207748413, -0.06202283501625061, -0.02829492650926113, -0.3337514996528...
Teacher:In this task, you need to count the number of times the given letter appears in the given sentence. Teacher: Now, understand the problem? Solve this instance: Sentence: 'there is a male surfer in the ocean riding a wave'. Find frequency of the letter 'r' Student:
[ -0.709777295589447, 0.41018813848495483, -0.00012914324179291725, -0.5640054941177368, -0.3574449419975281, 0.3656579256057739, 0.08538025617599487, 0.6632352471351624, -0.07638724893331528, 0.10993516445159912, -0.6209697127342224, -0.631018877029419, -0.8645616769790649, -0.3809755146503...
In this task you will be given an arithmetic operation and you have to find its answer. The symbols of operators '+' and '-' has been swapped i.e you need to perform subtraction when you see a '+' symbol and addition in case of '-' symbol. Q: 1673 - 3914 + 8016 + 5937 - 8915 + 4818 A: -4269 **** Q: 6178 - 1637 - 8197 - 6437 + 4591 - 6995 + 3562 + 9474 A: 11817 **** Q: 9191 - 18 + 3055 + 1188 - 9309 - 1293 A:
[ -0.7116637825965881, 0.3660345673561096, -0.7622106075286865, -0.23642076551914215, -0.5167427062988281, 0.11933144927024841, 0.9469462037086487, 1.078147053718567, 0.4153495728969574, -0.38592615723609924, -0.5175169706344604, -0.021709416061639786, -0.534497857093811, 0.2691882848739624,...
instruction: Given a sentence in the Filipino, provide an equivalent translation in Japanese that retains the same meaning through the translation. In translation, keep numbers as it is. question: Sa mga oras na ito ay wala pa pagtugon sa mga emails na natanggap mula sa ICRC o sa Tagamasid sa mga Karapatang Pantao. answer: この時点で、電子メールに対する返事は、ICRCまたはヒューマンライツウォッチから受け取っていない。 question: Ang Serye A na mga kampiyon na Juventus ay nagkumpirma na ang $24,000,000 (£13,700,000, €20,000,000) ay nakuha ng kapitan ng Arsenal na si Patrick Vieira. answer: セリエAチャンピオンのユベントスは、アーセナルのキャプテン、パトリック・ヴィエラに対し24,000,000ドル(13,700,000ポンド、20,000,000ユーロ)の報酬を正式に発表した。 question: Ang SpaceX ay mayroong limang taong pag-arkila sa lugar. answer:
[ -0.3123131990432739, -0.33828791975975037, -0.6471779346466064, -0.16527590155601501, 0.011154606938362122, -0.415520578622818, 1.0160267353057861, -0.5250468850135803, -0.19253596663475037, -0.5442572832107544, -0.1308576762676239, 0.6193236112594604, -1.3070276975631714, 0.33835893869400...
Instructions: In this task you are given a statement and an explanation giving you further knowledge about an entity in the statement. You must judge whether the statement is true or false based on the explanation. Label an instance as "True" if the explanation confirms the statement or doesn't disprove it. Label an instance as "False" if the explanation disproves the statement. The statement and explanation are separated by a newline character. Input: Lionel Richie raps in his music. Lionel Richie does not perform rap music Output:
[ -0.31915879249572754, 0.8675272464752197, -0.08941225707530975, 0.19530701637268066, -0.7608253955841064, -0.33389872312545776, 0.47055768966674805, 0.5253918766975403, -0.10039408504962921, -0.5498390793800354, -0.5124620199203491, -0.21029755473136902, -0.6392661929130554, 0.025139216333...
You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Italian. Let me give you an example: "" אף אדם אינו אי העומד בפני עצמו. The answer to this example can be: "" Nessun uomo è un'isola completamente a sé. Here is why: The Hebrew sentence is correctly translated into Italian, because the meaning is preserved. OK. solve this: מסובבים אותו על הציר והמעגל נשאר זהה. Answer:
[ 0.18323470652103424, 0.5820183753967285, 0.04690172150731087, -0.2779453694820404, -0.2275177538394928, -0.9917280673980713, 1.1276311874389648, 0.14265984296798706, -0.1215517520904541, -0.48305654525756836, -0.9904886484146118, -0.1361478567123413, -1.0469704866409302, 0.4464831948280334...
TASK DEFINITION: In this task, five ordered key facts are given. All the given facts are expressed in natural language. Your job is to generate a story 100 to 1000 words long, that includes all the facts given as input in their order of appearance while expanding upon them to produce a broader, yet coherent, narrative. PROBLEM: Fact1: Multiple attempts to assault have been thwarted by Scorpion-attack helicopter, Fact2: army After most notably pair of turns to new AH UH, Fact3: Pilot Jake Preston is enlisted in Apache air-to-air combat training program, Fact4: ex-girlfriend Billie Lee Guthrie broke off relationship to pursue separate career flying OH, Fact5: Apache left to protect Preston Little and Guthrie attempt to seek out Stoller SOLUTION: A joint task force operation between the Drug Enforcement Administration and the U.S. Army has been formed to dismantle one of the largest drug cartels operating in South America. Multiple attempts to assault the cartels mountainous compound have been thwarted by a fictional Scorpionattack helicopter piloted by a mercenary pilot, Eric Stoller Bert Rhine. After having several aircraft shot down, most notably a pair of UH–60 Black Hawks and their AH–1 Cobra escorts, the army turns to the new AH–64 Apache attack helicopter, which can match its enemies maneuverability and firepower. Pilot Jake Preston Nicolas Cage is subsequently enlisted in the Apache airtoair combat training program. Earlier, Preston was the sole survivor of a previous airattack by Stoller. Upon his arrival at the training course, he encounters his exgirlfriend Billie Lee Guthrie Sean Young, who broke off their relationship to pursue a separate career flying OH–58 Kiowa scout helicopters which often work alongside the Apache as target identifiers and designators. Jakes arrogance and loose improvised style quickly earn him the mixed respect and chagrin of veteran pilot and flight instructor Brad Little Tommy Lee Jones. During the training schedule, Preston is revealed to be suffering from an eye dominance disability, which makes it difficult for him to utilize the Apaches visual input. Using an unconventional but effective training method, Little helps Preston deal with his handicap. A formation of military aircraft consisting of four Apaches and Guthries Kiowa, flies down to South America to provide air support for a DEA mission to hunt down and arrest drug cartel leaders. However, they are soon attacked at their base camp, and one Apache is destroyed. With another Apache left to protect the DEA personnel, Preston, Little and Guthrie attempt to seek out Stoller. They soon locate his position, as well as a pair of Draken jet fighter aircraft who are also protecting the cartel. Little destroys one aircraft, but is shot down in aerial combat by Stoller. He survives, but his Apache is disabled. Stoller later targets Guthrie, but Preston reaches their coordinates and engages him in a fierce dogfight. Using the Apaches maneuverability near a mountainous peak, Preston manages to trick Stoller into flying past him; then attacks and destroys his helicopter. Meanwhile, Guthrie uses one of the Stinger missiles onboard Littles downed Apache to destroy the remaining enemy aircraft. With no air support, the cartels defenses cease, and their leaders are later apprehended. As an injured Little is loaded onto a Medevac helicopter, he expresses pride in both Preston and Guthrie. PROBLEM: Fact1: only daughter returns home after completing course in fashion designing, Fact2: Anita is close to father, Fact3: Anita ’s marriage is fixed with Ilango, Fact4: Ilango falls in love with Anita, Fact5: Illango unite him with Anita SOLUTION: Subramaniam Prabhu, an Ayurvedic physician is a much respected man in his village. His only daughter Anita Monica returns home from Chennai after completing a course in fashion designing. Having lost her mother at a very young age, Anita is close to her father and they share a special bond. Soon Anita’s marriage is fixed with Ilango Aravind Akash, son of Vedachalam Haneefa. While Vedachalam is a goodfornothing chap, his son is a perfect match. Ilango falls in love with Anita. But Anita tells him of her past: her lover Akash Navdeep who had jilted her after a one night stand. Illango, though shattered meets Akash and tries to unite him with Anita. In this attempt, he finds himself falling in love with Anita’s cousin, Eshwari Saranya Mohan. Now the story is about uniting the two pairs of lovers. Anita does not want to hurt her father with the knowledge of her past. PROBLEM: Fact1: Bombay after berates team for not listening to him game, Fact2: result is complete makeover both in look and in skill, Fact3: potential of Ducks player Charlie Conway catches Bombay 's eye, Fact4: Conway used when he played with Hawks hockey tactics, Fact5: star player for Hawks be playing for Ducks due to redistricting SOLUTION:
[ 0.519001841545105, -0.004859547130763531, -0.28100380301475525, -0.1328713446855545, 0.9003580212593079, -0.2142038643360138, 0.587175726890564, 1.0511983633041382, -0.09750853478908539, 0.39050039649009705, -0.809559166431427, 0.0327889546751976, -0.36433425545692444, 0.2171255350112915, ...
Teacher:You are given a sentence in Italian. Your job is to translate the Italian sentence into Polish. Teacher: Now, understand the problem? Solve this instance: Quindi all'improvviso abbiamo quest'area da proteggere, in cui ora tutto sembra morto, almeno nelle zone coralline. Student:
[ -0.18687652051448822, 1.0507776737213135, -0.08593957871198654, -0.887847363948822, -0.5960618257522583, -0.8478679060935974, -0.08152474462985992, -0.09446153044700623, -0.03827407956123352, 0.19794206321239471, 0.0679420754313469, -0.472662091255188, -0.6784679889678955, -0.1456512063741...
In this task, you're given a question, along with a context passage. The passage will not have a direct answer to the question, but can include some information and a clue for the answer. Assuming you can only obtain information about one entity in the passage, your job is to determine whether information from the passage can be used to answer the question. Indicate your choice as `a` for Yes or `b` for No. Let me give you an example: Question: When did the operation during which the 704th dropped supplies to allied troops near Nijmegen begin? Passage: The group was occasionally diverted from strategic missions to carry out air support and interdiction missions. It supported Operation Overlord, the invasion of Normandy by attacking transportation targets, including bridges, along with airfields and strong points in France. On D Day, the squadron and the rest of the 446th Group led the first heavy bomber mission of the day. The 446th aided ground forces at Caen and Saint-Lô during July by hitting bridges, gun batteries, and enemy troops. During Operation Market Garden, the attempt to seize a bridgehead across the Rhine in the Netherlands, the 704th dropped supplies to allied troops near Nijmegen. It struck lines of communications during the Battle of the Bulge. During Operation Varsity in March 1945, it supplied ground and airborne troops near Wesel. The squadron flew its last combat mission on 25 April 1945 against Salzburg, Austria. The group had flown 273 missions and had lost 58 aircraft during the war, . The answer to this example can be: a Here is why: The passage describes the 704th's actions during Operation Market Garden so only information about the operation is needed. OK. solve this: Question: What year was the stadium that OL previously played their home games completed? Passage:Lyon is home to the football club Olympique Lyonnais (OL), whose men's team plays in Ligue 1 and has won the championship of that competition seven times, all consecutively from 2002 to 2008). OL played until December 2015 at the 43,000-seat Stade de Gerland, which also hosted matches of the 1998 FIFA World Cup. Since 2016, the team has played at the Parc Olympique Lyonnais, a 59,000-seat stadium located in the eastern suburb of Décines-Charpieu. OL operates a women's team, Olympique Lyonnais Féminin, which competes in and dominates Division 1 Féminine. They are on a streak of 13 top-flight championships (2007–present), and additionally claim the four titles won by the original incarnation of FC Lyon, a women's football club that merged into OL in 2004 (the current FC Lyon was founded in 2009). The OL women have also won the UEFA Women's Champions League five times, including the two most recent editions in 2016 and 2017. Lyon will host the 2019 FIFA Women's World Cup Semi-Finals as well as the 7 July Final at Stade de Lyon. Answer:
[ 0.6229152679443359, 0.36102592945098877, -1.1562143564224243, 0.05294720456004143, 0.7211450934410095, -0.42665693163871765, 1.0749990940093994, 0.7981628179550171, 0.37570273876190186, -0.047601938247680664, -0.7998802661895752, 0.33698612451553345, -0.536959171295166, 0.47657477855682373...
Detailed Instructions: In this task, you are given a sentence in English language and its corresponding French translation. Here, your job is to output "yes" if the translation is correct, otherwise output "no". Problem:English: What determines whether people are physically active or not? French: Quelle force de police apparaît sur ce timbre? Solution:
[ 0.19746407866477966, 0.6578807234764099, -0.08502567559480667, -0.0069649298675358295, 0.2083103060722351, -0.9373226165771484, 0.46802204847335815, 0.5479241609573364, 0.5016653537750244, 0.38967078924179077, -0.5533899068832397, 0.02767682448029518, -0.8750959634780884, -0.33706381916999...
In this task, you're given a review from Amazon. Your task is to generate a rating for the product on a scale of 1-5 based on the review. The rating means 1: extremely poor, 2: poor, 3: neutral, 4: good, 5: extremely good. I thought I was getting old cut up t-shirts. Half the box was T-shirts and the other half was old pillow cases which are not good shop rags and the pillow cases were still one piece. 2 Don't waste your money to buy this, the mouse can't leave the mouse pad for 10 seconds, otherwise it will automatically power off, and my mouse pad rgb broken within three months. 1 Shipped out on time and arrived early! Very neat package and perfect invoice/product. Product package was sealed and when opened, product was fresh. Good Quality product!!
[ -0.2992783188819885, -0.03179812431335449, -0.4596598744392395, 0.19358991086483002, 0.6105800867080688, -0.3685625493526459, 0.4824528694152832, 0.6156871914863586, -0.20848113298416138, 0.522780179977417, -0.5013638734817505, 0.4236384332180023, -0.6087988615036011, -0.043920934200286865...
The task is to generate the correct answer for a given math problem. [EX Q]: Problem: one half of a two digit number exceeds its one third by 7 . what is the sum of the digits of the number ? [EX A]: e ) 1 [EX Q]: Problem: for any positive integer n , the sum of the first n positive integers equals n ( n + 1 ) / 2 . what is the sum of odd all the integers between 10 and 100 ? [EX A]: 2475 [EX Q]: Problem: a cycle is bought for rs . 900 and sold for rs . 1170 , find the gain percent ? [EX A]:
[ -0.3255820572376251, 0.460257351398468, -0.5568817853927612, -0.18094933032989502, -0.33491212129592896, -0.06331995129585266, -0.02475930005311966, 0.6306716203689575, -0.08155955374240875, 0.13259553909301758, -0.9001080393791199, 0.823835015296936, -1.1744093894958496, -0.40799915790557...
Teacher:In this task, you are given a dialogue from a conversation between an agent and a customer. Your task is to determine the speaker of the dialogue. Answer with "agent" or "customer". Teacher: Now, understand the problem? Solve this instance: OK, Thanks for your information. Student:
[ -0.2147478610277176, 0.08160895109176636, 0.3751729726791382, -0.9699634909629822, -0.07515256106853485, -0.3353773355484009, 0.15706919133663177, 0.03472469747066498, 0.7409409880638123, 0.23252132534980774, -0.030867433175444603, -0.5283336639404297, -1.0095391273498535, -0.5609115958213...
Detailed Instructions: 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 seamlessly connects with the rest of the story, indicating your choice as 'a' or 'b'. If both sentences are plausible, pick the one that makes more sense. Problem:Title: Smelly Fridge. Sentence 1: John was at home. Sentence 2: He was thirsty. Sentence 3: He opened the fridge to see what he had to drink. Sentence 4: When the fridge was opened a very bad smell came out. Choices: a. John quickly cleaned the fridge. b. Old Red was a fun animal to play with. Solution:
[ -0.04999725520610809, 0.258209764957428, 0.13165372610092163, -0.38197189569473267, 0.12648332118988037, -0.551965057849884, 0.40128880739212036, 0.6041494011878967, -0.0008891564793884754, 0.40191978216171265, -0.4853569567203522, -0.01087917573750019, -0.43568965792655945, -0.19313219189...
Detailed Instructions: 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, as a result of the Head, PersonX wants what is mentioned in the Tail or not. In this task, wanting is a postcondition desire on the part of PersonX, respectively. As a result of PersonX giving PersonY gifts, PersonX may also desire to hug PersonY. 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. See one example below: Problem: Head: PersonX arranges a date<sep>Tail: to find a nice restaurant. Solution: Yes Explanation: This is a good example. As a result of the Head, PersonX wants to find a nice restaurant. Problem: Head: PersonX buries the lead<sep>Tail: to publish his work Solution:
[ 0.36058562994003296, 0.12448766082525253, 0.155361145734787, -0.046354375779628754, -0.545806884765625, -0.6349354982376099, 1.3222295045852661, 0.4224269986152649, -0.6168660521507263, -0.3770003914833069, -0.18004104495048523, -0.32296597957611084, -0.9088801145553589, 0.3751206398010254...
You are given a statement written in Bengali. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement . Output the word from the correct option . Let me give you an example: Statement: ১লা ফেব্রুয়ারী <MASK> ভ্রমণ প্রদর্শক হিসেবে কর্মরত একজন চীনের নাগরিককে দেশে দ্বাদশ করোনার রুগী হিসেবে নিশ্চিত করা হয়। জাপানে করোনায় আক্রান্ত একজন রুগীকে দেখতে গিয়ে তিনি নিজে আক্রান্ত হয়ে পড়েন এবং ১৯শে জানুয়ারী রাজধানী সিওলের গিম্পো আন্তর্জাতিক বিমানবন্দর দিয়ে দেশে প্রবেশ করেন। ২শরা ফেব্রুয়ারী কোরিয়া রোগ নিয়ন্ত্রণ এবং প্রতিরোধ কেন্দ্র (কেসিডিসি) অতিরিক্ত তিনটি মামলা নিশ্চিত করার পরবর্তিতে আক্রান্তদের সংখ্যা মোট পনেরোতে এসে দাঁড়ায়। Option A: সিঙ্গাপুর Option B: ভিয়েতনাম Option C: তাইওয়ান Option D: জাপানে The answer to this example can be: জাপানে Here is why: The most suitable word from the given options to replace the <MASK> token is জাপানে, as the statement mentions that the person came from Japan . OK. solve this: Statement: মুহাম্মদ বিন তুগলকের বিরুদ্ধে বিদ্রোহ ১৩২৭ সালে শুরু হয়েছিল, তাঁর রাজত্ব অবধি অব্যাহত থাকে এবং কালক্রমে সালতানাতের ভৌগলিক সীমা সঙ্কুচিত হ্তে থাকে। দিল্লি সালতানাতের আক্রমণগুলির প্রত্যক্ষ প্রতিক্রিয়া হিসাবে দক্ষিণ ভারতে বিজয়নগর সাম্রাজ্যের সূচনা হয়েছিল এবং দিল্লির শাসন থেকে দক্ষিণ ভারতকে স্বাধীন করে। 1337 সালে, মুহাম্মদ বিন তুঘলক <MASK> উপর দিয়ে তাঁর বাহিনীর কিছু অংশ প্রেরণ করে, চীন আক্রমণ করার নির্দেশ দেন। কয়েক জন যাত্রা থেকে বেঁচে গিয়েছিল, এবং ব্যর্থ হওয়ার জন্য তাদের ফেরাতে মৃত্যুদণ্ড কার্যকর করা হয়েছিল। তাঁর রাজত্বকালে, রাজস্ব আয় কমে যায় এবং ১৩২৯-১৩৩২ সালের সাধারণ ধাতব কয়েনের মতো তার নীতিগুলি ব্যর্থ হয়। Option A: বাগদাদের Option B: মথুরা Option C: লাহোর Option D: হিমালয়ের Answer:
[ 0.30569490790367126, 0.7911380529403687, -0.33322152495384216, 0.012015094049274921, 0.3039754629135132, -0.11087587475776672, -0.28817233443260193, 1.2547603845596313, 0.11402592062950134, -0.1644538789987564, -0.3106573522090912, 0.8926518559455872, -0.4952186048030853, -0.17600739002227...
In this task, you are given an input list A. You need to convert all the alphabets in the list with a number representing their position in the English alphabet. E.g., replace A by 1, B by 2, a by 1, b by 2, and so on. Q: ['A', 'C', 'S', '7301'] A:
[ -0.037227652966976166, 0.7040469646453857, 0.132995143532753, -0.41240525245666504, 0.4040784239768982, -1.2407928705215454, -0.032951295375823975, -0.283649206161499, 0.7413616180419922, -0.3935956358909607, 0.46502357721328735, -0.1337137520313263, 0.444263756275177, -0.5009533166885376,...
In this task, you are given a sentence in the Spanish language. Your task is to translate the Spanish sentence into the English language. [Q]: El tratamiento antibiótico recomendado en una diarrea aguda por Clostridium difficile es [A]: The recommended antibiotic treatment for acute diarrhea caused by Clostridium difficile is [Q]: Reva Rubin identifica la conducta materna después del parto en tres etapas [A]: Reva Rubin identifies maternal behavior after delivery in three stages [Q]: En espectrometría de masas, el patrón de fragmentación más habitual es la ruptura en α, que escinde el enlace alquilo contiguo al carbonilo para dar [A]:
[ 0.12513259053230286, 0.28435438871383667, -0.32190391421318054, -0.08678911626338959, -0.09811188280582428, -0.1457708477973938, -0.05033227056264877, 0.693339467048645, -0.02518080733716488, 0.2119717299938202, 0.12045159935951233, 0.19401447474956512, 0.20599396526813507, 0.4434789419174...
Q: Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. concept: Michael Jackson question: what was the cause of death of michael jackson? A:
[ 0.2461075782775879, 0.6092785000801086, -0.6433711051940918, -0.8011254668235779, -0.3004916310310364, -0.7757205367088318, 0.020670749247074127, 0.2875169813632965, 0.7610430121421814, 1.0320466756820679, 0.60822594165802, -0.039449647068977356, -0.6910606026649475, 1.0284004211425781, ...
In this task, you will be shown a Persian passage and question. You need to write a answer for the question. Try to keep your answers as short as possible. Example: هم حسی (synesthesia) فرایندی عصب‌شناختی است که در آن، تحریک یک گذرگاه حسی یا شناختی به تجربه‌ای خود به خود و بی‌اختیار در یک گذرگاه حسی یا شناختیِ دیگر می‌انجامد. هم حسی درواقع به نوعی ترکیب حواس است. حرف-رنگ: افراد دارای هم حسی حرف-رنگ با دیدن حروف یا اعداد، رنگ مشخصی را هم‌زمان مشاهده می‌کنند. با وجود اینکه افراد متفاوت معمولاً رنگ‌های متفاوتی گزارش می‌کنند، اما شباهت‌هایی در رنگ‌های دیده شده از حروف وجود دارد (برای مثال، حرف A معمولاً قرمز است) هم حسی حرف-رنگ، بیشتر از انواع دیگر دیده شده‌است.کرومستیزیا: این افراد با شنیدن هر نوع صدا رنگ متفاوتی می‌بینند به همین دلیل احتمالاً pitch perfect دارند و در زمینهٔ موسیقی استعداد زیادی دارند.هم حسی دنبالهٔ فضایی: این نوع هم حسی به این صورت است که فرد دنباله‌های عددی را به صورت نقطه‌هایی در فضا می‌بیند. این گونه افراد معمولاً حافظهٔ خیلی خوبی دارند.هم حسی شنوایی-لامسه ای: افراد دارای این نوع هم حسی، زمانی که صدایی می‌شنوند، حسی در بخشی از بدنشان تحریک می‌شود. مثلاً با شنیدن یک کلمهٔ خاص، حس می‌کنند یک بخش خاص از بدنشان انگار لمس می‌شود. آینه ای-لامسه ای: اینگونه افراد حسی را که فرد دیگری دارد، حس می‌کنند. مثلاً ممکن است فردی به پشت فرد دیگری بزند و این شخص حس کند که کسی به پشتش می‌زند. ممکن است به نورون‌های آینه ای که در نواحی حرکتی مغز قرار دارند مربوط باشند که حس همدردی به آن برمیگردد. Question: هم حسی چه نوع فرایندی است Example solution: عصب‌شناختی Example explanation: This is a good example. Based on the passage, the answer is correct. Problem: دریا بدنه آبی متصل آب‌های شور می‌باشد که ۷۰٫۸ درصد سطح زمین را پوشش می‌دهد. دریا آب‌وهوای زمین را معتدل می‌کند و نقش مهمی در چرخه آب، چرخه کربن، و چرخه نیتروژن دارد. اگرچه از زمان پیشاتاریخ دریانوردی و اکتشاف در دریا رواج داشته‌است، مطالعه مدرن علمی دریا (اقیانوس‌نگاری) به‌طور گسترده به سفر چلنجر بریتانیا در دهه ۱۸۷۰ مربوط می‌شود. دریا به‌طور مرسوم به چهار یا پنج بخش بزرگ تقسیم شده‌است، مواردی مانند آرام را اقیانوس و مواردی مانند مدیترانه را دریا می گویند.«واژه زرنگ کهن‌ترین نام سیستان و زاولستان است و در سنگ‌نوشتهٔ بیستون به گونهٔ زرنگا آمده‌است. به باور پژوهشگران، زرنگ و زریه که به زبان اوستایی به معنای دریا است، و دریه به فارسی هخامنشی و زریا در زبان پهلوی و دریا به زبان امروزی همه یکی است.» بزرگ‌ترین دریاهای جهان عبارتند از: دریای مدیترانه، دریای برینگ، دریای کارائیب، دریای اختسک. با توجه به شرایط فعلی رانش قاره‌ای، نیم‌کره شمالی اکنون به‌طور نسبی بین خشکی و دریا تقسیم شده‌است (با نسبت ۲:۳) اما نیم‌کره جنوبی به شدت اقیانوسی است (1:4.7). Question: چقدر از زمین رو دریا تشکیل میده؟
[ 0.5498067140579224, 0.1942838430404663, -0.04008137434720993, -0.1788317710161209, 0.05522387474775314, 0.07785472273826599, 0.5851075649261475, 0.41383519768714905, 0.5051589012145996, 0.010617661289870739, -0.3394831717014313, 0.13482898473739624, -0.02982298471033573, 0.1575278490781784...
instruction: The input contains a debate topic, an argument on the topic and a keypoint, separated by "<sep>". Your task is to answer if the keypoint matches the argument and summarizes exactly what the argument means, in the context of the given topic. question: Topic: The vow of celibacy should be abandoned<sep>Argument: Celibacy allows the priest to be completely focused on his parish community without distraction.<sep>Keypoint: Celibacy makes the priests to be perceived as holy answer: False question: Topic: We should ban human cloning<sep>Argument: Human cloning is the future of medicine. cloned bodies and parts will save thousands of lives.<sep>Keypoint: Cloning helps those who can’t otherwise have a child answer: False question: Topic: We should ban private military companies<sep>Argument: Without private military companies, the military would be ill equipped and not able to get the tools they need,<sep>Keypoint: Hiring private military companies is financially beneficial answer:
[ 0.05104989558458328, 0.6755342483520508, -0.4488173723220825, -0.021255582571029663, -0.6089789867401123, -0.32655513286590576, 0.17866449058055878, 0.525174081325531, 0.03935369849205017, 0.276113897562027, -0.0760439857840538, 0.14105510711669922, 0.1341194063425064, -0.07156344503164291...
Instructions: You are given a question. You need to detect which category better describes the question. A question belongs to the description category if it asks about description and abstract concepts. Entity questions are about entities such as animals, colors, sports, etc. Abbreviation questions ask about abbreviations and expressions abbreviated. Questions regarding human beings, description of a person, and a group or organization of persons are categorized as Human. Quantity questions are asking about numeric values and Location questions ask about locations, cities, and countries. Answer with "Description", "Entity", "Abbreviation", "Person", "Quantity", and "Location". Input: What is a Devo hat ? Output:
[ 0.17075683176517487, -0.24343064427375793, -0.06352979689836502, -0.23293906450271606, -0.8568726778030396, -1.1936509609222412, 0.6740982532501221, -0.37806206941604614, -0.21003158390522003, -0.6795990467071533, -1.0902092456817627, -0.00829717144370079, -0.17253819108009338, 0.358889073...
In this task, you will be shown a short story with a beginning, two potential middles, and an ending. Your job is to choose the middle statement that makes the story coherent / plausible by writing "1" or "2" in the output. If both sentences are plausible, pick the one that makes most sense. Let me give you an example: Beginning: Butch had a really old computer. Middle 1: Butch decided to order a new computer online. Middle 2: Butch noticed that a storm was approaching to his town. Ending: It arrived and Butch was much happier. The answer to this example can be: 1 Here is why: People generally don't feel happy about natural disasters like storms. Therefore, we choose 1 in this case. OK. solve this: Beginning: Amy and Charles were going shopping for an engagement ring. Middle 1: Amy got a ring she loved. Middle 2: Amy got a rhino that she loved. Ending: Amy started at her new ring all the way home. Answer:
[ -0.4722365736961365, -0.09940632432699203, 0.2955889105796814, 0.021750306710600853, -0.05593104660511017, -0.6745767593383789, -0.14015527069568634, 0.8119787573814392, -0.18280526995658875, 0.10982293635606766, -0.6815348863601685, 0.03526745364069939, -0.3059126138687134, -0.30067607760...
Given the task definition and input, reply with output. In this task, you are given two lists A,B. Find the longest common subsequence in the lists A and B. [9469, 8117, 'I', 1049, 6153, 'L', 1465, 9935, '857', '4275', 'O', '3819', '4873', 'p', '8971', 'E', '3587', '4115', '1407', '5177', 'b', 'T', '111', 'z', 'z', '7879', 't', 'h', 'G', 'M', 'r', 6565, 'g', 'A'], [8843, 'R', 1387, 'U', '857', '4275', 'O', '3819', '4873', 'p', '8971', 'E', '3587', '4115', '1407', '5177', 'b', 'T', '111', 'z', 'z', '7879', 't', 'd', 'X', 'R', 'A', 'P', 3527, 'D', 9207, 8179, 'G']
[ -0.47467654943466187, 0.16325365006923676, -0.2728923559188843, -0.17096740007400513, -0.1594696044921875, -0.17229534685611725, 0.2030007243156433, 0.356338769197464, -0.9756460189819336, 0.1513616144657135, -0.9351934194564819, 0.019212165847420692, 0.18650102615356445, 0.293102443218231...
You will be given a definition of a task first, then some input of the task. A text is given in Gujarati. Translate it from the Gujarati language to the Urdu language. The translation must not omit or add information to the original sentence. હવે દેવાના એકીકરણ (consolidation) ની સાથે સાથે નાણાંકિય ખાધના એકીકરણ (consolidation) ના કાર્યક્રમ તરફ ધ્યાન કેન્દ્રિત કરાશે. Output:
[ -0.07681245356798172, 1.0116102695465088, -0.29917198419570923, -0.31490910053253174, -0.4731234014034271, -0.2061644196510315, 1.2694470882415771, 0.09701812267303467, 0.05249013379216194, -0.043133415281772614, -0.5452035665512085, -0.41132575273513794, -0.23091445863246918, 0.1740660369...
Detailed Instructions: In this task, you will be presented with a question about part-of-speech tag of a word in the question. You should write an implausible POS tag to the question. Even though there exist multiple wrong answers, we only need a single wrong answer. 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 Q: What is the part-of-speech tag of the word "that" in the following question: The America East Men 's Basketball Tournament in which the winning team clinched the title against a team it had lost to in the tournament just three years prior took place in an arena that seats how many ? A:
[ 1.028207540512085, 0.12082654982805252, -0.8309335708618164, 0.34953901171684265, -0.22076302766799927, -0.990567684173584, 0.822860836982727, 0.13100296258926392, -0.3443226218223572, -0.22672317922115326, -0.23551231622695923, 0.6055029034614563, -0.4421074390411377, 0.12077633291482925,...
instruction: 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 PersonX needs what is mentioned in the Tail before the Head or not. Here need is a precondition for PersonX to achieve the event. For example, in order for PersonX to give PersonY gifts, PersonX must first buy the presents. 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. question: Head: PersonX can n't find PersonX's wallet<sep>Tail: to check for wallet in pocket before leaving home answer: Yes question: Head: PersonX gets a bath<sep>Tail: Rally up her toys. answer: Yes question: Head: PersonX exchanges phone numbers<sep>Tail: to find someone to exchange them with answer:
[ 0.8687654137611389, 0.25072911381721497, 0.030613098293542862, -0.2296508550643921, -0.35198739171028137, -0.6398242115974426, 1.0564732551574707, 0.5299432873725891, -0.742739200592041, -0.4427640736103058, -0.3695088028907776, -0.3667562007904053, -0.5394576191902161, -0.2497210651636123...
In this task, you are given a sentence in either Spanish or English. Your task is to determine the language of the input sentence. Input sentences can only be in Spanish or English, and they cannot be in two languages ​​at the same time. Example Input: En 1996, la Comisión Europea nos propuso modificar la Directiva de 1973 que autorizaba al Reino Unido, a Irlanda y a Dinamarca a derogar la normativa en vigor, remplazando en el chocolate una parte de la manteca de cacao por otras materias grasas vegetales (MGV) en una proporción máxima del 5% del peso total. Example Output: Spanish Example Input: Hemos constatado tras estas elecciones que el alcalde de esa ciudad ha recibido un apoyo del 75%. Example Output: Spanish Example Input: Señor Presidente, señor Ponente, Señorías, la gestión de residuos es una tarea compleja. Example Output:
[ -0.03206740319728851, 0.6214711666107178, 0.7374096512794495, -0.37825560569763184, 0.32033324241638184, -0.498027503490448, -0.042153578251600266, 1.065078616142273, -0.31193405389785767, -0.30897149443626404, -0.20499080419540405, 0.10725976526737213, -0.06019590049982071, -0.82368397712...
Instructions: You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Japanese. Input: Tenemos dos hijos, August Andrew y Erika y en efecto, él puso sus nombres a dos especies de hormigas también. Output:
[ -0.8631057143211365, -0.20531973242759705, -0.5898223519325256, -0.455805242061615, -0.7394422292709351, -0.3363889753818512, 0.41234639286994934, -0.08696746081113815, 0.2956533432006836, -0.4598620533943176, 0.49981313943862915, -0.5160607099533081, -1.1003992557525635, -0.53798496723175...
In this task, you are given a sentence which is either in the Hindi language or English language. You task is to identify the language of input sentence. Input sentence can be in Hindi or English language only and also it cannot have two languages at a time. Q: अकबर ग्राम पंचायतों को विधि द्वारा स्थापित न्यायालय के रूप में मान्यता देता था और उनके निर्णयों का मान करता था । A: Hindi **** Q: टिप्पर और मैं गाड़ी में जा रहे थे, शोनी'स, कम आय वाले परिवारों के लिए भोजनालय श्रृंखला, A: Hindi **** Q: ३०.५ करोड़ की जनसंख्या के साथ यह चीन और भारत के बाद विश्व का सबसे अधिक जनसंख्या वाला देश है यद्यपि तीसरे स्थान पर होने के पश्चात भी इसकी जनसंख्या प्रथम दो की तुलना में बहुत कम है। A:
[ -0.33528363704681396, 0.28836846351623535, 0.88953697681427, 0.7411335110664368, 0.004297851584851742, -0.8642300963401794, 0.6241114139556885, 0.5638138651847839, -0.3410932421684265, -0.3324336111545563, -0.6480962038040161, 0.19270119071006775, -0.3097720146179199, -0.29042646288871765,...
In this task, you are given one english sentence. The major part of the sentences talk about health-related topics, but some of the them describe an organization and its activities. Your job is to translate the given sentences into German. One example: Flu in birds is quite common. Solution is here: Grippe bei Vögeln kommt relativ häufig vor. Explanation: The translation is correct. Now, solve this: Unless specified differently in the Data Protection Register, all natural persons providing personal information to the Centre by means of paper or electronic form are deemed to have unambiguously given their consent for the subsequent processing operations in application of article 5(d) of Regulation 45/2001. Solution:
[ -0.30127009749412537, 0.3782258629798889, -0.7450402975082397, -0.6067841649055481, -0.4512891471385956, -0.7965879440307617, 0.822108805179596, 0.6341865062713623, 0.10056732594966888, -0.27428895235061646, -0.10297773778438568, 0.24239623546600342, -0.5526039600372314, 0.3782564997673034...
From the given sentence, extract the phrase (often noun or verb) that carries the given relationship. The generated phrase should be present in the sentence. Q: Given Relationship: 'be borough of', Sentence: 'In between his sea voyages , Kerouac stayed in New York City with friends from Fordham University in The Bronx . He lived with his parents in the Ozone Park neighborhood of the New York City borough of Queens after he was discharged from the U.S. Navy in 1943 .' A: borough **** Q: Given Relationship: 'be found by', Sentence: 'The Salvation Army was founded by William Booth , a former Methodist , and derives some of its theology from Methodism .' A: founded **** Q: Given Relationship: 'be home to', Sentence: 'Mumbai is the home of Bollywood movies which entertain the world .' A:
[ 0.2755080461502075, 1.0979361534118652, -0.2627333700656891, -0.4811375141143799, -0.018222831189632416, -0.5247445702552795, 0.3210957646369934, 0.07298072427511215, 0.6153447031974792, 0.016944820061326027, -0.0014682294568046927, 0.6190411448478699, -1.2172726392745972, 0.08819659799337...
Given a sentence in the Japanese, provide an equivalent translation in Bahasa Indonesia that retains the same meaning through the translation. In translation, keep numbers as it is. One example is below. Q: フランスのパリ、パルク・デ・プランスで行われた2007年ラグビーワールドカップのプールCで、イタリアは31対5でポルトガルを下した。 A: Italia berhasil mengalahkan Portugal 31-5 di grup C dalam Piala Dunia Rugby 2007 di Parc des Princes, Paris, Perancis. Rationale: This is a correct and accurate translation from Japanese to Bahasa Indonesia because translated text is just paraphrased of Japanese sentence. Also, it preserves the numbers as it is. Q: この政府には、世界をより良い場所にするのを助けた大きな外交政策の成功があった。 A:
[ -0.20497694611549377, 1.0587539672851562, -0.636820912361145, 0.23198090493679047, -0.03524814546108246, -0.5914938449859619, 0.04780620336532593, 0.221427321434021, 0.05044648051261902, -0.1346130073070526, -1.0008604526519775, 0.8240922093391418, -0.6654567718505859, 0.7695673704147339, ...
You will be given a definition of a task first, then some input of the task. This task involves creating answers to complex questions, from a given passage. Answering these questions, typically involve understanding multiple sentences. Make sure that your answer has the same type as the "answer type" mentioned in input. The provided "answer type" can be of any of the following types: "span", "date", "number". A "span" answer is a continuous phrase taken directly from the passage or question. You can directly copy-paste the text from the passage or the question for span type answers. If you find multiple spans, please add them all as a comma separated list. Please restrict each span to five words. A "number" type answer can include a digit specifying an actual value. For "date" type answers, use DD MM YYYY format e.g. 11 Jan 1992. If full date is not available in the passage you can write partial date such as 1992 or Jan 1992. If you find multiple spans, please add them all as a comma separated list. Please restrict each span to five words. Passage: The Giants' winning streak came to an end in San Francisco but they once again had the game in doubt into the final minutes. Field goals comprised the first half scoring, with Lawrence Tynes hitting two and the 49ers' David Akers recording three. The Giants took their only lead in the third quarter as Eli Manning found Mario Manningham for 13 yards to complete an 84-yard drive. The 49ers recorded two touchdowns on a pass to Vernon Davis and a run by Kendall Hunter, while Manning hit Hakeem Nicks for a 32-yard touchdown late in the game. New York received the ball late in the game and drove inside the 49ers' red zone, but Manning's last pass was deflected at the line of scrimmage to preserve the San Francisco win. Manning threw for 311 yards and two touchdowns but also recorded two interceptions, while Alex Smith threw for 242 and the touchdown pass to Davis. Brandon Jacobs rushed for 55 yards to lead the runners while Victor Cruz's 84 yards was tops for the receivers. Question: How many more yards did Cruz gain compared to Jacobs? Answer type: Number Output:
[ 0.2738368511199951, 0.15717309713363647, -0.4462863802909851, 0.14177942276000977, -0.19271937012672424, 0.05156796798110008, 0.40609028935432434, 0.3900461196899414, -0.17906031012535095, -0.1097760796546936, -0.47223609685897827, 0.26773178577423096, -0.26842784881591797, -0.160917431116...
You are given a sentence in English. Your job is to translate the English sentence into Italian. And it'll be on these questions: where did I come from? Why am I here? Where am I going?
[ -0.4141734540462494, 0.8317333459854126, 0.26201850175857544, 0.261935830116272, -0.13581039011478424, -1.2255162000656128, -0.6594034433364868, 0.9400816559791565, -0.2549459636211395, -0.17286375164985657, -0.5403812527656555, 0.5521382689476013, -1.6041336059570312, 0.08973768353462219,...
Detailed Instructions: A text is given in Marathi. Translate it from the Marathi language to the Tamil language. The translation must not omit or add information to the original sentence. Q: 115 महत्वाकांक्षी जिल्ह्यांमध्ये मानव विकासाचे सर्व पैलू आणि मापदंड यावर विशेष लक्ष देण्याची गरज त्यांनी व्यक्त केली. A:
[ 0.20566263794898987, -0.02838100492954254, 0.6032248735427856, -0.4017777442932129, -0.11859920620918274, -0.9187605381011963, 0.26272720098495483, -0.09838030487298965, -0.6745789051055908, -0.06864164769649506, -0.2735321521759033, 0.054527647793293, -0.23838132619857788, 0.1466666460037...
Q: Classify the relation of question with context to one of these categories: 1) award received, 2) based on, collection, 3) conflict, 4) constellation, 5) convicted of, 6) date of death, 7) director, 8) drafted by, 9) educated at, 10) medical condition, 11) military branch, 12) narrative location, 13) occupation, 14) original network, 15) parent company, 16) point in time, 17) production company, 18) residence, 19) series, 20) service entry, 21) sex or gender, 22) spouse, 23) standards body question. Context : Brad Larsen was born in Nakusp, British Columbia, but grew up in Vernon, British Columbia. Question : What team is Brad Larsen associated with? A:
[ 0.1566072404384613, 0.1465645134449005, -0.33414071798324585, -0.8687644004821777, 0.08714164793491364, 0.3500608205795288, 0.11814745515584946, 0.3896443843841553, 0.028871649876236916, -0.33485108613967896, -0.5152599811553955, 0.09153121709823608, -0.5445273518562317, -0.304871410131454...
Part 1. Definition In this task, you are given an input list. A list contains several comma-separated items written within brackets. You need to collate all the alphabetical elements at the start of the list followed by all the numerical elements of the list. Maintain the order in which the alphabetical elements appear in the given input list, and do the same for the numerical elements. Part 2. Example ['238', 'h', '92', 'U', '2799'] Answer: h, U, 238, 92, 2799 Explanation: Here, the alphabetical elements in order in the list are 'h' and 'U', and the numerical elements in order in the input list are '238', '92' and '2799'. Keeping all the alphabetical elements at the start of the list, and the numerical elements at the end of the list in the same order gives 'h, U, 238, 92, 2799'. Part 3. Exercise ['4535', '3537', 'r', 'e', 'A'] Answer:
[ 0.059093594551086426, 0.07980957627296448, -0.7357560396194458, -0.37079304456710815, 0.041343674063682556, -0.36212673783302307, 0.653180718421936, 0.12856951355934143, -0.4962281286716461, 0.4628612697124481, -0.9314475059509277, 0.03404764458537102, -0.05027085542678833, -0.104009509086...
Given the task definition, example input & output, solve the new input case. 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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. 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. Example: 3, 7, ['A', '23', '7413', '6933', '3369', '807', 'M', '456'] Output: 18522 Here, the numbers from 3rd to 7th position are '7413', '6933', '3369', and '807', hence their sum (7413+6933+3369+807) is 18522. New input case for you: 11, 17, ['a', 'S', 'M', '1827', 'F', '225', '7865', 'v', '5013', '3865', 'w', 'N', 'e', 't', '9559', 'W', '3973', '7521', '9489', '6237', '3989', 'q', 'K', 'W'] Output:
[ 0.021198391914367676, 0.52191162109375, -0.6776750087738037, -0.7303409576416016, 0.01948709599673748, 0.05146658420562744, -0.05187743902206421, 0.4944074749946594, -0.23950201272964478, -0.3716883659362793, -0.6670836210250854, 0.17668715119361877, 0.4032108783721924, -0.4911251068115234...
Detailed Instructions: Based on the given context, craft a common-sense question, especially those that are LONG, INTERESTING, and COMPLEX. The goal is to write questions that are easy for humans and hard for AI machines! To create such questions, here are some suggestions: A. What may (or may not) be the plausible reason for an event? B. What may (or may not) happen before (or after, or during) an event? C. What may (or may not) be a plausible fact about someone (or something)? D. What may (or may not) happen if an event happens (or did not happen)? You can also create other types of questions. DO NOT make your question answerable without looking at the context, or question of which the correct answer can be directly extracted from the context. DO NOT ask a question that requires very specialized knowledge that is not common sense. DO NOT ask too simple or too short questions. Your question must be related to the context and answerable with common sense. Try to add more variations and complexity to the questions. Problem:Context: But of course . Invariably , I am tempted to request a kiss , but the rare lip - to - lip contact she makes me crave often comes when I least expect it and never when I outright demand it . She is a frustrating lover who operates on a whim , most affectionate when least solicited . CK is a small woman , and that too is part of her charm . Solution:
[ 0.4158608913421631, 0.8113645315170288, -0.21015912294387817, -0.45441868901252747, -0.5311437845230103, 0.14882570505142212, 0.2262284755706787, 0.45056137442588806, -0.30090755224227905, 0.1292518675327301, -0.08540913462638855, -0.31840839982032776, -0.38908594846725464, 0.4963880777359...
Given the task definition and input, reply with output. Craft one correct answer to the question given in input. To make it more interesting, try to use non-stereotypical language if possible. Make sure your correct answer is reasonably long, consistent with the context, and requires common sense (instead of explicit extraction from the context.) In your answer, use as few words as possible from the given context. Use a response that is uncommon/non-stereotypical, so that it is less predictable. To be less repetitive, please vary your language for each question. Context: Bake in the preheated oven for 35 minutes , or until a toothpick inserted into the center of the cake comes out clean . Cool for 10 minutes on a cooling rack , then unmold cake . Cool completely before serving . Store in an airtight container once cooled . Question: What type of cuisine is the narrator teaching ?
[ 0.2409249246120453, 0.5516859292984009, 0.3183920383453369, 0.10311850905418396, 0.0022616616915911436, 0.13349518179893494, 0.04549071192741394, 0.22689871490001678, -0.31532204151153564, -0.4767986536026001, 0.20626071095466614, 0.16250798106193542, -0.5830271244049072, 0.054159447550773...
Part 1. Definition In this task, you will be presented with a question in Dutch language, and you have to write the named entities from the question if present. B denotes the first item of a phrase and an I any non-initial word. Here is the list of terms used: person names (PER), organizations (ORG), locations (LOC) and miscellaneous names (MISC). There can be instances with no named entities, then return 'None'. Part 2. Example En daarom wordt er in Changli nu aan een nieuwe kerk gebouwd. Answer: Changli: B-LOC Explanation: In the given sentence, Changli is identified as the location entity. Part 3. Exercise Zij vrezen dat de initiële investering van 50 miljard frank niet echt zal renderen als anderen te vlug mogen concurreren . Answer:
[ -0.16384296119213104, 0.2441069781780243, 0.019961237907409668, 0.048626504838466644, -0.2511901259422302, 0.026529546827077866, 0.793968915939331, 0.06180991977453232, 0.9131649732589722, -0.4740430414676666, -0.5814984440803528, 0.16037587821483612, 0.020413067191839218, -0.0425862669944...
Detailed Instructions: In this task, you are given a sentence in Persian, and your task is to translate it into English. Problem:هرگز دژ مقدسه . Solution:
[ -0.012443996034562588, 0.8403258323669434, -0.42803704738616943, 0.025232791900634766, -0.4232022762298584, -0.5639582276344299, 0.8772741556167603, -0.007097057532519102, -0.13369229435920715, -0.6209975481033325, -0.4467085599899292, 0.23645401000976562, -0.16053085029125214, 0.320048570...
Detailed Instructions: You are given an original reference as well as a system reference. Your task is to judge the informativeness of the system reference. If the utterance provides all the useful information from the meaning representation output 1, else output 0. Problem:System Reference: he harbor court hotel c a kimpton hotel is located near soma. Original Reference: harbor court hotel c a kimpton hotel which is near soma. Solution:
[ -0.1663895547389984, 0.5168100595474243, -0.7946757078170776, -0.5973355770111084, -0.29160377383232117, -2.03246808052063, 0.5914884209632874, 0.19993938505649567, 0.37750139832496643, -0.2524680495262146, 0.03803929314017296, 0.25963205099105835, -0.7304537892341614, -0.23364508152008057...
Detailed Instructions: You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option . Q: Statement: ૧૮૬૩માં કપાસના વેપાર સંબંધે ઇંગ્લેન્ડની નિષ્ફળ મુલાકાતથી પાછા ફર્યા બાદ તેમને જ્ઞાતિ બહાર કરવામાં આવ્યા હતા. ૧૮૬૭માં તેમણે બીજી વાર ઇંગ્લેન્ડનો પ્રવાસ કર્યો હતો. ૧૮૭૪માં તેમને <MASK>ના સંચાલક તરીકે નિયુક્ત કરવામાં આવ્યા હતા. Option A: માથેરાન Option B: ભાગળ Option C: મુંબઈ Option D: કાઠિયાવાડ A:
[ 0.1442631185054779, 0.8980280160903931, 0.4204486012458801, -0.7407121658325195, -0.0335068479180336, -0.6153082847595215, 0.5154194831848145, -0.3118017911911011, -0.30753400921821594, -0.15775002539157867, -0.06787936389446259, 0.4101707935333252, -0.15988686680793762, 0.1648012548685073...
Detailed Instructions: In this task, you're given a context passage, followed by a question that needs to be answered. Based on the paragraph, you must write unambiguous answers to the questions and your answer must refer to a specific phrase from the paragraph. If multiple answers seem to exist, write the answer that is the most plausible. Problem:Kendall ordered flowers from Robin's flower shop across town. Question: Why did Robin do this? Solution:
[ -0.3332630395889282, 1.2281060218811035, 0.582086980342865, -0.42002061009407043, -0.12068000435829163, -0.745100200176239, 1.1290620565414429, 0.14758425951004028, 0.35775026679039, -0.060680292546749115, -0.8099216818809509, 0.40993261337280273, -1.0636820793151855, 1.0063393115997314, ...
Q: In this task, you are given triplets. Each triplet is in the form of [subject, predicate, object]. Your task is to generate proper sentence that utilizes these triples. The objective is to construct a sentence that (a) captures the facts specified in the triples and (b) is a well-formed sentence easily understandable by a human. All triple values need not be used directly in the sentence as long as the facts are adequately captured. [['The Mill', 'eatType', 'pub'], ['The Mill', 'food', 'Italian'], ['The Mill', 'area', 'riverside']] A:
[ -0.7064163088798523, 0.935065746307373, -0.6086938381195068, -0.2632148265838623, -1.1872851848602295, 0.3363134264945984, 0.1651524305343628, 0.22048918902873993, -0.020521678030490875, -0.5417826175689697, -0.7374973297119141, -0.4073030948638916, -0.121329165995121, -0.03742934018373489...
In this task, you will be shown a sentence, and you should determine whether it is overruling or non-overruling. In law, an overruling sentence is a statement that nullifies a previous case decision as a precedent by a constitutionally valid statute or a decision by the same or higher ranking court which establishes a different rule on the point of law involved. Classify your answers into overruling or non-overruling schulte v. venture stores, inc., 832 s.w.2d 13 (mo.app. 1992), and hoskin v. younger cemetery corp., 838 s.w.2d 476 (mo.app. 1992), to the extent that they conflict, are overruled.
[ -0.7446408271789551, 0.7392699718475342, 0.3770330548286438, 0.15409982204437256, -0.36805155873298645, -0.9710865020751953, 0.21138808131217957, 0.6750934720039368, 0.34662237763404846, -0.5332229733467102, -0.03840233013033867, -0.7170555591583252, -0.5573173761367798, -0.224979966878891...
Detailed Instructions: Given a statement about date and time, state whether the statement is true or false. The number of date/time operands in the statement ranges between 2 and 3. Let's say the values are denoted by t1, t2 and t3. The statements follow one of the following ten templates: 't1 occurs before t2, t1 doesn't occur before t2, t1 occurs after t2, t1 doesn't occur after t2, t1 occurs between t2 and t3, t1 doesn't occur between t2 and t3, t1 occured before t2 but after t3, t1 occured after t2 but before t3, t1 didn't occur before t2 but after t3, t1 didn't occur after t2 but before t3'. The output should be either 'True' or 'False'. Problem:21 Nov 1977 occured before 01 June 1992 but after 15 December 1992 Solution:
[ 0.010514653287827969, 0.13331720232963562, -0.4723508656024933, 0.6615573167800903, -0.324669748544693, -0.5325887203216553, 0.10741487145423889, 0.782174825668335, -0.8097350001335144, -0.1124483123421669, -0.4366791248321533, -0.3094170391559601, -0.06888727843761444, -0.2087663114070892...
Given a math word problem, answer the following question. You might need to apply addition or subtraction mathematical operators on the numbers embedded in the text to answer the question and then only report the final numerical answer. Let me give you an example: robin bought 11 sodas for her and her friends . if they only drank 3 of them how many extras did she have ? The answer to this example can be: 8 Here is why: Extra sodas is total - drank = 11-3 = 8 OK. solve this: maria took 16 fish out of her fish tank . now there are 3 fish in the tank . how many fish were in the tank to start with ? Answer:
[ 0.5801681280136108, 0.08451776951551437, -0.4047640860080719, -0.3851419687271118, -0.2933400273323059, -0.3458079397678375, 0.909369945526123, 0.4673095941543579, -0.012912576086819172, -0.257347971200943, -0.15453560650348663, -0.33494657278060913, -0.556572437286377, -0.3997688591480255...
Given the task definition and input, reply with output. In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentence 1: He had planned it this way no demands, no claims on a stranger, freedom to make the decision of when or how he would see his father; that was the only path he could take. Sentence 2: He had not seen his father since they were separated on the boat.
[ -1.1615430116653442, 0.8687407374382019, 0.09087757021188736, -0.4861263036727905, -0.24686557054519653, 0.6075953245162964, 0.4211406409740448, 0.6630315780639648, 0.07745931297540665, -0.14414404332637787, -0.4532121419906616, 0.2856638431549072, -0.35728898644447327, -0.4253603219985962...
Teacher: In this task, you are given a passage and a question regarding that passage. You must determine whether or not the question is answerable from the given passage. If a question is answerable, output should be 'True', otherwise 'False'. You must not consider any other information that is not provided in the passage while labelling True or False. Teacher: Now, understand the problem? If you are still confused, see the following example: Passage: Madonna released the Material Girl clothing line, which she designed with her daughter, Lourdes. The 1980s inspired clothing line, borrowed from Madonna's punk-girl style when she rose to fame in the 1980s, was released under the Macy's label. Madonna also opened a series of fitness centers around the world named Hard Candy Fitness. In November 2011, Madonna and MG Icon announced the release of a second fashion brand called Truth or Dare by Madonna to include footwear, underclothing, and accessories. She also directed her second feature film, W.E., a biographic about the affair between King Edward VIII and Wallis Simpson; it was co-written with Alek Keshishian. Critical and commercial response to the film was negative. Madonna contributed the ballad "Masterpiece" for the film's soundtrack, which won her a Golden Globe Award for Best Original Song. Question: Material Girl clothing line is released under which brand? Solution: True Reason: The answer to given question is 'Macy's', which can be determined from the second sentence of the paragraph "The 1980s inspired clothing line, borrowed from Madonna's punk-girl style when she rose to fame in the 1980s, was released under the Macy's label". Since this question is answerable, the output is True. Now, solve this instance: Passage: Connection-oriented transmission requires a setup phase in each involved node before any packet is transferred to establish the parameters of communication. The packets include a connection identifier rather than address information and are negotiated between endpoints so that they are delivered in order and with error checking. Address information is only transferred to each node during the connection set-up phase, when the route to the destination is discovered and an entry is added to the switching table in each network node through which the connection passes. The signaling protocols used allow the application to specify its requirements and discover link parameters. Acceptable values for service parameters may be negotiated. Routing a packet requires the node to look up the connection id in a table. The packet header can be small, as it only needs to contain this code and any information, such as length, timestamp, or sequence number, which is different for different packets. Question: How is error checking involved in delivery? Student:
[ 0.15653246641159058, -0.13601601123809814, -0.7360714673995972, 0.09948821365833282, 0.01799287088215351, -0.4670196771621704, 0.11765971034765244, 0.9161732792854309, 0.21732473373413086, 0.18715715408325195, -0.5732666850090027, 0.5731189846992493, -0.40965133905410767, -0.18175816535949...
Part 1. Definition In this task, answer 'Yes' if the frequency of the given word in the two sentences is equal, else answer 'No'. Part 2. Example Sentence1: 'a red bus goes down the street beside a yellow building', Sentence2: 'the colorfully decorated living room has a retro style chair in it'. Is the frequency of the word 'beside' in two sentences equal? Answer: No Explanation: Frequency of the word 'beside' in Sentence1 is 1 but 0 in Sentence2. So, the answer is 'No' Part 3. Exercise Sentence1: 'two baseball players warming up before a game', Sentence2: 'a man that is holding a cell phone'. Is the frequency of the word 'players' in two sentences equal? Answer:
[ -0.5889142155647278, 0.08503993600606918, -0.7922025322914124, 0.21912504732608795, 0.3787280321121216, -0.29909294843673706, 0.9355432987213135, 0.8388741612434387, 0.22108639776706696, 0.0419466607272625, -0.6873840093612671, -0.07614173740148544, 0.32696664333343506, -0.3503517508506775...
Detailed Instructions: Given a real-life anecdote of a complex ethical situation, generate a suitable title that describes the main event/root cause of the situation. Imagine that the given text is a social media post, and you have to write the title of the post, so the users can decide to read the main text or not. Problem:My husband has a very high stress job. I quit my dream job to help support him and moved to another country with our three kids for this job of his. I’m slightly resentful of this at times. I openly admit it. This is why I’m asking for strangers advice as to whether I’m a complete asshole about this sitch. He has late night meetings sporadically because head office is in a different time zone. Most of the time he’s pretty good about letting me know ahead of time. Some times he’s not so good about it and I am bothered by it. Sunday (yesterday) evening I asked him what time he would be home because I had a group of my son’s friends coming over to play after school and for dinner. He offhandedly mentions that he has a late night meeting and won’t be home before 10 pm. I asked him how long he knew about this and he said he’s not sure - he forgot to mention it. I told him that it really bothers me when he doesn’t consider my time to be important. It makes me feel like I’m the hired help that will just go along with his schedule regardless of my needs and the needs of our family. It bothers me in so many ways that I can’t quite articulate. He accused me of not being supportive of his hard job. We’ve had this conversation before and it never ends well To keep the peace, I kept most of my feelings to myself and have just been inwardly upset and bothered by it. Who’s the asshole Reddit? Or are we both? Solution:
[ 0.10639866441488266, 0.2175719290971756, -0.2925640642642975, -0.11508719623088837, 0.058698251843452454, 0.2945333421230316, 0.6356395483016968, 0.5093599557876587, 0.2109387069940567, 0.17066770792007446, -0.2631206810474396, 0.7111411094665527, -1.1893967390060425, 0.010797994211316109,...
Detailed Instructions: In this task, you need to replace a letter in the sentence with another given letter. Q: Sentence: 'living room chair and ottoman with dining area in background'. Replace the letter 't' with 'a' in the sentence. A:
[ -0.10744787752628326, 0.9696345329284668, -0.5232692360877991, -0.3207153081893921, 0.3005900979042053, 0.14126160740852356, -0.22785615921020508, 0.1571030616760254, 0.8401561379432678, -0.4045383930206299, 1.3083183765411377, -0.08792982250452042, -0.6965883374214172, -0.4029753208160400...
In this task, you're given a pair of sentences in the Persian Language written in the Persian alphabet. Your job is to choose whether the two sentences agree (entailment), disagree (contradiction), or neither (neutral). Your answer must be in the form of the letters E, C, and N, respectively. The sentences have been separated by a newline character. One example is below. Q: ویژگی های هنر عصر اموی: ۱- تلفیقی بودن ۲- بازنمایی نوعی تفنن و تفریح ۳- نقاشی های تزئینی و تندیس های بی کیفیت نقاشی های تزئینی و تندیس های بی‌کیفیت، یکی از ویژگی های هنر عصر اموی است. A: E Rationale: The second sentence agrees with the first sentence. Q: از جمله کارهایی که پس از روی کار آمدن خلیفه اول صورت گرفت، ممانعت از نوشتن و انتشار حدیث و سنت نبی اکرم (ص) توسط مسلمین و صحابه بود. در عهد پیامبر (ص) بعضی از اصحاب، مجموعه‌هایی از احادیث را تحت عنوان صحیفه داشتند. A:
[ -0.3387465476989746, 0.06045687943696976, 0.28232094645500183, -0.03745540603995323, -0.18891161680221558, -0.07572142034769058, 0.25320756435394287, 1.1000638008117676, 0.44228029251098633, -0.04754076525568962, -0.47788628935813904, 0.024054381996393204, -0.5045928955078125, -0.252335101...
Detailed Instructions: In this task, you are given a sentence in the English and Hindi language. Your task is check if the Hindi sentence is translation of English. if the translation is correct than generate label "Yes", otherwise generate label "No". Problem:English: The lone gunman shouted "God is great" (in Arabic) before firing up to 12 shots, according to eye witness reports given to the AFP news agency. Hindi: समाचार एजेंसी AFP को चश्मदीद गवाहों द्वारा मिली जानकारी की रिपोर्ट के अनुसार, 12 गोलियां चलाने से पहले अकेला बंदूकधारी "गॉड इज ग्रेट" (अरबी में) चिल्लाया। Solution:
[ -0.2216798961162567, 0.310762882232666, 0.4092124402523041, -0.11291469633579254, -0.18945035338401794, -1.0177125930786133, 0.2673273980617523, 0.6852668523788452, -0.4358154535293579, -0.46661490201950073, -0.2410450130701065, 0.23239275813102722, -0.5375787019729614, 0.02360244840383529...
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]. One example: question: What are the distinct creation years of the departments managed by a secretary born in state 'Alabama'? Solution is here: #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. Now, solve this: question: Out of all the objects shown in the photo how many are not metal? Solution:
[ 1.0286223888397217, -0.13426753878593445, -0.6789360046386719, 0.58713698387146, 0.24198852479457855, -0.2946511507034302, 1.1144366264343262, 0.2589462101459503, -0.5448405742645264, 0.49241137504577637, -0.4577275216579437, 0.18272793292999268, -0.02887507900595665, 0.6751686334609985, ...
Teacher: An answer is given. Generate a question for which the given answer is either a direct or partial answer. Teacher: Now, understand the problem? If you are still confused, see the following example: Answer: victoria woodhull Solution: who was the first women to run for presidency in the us? Reason: The given answer directly answers the generated question Now, solve this instance: Answer: brain tumor Student:
[ -0.03892228752374649, 0.5862830877304077, 0.3896428346633911, -0.2637512683868408, -0.3455400764942169, -0.672504186630249, 0.33391696214675903, 0.48912304639816284, 1.375882863998413, -0.03221796825528145, 0.5884169340133667, -0.22061501443386078, -0.133277028799057, -0.04541879892349243,...
Detailed Instructions: In this task, you're given a question, along with a context passage which has extra information available on certain terms mentioned in it. Your job is to determine which sentence(s) from the passage can be used to search for further information needed to answer the question. Q: Question: In which state did Fischell work full time in a lab for 25 years? Passage:Robert Fischell (born 1929) is a physicist, prolific inventor, and holder of more than 200 U.S. and foreign medical patents. His inventions have led to the creation of several biotechnology companies. He worked at the Johns Hopkins University Applied Physics Laboratory full-time for 25 years, and part-time for an additional 13 years. He contributed to APL's satellite navigation work, and later developed a rechargeable implantable pacemaker that could be programmed with radiowaves, (Pacesetter Systems purchased by Siemens, now the CRM division of St. Jude Medical). He and his team at Hopkins also helped miniaturize the implantable cardiac defibrillator. Mr. Fischell went on to invent the implantable insulin pump (MiniMed, spun off from Pacesetter Systems in 1985), numerous coronary stents used to open clogged arteries (IsoStent merged with Cordis, in turn purchased by Johnson & Johnson), and two extraordinary feedback systems that provide early warning of epileptic seizures (NeuroPace) and heart attacks (Angel Medical Systems). Fischell recently donated $30 million to the University of Maryland College Park Foundation to establish a bioengineering department and an institute for biomedical devices at the A. James Clark School of Engineering. A:
[ -0.25984328985214233, -0.2707333266735077, -0.20455196499824524, 0.005911370739340782, 0.11023702472448349, -0.49963030219078064, -0.06878826767206192, 0.7097314596176147, 0.08078917115926743, 0.029214799404144287, -0.8054541349411011, 0.49614593386650085, -0.3008976876735687, -0.220623612...
A text is given in Panjabi. Translate it from the Panjabi language to the Urdu language. The translation must not omit or add information to the original sentence. Example input: ਇਹ ਉਹ ਸੱਚ ਹੈ ਜੋ ਬੰਗਾਲ ਦੇ ਲੋਕਾਂ ਨੂੰ ਚਿੰਤਨ ਮਨਨ ਦੇ ਉਸ ਪੱਧਰ 'ਤੇ ਲੈ ਜਾਂਦਾ ਹੈ ਜਿੱਥੇ ਪਹੁੰਚਣਾ ਮੁਸ਼ਕਿਲ ਹੁੰਦਾ ਹੈ। ਇਹ ਉਹ ਸੱਚ ਹੈ ਜਿਸ ਕਾਰਨ ਬੰਗਾਲ ਨੇ ਸਦੀਆਂ ਤੱਕ ਦੇਸ਼ ਦੀ ਧੁਰੀ ਬਣਕੇ ਦੇਸ਼ ਨੂੰ ਜੋੜ ਕੇ ਰੱਖਿਆ ਹੈ। Example output: یہ سچ ہے کہ بنگال کے لوگوں کی طرف جاتا ہے، جہاں تک پہنچنے میں مشکل ہے.یہ سچ ہے کہ بنگال نے ملک کو صدیوں سے ملک بننے سے ملک قائم کیا ہے. Example explanation: Correct translation for given sentence. Input sentence means 'That is true that leads to the people of the Bengal, where it is difficult to reach.This is true that Bengal has set the country by becoming a country from the centuries.' which is the same as the output sentence. Q: ਗ੍ਰਹਿ ਮੰਤਰਾਲੇ ਨੇ ਪਲਾਸਟਿਕ ਨਾਲ ਬਣੇ ਰਾਸ਼ਟਰੀ ਝੰਡੇ ਦੀ ਵਰਤੋਂ ਦੇ ਵਿਰੁੱਧ ਅਡਵਾਇਜ਼ਰੀ ਜਾਰੀ ਕੀਤੀ A:
[ -0.26091036200523376, 0.937052845954895, -0.06712575256824493, -0.8744231462478638, -0.2237415909767151, -1.2865607738494873, 0.9397946000099182, 0.5195304155349731, -0.34489232301712036, 0.3509565591812134, -0.9462653398513794, 0.4219738841056824, 0.2616674602031708, 0.27403295040130615, ...
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: Trump voters love the fact that his sense of morality is no better than their own. They wish they could get away with grading women by the p***y too. Output:
[ -0.8521789312362671, 0.15513654053211212, 0.7302967309951782, 0.6267274618148804, 0.28248074650764465, -0.3103766441345215, 0.1746695339679718, 0.3709208369255066, 0.6283600330352783, 0.8440213203430176, -0.06770145148038864, 0.0920102447271347, -0.25444430112838745, -1.107469916343689, ...
You will be given a definition of a task first, then some input of the task. In this task, you're given a statement, and three sentences as choices. Your job is to determine which sentence clearly disagrees with the statement. Indicate your answer as '1', '2', or '3' corresponding to the choice number of the selected sentence. Statement: He thought the facts had been misrepresented. Choices: 1. He wasn't sure if the facts were really facts. 2. He suspected that the facts hadn't been presented clearly. 3. The facts were represented concisely and truthfully. Output:
[ 0.49809423089027405, -0.12220538407564163, 0.05388056859374046, 0.34511658549308777, 0.19994722306728363, -0.6712631583213806, 0.5253419876098633, 0.7952113747596741, -0.1981438547372818, -0.042353712022304535, -0.8736629486083984, 0.04993028938770294, -0.3549399971961975, -0.9599627256393...
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 return the sum of all the numerical elements in the list A between the positions i and j (including positions i and j). Return 0 if no numerical element is present in the list between the given ranges. 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. [Q]: 15, 21, ['w', 'R', '9247', '5745', '5397', 'U', 'R', 'e', '8067', 'e', '2851', 'O', 'F', '4705', '5393', 'q', 'b', 'J', '211', '4319', 'o', 'h', 'Z', '4423', 'j', '2691', 'U'] [A]: 9923 [Q]: 7, 12, ['273', 'h', '2433', '7155', '731', '5459', 'q', 'G', 'i', 'l', '3981', 'W', 'V', '4999', '8191', 'K', '8393', '9255'] [A]: 3981 [Q]: 1, 11, ['G', 'o', 'U', 'Q', 'J', '6495', 'z', '2903', '3557', 'p', '7351', 'v', 'q', '1591', '245', 'f'] [A]:
[ -0.16092857718467712, 0.06596894562244415, -0.284600168466568, -0.41140449047088623, -0.3153979182243347, -0.36705154180526733, 0.45454055070877075, 0.5884978771209717, -0.8117558360099792, 0.2073514312505722, -0.7615983486175537, 0.47182080149650574, 0.2831280827522278, -0.118034362792968...
Detailed Instructions: Given a pair of words, deduce the type of relationship between them. The various types of relations are: 'Entails, HasProperty, Synonym, Antonym, HasA, MemberOf, PartOf, MadeOf, IsA'. Let's denote the first word by X and the second word by Y. An 'IsA' relation holds when 'X is a kind of Y'. An 'Antonym' relation holds when 'X can be used as the opposite of Y'. A 'Synonym' relation applies when 'X can be used in place of Y, without changing the meaning'. A 'PartOf' relation holds when 'X is a part of Y'. A 'MemberOf' relation holds when 'X is a member of Y'. A 'MadeOf' relation holds when 'X is made of Y'. An 'Entailment' relation holds when 'If X is true, then Y is true as well'. A 'HasA' relation holds when 'X can have or contain Y'. A 'HasProperty' relation holds when 'Y is to specify X'. Problem:X: benevolent, Y: evil Solution:
[ 0.405070036649704, 0.21517395973205566, 0.5936976671218872, 0.19736851751804352, -0.4284425377845764, -0.6165695190429688, 0.3437046408653259, 0.9465944766998291, 0.2647107243537903, -0.4996621906757355, -0.6660528779029846, 0.2567247748374939, -0.210035502910614, -0.33344271779060364, 1...
Given a sentence in Italian, generate a new Italian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. Q: Se si vuole scalare un metro allora si dovrebbe avere nastro appropriato. A:
[ 0.013526055961847305, 0.6082912087440491, -0.2064276486635208, -0.060164764523506165, 0.0483938604593277, -0.522565484046936, 0.42658019065856934, 0.9531927108764648, -0.4990648329257965, -0.37326428294181824, -0.9355021715164185, 0.33616942167282104, -0.5655741691589355, 0.468698590993881...
In this task, you're given a pair of sentences, sentence 1 and sentence 2. Your job is to write a single word that describes the genre that the two sentences belong to, such as face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentence 1: The future's bright. Sentence 2: I am optimistic about life. slate Sentence 1: The sport was a new one to him. Sentence 2: He knows lots about the sport. fiction Sentence 1: particularly if you're hungry Sentence 2: I am full.
[ -1.33695650100708, 0.6107862591743469, 0.04267287999391556, -0.5965226888656616, -0.18618395924568176, 0.24156615138053894, -0.05992188677191734, 0.8208659887313843, 0.24480441212654114, -0.30481860041618347, -0.6473326683044434, 0.08393144607543945, -0.359608918428421, -0.401437908411026,...
You are given a review about a place. You need to provide a rating from "1 star" to "5 stars" for this place. Ex Input: Awful experience. Put a to-go order in about an hour ago and still waiting. While waiting, watched one person send back their order because it was wrong. They waited another 20 minutes for the revised order. Just watched the cashier get 'fountain drink' for a customer...she cracked open a CAN of diet soda and poured it in the glass. Shall I go on? I could have gone to the mediterranean and gotten a meal there faster than waiting for this place. How hard is it to make a wrap??? Ex Output: 1 star Ex Input: The italian coldcut sub was a travesty! Lots of STALE bread with skimpy meat portions, and no hots or flavor. Bread better suited for pigeons than people. I can find better Italian sandwiches back home in Baltimore. We'll feed these to our dogs when we get home. You get what you pay for. Avoid this tourist trap! Ex Output: 1 star Ex Input: Ate here with a group of 6, including Katie M. See her review for more.\nPros:\nRacktacular waitress.\nGreat food at decent tourist prices. Two chicken-fried steaks, plus mashed potatoes and green bean almondine for 15 bucks. I couldn't even finish my plate, yet I helped myself to pulled pork, chicken fingers and BBQ chicken as well.\nCons:\nWatered down beer. Order bottles.\nWaitress that responds to \"Spare ribs or chicken sandwich?\" with a \"Gee, I don't know.\" and then tacks on 17%. Bitch, take a note from the waitresses at Hooters: pretend to care and you might have gotten 20% just for the tits and a smile.\nAnother waitress that responded to a request to inform our server that she forgot the request red onions on one sandwich with a roll of her eyes.\n\nIf the service here was as genuinely interested in creating a good experience as the manager on duty, this would have been a 4 or 5 star review. It's really a shame that this gentleman and the kitchen staff are clearly the only competent ones in the building. Ex Output:
[ 0.3187006115913391, -0.45879656076431274, -0.8421090841293335, 0.3382938504219055, 0.14880405366420746, -0.2625786066055298, 0.29484307765960693, 1.5486863851547241, 0.01420232281088829, -0.10124038904905319, 0.39404886960983276, 0.14265447854995728, -0.3078933358192444, 0.0820119678974151...
Instructions: Given a sentence in Russian, generate a new Russian sentence by performing small changes on the sentence. Here, make sure that the changes are semantically related and syntactically similar to the input. And the generated sentence should have high commonsense plausibility, that is to have reasonable probability of it being true. Input: Парадокс посещения школы заключается в том, чтобы доверять правилам общества. Output:
[ 0.19465695321559906, 0.3737749457359314, 0.043905824422836304, -0.7050756216049194, -0.6059648990631104, 0.11400351673364639, 0.5277097225189209, 0.8745259046554565, -0.1438375860452652, -0.8833159804344177, -0.8053590059280396, -0.04015561193227768, -0.26161807775497437, 0.173230975866317...
In this task you will be given a string and you should find the longest substring that is a palindrome. A palindrome is a string that is the same backwards as it is forwards. If the shortest possible palindrome is length 1 you should return the first character. One example: gocogccocco Solution is here: gocog Explanation: The substring 'gocog' is the longest possible substring that is also a palindrome. So this is a good example. Now, solve this: eeeggegpgpgeggg Solution:
[ -0.6738171577453613, 0.6232115030288696, 0.23154950141906738, -0.46731099486351013, -0.045684814453125, -0.577153205871582, 1.4049164056777954, -0.13165578246116638, -0.3121368885040283, -0.3738085627555847, -0.8140131235122681, 0.18453656136989594, -0.4793877601623535, 0.06950485706329346...
Instructions: You are given a statement written in Gujarati. Choose the most logical word from the given 4 options which can be used to replace the <MASK> token in the statement. Output the word from the correct option . Input: Statement: ગડસિસર (તા. થરાદ) <MASK> દેશના પશ્ચિમ ભાગમાં આવેલા ગુજરાત રાજ્યના ઉત્તર ભાગમાં આવેલા બનાસકાંઠા જિલ્લામાં આવેલા કુલ ૧૪ (ચૌદ) તાલુકાઓ પૈકીના એક એવા થરાદ તાલુકામાં આવેલું એક ગામ છે. ગડસિસર ગામના લોકોનો મુખ્ય વ્યવસાય ખેતી, ખેતમજૂરી તેમ જ પશુપાલન છે. આ ગામમાં મુખ્યત્વે ઘઉં, જીરુ, વરિયાળી, બાજરી, કપાસ, દિવેલા, રજકો તેમ જ અન્ય શાકભાજીના પાકની ખેતી કરવામાં આવે છે. આ ગામમાં પ્રાથમિક શાળા, પંચાયતઘર, આંગણવાડી તેમ જ દૂધની ડેરી જેવી સવલતો પ્રાપ્ય થયેલી છે. Option A: પંચાયતઘર Option B: ભારત Option C: આંગણવાડી Option D: ફ્રાંસ Output:
[ 0.06825817376375198, 0.7513531446456909, 0.41157907247543335, 0.027547964826226234, -0.10272110998630524, -0.5397905111312866, 0.13445807993412018, 0.47095733880996704, -0.232744961977005, 0.1493823528289795, -0.7319494485855103, 0.15378022193908691, -0.2218298614025116, -0.239313125610351...
Detailed Instructions: Given an trivia question precisely answer the question with a word/phrase/name. External resources such as Wikipedia could be used to obtain the facts. See one example below: Problem: Which writer rode Devon Loch in the 1956 Grand National? Solution: dick francis Explanation: The answer is precise and accurately answers the question based on a fact. This is a good example Problem: What is the name of the futuristic nation in the 2012 film 'The Hunger Games'? Solution:
[ -0.13980460166931152, 0.03181762248277664, -0.03772220015525818, -0.46023714542388916, -0.758159875869751, -0.32821446657180786, 1.2121549844741821, -0.6087356805801392, -0.026269791647791862, -0.7835923433303833, -0.8268184661865234, 0.500135064125061, -0.46442899107933044, 0.422432601451...
Detailed Instructions: In this task you will be given a list of integers. A list contains numbers separated by a comma. You need to round every integer to the closest power of 2. A power of 2 is a number in the form '2^n', it is a number that is the result of multiplying by 2 n times. The following are all powers of 2, '2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096'. If an integer is exactly in equally far from two different powers of 2 then you should output the larger power of 2. The output should be a list of integers that is the result of rounding each integer int the input list to the closest power of 2. The output should include a '[' to denote the start of the output list and ']' to denote the end of the output list. Q: [108, 255, 1192, 4272, 14] A:
[ -0.713984489440918, 1.5579440593719482, 0.1586240530014038, -0.4564369320869446, -0.3651202917098999, 0.38358399271965027, 0.4303666353225708, -0.23430465161800385, -0.21073096990585327, 0.4205286502838135, -0.2923780679702759, 0.8162247538566589, -0.07274459302425385, -0.01993280649185180...
Instructions: In this task, you will be given a short story. One sentence from the story is chosen. Consider the events that happen after that sentence. Is any of them directly caused by it, or is made possible by it? You should write your answer in the form " A >causes/enables> B". Try to use phrases and sentences from the story to compose your answer when possible. Do not change the main selected sentence in your answer. Input: story: Oliver felt like he'd spent hours unwrapping caramels. But it would be worth his time and effort. Him mom was making caramel apples when he had them all open. She dipped the apples into the melted caramel. He got to eat one right away as a reward for his hard work. selected sentence: But it would be worth his time and effort. Output:
[ 0.10839617252349854, 0.7899269461631775, 0.12619726359844208, -0.3932819366455078, -0.4484771192073822, -0.4954719543457031, 0.29650741815567017, 0.9720005989074707, 0.021245401352643967, -0.3910914957523346, -0.385807603597641, 0.07051921635866165, -0.31751126050949097, -0.164260983467102...
Teacher:In this task, you have to identify the named entities (NER) which are the ingredients required given its directions. Named entities are the names of the items without their quantity. Teacher: Now, understand the problem? Solve this instance: Process sifted flour, powdered sugar, cocoa powder and butter until crumbly. With motor operating, add egg yolk and enough iced water (about 2 tsp) to make ingredients cling together. Turn dough onto floured surface; knead gently until smooth. Divide in half and flatten each into a disc. Wrap pastry in plastic wrap; refrigerate 30 mins., Grease two 12-cup mini muffin pans. Roll out each pastry disc between sheets of parchment paper until 1/4 inch thick. Using a 2 1/2-inch round cutter, cut out 12 rounds from each. Press rounds into prepared pans. Prick bottom of crusts well with a fork. Refrigerate 30 mins., Preheat the oven to 425°F., Bake tart crusts about 12 mins. Cool in pans 5 mins. Remove from pans; cool completely on wire rack., Meanwhile, for the chocolate caramel filling, stir butter and brown sugar in small saucepan on low heat until sugar dissolves. Add condensed milk; cook, stirring, about 5 mins until mixture boils and thickens. Remove from heat. Stir in chocolate and syrup until smooth., Spoon hot filling into tart crusts. Cool. Refrigerate 1 hour., Top tartlets with banana and whipped cream. Dust with sifted cocoa powder. Student:
[ 0.3552238345146179, 0.2754926383495331, 0.40831053256988525, -0.1496094912290573, -0.006247096695005894, 0.6679933667182922, 0.2645878493785858, 0.561647891998291, -0.6614784002304077, -0.11882524937391281, -0.13922546803951263, -0.7040806412696838, -0.1893540620803833, -0.4352319240570068...
You are given a sentence in Polish. Your job is to translate the Polish sentence into Galician. Pozwólcie mi pokazać niektóre rezultaty.
[ -1.270885705947876, 0.8405125737190247, -0.3460986316204071, -0.8667259812355042, -0.23295864462852478, -0.4782661497592926, 0.7333019971847534, -0.3758314251899719, -0.4496302902698517, -0.15027639269828796, -0.13935735821723938, 0.3401634693145752, -0.7561856508255005, 0.4859117865562439...
Detailed Instructions: You are given a sentence in Arabic. Your job is to translate the Arabic sentence into Italian. Q: وما تعنيه هذه الكلمة بالطبع هو أن تتحلى بالرصانة A:
[ -0.0876161977648735, 1.0992705821990967, 0.32203227281570435, -0.39126694202423096, -0.5296045541763306, -0.18818682432174683, -0.05970414727926254, 0.41266733407974243, 0.7230785489082336, -0.8835606575012207, -0.6672875881195068, 0.47093847393989563, -0.8240315914154053, 0.30251899361610...
Detailed Instructions: A text is given in Hindi. Translate it from the Hindi language to the Urdu language. The translation must not omit or add information to the original sentence. Problem:یہاں پر 18-2017 میں فی کس آمدنی 98،078 روپے قومی سطح کے اوسط 1،14،958 کے اوسط سے کم ہے۔ Solution:
[ -0.1351831555366516, 0.6926383972167969, -0.3224531412124634, -0.5903253555297852, -0.012753862887620926, -0.47425270080566406, 0.12446422129869461, 0.8520593643188477, -0.15705415606498718, 0.2266378104686737, -0.8687158823013306, -0.01383080706000328, -0.5450782775878906, 0.0780421793460...
Instructions: In this task, you are given a sentence in the Hindi language and a corresponding English translation of the Hindi sentence. Your task is to generate a label "Yes" if the translation is correct, otherwise generate label "No". In the translation, English sentence should preserve the number as it is and it should be in sentence case (capitalize only the first word of each sentence and noun). Input: Hindi: कुछ बईमान डीलर माईलेज बदल देते हैं ताकि उसकी संख्या वास्तविक संख्या से कम दिखाई पड़े , उदाहरण के लिए 80,000 के स्थान पर 40,000 । English: Some unscrupulous dealers alter the mileage reading so that it shows a lower figure than has actually been covered -LRB- for example , 40,000 instead of 80,000 -RRB- . Output:
[ -1.039475679397583, 0.1043786108493805, 0.40426504611968994, 0.0006215422181412578, -0.3778228163719177, 0.35554200410842896, 0.1110091283917427, 0.7725880146026611, -0.028977494686841965, -0.5170615315437317, -0.3862362504005432, 0.5966947078704834, -0.5223023891448975, 0.2891746461391449...
Given the task definition, example input & output, solve the new input case. Based on the given question and tppic, give an answer. The answer is available on on the internet. The questions are mostly centered around a single named entity. Example: concept: Selena Gomez question: what city was selena gomez born in? Output: New York City The answer is correct based on the information available on the web about Selena Gomez. New input case for you: concept: Alani Vasquez question: where does lala anthony live? Output:
[ -0.2912503480911255, 0.41991427540779114, -0.16934934258460999, 0.33661818504333496, 0.26657217741012573, 0.5136575698852539, -0.021638382226228714, 0.43981286883354187, 0.35937976837158203, -0.017221955582499504, 0.05885279178619385, 0.9821895360946655, -0.4558488726615906, -0.09983240067...
You are given an amazon food product review and its polarity (positive or negative). Your task is to answer "True" if the specified sentence and its polarity match; otherwise, answer "False". -------- Question: This product serves me well as a source of electrolytes during and after a long run or bike ride. I have tried all of the flavors but really do like the grapefruit flavor... no after-taste and I actually like the slight carbonation. I use other Hammer products and really like their whole product line. Polarity: Positive Answer: True Question: I have searched for hot chocolate for my Keurig, but couldn't find any that were economical to purchase. I found this at a decent price, and was I glad! My husband absolutely loves this hot chocolate and says it reminds him of his childhood. Try it - you'll like it! Polarity: Negative Answer: False Question: These creamers come in 4 packs of 25. I have taken one to work and opened one for home so far, and haven't found a single broken or leaking creamer yet. I usually have way too much cream and sugar in my coffee, but with these it is easy for me to cut down on the sweetness because I won't allow myself more than 2 creamers per cup. I think this is definitely the best option for buying creamers from Amazon since all the other listings have a lot of complaints about creamers breaking in shipping! Polarity: Positive Answer:
[ 0.14221793413162231, -0.4787263572216034, 0.029400566592812538, 0.1570272594690323, 0.08510053902864456, -0.8258583545684814, 0.7672209739685059, 0.17214173078536987, -0.11413508653640747, -0.44940492510795593, -0.24778108298778534, 0.17925497889518738, -0.7762402296066284, -0.460540920495...
Teacher: You are given a sentence in Spanish. Your job is to translate the Spanish sentence into Arabic. Teacher: Now, understand the problem? If you are still confused, see the following example: A fines del verano estamos instalando el primer lote de computadoras y ayudando al Dr. Zullinger a desarrollar estrategias para poder conectar el aula y el hogar y extender el aprendizaje más allá del día escolar. Solution: فالفرقة الأولى من أجهزة الحاسب سيتم تشغيلها هذا الصيف و نحن نساعد د. زنفلر في صنع استراتيجيات حول كيفية امكانية ربط الفصل مع البيت ليمتد التعليم الى بعد اليوم المدرسي. Reason: The Spanish sentence is correctly translated into Arabic, because the meaning is preserved. Now, solve this instance: No tengo tiempo para explicarlo pero tiene que ver con el ADN y el ARN. Student:
[ -0.30453354120254517, 0.4351348876953125, 0.046975262463092804, -0.5336325764656067, -0.7616885900497437, -0.17327383160591125, 0.8419017791748047, 0.28901731967926025, 0.23647911846637726, 0.11437679827213287, 0.04844288527965546, 0.4613962769508362, -1.267019271850586, 0.0530519522726535...
You will be given a definition of a task first, then some input of the task. In this task, you're expected to write answers to questions involving multiple references to the same entity. The answer to the question should be unambiguous and a phrase in the paragraph. Most questions can have only one correct answer. Passage: Eric O'Neill is a young FBI employee assigned to work undercover as a clerk to Robert Hanssen, a senior agent he is told is suspected of being a sexual deviant. Hanssen has been recalled from a detail post at the State Department to FBI headquarters ostensibly to head up a new division specializing in Information Assurance. Initially, Hanssen insists on a strict formality between the two men. He frequently rails against the bureaucracy of the FBI and complains that only those who regularly "shoot guns" are considered for senior positions instead of those, like himself, who are involved in vital national security matters. He calls the bureau's information technology systems antiquated and laments the lack of coordination and information exchange with other intelligence agencies. Eventually, Hanssen becomes a friend and mentor to O'Neill and takes a personal interest in him and his wife Juliana, who is suspicious of Hanssen and resents his intrusions. A devout Catholic who is also a member of Opus Dei, Hanssen urges O'Neill, a lapsed Catholic, and his secular East German-born wife to become active churchgoers. Question: What is the full name of the member of Opus Dei? Output:
[ -0.13936597108840942, -0.05493465065956116, -0.4907848536968231, 0.7751553058624268, -0.0915551409125328, -0.04744865372776985, 0.44504672288894653, 0.6450163722038269, 0.6505882143974304, 0.3884826898574829, -0.7259736061096191, 0.5786683559417725, -0.5802285075187683, -0.1604548394680023...
In this task, you're given a statement and three sentences as choices. Your job is to determine the neutral choice based on your inference from the statement and your commonsense knowledge. The neutral choice is a sentence that neither agrees nor disagrees with the statement. Indicate your answer as '1', '2', or '3', corresponding to the choice number of the selected sentence. If sentence X agrees with sentence Y, one's correctness follows from the other one. If sentence X disagrees with sentence Y, they can not be correct at the same time. Example: Statement: Next to the MGM Grand you will find M and M World, four stories of merchandise and memorabilia dedicated to the candy that doesn't melt in your hand. Choices: 1. The candy has many fans who love its attractions. 2. There's four stories of memorabilia dedicated to a candy. 3. That particular candy melts and becomes difficult to eat. Example solution: 1 Example explanation: The candy may or may not be popular and the first choice is correct. Based on the statement, candy doesn't melt and there's four stories of memorabilia dedicated to a candy. So the second choice agrees with the statement and the third choice disagrees with the statement. Problem: Statement: Participants also believed that a challenge facing the new PCAOB will be dealing with the complex relationship between federal and state governments involved in regulating the accounting profession. Choices: 1. Participants also believed that the new PCAOB needs to deal with the challenge of regulating interest rates in banks. 2. There is a complex relationship between federal and state governments pertaining to regulating the accounting profession, and participants believed that this is a challenge presented to the new PCAOB. 3. Participants did not believe that the relationship between federal and state governments involved in regulating the accounting profession was a challenge for the new PCAOB.
[ 0.5887978076934814, -0.05391576886177063, -0.49916860461235046, -0.07104872167110443, 0.19065168499946594, -0.3558827340602875, -0.07779079675674438, 0.8507235646247864, 0.2994830906391144, 0.06191980838775635, -0.5035403370857239, -0.30847257375717163, 0.015154755674302578, -0.33615729212...
An answer is given. Generate a question for which the given answer is either a direct or partial answer. One example: Answer: victoria woodhull Solution is here: who was the first women to run for presidency in the us? Explanation: The given answer directly answers the generated question Now, solve this: Answer: bangalore Solution:
[ 0.30924907326698303, 0.8577131628990173, -0.0817185714840889, 0.0012974931159988046, -0.1892235279083252, -0.5862787961959839, 0.45928293466567993, 0.42270174622535706, 1.189252257347107, 0.2091657966375351, 0.06634467840194702, 0.45537155866622925, -0.7957921028137207, 0.1057966873049736,...
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task. Given a comment, classify it into a 'hate' speech or 'not hate' speech. Answer using 'hate' or 'not hate'. I hate women. All of them are useless. Solution: hate Why? Gender discrimination is shown in this comment. Hence, it is classified as hate speech. New input: Every publicity is good publicity ha ? I'™m here after watching leaving neverland i don'™t know he is guilty or not but in music he is a legend and no one can take that from him Solution:
[ -0.3296070098876953, 0.2335129678249359, 0.26668453216552734, 0.11792274564504623, 0.38736850023269653, -1.1536576747894287, 0.3455626368522644, 0.9371109008789062, 0.3803444504737854, 0.3144298791885376, -0.029565047472715378, -0.3657757639884949, -0.47840622067451477, -0.3968567848205566...
Detailed Instructions: 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. See one example below: Problem: Jacob Mathew, Mr Solution: ਯਾਕੂਬ ਮੈਥਿ, ਸ਼੍ਰੀਮਾਨ Explanation: Correct translation for given sentence. Input sentence means 'Jacob Mathew, Mr' which is the same as the output sentence. Problem: IPPB services: Solution:
[ 0.19749832153320312, 0.4534607529640198, -0.0652373880147934, -0.6160814166069031, 0.21290823817253113, -1.0277204513549805, 1.5291517972946167, -0.22035278379917145, 0.28009772300720215, 0.49023744463920593, -0.16375675797462463, 0.4987967014312744, -1.0304958820343018, 0.3720815181732178...
In this task you are given a sentence. You must judge whether the object of the main clause is singular(like: apple) or plural(like: apartments). Label the instances as "Singular" or "Plural" based on your judgment. Example input: They both let out relieved breaths at the doctor's words. Example output: Plural Example explanation: "relieved breaths" is the object of the sentence which is plural. Q: " I felt the blast. A:
[ -1.2287554740905762, 0.7977892160415649, -0.15911203622817993, -0.5792450904846191, -0.09957323223352432, -0.6619917154312134, 1.4190599918365479, -0.06014391407370567, 0.5260382890701294, -0.8378509283065796, -0.4629146456718445, 0.3513966202735901, -0.7510764598846436, -0.038871601223945...
Given the task definition, example input & output, solve the new input case. You are given a sentence in Portuguese. Your job is to translate the Portuguese sentence into Spanish. Example: Podem assim exprimir tudo desde admiração e desejo até ansiedade e angústia. Output: Y puede expresar desde admiración y codicia, hasta ansiedad y angustia. The Portugese sentence is correctly translated into Spanish, because the meaning is preserved. New input case for you: Há cerca de 150.000 anos atrás, quando a linguagem apareceu online, começámos a colocar palavras nesta emergência constante, e deixou de ser apenas: "" Oh! meu Deus, está ali um tigre com dentes de sabre "" e passou, de repente, a ser: "" Oh! Meu Deus, não enviei aquele email. Oh! meu Deus, tenho as coxas demasiado gordas. Output:
[ -0.6483827829360962, 0.8995431661605835, 0.15574920177459717, -0.20723077654838562, -0.20815807580947876, -0.03834839537739754, 0.2616882920265198, 1.1135801076889038, 0.555880606174469, -0.16965261101722717, -0.23703846335411072, 0.15242832899093628, -0.3284144699573517, -0.49343290925025...
Part 1. Definition In this task, you are given a context tweet and an answer. Your job is to generate a question for the given answer based on the given tweet paragraph. Note that your question should be answerable based on the given tweet, and the answer to your question should be the given answer. Part 2. Example Context: Our prayers are with the students, educators & families at Independence High School & all the first responders on the scene. #PatriotPride— Doug Ducey (@dougducey) February 12, 2016 Answer: independence high school Answer: at which school were first responders on the scene for? Explanation: We can see that independence high school should answer the generated question. Based on the tweet, all the first responders are on the scene at independence high school. So we can create a question based on this sentence. Part 3. Exercise Context: "Do you love me?" -girl (OH BOY HERE WE GO, PEOPLE) #roofbreakup— Kyle Ayers (@kyleayers) November 17, 2013 Answer: he is asking if someone loves him. Answer:
[ -0.3175951838493347, 0.7563444375991821, 0.3834829330444336, -0.3802308440208435, 0.13392291963100433, -0.39930158853530884, 0.21876820921897888, 0.009602827951312065, 0.05018792673945427, 0.0321916788816452, -0.8638173341751099, -0.09016241133213043, -0.271908700466156, -0.411180794239044...
You will be given a definition of a task first, then some input of the task. You are given a sentence in Hebrew. Your job is to translate the Hebrew sentence into Spanish. מבחינה יישומית, מספרי פיבונאצ 'י מופיעים בטבע לעתים תכופות עד להפתיע. Output:
[ -1.0277328491210938, 0.18771806359291077, -0.22058521211147308, 0.23401910066604614, -0.6909970045089722, 0.4094546437263489, 0.916171669960022, 0.0592961460351944, 0.7643778324127197, -0.3322882056236267, -1.5677404403686523, 0.2694070041179657, -0.7372685074806213, 0.37052038311958313, ...
In this task, you are given two natural language statements with similar wording. You must choose the statement that makes less sense based on common sense knowledge. A ' ' separates the statements. Use "first" or "second" to indicate which sentence makes less sense. Let me give you an example: A mosquito stings me I sting a mosquito The answer to this example can be: second Here is why: The second statement doesn't make sense. OK. solve this: He cut the grass with a lawn mower. He cut the grass with a hammer. Answer:
[ -0.04643473029136658, 0.6471861600875854, 0.04892297089099884, -0.5195335149765015, -0.07211695611476898, -1.0882617235183716, 0.47430622577667236, 0.5235864520072937, -0.056080497801303864, -0.045163169503211975, -0.8773596286773682, -0.5155734419822693, -0.7884103655815125, -0.2166906893...
Detailed Instructions: 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 is located or can be found at/in/on the Tail or not. 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. Q: Head: PersonX accompanies PersonY far<sep>Tail: grateful for the company A:
[ 0.12951718270778656, 0.34892594814300537, 0.3169277608394623, -0.27804386615753174, -0.4736771881580353, -1.0131783485412598, 1.048095703125, 0.325808584690094, -0.10448427498340607, -0.4628710448741913, -0.13457602262496948, -0.3820244371891022, -0.5466645956039429, 0.3697553873062134, ...
Definition: Classify the given tweet into the three categories: (1) 'Hate Speech', (2) 'Offensive' and (3) 'Neither'. 'Hate Speech' is kind of a threating statement or sometimes include call for violence while 'offensive' statement just offensds someone. 'Neither' is when it doesn't fall into Hate Speech or Offensive category. Input: I couldn't press send. That tweet about anchor babies was even too raw for me. Output:
[ -0.5050337314605713, 0.2891193628311157, 0.49214258790016174, 0.6838440895080566, -0.25759977102279663, -0.6087086200714111, -0.11221964657306671, 0.8594229817390442, 0.6317412853240967, 0.28650689125061035, -0.2934596538543701, -0.2862686812877655, -0.39808982610702515, -0.901116847991943...
In this task, you are given inputs i and A, where i is an integer and A is a list. You need to list all the elements of A preceding the last i elements. i will always have a value less than the length of A. Q: 2, ['G', '6093', '1095', '6111', 't', '9727', 'i', 'v', '9097'] A:
[ -0.4024014472961426, 0.07459192723035812, 0.18232886493206024, -0.7623485326766968, -0.20944586396217346, -0.5417173504829407, -0.029907871037721634, -0.47902366518974304, -0.6139756441116333, -0.162701815366745, -0.6916583180427551, -0.530516505241394, 0.2723023295402527, 0.06607339531183...
Definition: You are given a short text as a title. Your task is to generate a poem as output that is related to the given title and should feel like written by kids. The output should be a run-on sentence (two or more complete sentences connected without any punctuation). The poem should not be too long or too complex, because it should feel like it is written by younger person without high level of literature education. Input: The Blue Stork Output:
[ -0.8189171552658081, 1.0645333528518677, -0.04944237321615219, -0.7385421991348267, -0.49003350734710693, 0.20926448702812195, 0.6091977953910828, 0.06959536671638489, 0.6886202692985535, -0.41012075543403625, -0.49523305892944336, 0.47466492652893066, -0.42295682430267334, -0.042211875319...
Definition: In this task, you're given a four sentences of story written in natural language. Your job is to complete end part of the story by predicting appropriate last sentence which is coherent with the given sentences. Input: Sentence1: Michael and I had a staring contest. Sentence2: It was a battle that lasted thirty four seconds. Sentence3: I finally could not hold it and I blinked first. Sentence4: Michael always beats me but I am competitive. Output:
[ -0.7798290848731995, 1.1599957942962646, 0.30343306064605713, -0.8973335027694702, -0.03528205677866936, 0.41936826705932617, 0.6785515546798706, 0.04192108288407326, 0.9620761871337891, -0.6149580478668213, -0.8340834379196167, -0.2504960894584656, -0.12818452715873718, 0.1843188107013702...