text
stringlengths
29
2.16k
source
stringclasses
11 values
__index_level_0__
int64
25
212k
Question: last team to win fa cup outside top flight, Answer: Arsenal
kilt tasks
202,030
Question: where does florida natural orange juice come from, Answer: Lake Wales , Florida
kilt tasks
203,676
Question: Visual cryptography is a nice visual application of \ldots, Answer: 2
preferences m1
806
Question: who sings i'll sleep when i'm dead, Answer: Warren Zevon
kilt tasks
201,726
Question: Implement MAP score, Answer: def compute_map(queries, K=10): map_score = 0 prec_rec_dict = [] for i, query in enumerate(queries): ap = 0 predict = search_vec(query, K) gt = search_vec_sklearn(query, features) prec_rec = [] for k in range(1, K+1): ...
preferences m1
373
Question: A Carmichael number \ldots, Answer: 1
preferences m1
950
Question: Let $f: \mathbb{Z}_{m n} \rightarrow \mathbb{Z}_m \times \mathbb{Z}_n$ be defined by $f (x) = (x \bmod m,x \bmod n)$. Then $f$ is a ring isomorphism between $\mathbb{Z}_{180}$ and:, Answer: 2
preferences m1
872
Question: Let $\mathcal C_1$ be a linear code over $\mathbb F_3^n$, and let $\mathcal C_2$ be a linear code over $\mathbb F_2^n$. True or false: $\mathcal C_1 \cap \mathcal C_2$ is necessarily a linear code over $\mathbb F_3^n$., Answer: ['False']
preferences m1
1,193
Question: when did rob dyrdek's fantasy factory end, Answer: March 5 , 2015
kilt tasks
203,656
Question: when did jelly beans became associated with easter, Answer: 1930s
kilt tasks
202,978
Question: when do you have to have a cdl license, Answer: Commercial driver's license A commercial driver's license is a driver's license required to operate large or heavy vehicles.
natural questions
171,172
Question: who votes to elect a rajya sabha memmber, Answer: state legislatures
kilt tasks
203,457
Question: Principle Component Analysis (PCA) is a technique for..., Answer: ['dimensionality reduction', 'feature extraction']
preferences m1
413
Question: K-means can be equivalently written as the following Matrix Factorization $$ \begin{aligned} & \min _{\mathbf{z}, \boldsymbol{\mu}} \mathcal{L}(\mathbf{z}, \boldsymbol{\mu})=\left\|\mathbf{X}-\mathbf{M} \mathbf{Z}^{\top}\right\|_{\text {Frob }}^{2} \\ & \text { s.t. } \boldsymbol{\mu}_{k} \in \mathbb{R}^{D}, ...
preferences m1
470
Question: who does dish network use for internet service, Answer: Dish Network On September 27, 2012, Dish Network announced a satellite broadband service called DishNET, aimed at rural areas.[25]
natural questions
183,403
Question: who wrote i saw mommy kissing santa claus, Answer: I Saw Mommy Kissing Santa Claus "I Saw Mommy Kissing Santa Claus" is a Christmas song with music and lyrics by British songwriter Tommie Connor.
natural questions
131,211
Question: Stream ciphers often use a nonce to \dots, Answer: 3
preferences m1
982
Question: how many walker texas ranger seasons are there, Answer: Eight
kilt tasks
203,846
Question: Let $f\colon \mathbb{R}\rightarrow \mathbb{R}$ and $g\colon\mathbb{R}\rightarrow \mathbb{R}$ are two functions defined on all $\mathbb{R}$. If $f\circ g$ is injective, then $g$ is injective., Answer: True
preferences m1
751
Question: who owns gold strike casino in tunica ms, Answer: Gold Strike Casino Resort Gold Strike Casino Resort (formerly Circus Circus Tunica) in Tunica Resorts, Mississippi is an MGM Resorts International resort located 20 minutes south of Memphis, Tennessee.
natural questions
142,810
Question: a supposedly fun thing that i'll never do again, Answer: A Supposedly Fun Thing I'll Never Do Again A Supposedly Fun Thing I’ll Never Do Again: Essays and Arguments is a 1997 collection of nonfiction writing by David Foster Wallace.
natural questions
187,072
[{'from': 'human', 'value': '说明如何编写一个简单的Python程序来计算圆的周长和面积'}, {'from': 'gpt', 'value': '以下为Python程序计算圆的周长和面积:\n```python\nimport math\n# 输入圆的半径\nradius = float(input("请输入圆的半径:"))\n# 计算圆的周长\ncircumference = 2 * math.pi * radius\n# 输出圆的周长\nprint("圆的周长为:{:.2f}".format(circumference))\n# 计算圆的面积\narea = math.pi * radius * r...
infini-instruct-top-500k
99,495
Question: which mirror is used in vehicles for rear view, Answer: rear - view mirror
kilt tasks
202,041
Question: where does sound travel fastest solid liquid or gas, Answer: solids
kilt tasks
203,118
Question: sweet leavened bread prepared for easter in romania, Answer: Cozonac
kilt tasks
202,896
Question: Let $f(x, y)$ be a general function over $\mathbb{R}^{2}$. Mark any of the following statements that is always (independent of the function) correct?, Answer: ['$\\max _{y^{\\prime}} \\min _{x^{\\prime}} f\\left(x^{\\prime}, y^{\\prime}\\right) \\leq \\min _{x^{\\prime}} \\max _{y^{\\prime}} f\\left(x^{\\prim...
preferences m1
450
Question: who wrote papa got a brand new bag, Answer: James Brown
kilt tasks
203,617
Question: oklahoma's 10 geographic regions are defined by surface features called, Answer: ecological regions
kilt tasks
201,662
Question: where did students for a democratic society start, Answer: Ann Arbor , Michigan
kilt tasks
202,328
Question: most runs ever scored in a mlb inning, Answer: 18
kilt tasks
204,177
Question: how many plane surfaces does a cylinder have, Answer: two parallel planes
kilt tasks
201,914
Question: st mary's church churchgate street old harlow, Answer: St Mary & St Hugh, Old Harlow St Mary & St Hugh's Church is a Church of England parish church in Churchgate Street, Old Harlow in Essex, England.
natural questions
187,413
Question: who plays nathan's mother on general hospital, Answer: Donna Mills
kilt tasks
203,756
Question: what is a non tax source of revenue for states, Answer: Non-tax revenue Non-tax revenue or non-tax receipts are government revenue not generated from taxes.
natural questions
147,157
Question: distance from victoria coach station to victoria rail station, Answer: Victoria Coach Station London Buses routes 211, C1 and N11 serve the coach station. It is a short walk from Victoria railway station.
natural questions
110,263
Question: how to reach old delhi railway station from metro, Answer: Chandni Chowk metro station (Delhi) Passengers can access Delhi Junction (Popularly known as Old Delhi station or पुरानी दिल्ली स्टेशन) by exiting from Gate No. 3 of Chandni chowk metro station.
natural questions
188,288
Question: Let $p>2$ be a prime. Then \dots, Answer: 3
preferences m1
1,039
Question: who sings somebody's watching me with michael jackson, Answer: Rockwell
kilt tasks
202,572
Question: who sang nice day for a white wedding, Answer: Billy Idol
kilt tasks
203,116
Question: how many national parks are there in karnataka, Answer: Wildlife of Karnataka Karnataka has five national parks.
natural questions
125,410
Question: how many litres is a formula 1 engine, Answer: Formula One engines Formula One currently uses 1.6 litre four-stroke turbocharged 90 degree V6 reciprocating engines.[1]
natural questions
142,221
Question: what disney cartoon character's middle name is fauntleroy, Answer: Donald Fauntleroy Duck
kilt tasks
202,013
[{'from': 'human', 'value': 'How do you complete the following chemical reaction? \n\n\\[ \\text{HCOOH}(aq) + \\text{NaOH}(aq) \\rightarrow ? + ? \\]'}, {'from': 'gpt', 'value': 'When formic acid (HCOOH) reacts with sodium hydroxide (NaOH) in an aqueous solution, a neutralization reaction occurs, forming a salt and wat...
WebInstructSub_axolotl
99,576
Question: what engine does a f1 car have 2017, Answer: Formula One engines Formula One currently uses 1.6 litre four-stroke turbocharged 90 degree V6 reciprocating engines.[1]
natural questions
102,084
Question: when might we be able to demonstrate superhuman strength, Answer: Hysterical strength Extreme strength may occur during excited delirium.[2][3]
natural questions
175,644
Question: when was the first election held in pakistan, Answer: Elections in Pakistan 1st elections : 1954 (indirect elections) = PML 2nd elections : 1962 (non-party based indirect elections) 3rd elections : 1970 = AL 4th elections : 1977 = PPP 5th elections : 1985 = PML (non-party based elections) 6th elections : 1988...
natural questions
162,187
Question: A hash function $h$ is collision-resistant if\dots, Answer: 4
preferences m1
934
Question: Let $H$ be a hash function. Collision resistance means that \dots, Answer: 3
preferences m1
964
Question: what is a partial motion for summary judgment, Answer: Summary judgment Where appropriate, a court may award judgment summarily upon fewer than all claims. This is known as "partial summary judgment".
natural questions
187,847
Question: hindi translation of pledge india is my country, Answer: National Pledge (India) 1. Hindi भारत मेरा देश है। सब भारतवासी मेरे भाई-बहन है। मैं अपने देश से प्रेम करता/करती हूं। इसकी समृद्ध एवं विविध संस्कृति पर मुझे गर्व है। मैं सदा इसका सुयोग्य अधिकारी बनने का प्रयत्न करता/करती रहूँगा/रहूँगी। मैं अपने माता-पिता...
natural questions
121,232
Question: india's next top model 3 latest episode, Answer: India's Next Top Model (cycle 3) Original Airdate: 000000002017-12-23-0000December 23, 2017
natural questions
187,684
Question: where does jack ryan live in patriot games, Answer: Baltimore , Maryland
kilt tasks
201,572
Question: what is the difference between playstation store and playstation network, Answer: PlayStation Network PlayStation Network's services are dedicated to an online marketplace (PlayStation Store), a premium subscription service for enhanced gaming and social features (PlayStation Plus), movie streaming, rentals a...
natural questions
141,904
Question: when did they stop making pull tabs on beer cans, Answer: 1970s
kilt tasks
202,274
Question: actor who plays dr avery on grey's anatomy, Answer: Jesse Wesley Williams
kilt tasks
201,939
Question: A proof system is computational-zero-knowledge if \dots, Answer: 3
preferences m1
1,025
Question: during which season does cape town receive rainfall, Answer: winter
kilt tasks
201,878
Question: what type of ice cream does dairy queen use, Answer: Dairy Queen Dairy Queen, often abbreviated DQ, is a chain of soft serve ice cream and fast-food restaurants owned by International Dairy Queen, Inc., a subsidiary of Berkshire Hathaway. International Dairy Queen, Inc., also owns Orange Julius and Karmelkorn...
natural questions
118,997
Question: how many amps does 4 aa battery put out, Answer: AA battery Primary (non-rechargeable) zinc–carbon (dry cell) AA batteries have around 400–900 milliampere hours capacity, with measured capacity highly dependent on test conditions, duty cycle, and cut-off voltage. Zinc–carbon batteries are usually marketed as ...
natural questions
128,114
Question: who played young clark kent in 1978 superman, Answer: Jeff East
kilt tasks
203,105
Question: does archie end up with betty or veronica in riverdale, Answer: Betty
kilt tasks
201,553
Question: Who invented linear cryptanalysis?, Answer: 1
preferences m1
1,012
Question: where are the olfactory receptor neurons are located, Answer: Olfactory receptor neuron An olfactory receptor neuron (ORN), also called an olfactory sensory neuron (OSN), is a transduction cell within the olfactory system.[2]
natural questions
200,827
Question: who wrote trust and believe by keyshia cole, Answer: Keyshia Cole
kilt tasks
203,710
Question: two examples where low voltage transformers are used, Answer: toys
kilt tasks
202,188
Question: who wins america's next top model cycle 20, Answer: Jourdan Miller
kilt tasks
203,286
[{'from': 'human', 'value': 'What is the period of $y = \\tan \\frac{x}{2}$?'}, {'from': 'gpt', 'value': 'The graph of $y=\\tan \\frac{x}{2}$ passes through one full period as $\\frac{x}{2}$ ranges from $-\\frac{\\pi}{2}$ to $\\frac{\\pi}{2},$ which means $x$ ranges from $-\\pi$ to $\\pi.$ Thus, the period is $\\pi - ...
infini-instruct-top-500k
92,283
Question: who plays jimmy's mom in 8 mile, Answer: Kim Basinger
kilt tasks
202,285
Question: who proclaimed 5th october as world’s teachers day, Answer: UNESCO / ILO
kilt tasks
201,682
Question: sodium or potassium salts of heavier fatty acids are called, Answer: Sodium Most soaps are sodium salts of fatty acids. Sodium soaps have a higher melting temperature (and seem "harder") than potassium soaps.[17]
natural questions
111,859
Question: when did south sudan join east african community, Answer: April 2016
kilt tasks
202,443
Question: Diffie-Hellman refers to \ldots, Answer: 3
preferences m1
772
Question: when did macbook pro 13 inch come out, Answer: June 8 , 2009
kilt tasks
204,047
Question: The objective of this question is to illustrate the use of a lexical semantics resource to compute lexical cohesion. Consider the following toy ontology providing a semantic structuring for a (small) set of nouns: <ontology> <node text='all'> <children> <node text='animate entities'> ...
preferences m1
654
Question: A proof system is perfect-black-box zero-knowledge if \dots, Answer: 3
preferences m1
1,090
Question: when did britain set up east indian trading company, Answer: 31 December 1600
kilt tasks
202,559
Question: In linear cryptanalysis,\dots, Answer: 4
preferences m1
1,010
Question: who scored fastest 10000 runs in test cricket, Answer: Brian Lara
kilt tasks
201,972
Question: trick taking card game name derived from spanish for man, Answer: Skat
kilt tasks
202,024
Question: when was circus circus built in las vegas, Answer: Circus Circus Las Vegas Circus Circus was opened on October 18, 1968 by Jay Sarno and Stanley Mallin, becoming the flagship casino for Circus Circus Enterprises. Architects Rissman and Rissman Associates designed a giant circus tent shaped main structure, whi...
natural questions
147,728
Question: who's buried at forest lawn hollywood hills, Answer: Forest Lawn Memorial Park (Hollywood Hills) Many prominent persons, especially from the entertainment industry, are interred at Forest Lawn Memorial Park (Hollywood Hills) California.
natural questions
169,525
Question: why do they tape your eyes in surgery, Answer: Eye injuries during general anaesthesia Methods to prevent intraoperative corneal injuries include
natural questions
178,740
Question: can you use hyper v on windows 7, Answer: Hyper-V Hyper-V management tools are not compatible with Windows Vista Home Basic or Home Premium[51][51] or Windows 7 Home Premium, Home Basic or Starter.
natural questions
137,099
Question: right bundle branch block what does it mean, Answer: Right bundle branch block A right bundle branch block (RBBB) is a heart block in the electrical conduction system.[1]
natural questions
196,501
Question: yeh hai mohabbatein serial star cast real name, Answer: Divyanka Tripathi and Karan Patel
kilt tasks
203,439
Question: who won three stanley cups in a row, Answer: Toronto Maple Leafs
kilt tasks
203,395
Question: which episode does gideon die in criminal minds, Answer: Nelson 's Sparrow
kilt tasks
202,518
Question: who wrote catch 22 (both names), Answer: Joseph Heller
kilt tasks
203,455
[{'from': 'human', 'value': 'Explain why the chemical formula Ca(NO<sub>3</sub>)<sub>2</sub> is different from CaN<sub>2</sub>O<sub>6</sub>, even though they contain the same elements.'}, {'from': 'gpt', 'value': 'The chemical formula Ca(NO<sub>3</sub>)<sub>2</sub> indicates that two nitrate ions (NO<sub>3</sub><sup>-<...
WebInstructSub_axolotl
70,334
Question: Which loss function(s) should you use? (One or multiple answers), Answer: ['cross entropy loss', 'hinge loss']
preferences m1
405
Question: who plays lois's dad on family guy, Answer: MacFarlane
kilt tasks
203,716
Question: how to change linear motion to rotary motion, Answer: Reciprocating motion A crank can be used to convert circular motion into reciprocating motion, or conversely turn reciprocating motion into circular motion.
natural questions
164,843
Question: Bluetooth pairing v2.0 is based on\dots, Answer: 3
preferences m1
936
Question: who sang gonna sit right down and write myself a letter, Answer: Fats Waller
kilt tasks
203,465
Question: who played kelly taylor's mom on 90210, Answer: Ann Gillespie
kilt tasks
204,086
Question: what does rt mean on a dodge car, Answer: Road / Track
kilt tasks
202,585
Question: when is a tourist regarded as a domestic tourist, Answer: Domestic tourism Domestic tourism is tourism involving residents of one country traveling only within that country.[1]
natural questions
114,895
Question: for complaints of sudden chest pain patients should take a, Answer: Aspirin
kilt tasks
204,020
Question: when did michigan last win a national championship, Answer: 1989
kilt tasks
202,660
Question: what states do not allow daylight savings time, Answer: Arizona
kilt tasks
201,710