id
stringlengths
6
20
source
stringclasses
6 values
instruction
stringlengths
11
5.18k
input
stringlengths
0
306
output
stringlengths
1
308
rationale
stringlengths
0
2.9k
subject
stringclasses
39 values
category
stringclasses
7 values
pythonio_918
pythonio-mc
Program: def max_similar_indices(test_list1, test_list2): res = [(max(x[0], y[0]), max(x[1], y[1])) for x, y in zip(test_list1, test_list2)] return (res) Input: max_similar_indices([(4, 6), (8, 9), (7, 3)],[(7, 6), (10, 12), (10, 16)]) Output:
C
code
computer_science
mmlu_aux_train_2527
mmlu_aux_train
Which piece of lab equipment is necessary to determine the mass of 2 teaspoons of sand? A. glass beaker B. balance C. eye dropper D. graduated cylinder
B. balance
high_school_physics
physics
NLP4Education_80
NLP4Education
Which of the following is correct regarding Louvain algorithm? A. It creates a hierarchy of communities with a common root B. Clique is the only topology of nodes where the algorithm detects the same communities, independently of the starting point C. If n cliques of the same order are connected cyclically with n-1 edg...
C. If n cliques of the same order are connected cyclically with n-1 edges, then the algorithm will always detect the same communities, independently of the starting point
computer_security
computer_science
math_1241
math_mc
Let b be a real number randomly selected from the interval $[-17,17]$. Then, m and n are two relatively prime positive integers such that m/n is the probability that the equation $x^4+25b^2=(4b^2-10b)x^2$ has $\textit{at least}$ two distinct real solutions. Find the value of $m+n$.
C
math_Intermediate Algebra
mathematics
allenai/sciq_2224
allenai/sciq
What do you call the type of molecular signals that include insulin and that help regulate a number of biochemical processes? A. hormones B. nerves C. enzymes D. acids
A. hormones
Hormones – Hormones are molecular signals that help regulate a number of biochemical processes. Single amino acids and short protein chains are very common types of hormones. For example, insulin is a protein hormone that regulates the amount of glucose present in the bloodstream.
college_biology
biology
allenai/sciq_7342
allenai/sciq
Which form of matter assumes the shape of its container? A. solids B. gas C. crystals D. liquids
B. gas
Gases assume the shape of their container.
high_school_physics
physics
allenai/sciq_4511
allenai/sciq
Chloroplasts are the little green particles in plants made up of what colorful pigment? A. verdigris B. carbonate C. chlorophyll D. melanin
C. chlorophyll
high_school_biology
biology
pythonio_186
pythonio-mc
Program: def surface_Area(b,s): return 2 * b * s + pow(b,2) Input: surface_Area(1,2) Output:
A
code
computer_science
aquarat_62167
deepmind/aqua_rat
210 reputed university students were asked in a survey if they preferred Windows or Mac brand computers. 60 Students claimed that they preferred Mac to Windows brand computers. One third as many of the students who preferred Mac to Windows, equally preferred both brands. 90 of the students had no preference. How many o...
A. 25 B. 40 C. 50 D. 60 E. 75
B. 40
We are told that60 Students claimed that they preferred Mac to Windows, which means that 60 preferred Mac but NOT Windows, so # of students who preferred Mac (P(A) as you wrote), does not equal to 60, it equals to 60+20 (20 is # of students who equally preferred both brands). Also we are asked to find # of the students...
high_school_statistics
mathematics
mmlu_aux_train_95583
mmlu_aux_train
which of these would most likely cause a car to lose control? A. a nice dry asphalt highway B. a highway after cloud precipitation C. a dry cobble stone road D. all of these
B. a highway after cloud precipitation
conceptual_physics
physics
mmlu_aux_train_65056
mmlu_aux_train
To what degree can a computer achieve intelligence?The answer to this question may lie in a newly-developed US computer program called Smarter Child and the Internet. If you ran into Smarter Child online, you would be surprised at this kid's huge memory. It can recite many facts. For example, Smarter Child knows every ...
C. where weather forecasts are made
computer_science
computer_science
mmlu_aux_train_50229
mmlu_aux_train
One of India's top engineering schools has restricted Internet access in its boarding houses, saying addiction to surfing, gaming and blogging was affecting students' performance, making them lonely and even suicidal. Authorities at the best Indian Institute of Technology (IIT) in Mumbai said students had stopped socia...
C. Internet access is unavailable in deep night.
college_computer_science
computer_science
pythonio_2
pythonio-mc
Program: R = 3 C = 3 def min_cost(cost, m, n): tc = [[0 for x in range(C)] for x in range(R)] tc[0][0] = cost[0][0] for i in range(1, m+1): tc[i][0] = tc[i-1][0] + cost[i][0] for j in range(1, n+1): tc[0][j] = tc[0][j-1] + cost[0][j] for i in range(1, m+1): for j in range(1, n+1): tc[i...
C
code
computer_science
pythonio_274
pythonio-mc
Program: def move_num(test_str): res = '' dig = '' for ele in test_str: if ele.isdigit(): dig += ele else: res += ele res += dig return (res) Input: move_num('Avengers124Assemble') Output:
C
code
computer_science
mmlu_aux_train_9695
mmlu_aux_train
Singapore is a country with 42% of its population foreign born. Singaporeans, even those of the same ethnic group , have many different first languages and cultures. For example, within the Singaporean Chinese group, nearly a third speak English as their home language while almost half speak Standard Chinese as their...
D. Nearly sixty percent of the population.
high_school_statistics
mathematics
math_707
math_mc
Triangle $ABC$ with right angle at $C$, $\angle BAC < 45^\circ$ and $AB = 4$. Point $P$ on $\overline{AB}$ is chosen such that $\angle APC = 2\angle ACP$ and $CP = 1$. The ratio $\frac{AP}{BP}$ can be represented in the form $p + q\sqrt{r}$, where $p$, $q$, $r$ are positive integers and $r$ is not divisible by the squa...
A
math_Geometry
mathematics
allenai/sciq_11100
allenai/sciq
Changing the frequency of sound waves, will change the _________ of the sound of a musical instrument? A. distance B. pitch C. direction D. velocity
B. pitch
All musical instruments create sound by causing matter to vibrate. Most musical instruments use resonance to amplify sound waves and make sounds louder. Most musical instruments also have a way of changing the frequency of sound waves, which changes the pitch of the sounds.
high_school_physics
physics
math_1267
math_mc
Find the sum of all real values of $x$ that satisfy \[x = 1 - x + x^2 - x^3 + x^4 - x^5 + \dotsb.\]
B
math_Intermediate Algebra
mathematics
allenai/sciq_2037
allenai/sciq
What is the amount actually produced in a reaction called? A. maximum yield B. minimum yield C. actual yield D. individual yield
C. actual yield
In all the previous calculations we have performed involving balanced chemical equations, we made two assumptions: (1) the reaction goes exactly as written, and (2) the reaction proceeds completely. In reality, such things as side reactions occur that make some chemical reactions rather messy. For example, in the actua...
high_school_chemistry
chemistry
NLP4Education_499
NLP4Education
Tick the \emph{correct} assertion. In RSA with public key $(e,N)$ and private key $(d,N)$ … A. The key generation requires that $\gcd(e,N) = 1$. B. Decryption does not work for some $y \in \mathbb{Z}_N$ for which $\gcd(y,N) \not= 1$. C. If we know $\phi(N)$, the ciphertext $y$, and the public key, we can decrypt $y$. D...
C. If we know $\phi(N)$, the ciphertext $y$, and the public key, we can decrypt $y$.
computer_security
computer_science
math_1951
math_mc
The area of a square plot of land is 325 square meters. What is the perimeter of the square, in meters? Express your answer in simplest radical form.
D
math_Prealgebra
mathematics
NLP4Education_124
NLP4Education
When indexing a document collection using an inverted file, the main space requirement is implied by A. The access structure B. The vocabulary C. The index file D. The postings file
D. The postings file
computer_security
computer_science
allenai/sciq_5089
allenai/sciq
Another name for table salt is? A. hydrogen chloride B. carbon chloride C. dioxide chloride D. sodium chloride
D. sodium chloride
The table salt pictured in the Figure below contains two elements that are so reactive they are rarely found alone in nature. Instead, they undergo chemical reactions with other elements and form compounds. Table salt is the compound named sodium chloride (NaCl). It forms when an atom of sodium (Na) gives up an electro...
high_school_chemistry
chemistry
pythonio_625
pythonio-mc
Program: def new_tuple(test_list, test_str): res = tuple(test_list + [test_str]) return (res) Input: new_tuple(["Part", "is"], "Wrong") Output:
B
code
computer_science
aquarat_57023
deepmind/aqua_rat
If set A={2,2,2,....,n times} , set B={3,3,3,3....m times} and set C={11,11,11...k time} , then in terms of m,n and k , how many possible subsets from sets A,B, and C can be created ?
A. k(n+m+mn)+ k B. (1+n+m+mn)(k+1) C. k^2(mn+n/m) D. kmn(k+m+n) E. None of the above
B. (1+n+m+mn)(k+1)
The number of subsets is (m + 1)(n + 1)(k + 1). The answer is not given in that form. Instead, the first two factors have been FOILed together: (mn + m + n + 1)(k + 1). ANSWER:B
abstract_algebra
mathematics
mmlu_aux_train_63322
mmlu_aux_train
It's parents' worst nightmare. Their child doesn't come home one evening and is missing for several days. When a 14-year-old boy from Atlanta, Georgia disappeared earlier this year, his mother turned to her Smartphone for clues using an app called Family Tracker that helped track his location. "You can see where your ...
C. parents can use all the services of the app for free
high_school_computer_science
computer_science
allenai/sciq_8138
allenai/sciq
What elements have the highest attraction for electrons? A. metals B. carbons C. nonmetals D. gases
C. nonmetals
Nonmetals tend to gain electrons in chemical reactions and have a high attraction for electrons within a compound. The most reactive nonmetals reside in the upper right portion of the periodic table. Since the noble gases are a special group because of their lack of reactivity, the element fluorine is the most reactive...
high_school_chemistry
chemistry
allenai/sciq_11266
allenai/sciq
A redox reaction rearranges what subatomic particles? A. electrons B. neutrons C. protons D. water molecules
A. electrons
A combination reaction makes a new substance from more than one reactant; a redox reaction rearranges electrons. Not all combination reactions are redox reactions, and not all redox reactions are combination reactions.
high_school_chemistry
chemistry
math_1831
math_mc
How many of the numbers from the set $\{1,\ 2,\ 3,\ldots,\ 50\}$ have a perfect square factor other than one?
C
math_Prealgebra
mathematics
aquarat_32926
deepmind/aqua_rat
When a=x+(2/x) and b=x-(2/x), (2^a^2)/(2^b^2)=?
A. 2 B. 256 C. 8 D. 16 E. 32
B. 256
--> (2^a^2)/(2^b^2) ={(2)^(a^2-b^2)}=2^(a-b)(a+b). Since a-b=4/x and a+b=2x, 2^(a-b)(a+b)=2^(4/x)(2x)=2^8=256 Answer is B
college_mathematics
mathematics
mmlu_aux_train_96930
mmlu_aux_train
matter is made of what? A. united atoms B. sound C. feelings D. bonds of friendship
A. united atoms
high_school_physics
physics
mmlu_aux_train_25239
mmlu_aux_train
First the ground shook in Haiti, then Chile and Turkey. The earthquakes keep coming hard and fast this year, causing people to wonder if something evil is happening underfoot. It's not. While it may seem as if there are more earthquakes occurring, there really aren't. The problem is what's happening above ground, not...
D. Why earthquakes seem to be more serious this year.
college_earth_science
earth_science
math_1987
math_mc
Bill is sent to a donut shop to purchase exactly six donuts. If the shop has four kinds of donuts and Bill is to get at least one of each kind, how many combinations will satisfy Bill's order requirements?
B
math_Prealgebra
mathematics
allenai/sciq_8548
allenai/sciq
What collect data on the land and sea in regards to the weather? A. wind stations B. weather stations C. turbine stations D. thermal stations
B. weather stations
Weather stations collect data on land and sea. Weather balloons, satellites, and radar collect data in the atmosphere.
high_school_physics
physics
math_1505
math_mc
An equilateral triangle $PQR$ is inscribed in the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1,$ so that $Q$ is at $(0,b),$ and $\overline{PR}$ is parallel to the $x$-axis, as shown below. Also, foci $F_1$ and $F_2$ lie on sides $\overline{QR}$ and $\overline{PQ},$ respectively. Find $\frac{PQ}{F_1 F_2}.$ [asy] un...
C
math_Intermediate Algebra
mathematics
allenai/sciq_4137
allenai/sciq
What kind of bonds, where electrons are transferred rather than shared, are considered the ultimate in polarity? A. magnetic bonds B. soluble bonds C. ionic bonds D. covalent bonds
C. ionic bonds
polar, while others are strongly polar. Ionic bonds can be considered the ultimate in polarity, with electrons being transferred rather than shared. To judge the relative polarity of a covalent bond, chemists use electronegativity, which is a relative measure of how strongly an atom attracts electrons when it forms a c...
high_school_chemistry
chemistry
math_2187
math_mc
When every vector on the line $y = \frac{5}{2} x + 4$ is projected onto a certain vector $\mathbf{w},$ the result is always the vector $\mathbf{p}.$ Find the vector $\mathbf{p}.$
A
math_Precalculus
mathematics
mmlu_aux_train_1262
mmlu_aux_train
A recycling plant manager needs to melt 1500 kg of scrap copper to sell to a wire manufacturer. The copper is at 15°C and its melting point is 1083°C. The copper has a specific heat of 385 J/kg x K. How much heat is required to raise the temperature of the copper to its melting point? A. 6.2 x 10^8 J B. 6.3 x 10^8 J C...
A. 6.2 x 10^8 J
college_physics
physics
math_648
math_mc
Regular octagon $ABCDEFGH$ has its center at $J$. Each of the vertices and the center are to be associated with one of the digits $1$ through $9$, with each digit used once, in such a way that the sums of the numbers on the lines $AJE$, $BJF$, $CJG$, and $DJH$ are all equal. In how many ways can this be done? [asy] p...
D
math_Counting & Probability
mathematics
math_1377
math_mc
Let $a, b$, and $c$ be the roots of the cubic polynomial $2x^3 - 3x^2 + 165x - 4$. Compute \[(a+b-1)^3 + (b+c-1)^3 + (c+a-1)^3.\]
B
math_Intermediate Algebra
mathematics
pythonio_660
pythonio-mc
Program: def rombus_area(p,q): area=(p*q)/2 return area Input: rombus_area(10,5) Output:
B
code
computer_science
mmlu_aux_train_22691
mmlu_aux_train
In the computer age, most of us take a broadband Internet connection for granted. Whether cable or mobile broadband, today's connections are many times faster than those in the early days. Videos play smoothly, complex websites load quickly, and files download much faster than ten years ago. And the files are much bigg...
D. The rapid progress in cell phone technology.
computer_security
computer_science
aquarat_9400
deepmind/aqua_rat
If x^3 > y^2 > z, which of the statements could be true? I. x > y > z II. x < z < y III. y < x < z
A. I only B. III only C. I and II only D. II and III only E. I, II and III
E. I, II and III
Given : x^3 > y^2 > z I. x > y > z is true for x=5, y=2, z=1 i.e. Answers can only be Options A, C or E II. x < z < y is true for x=3, y=5, z=4 i.e. Answers can only be Options C or E III. y < x < z is true for x=4, y=3, z=5 i.e. Answers can only be Options E Answer: option E
college_mathematics
mathematics
aquarat_62923
deepmind/aqua_rat
If u = (x – 5)^2 + (x + 1)^2 – 6, then y is least when x =
A. -2 B. -1 C. 0 D. 2 E. None of the above
D. 2
Let us transform the formula: u = (x – 5)² + (x +1)² – 6 = x² – 10x + 25 + x² + 2x + 1 – 6 = 2x² – 8x + 20 = 2 × (x² – 4x + 10) = 2 × ((x² – 4x + 4) + 6) = 2 × ((x – 2)² + 6) Any square is greater or equal 0. Therefore the formula possess the least value when (x – 2)² = 0. x – 2 = 0 x = 2 The correct answer is choice (...
college_mathematics
mathematics
math_710
math_mc
The degree measures of the angles in a convex 18-sided polygon form an increasing arithmetic sequence with integer values. Find the degree measure of the smallest angle.
C
math_Geometry
mathematics
pythonio_823
pythonio-mc
Program: def count_Unset_Bits(n) : cnt = 0; for i in range(1,n + 1) : temp = i; while (temp) : if (temp % 2 == 0) : cnt += 1; temp = temp // 2; return cnt; Input: count_Unset_Bits(5) Output:
A
code
computer_science
math_1847
math_mc
What is the largest value among $\operatorname{lcm}[12,2],$ $\operatorname{lcm}[12,4],$ $\operatorname{lcm}[12,6],$ $\operatorname{lcm}[12,8],$ $\operatorname{lcm}[12,10],$ and $\operatorname{lcm}[12,12]?$ Express your answer as an integer.
B
math_Prealgebra
mathematics
allenai/sciq_455
allenai/sciq
What is a layer of tissue that lies between the shell and the body? A. node B. stem C. mantle D. silt
C. mantle
Two unique features of mollusks are the mantle and radula (see Figure above ). The mantle is a layer of tissue that lies between the shell and the body. It secretes calcium carbonate to form the shell. It forms a cavity, called the mantle cavity, between the mantle and the body. The mantle cavity pumps water for filter...
high_school_biology
biology
aquarat_11877
deepmind/aqua_rat
The arithmetic mean and standard deviation of a certain normal distribution are 16.2 and 2.3, respectively. What value is exactly 2 standard deviations less than the mean?
A. 10.5 B. 11 C. 11.6 D. 12 E. 12.5
C. 11.6
Mean = 16.2 Two standard deviations is 2.3 + 2.3 = 4.6 There could be two calues for this. Mean + two standard deviations = 20.8 Mean - Two standard deviations = 11.6 Answer choice has 11.6 and so C is the answer.
college_mathematics
mathematics
mmlu_aux_train_6349
mmlu_aux_train
A baby mermaid was just born in Finland; Justin Bibber is getting married; iphone 6 is going to be released this year...We read rumors every day on the Internet. With the help of social media, rumors -- no matter whether they are true or false -- spread like wildfire, and sometimes we can't be sure what to believe. Now...
C. A new device that can check whether online rumors are true or not.
computer_security
computer_science
math_62
math_mc
For which positive integer values of $k$ does $kx^2+20x+k=0$ have rational solutions? Express your answers separated by commas and in increasing order.
B
math_Algebra
mathematics
math_515
math_mc
Ten adults enter a room, remove their shoes, and toss their shoes into a pile. Later, a child randomly pairs each left shoe with a right shoe without regard to which shoes belong together. The probability that for every positive integer $k<5$, no collection of $k$ pairs made by the child contains the shoes from exactly...
B
math_Counting & Probability
mathematics
math_1711
math_mc
For how many pairs of consecutive integers in $\{1000,1001,1002,\ldots,2000\}$ is no carrying required when the two integers are added?
C
math_Number Theory
mathematics
mmlu_aux_train_2699
mmlu_aux_train
As an airplane climbs in the sky, the pilot notices ice crystals forming on the windshield. This happens because A. blizzards occur more often at higher altitudes. B. friction with the atmosphere causes ice to develop. C. water evaporates faster at higher altitudes, resulting in ice crystals. D. moisture on the outsid...
D. moisture on the outside of the plane freezes due to colder air at higher altitudes.
conceptual_physics
physics
pythonio_957
pythonio-mc
Program: def maximum_segments(n, a, b, c) : dp = [-1] * (n + 10) dp[0] = 0 for i in range(0, n) : if (dp[i] != -1) : if(i + a <= n ): dp[i + a] = max(dp[i] + 1, dp[i + a]) if(i + b <= n ): dp[i + b] = max(dp[i] + 1, dp[i + b]) if(i + c <= n ): dp[i + c] = m...
B
code
computer_science
allenai/sciq_3066
allenai/sciq
What kind of waves are electromagnetic waves? A. amplitude B. inverse C. curved D. transverse
D. transverse
In this lesson, you learned that electromagnetic waves are transverse waves. Like other transverse waves, electromagnetic waves have certain properties.
high_school_physics
physics
mmlu_aux_train_41588
mmlu_aux_train
Imagine that someone in your neighborhood broke the law, and the judge put the whole neighborhood under suspicion. How fair will that be? Well, it happens every day to high schoolers. Just because some students have stolen things in shops, all of us are treated like _ Even though I'd never steal, store employees looked...
C. students might steal things
high_school_computer_science
computer_science
math_1360
math_mc
Factor \[\frac{(a^2 - b^2)^3 + (b^2 - c^2)^3 + (c^2 - a^2)^3}{(a - b)^3 + (b - c)^3 + (c - a)^3}.\]
C
math_Intermediate Algebra
mathematics
pythonio_67
pythonio-mc
Program: def remove_datatype(test_tuple, data_type): res = [] for ele in test_tuple: if not isinstance(ele, data_type): res.append(ele) return (res) Input: remove_datatype((7, 8, 9, "SR"), str) Output:
B
code
computer_science
allenai/sciq_4841
allenai/sciq
Water dissolving minerals out of rocks makes ocean water what? A. muddy B. bitter C. salty D. sweet
C. salty
Ocean water is salty because water dissolves minerals out of rocks. This happens whenever water flows over or through rocks. Much of this water and its minerals flow in rivers that end up in the oceans. Minerals dissolved in water form salts. When the water evaporates, it leaves the salts behind. As a result, ocean wat...
high_school_chemistry
chemistry
math_734
math_mc
Right triangle $ABC$ has one leg of length 6 cm, one leg of length 8 cm and a right angle at $A$. A square has one side on the hypotenuse of triangle $ABC$ and a vertex on each of the two legs of triangle $ABC$. What is the length of one side of the square, in cm? Express your answer as a common fraction. [asy] defaul...
A
math_Geometry
mathematics
math_1841
math_mc
Find the area of triangle $JKL$ below. [asy] unitsize(1inch); pair P,Q,R; P = (0,0); Q= (sqrt(3),0); R = (0,1); draw (P--Q--R--P,linewidth(0.9)); draw(rightanglemark(Q,P,R,3)); label("$J$",P,S); label("$K$",Q,S); label("$L$",R,N); label("$20$",(Q+R)/2,NE); label("$60^\circ$",(0,0.75),E); [/asy]
B
math_Prealgebra
mathematics
math_1495
math_mc
Let $x,$ $y,$ $z$ be positive real numbers. Find the set of all possible values of \[f(x,y,z) = \frac{x}{x + y} + \frac{y}{y + z} + \frac{z}{z + x}.\]
D
math_Intermediate Algebra
mathematics
NLP4Education_544
NLP4Education
A Carmichael number ... A. is a composite number that passes the Fermat primality test for all integer bases coprime to it. B. is a type of negative output (the output is "composite") from the Fermat test applied to a prime number. C. always describes the order of a multiplicative group in a finite field. D. is a priva...
A. is a composite number that passes the Fermat primality test for all integer bases coprime to it.
abstract_algebra
mathematics
NLP4Education_410
NLP4Education
Tick the \emph{false} assertion. Given a ring $R$, $R^\star$ is\ldots A. a group. B. the set of invertible elements in $R$. C. $R-\{0\}$. D. the set of units.
C. $R-\{0\}$.
abstract_algebra
mathematics
pythonio_173
pythonio-mc
Program: def last_Digit_Factorial(n): if (n == 0): return 1 elif (n <= 2): return n elif (n == 3): return 6 elif (n == 4): return 4 else: return 0 Input: last_Digit_Factorial(21) Output:
C
code
computer_science
mmlu_aux_train_25987
mmlu_aux_train
Paperback: 264 pages Publisher:. Sams (March 29,2005) ISBN: 0672327627 Product Dimensions: 8.4x5.5x0.6 inches OVERVIEW This book offers straightforward practical answers when you need fast results. By working through each 10-minute lesson, you'll learn what you need to begin to use the PHP scripting language to make yo...
A. In a section for ads in a website.
high_school_computer_science
computer_science
math_1455
math_mc
Let $x,$ $y,$ $z$ be positive real number such that $xyz = \frac{2}{3}.$ Compute the minimum value of \[x^2 + 6xy + 18y^2 + 12yz + 4z^2.\]
A
math_Intermediate Algebra
mathematics
mmlu_aux_train_57984
mmlu_aux_train
Steven Jobs was born on February 24,1955,in San Francisco,California,and was adopted by Paul and Clara Jobs.In 1961 the family moved to Mountain View, California.At that time people started to refer to the area as "Silicon Valley". As a child, Jobs preferred doing things by himself, not interested in team sports or ot...
C. In 1967.
college_computer_science
computer_science
NLP4Education_285
NLP4Education
When constructing a word embedding, negative samples are: A. Word - context word pairs that do not occur together in the training data B. Words that are less frequent in the vocabulary C. Context words that are always among the most frequent words D. Only words that are never used in any document
A. Word - context word pairs that do not occur together in the training data
machine_learning
computer_science
aquarat_21965
deepmind/aqua_rat
If YWVSQ is 25 - 21 - 21 - 19 - 17, Then MKIGS
A. 13 - 11 - 9 - 7 - 9 B. 13 - 11 - 6 - 7 - 6 C. 13 - 11 - 9 - 7 - 7 D. 13 - 11 - 9 - 7 - 3 E. 13 - 11 - 9 - 7 - 1
B. 13 - 11 - 6 - 7 - 6
MKIGS = 13 - 11 - 6 - 7 - 6 Note: this is a dummy question. Dont answer these questions Answer:B
formal_logic
mathematics
aquarat_47754
deepmind/aqua_rat
Three men " Sam, Cam and Laurie " are married to Carrie, Billy and Tina, but not necessarily in the same order. Sam's wife and Billy's Husband play Carrie and Tina's husband at bridge. No wife partners her husband and Cam does not play bridge. Who is married to Cam?
A. Carrie B. Billy C. Tina D. Laurie E. none
A. Carrie
1 st game: sam's wife-Tina VS Billy'husband-laurie 2 nd game carrie VS tina's husband-sam Cam is married to carrie ANSWER:A
formal_logic
mathematics
mmlu_aux_train_47246
mmlu_aux_train
Last year, a report by a committee of education experts said that a lot of American students cannot write well. The report noted the concerns of business leaders and teachers. The experts said that more students should have to pass a writing test before they can finish high school. They pointed out that major college e...
B. They think that computers cannot grade writing as well as people.
high_school_computer_science
computer_science
mmlu_aux_train_63826
mmlu_aux_train
To: manager@ tastytreat.com.ca Date: Monday, 7 October, 3:34p.m. From: raymondyuen@ canada.net Subject: Complaint Dear Mr. Price, I have eaten in your restaurant many times and have always been happy with the food and service. This makes what happened last Saturday even more disappointing. It was my son's birthda...
B. was disappointed with the restaurant
high_school_computer_science
computer_science
math_32
math_mc
For how many integer values of $x$ is $5x^{2}+19x+16 > 20$ not satisfied?
A
math_Algebra
mathematics
math_1383
math_mc
Find the positive solution to \[\sqrt[3]{x + \sqrt[3]{x + \sqrt[3]{x + \dotsb}}} = \sqrt[3]{x \sqrt[3]{x \sqrt[3]{x \dotsm}}}.\]
D
math_Intermediate Algebra
mathematics
math_329
math_mc
Suppose the graph of $y=f(x)$ includes the points $(1,5),$ $(2,3),$ and $(3,1)$. Based only on this information, there are two points that must be on the graph of $y=f(f(x))$. If we call those points $(a,b)$ and $(c,d),$ what is $ab+cd$?
B
math_Algebra
mathematics
allenai/sciq_3374
allenai/sciq
What three parameters do seismographs measure? A. trouble , length and distance B. strength, length and distance C. height, width and distance D. aging , length and distance
B. strength, length and distance
Seismograms contain a lot of information about an earthquake: its strength, length and distance. Wave height used to determine the magnitude of the earthquake. The seismogram shows the different arrival times of the seismic waves ( Figure below ). The first waves are P-waves since they are the fastest. S-waves come in ...
earth_science
earth_science
mmlu_aux_train_2370
mmlu_aux_train
A parent and a child share several characteristics. Both individuals are tall, have curly hair, are good cooks, and have freckles. Which of these characteristics is a learned behavior? A. being tall B. having curly hair C. being a good cook D. having freckles
C. being a good cook
high_school_biology
biology
mmlu_aux_train_65975
mmlu_aux_train
Q: On Facebook, my friends are a mix of real-life pals, former classmates, professional colleagues, extended-family members, and ... my mom. Mom is the first to like and comment on everything I post, which is annoying. I tried talking to her about it, but her feelings quickly got hurt, so I backed off. I know I can't b...
B. Personal privacy is inaccessible online with control customized.
computer_security
computer_science
pythonio_827
pythonio-mc
Program: def factorial(start,end): res = 1 for i in range(start,end + 1): res *= i return res def sum_of_square(n): return int(factorial(n + 1, 2 * n) /factorial(1, n)) Input: sum_of_square(2) Output:
D
code
computer_science
mmlu_aux_train_2219
mmlu_aux_train
A scientist has collected monthly population counts of three animal species in a forest for five years. To display this data, the scientist should use which of the following? A. a table B. a pie chart C. a line graph D. a scatterplot
C. a line graph
high_school_statistics
mathematics
math_1675
math_mc
Let $f(n)$ be a function that, given an integer $n$, returns an integer $k$, where $k$ is the smallest possible integer such that $k!$ is divisible by $n$. Given that $n$ is a multiple of 15, what is the smallest value of $n$ such that $f(n) > 15$?
D
math_Number Theory
mathematics
allenai/sciq_9372
allenai/sciq
Ethers readily dissolve what type of molecules? A. proteins B. lipids C. non-polar D. polar
C. non-polar
Ethers are good solvents for other organic compounds because of their low reactivity. They readily dissolve non-polar molecules. Diethyl ether is perhaps the best known ether. It is widely used as a solvent and has been used as an inhalable anesthetic.
college_chemistry
chemistry
allenai/sciq_8003
allenai/sciq
A voltage source and a conductor are common to all what? A. electric circuits B. magnets C. thermometers D. cooling circuits
A. electric circuits
All electric circuits have at least two parts: a voltage source and a conductor. They may have other parts as well, such as light bulbs and switches, as in the simple circuit seen in the Figure below . To see an animation of a circuit like this one, go to: http://www. rkm. com. au/animations/animation-electrical-circui...
electrical_engineering
engineering
mmlu_aux_train_38489
mmlu_aux_train
LONDON----"Everyone else has one!" Lucy declared to her parents, trying to get a mobile phone as a gift for her 14th birthday. Her parents gave in. Curious to know her daughter would use the phone, Jane Bidder, the mother, followed Lucy to the school bus in the morning. The bus seats 20, of whom half have a mobile ...
A. how British parents accept the truth of teenagers owning a mobile phone
high_school_computer_science
computer_science
pythonio_28
pythonio-mc
Program: def add_str(test_tup, K): res = [ele for sub in test_tup for ele in (sub, K)] return (res) Input: add_str((11, 14, 12, 1, 4) , "JH") Output:
D
code
computer_science
math_2073
math_mc
Among all the roots of \[z^8 - z^6 + z^4 - z^2 + 1 = 0,\]the maximum imaginary part of a root can be expressed as $\sin \theta,$ where $-90^\circ \le \theta \le 90^\circ.$ Find $\theta.$
A
math_Precalculus
mathematics
math_2176
math_mc
Simplify \[\cos ^2 x + \cos^2 (x + y) - 2 \cos x \cos y \cos (x + y).\]
A
math_Precalculus
mathematics
allenai/sciq_957
allenai/sciq
Due to the difference in the distribution of charge, water is what type of molecule? A. crooked B. ionic C. uneven D. polar
D. polar
Due to the difference in the distribution of charge, water is a polar molecule.
high_school_chemistry
chemistry
math_976
math_mc
Euler's formula states that for a convex polyhedron with $V$ vertices, $E$ edges, and $F$ faces, $V-E+F=2$. A particular convex polyhedron has 32 faces, each of which is either a triangle or a pentagon. At each of its $V$ vertices, $T$ triangular faces and $P$ pentagonal faces meet. What is the value of $100P+10T+V$?
B
math_Geometry
mathematics
pythonio_798
pythonio-mc
Program: def sum_num(numbers): total = 0 for x in numbers: total += x return total/len(numbers) Input: sum_num((-10,-20,-30)) Output:
B
code
computer_science
aquarat_96794
deepmind/aqua_rat
Which is better investment 11% stock at 143 or 9 ¾% stock at 117
A. 11 % stock at 143 B. 9 3/4 stock at 117 C. both D. cannot be compared E. none of these
B. 9 3/4 stock at 117
Let the investment in each (143*117) Income in first case = (11/143*143*117)=1287 Income in second case=((39/117*4)*143*117)=1394.25 Clearly, 9 ¾% stock at 117 ANSWER B
college_mathematics
mathematics
pythonio_677
pythonio-mc
Program: def access_elements(nums, list_index): result = [nums[i] for i in list_index] return result Input: access_elements([1,0,2,3],[0,1]) Output:
C
code
computer_science
mmlu_aux_train_93232
mmlu_aux_train
Which of these is a safe practice in a laboratory investigation when working with chemicals? A. pouring unused chemicals down the sink B. mixing leftover chemicals in one container C. wearing safety goggles when working with chemicals D. returning unused chemicals to the original container
C. wearing safety goggles when working with chemicals
high_school_chemistry
chemistry
math_630
math_mc
I have five apples and ten oranges. If a fruit basket must contain at least one piece of fruit, how many kinds of fruit baskets can I make? (The apples are identical and the oranges are identical. A fruit basket consists of some number of pieces of fruit, and it doesn't matter how the fruit are arranged in the basket...
D
math_Counting & Probability
mathematics
aquarat_18836
deepmind/aqua_rat
a, b, and c are integers and a<b<c. S is the set of all integers from a to b, inclusive. Q is the set of all integers from b to c, inclusive. The median of set S is (3/4)*b. The median of set Q is (7.5/8)*c. If R is the set of all integers from a to c, inclusive, what fraction of c is the median of set R?
A. 3/8 B. 1/2 C. 11/16 D. 23/32 E. 3/4
D. 23/32
The answer isC: 11/16. The key to this problem is remembering that the median for a consecutive set of numbers is equivalent to its mean. For example, the mean and median of a set consisting of x, x+1, x+2, ... ,y will always be (x+y)/2. For set S, consisting of numbers (a, a+1,...,b), the median is given to be 3/4*b: ...
college_mathematics
mathematics
mmlu_aux_train_74786
mmlu_aux_train
Life in the future will be different from life today.Between then and now many changes will happen.But what will the changes be? The population is growing fast.There will be many people in the world and most of them will live longer than people live now. Computers will be much smaller and more useful,and there will be ...
A. much more people
high_school_computer_science
computer_science
allenai/sciq_8264
allenai/sciq
The way a mineral cleaves or fractures depends on what part of the mineral? A. the core B. the crystal structure C. the crust D. the fault structure
B. the crystal structure
The way a mineral cleaves or fractures depends on the crystal structure of the mineral.
college_earth_science
earth_science
math_2194
math_mc
We define two sequences of vectors $(\mathbf{v}_n)$ and $(\mathbf{w}_n)$ as follows: First, $\mathbf{v}_0 = \begin{pmatrix} 1 \\ 3 \end{pmatrix},$ $\mathbf{w}_0 = \begin{pmatrix} 4 \\ 0 \end{pmatrix}.$ Then for all $n \ge 1,$ $\mathbf{v}_n$ is the projection of $\mathbf{w}_{n - 1}$ onto $\mathbf{v}_0,$ and $\mathbf{w}...
C
math_Precalculus
mathematics