Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'messages'}) and 3 missing columns ({'input', 'output', 'instruction'}).

This happened while the json dataset builder was generating data using

hf://datasets/Aayushktyagi/SFT_Apti/aagent_chatml_train.json (at revision 6d7edbbbc438313f8e999e1e52efdf0df7577dd1), [/tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_alpaca_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_alpaca_train.json), /tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_chatml_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_chatml_train.json), /tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_alpaca_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_alpaca_train.json), /tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_chatml_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_chatml_train.json)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              messages: list<item: struct<content: string, role: string>>
                child 0, item: struct<content: string, role: string>
                    child 0, content: string
                    child 1, role: string
              -- schema metadata --
              pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 196
              to
              {'instruction': Value('string'), 'input': Value('string'), 'output': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'messages'}) and 3 missing columns ({'input', 'output', 'instruction'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/Aayushktyagi/SFT_Apti/aagent_chatml_train.json (at revision 6d7edbbbc438313f8e999e1e52efdf0df7577dd1), [/tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_alpaca_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_alpaca_train.json), /tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_chatml_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/aagent_chatml_train.json), /tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_alpaca_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_alpaca_train.json), /tmp/hf-datasets-cache/medium/datasets/94403652167737-config-parquet-and-info-Aayushktyagi-SFT_Apti-934a30a5/hub/datasets--Aayushktyagi--SFT_Apti/snapshots/6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_chatml_train.json (origin=hf://datasets/Aayushktyagi/SFT_Apti@6d7edbbbc438313f8e999e1e52efdf0df7577dd1/qagent_chatml_train.json)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

instruction
string
input
string
output
string
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Given the following family relationships: Yogesh's mother. Priya's husband. Girish's son. How is Rakesh related to Yogesh? A) Nephew B) Son-in-law C) Brother D) Maternal grandfather
{"reasoning": "Following the chain: Yogesh's mother β†’ Priya's husband β†’ Girish's son. Therefore, Rakesh is the brother of Yogesh.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Complete the series: A, 5, D, 9, G, 13, J, ? A) 15 B) 18 C) 16 D) 17
{"reasoning": "Alternating: letters (+3), numbers (+4).", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. Every engineer is a book. 2. Some books are healers. Conclusions: I. All engineers are books. II. Some of the healers are books. A) Only conclusion I follows B) Only conclusion II follows C) Both conclusions I and II follow D) Neither conclusion I nor II follows
{"reasoning": "Conclusion I ('All engineers are books') follows. Conclusion II ('Some of the healers are books') follows.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Identify the next element in the sequence: 6, 12, 13, 26, 27, 54, 55, ? A) 88 B) 110 C) 109 D) 111
{"reasoning": "Alternating operations: Γ—2, +(1).", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Kristofer has a brother named Fredrick. Leslie has a brother named Jason. Sharon has a daughter called Leslie. Cathy is a daughter of Fredrick. Kristofer is the father of Jason. How is Cathy related to Sharon? A) Neice B) Nephew C) Son-in-law D) Aunt
{"reasoning": "Following the family relationship chain in the story, Cathy is the neice of Sharon. Relation path: daughter-brother-father-brother-daughter.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
What is the missing number? 3, 6, 9, 12, ?, 18 A) 12 B) 15 C) 13 D) 16
{"reasoning": "Multiples of 3: 3Γ—1, 3Γ—2, ...", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
What comes next? I, L, O, R, U, X, A, ? A) D B) B C) F D) E
{"reasoning": "Letters with constant gap 3.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Gaurav's son β†’ Sandeep's brother β†’ Suresh's wife β†’ Kiran's son. How is Ganesh related to Gaurav? A) Son B) Uncle C) Grandson D) Husband
{"reasoning": "Following the chain: Gaurav's son β†’ Sandeep's brother β†’ Suresh's wife β†’ Kiran's son. Therefore, Ganesh is the grandson of Gaurav.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Identify the next element in the sequence: 23, 25, 27, 29, 31, ? A) 36 B) 38 C) 33 D) 26
{"reasoning": "Arithmetic progression with first term 23 and common difference 2.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Ganesh's father β†’ Charan's son β†’ Sanjay's brother β†’ Umesh's daughter β†’ Uma's mother. How is Sita related to Ganesh? A) Niece B) Granddaughter C) Sister-in-law D) Mother
{"reasoning": "Following the chain: Ganesh's father β†’ Charan's son β†’ Sanjay's brother β†’ Umesh's daughter β†’ Uma's mother. Therefore, Sita is the sister-in-law of Ganesh.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. A few crystals are keys. 2. Some of the keys are not dentists. Conclusions: A. No keys are dentists. B. Not all crystals are keys. C. Each dentist is a crystal. D. Every dentist is a key. How many of the above conclusions follow? A) 4 B) 0 C) 2 D) 3
{"reasoning": "0 conclusion(s) follow: none.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. No swimmers are teachers. 2. Some of the teachers are dreamers. 3. No dreamer is a river. Conclusion: Some swimmers are not teachers. Is this conclusion: A) Definitely true B) Definitely false C) Cannot be determined D) Probably true but uncertain
{"reasoning": "The conclusion 'Some swimmers are not teachers' is cannot be determined given the premises.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Agueda is Barbara's grandmother. Clarence is Maria's husband. Barbara is Clarence's daughter. David is Barbara's brother. How is Agueda related to Maria? A) Daughter B) Wife C) Daughter-in-law D) Mother-in-law
{"reasoning": "Following the family relationship chain in the story, Agueda is the mother-in-law of Maria. Relation path: husband-daughter-grandmother.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Clarence is the husband of Maria. Dalia is Thomas's aunt. Robert is Dalia's brother. Thomas is a son of Maria. How is Robert related to Maria? A) Sister B) Brother C) Father-in-law D) Sister-in-law
{"reasoning": "Following the family relationship chain in the story, Robert is the brother of Maria. Relation path: son-aunt-brother.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Given the following family relationships: Rohit's wife. Zara's brother. Sunil's father. Rajesh's wife. How is Nisha related to Rohit? A) Mother-in-law B) Paternal grandmother C) Aunt D) Niece
{"reasoning": "Following the chain: Rohit's wife β†’ Zara's brother β†’ Sunil's father β†’ Rajesh's wife. Therefore, Nisha is the mother-in-law of Rohit.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
6 persons T, G, W, D, A, Z are seated around a circular table. Z sits between G and W. Z and W sit next to each other. D and T do not sit next to each other. Z sits immediately to the left of W. There are exactly 2 seats between D and G. Who sits to the immediate right of D? A) W B) A C) G D) T
{"reasoning": "Arrangement: D - A - T - G - Z - W (circular). Answer: A.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Amit's brother. Karthik's mother. Komal's husband. How is Lokesh related to Amit? A) Paternal grandfather B) Father C) Brother D) Husband
{"reasoning": "Following the chain: Amit's brother β†’ Karthik's mother β†’ Komal's husband. Therefore, Lokesh is the father of Amit.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons E, T, Q, P, V are seated in a row (left to right). T sits between P and E. P and Q do not sit next to each other. There is exactly 1 seat between P and E. There is exactly 1 seat between E and Q. V sits immediately to the left of Q. What is T's position from the right end? A) 4 B) 5 C) 1 D) 3
{"reasoning": "Arrangement: P - T - E - V - Q. Answer: 4.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Sandeep's sister β†’ Savita's mother. How is Renu related to Sandeep? A) Daughter-in-law B) Cousin C) Mother D) Niece
{"reasoning": "Following the chain: Sandeep's sister β†’ Savita's mother. Therefore, Renu is the mother of Sandeep.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Prakash's father β†’ Charan's wife β†’ Sarita's sister β†’ Jaya's mother β†’ Parvati's son. How is Ishaan related to Prakash? A) Cousin B) Husband C) Uncle D) Son-in-law
{"reasoning": "Following the chain: Prakash's father β†’ Charan's wife β†’ Sarita's sister β†’ Jaya's mother β†’ Parvati's son. Therefore, Ishaan is the uncle of Prakash.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. Some nurses are pens. 2. Some of the pens are programmers. Which of the following conclusions can be drawn? A) Some of the programmers are not pens B) No programmers are pens C) None of the pens are programmers D) Some of the pens are nurses
{"reasoning": "'Some pens are nurses' logically follows from the given statements.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Maria is the mother of Glenda. Homer is a brother of Violet. Thomas has a sister named Glenda. Thomas is Violet's brother. How is Maria related to Violet? A) Mother B) Brother C) Mother-in-law D) Daughter-in-law
{"reasoning": "Following the family relationship chain in the story, Maria is the mother of Violet. Relation path: brother-sister-mother.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. No rabbits are wolves. 2. A few wolves are turtles. Conclusions: A. Not all turtles are wolves. B. None of the wolves are turtles. C. Some of the rabbits are turtles. D. No wolves are rabbits. E. Every wolve is a rabbit. How many of the above conclusions follow? A) 5 B) 1 C) 0 D) 3
{"reasoning": "1 conclusion(s) follow: D.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons R, D, U, E, S are seated around a circular table. U and S do not sit next to each other. U sits between R and E. R sits immediately to the left of U. R and U sit next to each other. E sits between U and D. Who sits to the immediate right of U? A) U B) E C) D D) S
{"reasoning": "Arrangement: R - U - E - D - S (circular). Answer: E.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Consider these relations: Swati's sister; Saroj's father. What is the relationship of Nikhil to Swati? A) Son B) Husband C) Grandson D) Father
{"reasoning": "Following the chain: Swati's sister β†’ Saroj's father. Therefore, Nikhil is the father of Swati.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Charan's daughter β†’ Fatima's sister. How is Zara related to Charan? A) Niece B) Daughter C) Maternal grandmother D) Mother
{"reasoning": "Following the chain: Charan's daughter β†’ Fatima's sister. Therefore, Zara is the daughter of Charan.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Find the wrong number in the series: 6, 9, 14, 15, 18, 21, 24 A) 14 B) 21 C) 24 D) 15
{"reasoning": "The series follows arithmetic (d=3). 14 should be 12.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Hema's husband β†’ Tushar's daughter β†’ Jaya's brother. How is Ishaan related to Hema? A) Grandson B) Son C) Maternal grandfather D) Brother-in-law
{"reasoning": "Following the chain: Hema's husband β†’ Tushar's daughter β†’ Jaya's brother. Therefore, Ishaan is the son of Hema.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Stanley has a sister named Mary. Stanley is a brother of Mary. Mary is a sister of Naomi. Naomi is the granddaughter of Shaun. How is Mary related to Shaun? A) Cousin B) Granddaughter C) Sister D) Aunt
{"reasoning": "Following the family relationship chain in the story, Mary is the granddaughter of Shaun. Relation path: granddaughter-sister-brother-sister.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Consider these relations: Arun's brother; Prakash's father; Ritesh's son; Karthik's mother. What is the relationship of Shobha to Arun? A) Paternal grandmother B) Maternal grandmother C) Mother D) Cousin
{"reasoning": "Following the chain: Arun's brother β†’ Prakash's father β†’ Ritesh's son β†’ Karthik's mother. Therefore, Shobha is the mother of Arun.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
6 persons H, F, U, X, C, S are seated in a row (left to right). S and H sit next to each other. F sits at the rightmost position. C sits immediately to the left of U. X and F do not sit next to each other. H sits immediately to the left of C. Who sits at the right end? A) U B) S C) C D) F
{"reasoning": "Arrangement: X - S - H - C - U - F. Answer: F.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Consider these relations: Seema's husband; Mukesh's son; Rahul's daughter; Vijaya's mother. What is the relationship of Madhuri to Seema? A) Sister-in-law B) Maternal grandmother C) Aunt D) Daughter-in-law
{"reasoning": "Following the chain: Seema's husband β†’ Mukesh's son β†’ Rahul's daughter β†’ Vijaya's mother. Therefore, Madhuri is the daughter-in-law of Seema.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. A few stones are sparrows. 2. Each sparrow is a professor. 3. None of the professors are musicians. Which conclusion does NOT follow? A) Some professors are stones B) None of the musicians are sparrows C) A few stones are sparrows D) No stones are sparrows
{"reasoning": "'No stone is a sparrow' cannot be logically derived from the given statements.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
What comes next? 8, 10, 14, 20, 28, 38, ? A) 45 B) 63 C) 51 D) 50
{"reasoning": "Second differences are constant = 2. First differences: 2,4,6,...", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. A few islands are oceans. 2. No ocean is a nurse. Conclusion: Some islands are not nurses. Is this conclusion: A) Definitely true B) Definitely false C) Cannot be determined D) Probably true but uncertain
{"reasoning": "The conclusion 'Some islands are not nurses' is definitely true given the premises.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Savita's husband β†’ Tushar's daughter β†’ Zara's sister. How is Ananya related to Savita? A) Sister-in-law B) Paternal grandmother C) Daughter D) Aunt
{"reasoning": "Following the chain: Savita's husband β†’ Tushar's daughter β†’ Zara's sister. Therefore, Ananya is the daughter of Savita.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons E, R, V, C, X are seated around a circular table. R sits immediately to the left of V. There are exactly 3 seats between C and V. C and E sit next to each other. R sits between X and V. E and X sit next to each other. Who sits to the immediate right of C? A) E B) X C) C D) R
{"reasoning": "Arrangement: C - E - X - R - V (circular). Answer: E.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: James has a sister named Kathrine. James is Kenneth's father. Charles is Kenneth's brother. Frances is a sister of Kathrine. How is Frances related to Kenneth? A) Grandmother B) Niece C) Son D) Aunt
{"reasoning": "Following the family relationship chain in the story, Frances is the aunt of Kenneth. Relation path: father-sister-sister.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Girish's daughter. Lakshmi's mother. Heena's son. How is Balaji related to Girish? A) Father B) Cousin C) Grandson D) Son
{"reasoning": "Following the chain: Girish's daughter β†’ Lakshmi's mother β†’ Heena's son. Therefore, Balaji is the son of Girish.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. No cats are lamps. 2. Some of the lamps are gems. 3. No gem is a healer. Which of the following conclusions can be drawn? A) Every gem is a lamp B) Some cats are not healers C) Each lamp is a cat D) None of the gems are healers
{"reasoning": "'No gem is a healer' logically follows from the given statements.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Paul is the father of Jeffrey. Karen is Paul's daughter. Clarence is Karen's uncle. Jeffrey has a brother named Alex. How is Clarence related to Jeffrey? A) Grandmother B) Uncle C) Daughter-in-law D) Mother
{"reasoning": "Following the family relationship chain in the story, Clarence is the uncle of Jeffrey. Relation path: father-daughter-uncle.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. Each fruit is a scientist. 2. No scientists are bottles. Which conclusion does NOT follow? A) All fruits are scientists B) Not all scientists are fruits C) No bottles are fruits D) None of the scientists are bottles
{"reasoning": "'Some scientists are not fruits' cannot be logically derived from the given statements.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons C, T, S, Z, F are seated in a row (left to right). T and C do not sit next to each other. T sits immediately to the left of F. C sits at the rightmost position. There are exactly 2 seats between S and Z. S sits at the leftmost position. Who sits at the left end? A) Z B) S C) F D) T
{"reasoning": "Arrangement: S - T - F - Z - C. Answer: S.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Maria is Sarah's daughter. Jennifer is Steven's granddaughter. Juan is Maria's father. Sarah has a son called Joshua. Juan is Joshua's father. Jennifer is a daughter of Glen. Sarah is Jerry's mother. Jerry is a brother of Jeanne. Sarah is Jeanne's mother. Joshua has a sister named Maria. Teresa is Juan's sister. How is Teresa related to Jeanne? A) Brother B) Son-in-law C) Grandson D) Aunt
{"reasoning": "Following the family relationship chain in the story, Teresa is the aunt of Jeanne. Relation path: mother-son-father-sister.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Consider these relations: Fatima's daughter; Parvati's sister; Lata's father; Vinod's sister. What is the relationship of Madhuri to Fatima? A) Daughter-in-law B) Granddaughter C) Niece D) Sister-in-law
{"reasoning": "Following the chain: Fatima's daughter β†’ Parvati's sister β†’ Lata's father β†’ Vinod's sister. Therefore, Madhuri is the sister-in-law of Fatima.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Find the missing term: 10, 19, ?, 73, 145, 289, 577 A) 37 B) 39 C) 34 D) 44
{"reasoning": "Each term = previous Γ— 2 + (-1).", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
What comes next? 4, 8, 15, 25, 38, 54, ? A) 91 B) 68 C) 93 D) 73
{"reasoning": "Second differences are constant = 3. First differences: 4,7,10,...", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Gauri's daughter β†’ Pooja's brother β†’ Gopal's daughter β†’ Hema's mother β†’ Nandini's son. How is Jagdish related to Gauri? A) Father B) Cousin C) Grandson D) Son-in-law
{"reasoning": "Following the chain: Gauri's daughter β†’ Pooja's brother β†’ Gopal's daughter β†’ Hema's mother β†’ Nandini's son. Therefore, Jagdish is the grandson of Gauri.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Fill in the blank: DE, HG, JK, NM, ?, TS A) QQ B) PQ C) PR D) PS
{"reasoning": "Letter pairs alternate forward/reversed, advancing by 3.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Find the wrong number in the series: 9, 16, 23, 28, 37, 44 A) 23 B) 44 C) 37 D) 28
{"reasoning": "The series follows arithmetic (d=7). 28 should be 30.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. Every watche is a accountant. 2. Some of the accountants are not whales. Conclusions: A. None of the whales are accountants. B. A few watches are accountants. C. Some whales are not watches. D. Not all accountants are whales. How many of the above conclusions follow? A) 0 B) 3 C) 2 D) 1
{"reasoning": "1 conclusion(s) follow: D.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons H, T, W, X, U are seated in a row (left to right). U sits immediately to the left of W. X and H do not sit next to each other. X sits at the leftmost position. There are exactly 2 seats between T and W. Who sits between H and W? A) X B) H C) T D) U
{"reasoning": "Arrangement: X - T - H - U - W. Answer: U.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Marlys has a brother named Stephen. Michele is Basil's sister. Glenda has a sister named Marlys. Glenda is Michele's mother. How is Stephen related to Basil? A) Grandson B) Grandfather C) Daughter-in-law D) Uncle
{"reasoning": "Following the family relationship chain in the story, Stephen is the uncle of Basil. Relation path: sister-mother-sister-brother.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Clarence has a son called Thomas. Dalia has a son called Kenneth. Clarence is a brother of Frances. Dalia is a sister of Clarence. How is Kenneth related to Frances? A) Nephew B) Son C) Mother D) Grandmother
{"reasoning": "Following the family relationship chain in the story, Kenneth is the nephew of Frances. Relation path: brother-sister-son.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Ishaan's mother β†’ Geeta's brother β†’ Sanjay's mother β†’ Savita's husband. How is Ritesh related to Ishaan? A) Son-in-law B) Paternal grandfather C) Maternal grandfather D) Cousin
{"reasoning": "Following the chain: Ishaan's mother β†’ Geeta's brother β†’ Sanjay's mother β†’ Savita's husband. Therefore, Ritesh is the maternal grandfather of Ishaan.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Identify the next element in the sequence: 12, 11, 19, 14, 26, 17, 33, ? A) 20 B) 30 C) 16 D) 8
{"reasoning": "Two interleaved arithmetic series: (12,+7) and (11,+3).", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons S, X, C, Z, A are seated in a row (left to right). There are exactly 3 seats between S and X. Z sits immediately to the left of A. S and X do not sit next to each other. C sits immediately to the left of Z. S sits immediately to the left of C. Who sits at the left end? A) A B) Z C) C D) S
{"reasoning": "Arrangement: S - C - Z - A - X. Answer: S.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
7 persons T, Z, G, C, V, S, Q are seated in a row (left to right). S sits between Q and V. S and Z do not sit next to each other. There are exactly 3 seats between S and Z. T sits immediately to the left of Z. G sits immediately to the left of Q. How many people sit between C and Z? A) 2 B) 5 C) 1 D) 6
{"reasoning": "Arrangement: G - Q - S - V - C - T - Z. Answer: 1.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Identify the next element in the sequence: 6, 24, 96, 384, 1536, ? A) 6145 B) 6147 C) 6142 D) 6144
{"reasoning": "Geometric progression with ratio 4.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Linda is a sister of Dana. Jennifer has a sister named Irene. Teresa is Linda's mother. Maria is the niece of John. Jennifer has a sister named Dana. Tom has a brother named Adam. Teresa is the mother of Irene. Irene is a sister of Linda. Teresa has a sister named Amanda. How is Amanda related to Jennifer? A) Grandfather B) Mother-in-law C) Aunt D) Son
{"reasoning": "Following the family relationship chain in the story, Amanda is the aunt of Jennifer. Relation path: sister-sister-mother-sister.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Aarti's husband. Amit's son. How is Naveen related to Aarti? A) Son B) Son-in-law C) Maternal grandfather D) Father
{"reasoning": "Following the chain: Aarti's husband β†’ Amit's son. Therefore, Naveen is the son of Aarti.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Eshan's brother. Naresh's mother. Tara's husband. Umesh's daughter. How is Sunita related to Eshan? A) Daughter-in-law B) Sister C) Aunt D) Cousin
{"reasoning": "Following the chain: Eshan's brother β†’ Naresh's mother β†’ Tara's husband β†’ Umesh's daughter. Therefore, Sunita is the sister of Eshan.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Find the next term in the series: I, 3, M, 6, Q, ? A) 8 B) 9 C) 10 D) 7
{"reasoning": "Alternating: letters (+4), numbers (+3).", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Steven is the husband of Lorna. Steven has a brother named Robert. William is Robert's father. How is William related to Lorna? A) Nephew B) Mother-in-law C) Father-in-law D) Brother-in-law
{"reasoning": "Following the family relationship chain in the story, William is the father-in-law of Lorna. Relation path: husband-brother-father.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Identify the next element in the sequence: 0, 9, 18, 27, 36, ? A) 53 B) 46 C) 45 D) 50
{"reasoning": "Arithmetic progression with first term 0 and common difference 9.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Given the following family relationships: Faisal's mother. Lakshmi's husband. Arun's son. Sandeep's brother. How is Charan related to Faisal? A) Nephew B) Brother C) Son-in-law D) Husband
{"reasoning": "Following the chain: Faisal's mother β†’ Lakshmi's husband β†’ Arun's son β†’ Sandeep's brother. Therefore, Charan is the brother of Faisal.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Kenneth is a son of Dalia. Karen is a daughter of Paul. Paul has a wife who is Frances. Paul is the uncle of Kenneth. How is Karen related to Dalia? A) Sister-in-law B) Neice C) Niece D) Son
{"reasoning": "Following the family relationship chain in the story, Karen is the neice of Dalia. Relation path: son-uncle-daughter.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. No engineer is a key. 2. Each key is a river. 3. No river is a book. Which of the following conclusions can be drawn? A) Some keys are not rivers B) Some of the books are keys C) No key is a engineer D) No engineers are rivers
{"reasoning": "'No key is a engineer' logically follows from the given statements.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Identify the next element in the sequence: 15, 29, 43, 57, 71, ? A) 68 B) 85 C) 98 D) 86
{"reasoning": "Arithmetic progression with first term 15 and common difference 14.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Donnie is the father of Byron. Adele has a son called Byron. Andrew is a brother of Donnie. How is Andrew related to Adele? A) Uncle B) Brother C) Cousin D) Granddaughter
{"reasoning": "Following the family relationship chain in the story, Andrew is the brother of Adele. Relation path: son-father-brother.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. All builders are librarians. 2. Some of the librarians are not clocks. 3. Some of the clocks are not rings. Conclusions: A. Some of the clocks are not librarians. B. A few rings are librarians. C. Each ring is a builder. D. A few builders are rings. E. Some of the rings are builders. How many of the above conclusions follow? A) 3 B) 0 C) 4 D) 1
{"reasoning": "0 conclusion(s) follow: none.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Consider these relations: Lokesh's sister; Deepa's mother; Pooja's daughter; Nisha's father. What is the relationship of Pankaj to Lokesh? A) Son-in-law B) Grandson C) Father D) Brother
{"reasoning": "Following the chain: Lokesh's sister β†’ Deepa's mother β†’ Pooja's daughter β†’ Nisha's father. Therefore, Pankaj is the father of Lokesh.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Paresh's mother β†’ Bharti's son β†’ Jay's father β†’ Binu's mother. How is Swati related to Paresh? A) Maternal grandmother B) Niece C) Paternal grandmother D) Daughter-in-law
{"reasoning": "Following the chain: Paresh's mother β†’ Bharti's son β†’ Jay's father β†’ Binu's mother. Therefore, Swati is the paternal grandmother of Paresh.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Melody has a brother named Fredrick. Kenneth is a son of Sharon. Rosamond is Teresa's daughter. Teresa is the mother of Fredrick. Rosamond has a sister named Sharon. How is Kenneth related to Melody? A) Uncle B) Father-in-law C) Nephew D) Mother
{"reasoning": "Following the family relationship chain in the story, Kenneth is the nephew of Melody. Relation path: brother-mother-daughter-sister-son.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Consider these relations: Karthik's brother; Suresh's father; Tarun's wife. What is the relationship of Kamla to Karthik? A) Cousin B) Mother C) Sister D) Granddaughter
{"reasoning": "Following the chain: Karthik's brother β†’ Suresh's father β†’ Tarun's wife. Therefore, Kamla is the mother of Karthik.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Leela's mother. Sarita's husband. How is Satish related to Leela? A) Maternal grandfather B) Father C) Son D) Uncle
{"reasoning": "Following the chain: Leela's mother β†’ Sarita's husband. Therefore, Satish is the father of Leela.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
7 persons S, W, X, B, H, Z, A are seated in a row (left to right). W sits at one of the ends. B sits at the leftmost position. H and S do not sit next to each other. X sits immediately to the left of W. Z sits immediately to the left of A. Who sits at the left end? A) S B) B C) W D) X
{"reasoning": "Arrangement: B - H - Z - A - S - X - W. Answer: B.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Benita is the mother of Marlys. Marlys is Jose's sister. Lila has a brother named Kenneth. Benita has a daughter called Lila. How is Kenneth related to Jose? A) Mother B) Nephew C) Wife D) Brother
{"reasoning": "Following the family relationship chain in the story, Kenneth is the brother of Jose. Relation path: sister-mother-daughter-brother.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. None of the lamps are journalists. 2. A few journalists are collectors. 3. All collectors are chefs. Conclusions: I. Some journalists are chefs. II. No collectors are chefs. A) Only conclusion I follows B) Only conclusion II follows C) Both conclusions I and II follow D) Neither conclusion I nor II follows
{"reasoning": "Conclusion I ('Some journalists are chefs') follows. Conclusion II ('No collectors are chefs') does not follow.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
6 persons E, Z, Y, F, G, P are seated in a row (left to right). Z and Y sit next to each other. There are exactly 2 seats between Z and G. F sits at the leftmost position. P sits between F and Z. Who sits to the immediate right of E? A) P B) G C) F D) Y
{"reasoning": "Arrangement: F - P - Z - Y - E - G. Answer: G.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. Some of the toys are pharmacists. 2. Not all pharmacists are deserts. Conclusions: I. A few deserts are pharmacists. II. Some of the pharmacists are deserts. A) Only conclusion I follows B) Only conclusion II follows C) Both conclusions I and II follow D) Neither conclusion I nor II follows
{"reasoning": "Conclusion I ('A few deserts are pharmacists') does not follow. Conclusion II ('Some of the pharmacists are deserts') does not follow.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Rahul's wife. Mamta's daughter. Gita's brother. How is Ramesh related to Rahul? A) Uncle B) Maternal grandfather C) Son D) Brother
{"reasoning": "Following the chain: Rahul's wife β†’ Mamta's daughter β†’ Gita's brother. Therefore, Ramesh is the son of Rahul.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons H, D, E, Z, X are seated in a row (left to right). There are exactly 2 seats between X and D. D sits between E and H. D sits immediately to the left of H. There is exactly 1 seat between Z and D. X sits immediately to the left of Z. Who sits at the left end? A) H B) E C) X D) Z
{"reasoning": "Arrangement: X - Z - E - D - H. Answer: X.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. No cats are deserts. 2. None of the deserts are healers. 3. All healers are scholars. Conclusions: I. Some scholars are not deserts. II. Some cats are not scholars. A) Only conclusion I follows B) Only conclusion II follows C) Both conclusions I and II follow D) Neither conclusion I nor II follows
{"reasoning": "Conclusion I ('Some scholars are not deserts') does not follow. Conclusion II ('Some cats are not scholars') does not follow.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
7 persons P, Z, V, F, Y, U, Q are seated in a row (left to right). There are exactly 3 seats between Z and P. There is exactly 1 seat between F and Q. F sits between U and Z. Q sits immediately to the left of Y. Who sits to the immediate right of Z? A) F B) Y C) V D) Q
{"reasoning": "Arrangement: U - F - Z - Q - Y - V - P. Answer: Q.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. All accountants are crows. 2. Some crows are books. 3. Not all books are phones. Conclusions: I. Some accountants are crows. II. Some of the phones are not accountants. A) Only conclusion I follows B) Only conclusion II follows C) Both conclusions I and II follow D) Neither conclusion I nor II follows
{"reasoning": "Conclusion I ('Some accountants are crows') does not follow. Conclusion II ('Some of the phones are not accountants') does not follow.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: James is Fredrick's brother. Dong is Michele's brother. Jeffrey is James's son. Jeffrey has a sister named Michele. Babette is a sister of Dong. How is Babette related to Fredrick? A) Granddaughter B) Grandfather C) Son-in-law D) Neice
{"reasoning": "Following the family relationship chain in the story, Babette is the neice of Fredrick. Relation path: brother-son-sister-brother-sister.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Study the following relationship chain: Ganesh's sister β†’ Jaya's mother β†’ Shanti's daughter β†’ Radha's father. How is Mukesh related to Ganesh? A) Cousin B) Maternal grandfather C) Son D) Father
{"reasoning": "Following the chain: Ganesh's sister β†’ Jaya's mother β†’ Shanti's daughter β†’ Radha's father. Therefore, Mukesh is the father of Ganesh.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Lawrence has a daughter called Maureen. Marian has a brother named Lawrence. How is Maureen related to Marian? A) Son B) Niece C) Neice D) Cousin
{"reasoning": "Following the family relationship chain in the story, Maureen is the neice of Marian. Relation path: brother-daughter.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons P, U, V, Y, F are seated around a circular table. There is exactly 1 seat between U and Y. There are exactly 3 seats between U and P. P sits between F and U. F sits immediately to the left of P. V sits immediately to the left of Y. Who sits to the immediate left of U? A) P B) U C) F D) Y
{"reasoning": "Arrangement: U - V - Y - F - P (circular). Answer: P.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons B, T, D, S, Z are seated in a row (left to right). T and D sit next to each other. There is exactly 1 seat between B and S. D sits at the rightmost position. There are exactly 3 seats between B and D. Z and S sit next to each other. Who sits to the immediate left of Z? A) B B) D C) S D) Z
{"reasoning": "Arrangement: B - Z - S - T - D. Answer: B.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Teresa is the grandmother of Gary. Julieann is Eric's sister. Thomas is Julieann's father. Gary is Victor's brother. Thomas has a son called Victor. How is Teresa related to Eric? A) Cousin B) Uncle C) Grandmother D) Aunt
{"reasoning": "Following the family relationship chain in the story, Teresa is the grandmother of Eric. Relation path: sister-father-son-brother-grandmother.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. None of the foxes are painters. 2. A few painters are baskets. 3. No baskets are toys. Conclusion: Every foxe is a basket. Is this conclusion: A) Definitely true B) Definitely false C) Cannot be determined D) Probably true but uncertain
{"reasoning": "The conclusion 'Every foxe is a basket' is cannot be determined given the premises.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
5 persons U, E, H, V, F are seated in a row (left to right). V and F do not sit next to each other. V sits immediately to the left of H. V sits at the leftmost position. E and F sit next to each other. Who sits to the immediate right of H? A) H B) F C) U D) V
{"reasoning": "Arrangement: V - H - U - E - F. Answer: U.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Uday's brother. Yogesh's father. Dev's father. Ishaan's son. How is Ritesh related to Uday? A) Brother-in-law B) Paternal grandfather C) Uncle D) Grandson
{"reasoning": "Following the chain: Uday's brother β†’ Yogesh's father β†’ Dev's father β†’ Ishaan's son. Therefore, Ritesh is the uncle of Uday.", "answer": "C"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Read the following information carefully: Marlys is David's mother. David is Elaine's brother. Lila has a sister named Glenda. Lila is a sister of Marlys. How is Glenda related to Elaine? A) Husband B) Aunt C) Mother D) Sister-in-law
{"reasoning": "Following the family relationship chain in the story, Glenda is the aunt of Elaine. Relation path: brother-mother-sister-sister.", "answer": "B"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
What is the missing number? 3, 8, 15, 24, 35, ?, 63, 80 A) 96 B) 58 C) 43 D) 48
{"reasoning": "Pattern: nΒ² + -1, starting at n=2.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. None of the hawks are flowers. 2. None of the flowers are islands. Which of the following conclusions can be drawn? A) All hawks are islands B) Each island is a flower C) Not all flowers are hawks D) No island is a flower
{"reasoning": "'No island is a flower' logically follows from the given statements.", "answer": "D"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
Statements: 1. No chair is a snake. 2. Some snakes are scientists. 3. Not all scientists are bottles. Conclusions: I. Some scientists are not chairs. II. Some bottles are not snakes. A) Only conclusion I follows B) Only conclusion II follows C) Both conclusions I and II follow D) Neither conclusion I nor II follows
{"reasoning": "Conclusion I ('Some scientists are not chairs') follows. Conclusion II ('Some bottles are not snakes') does not follow.", "answer": "A"}
Answer the following multiple-choice question. Provide your reasoning first, then the correct option letter.
What is the missing number? 6, 17, ?, 149, 446, 1337 A) 50 B) 60 C) 55 D) 45
{"reasoning": "Each term = previous Γ— 3 + (-1).", "answer": "A"}
End of preview.
README.md exists but content is empty.
Downloads last month
29