Dataset Preview
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 14 new columns ({'answer', 'utterance', 'clip_name', 'game_id', 'question', 'player_num', 'video_path', 'utterance_masked', 'speaker', 'context', 'id', 'task', 'choices', 'dataset'}) and 10 missing columns ({'a4', 'ts', 'q', 'a1', 'vid_name', 'name_mapping', 'qid', 'a3', 'a0', 'a2'}).
This happened while the json dataset builder was generating data using
hf://datasets/arkimjh/social-benchmark/json/mmsi_test_mpp.json (at revision 70a56737b9a52b7b5720220534b4474563ffd91b), [/tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_mpp.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_mpp.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_pcr.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_pcr.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_sti.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_sti.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_mpp.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_mpp.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_pcr.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_pcr.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_sti.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_sti.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
clip_name: string
video_path: string
dataset: string
game_id: string
speaker: string
player_num: int64
utterance: string
context: list<item: string>
child 0, item: string
choices: list<item: string>
child 0, item: string
id: string
task: string
utterance_masked: string
question: string
answer: string
answer_idx: int64
-- schema metadata --
pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 1936
to
{'qid': Value('int64'), 'vid_name': Value('string'), 'ts': List(Value('float64')), 'q': Value('string'), 'answer_idx': Value('string'), 'name_mapping': {'P0': Value('string'), 'P1': Value('string'), 'P2': Value('string'), 'P3': Value('string'), 'P4': Value('string'), 'P5': Value('string'), 'P6': Value('string'), 'P7': Value('string'), 'P8': Value('string')}, 'a0': Value('string'), 'a1': Value('string'), 'a2': Value('string'), 'a3': Value('string'), 'a4': 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 14 new columns ({'answer', 'utterance', 'clip_name', 'game_id', 'question', 'player_num', 'video_path', 'utterance_masked', 'speaker', 'context', 'id', 'task', 'choices', 'dataset'}) and 10 missing columns ({'a4', 'ts', 'q', 'a1', 'vid_name', 'name_mapping', 'qid', 'a3', 'a0', 'a2'}).
This happened while the json dataset builder was generating data using
hf://datasets/arkimjh/social-benchmark/json/mmsi_test_mpp.json (at revision 70a56737b9a52b7b5720220534b4474563ffd91b), [/tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_mpp.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_mpp.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_pcr.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_pcr.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_sti.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/mmsi_test_sti.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_mpp.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_mpp.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_pcr.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_pcr.json), /tmp/hf-datasets-cache/medium/datasets/84237103845023-config-parquet-and-info-arkimjh-social-benchmark-9730daa1/hub/datasets--arkimjh--social-benchmark/snapshots/70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_sti.json (origin=hf://datasets/arkimjh/social-benchmark@70a56737b9a52b7b5720220534b4474563ffd91b/json/online_mmsi_test_sti.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.
qid int64 | vid_name string | ts list | q string | answer_idx string | name_mapping dict | a0 string | a1 string | a2 string | a3 string | a4 string |
|---|---|---|---|---|---|---|---|---|---|---|
133,290 | s01e02_seg02_clip_12 | [
0,
5.4
] | Why did P1 tell himself to turn his pelvis when P0 was giving him a hug ? | 3 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 was trying to get away from P0 . | P1 is weird . | P1 likes to give himself odd instructions . | P1 had become excited and did not want P0 to know . | P1 did not like hugging P0 . |
136,932 | s01e02_seg02_clip_12 | [
12.3,
20.11
] | What did P0 tell P1 after he finished playing the game ? | 2 | {
"P0": "Howard",
"P1": "Leonard",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 told P1 to go pick up his lunch . | P0 told P1 that he would never beat his score . | P0 told P1 to grab a napking because he just got served . | P0 told P1 to compare their scores . | P0 told P1 to copy his dance moves . |
133,451 | s01e02_seg02_clip_12 | [
17.71,
25.51
] | What did P1 tell P0 after P0 said that P1 just got served ? | 3 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 told P0 that he really hates that game . | P1 told P0 that P0 is n't very good . | P1 told P0 that P2 will beat his score . | P1 told P0 that it was fine , he wins . | P1 told P0 that he will beat him . |
134,785 | s01e02_seg02_clip_12 | [
46.83,
55.84
] | Why did P3 say that P2 was upset after P1 asked ? | 4 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Penny",
"P3": "Raj",
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P3 said that P2 did n't mention P1 . | P3 said that P2 was very happy . | P3 said that P2 was very mad at P1 . | P3 said that P2 was only mad at P0 . | P3 said that P2 was upset because P2 's sister shot somebody . |
131,529 | s01e03_seg02_clip_05 | [
7.67,
16.23
] | What does P1 say there was none of when P0 asked about the kiss ? | 0 | {
"P0": "Leonard",
"P1": "Leslie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 says there was no arousal . | P1 says there was no passion . | There was no kiss . | P1 says the kiss lacked a certain fire . | P1 says there was no excitement in the kiss . |
135,603 | s01e03_seg02_clip_05 | [
2.66,
22.43
] | Where is P0 sitting when P1 talks about the kiss ? | 1 | {
"P0": "Leonard",
"P1": "Leslie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 is sitting on the sink . | P0 is sitting on the barstool . | P0 is sitting on the floor . | P0 is sitting in P1 's lap . | P0 is sitting behind the desk . |
128,609 | s01e03_seg02_clip_05 | [
9.44,
19.48
] | Why is P0 disappointed when he leaves the laboratory ? | 3 | {
"P0": "Leonard",
"P1": "Leslie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P1 refused to go on a date with him . | Because someone ate P0 's lunch . | Because someone ruined P0 's experiment . | Because P1 tells P0 there was no arousal in his kiss . | Because P0 lost his job . |
123,984 | s01e03_seg02_clip_10 | [
0.58,
13.64
] | Who visited P2 in her house before dinner ? | 4 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Penny",
"P3": "Raj",
"P4": "Sheldon",
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | No one visited P2 in her house . | P0 visited P2 in her house . | P3 visited P2 in her house . | P4 visited P2 in her house . | P1 visited P2 in her house . |
122,856 | s01e03_seg02_clip_10 | [
2.03,
14.22
] | Why P0 visited P1 in her house before dinner ? | 1 | {
"P0": "Leonard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P0 wants to eat dinner in P1 's house . | Because P0 wants to invite P1 to dinner . | Because P1 is sick . | Because P0 wants to borrow money from P1 . | Because he misses P1 . |
132,532 | s01e03_seg02_clip_10 | [
2.9,
22.05
] | Why P2 accepted P1 's dinner invitation after he asked her ? | 2 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Penny",
"P3": "Raj",
"P4": "Sheldon",
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P2 likes P1 . | Because P2 likes free dinner . | Because P2 likes hanging out with P0 , P3 , P4 and P1 . | Because P2 is bored . | Because P2 is hungry . |
129,291 | s01e03_seg02_clip_10 | [
8.7,
27.85
] | What time P0 plans to take P1 to dinner before P1 accepted the invitation ? | 0 | {
"P0": "Leonard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 wants to take P1 to dinner at 6 : 30 . | P0 wants to take P1 to dinner at 9 : 00 . | P0 wants to take P1 to dinner at 8 : 30 . | P0 wants to take P1 to dinner at 8 : 00 . | P0 wants to take P1 to dinner at 10 : 00 . |
133,955 | s01e03_seg02_clip_10 | [
2.61,
20.89
] | Where did P0 go before dinner ? | 1 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 went to School before dinner . | P0 went to P1 's house flat before dinner . | P0 went to church before dinner . | P0 went to P2 's house before dinner . | P0 went to the clinic before dinner . |
124,994 | s02e01_seg02_clip_11 | [
0,
9.18
] | How did P0 feel when P1 thought P0 did n't know Indian cinema ? | 0 | {
"P0": "Raj",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | irritated | happy | peaceful | elated | bored |
135,237 | s02e01_seg02_clip_11 | [
45.35,
54.53
] | How did P0 feel when he had to switch beds with P1 ? | 2 | {
"P0": "Howard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | bored | happy | angry | gloomy | sleepy |
135,058 | s02e01_seg02_clip_11 | [
45.62,
57.02
] | How did P0 feel when he was switching beds ? | 3 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | tired | irritated | sleepy | relieved | gloomy |
122,636 | s02e02_seg02_clip_04 | [
0,
6.93
] | Where were P1 and P0 when P1 asked P0 out on a date ? | 3 | {
"P0": "Leonard",
"P1": "Leslie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 and P0 were standing on the staircase in P0 's apartment . | P1 and P0 were standing by the door outside P0 's office . | P1 and P0 were by a display of comic books in the comic book store . | P1 and P0 were sitting at a table together in the cafeteria . | P1 and P0 were standing next to a table in the cafeteria . |
132,238 | s02e02_seg02_clip_04 | [
50.73,
60.5
] | What did P1 say he and P0 always did on Friday nights when he learned P0 had a date ? | 3 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 and P0 cooked dinner for each other on Friday nights . | P1 and P0 watched their favorite TV show on Friday nights . | P1 and P0 discussed their work on Friday nights . | P1 and P0 played vintage games on Friday nights . | P1 and P0 went to the comic book store together on Friday nights . |
123,674 | s02e02_seg02_clip_04 | [
53.26,
61.45
] | Why did P0 say he had to stop playing Mario when he found the memory card his mother sent ? | 4 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P0 lost the memory card . | Because P0 caught chicken pox . | Because P0 's mother became convinced video games were evil . | Because P0 got stuck on a really hard part of the game . | Because P0 had pernicious anemia in 1999 . |
134,381 | s02e02_seg02_clip_04 | [
0,
6.93
] | How did P0 feel when P1 gave him the schedule for their date ? | 2 | {
"P0": "Leonard",
"P1": "Leslie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 did n't care . | P0 felt happy that he would n't have to worry about how to proceed . | P0 felt awkward and like P1 did n't really care about him . | P0 felt angry that P1 would try and order him around . | P0 felt sad . |
133,964 | s02e02_seg02_clip_04 | [
10.08,
24.9
] | How did P1 feel when P0 agreed to her schedule for the date ? | 1 | {
"P0": "Leonard",
"P1": "Leslie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 felt awkward that she had to spell things out so explicitly for P0 . | P1 felt relieved that she would n't have to worry about getting too emotionally attached to P0 . | P1 felt angry that P0 was making her do all the work . | P1 felt sad that P0 did n't care enough about her to do any of the work . | P1 felt nothing because she had nothing better to do . |
136,602 | s01e02_seg02_clip_04 | [
31.63,
38.09
] | What is P0 holding when he comes out of the bedroom ? | 4 | {
"P0": "Leonard",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 is holding his cell phone . | P0 is holding a baseball bat . | P0 is holding a shovel . | P0 is holding a coat hanger . | P0 is holding a mock lightsaber . |
125,504 | s01e02_seg02_clip_04 | [
48.64,
61.9
] | Where has P5 gone when P3 awakes in the middle of the night ? | 0 | {
"P0": "Amy",
"P1": "Bernadette",
"P2": "Howard",
"P3": "Leonard",
"P4": "Penny",
"P5": "Sheldon",
"P6": null,
"P7": null,
"P8": null
} | P5 has gone into P4 's apartment . | P5 has gone out for pizza . | P5 has gone downstairs to talk with a neighbor . | P5 has done to P0 's apartment . | P5 went to spend the night with P2 and P1 . |
137,040 | s01e02_seg02_clip_04 | [
49.32,
58.16
] | Why did P2 go to P1 's apartment after everyone has gone to sleep ? | 0 | {
"P0": "Amy",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P2 went to P1 's apartment to clean while P1 was sleeping . | P2 went to P1 's apartment to organize her shampoo . | P2 went to P1 's apartment to read a magazine . | P2 went to P1 's apartment to leave her a surprise birthday gift . | P2 went to P1 's apartment to spend the night with P0 . |
125,081 | s02e03_seg02_clip_06 | [
12.14,
15.18
] | Why did P1 tell P0 to not enter P2 's room after leaving the room herself ? | 2 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P2 was taking a shower . | Because P2 was sleeping . | Because P2 was not wearing bottoms . | Because P2 was working on a project . | Because P2 was afraid of P0 . |
125,586 | s02e03_seg02_clip_06 | [
35.21,
39.76
] | What rule made Doctor Gablehauser responsible for handling situations after disputes have taken place ? | 0 | {
"P0": null,
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | University Policy Manual , Chapter 4 , subsection 2 , Mediation of Intra departmental Disputes made Gablehauser responsible . | Department code 105 made Gablehauser responsible . | Department code 15 made Gablehauser responsible . | Rule 5 section 13 made Gablehauser responsible . | Rule 10 section 10 made Gablehauser responsible . |
124,920 | s02e03_seg02_clip_06 | [
54.33,
55.84
] | What did Dr . Winkle say when Dr . Gablerhauser apologized on her behalf to P0 ? | 3 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Dr . Winkle she will not let the situation happen again . | Dr . Winkle said she agreed with the apology . | Dr . Winkle said she was sorry as well . | Dr . Winkle said she did not apologize for calling P0 Dr Dumb ass . | Dr . Winkle said she will try to avoid interacting with P0 . |
134,538 | s02e03_seg02_clip_06 | [
6.37,
10.32
] | How did P0 react to hearing P1 saying P2 was great when leaving his room ? | 0 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 was surprised and confused by the situation . P0 was left scratching his head . | P0 was amused by the situation . | P0 was happy the situation occurred . | P0 was sad about the situation and cried . | P0 was depressed by the situation and lowered his head . |
127,437 | s02e03_seg02_clip_14 | [
19.81,
28.21
] | Why is P1 asking P0 questions when he is on his lap top ? | 2 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 is asking P0 questions so he can get close to her | P1 is asking P0 questions , so he can know more about her | P1 is asking P0 questions because , they are market research questions for the online registration for P0 's game | P1 is asking P0 questions so they can be best friends | P1 is asking P0 questions so he can use it against her |
122,736 | s02e03_seg02_clip_14 | [
27.91,
36.91
] | When P0 's frenzy stance is not working when did P1 say to drink a healing potion | 4 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 said it 25 minutes after P0 said die , mummy | P1 never said that | P1 said it 20 minutes after P0 said die , mummy | P1 said it 30 minutes after P0 said die , mummy | P1 told P0 to drink healing potion right after P0 said die , mummy |
131,579 | s02e03_seg02_clip_14 | [
24.91,
30.01
] | What is P0 sitting on when she is playing her game | 4 | {
"P0": "Penny",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 is sitting on her bed | P0 is sitting on the sofa | P0 is sitting on the stool | P0 is sitting on the bend | P0 is sitting on a cushion on the floor |
137,275 | s02e03_seg02_clip_16 | [
0,
7.47
] | What is P0 carrying after the scene starts ? | 0 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | water bottle | nothing | french fries | a plate | a pepsi |
132,971 | s02e03_seg02_clip_16 | [
0,
11.21
] | What does P0 say after P1 say who Tom is ? | 2 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | he laughs | nothing | Really really bad | he kicks him | He throws water on him |
129,570 | s02e03_seg02_clip_16 | [
18.27,
23.66
] | What does P0 have in her hands after she enters the apartment ? | 3 | {
"P0": "Penny",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | a notebook | An egg | nothing | Her laptop | an envelope |
127,543 | s02e03_seg02_clip_16 | [
6.64,
11.62
] | What does P0 do after he speaks ? | 3 | {
"P0": "Leonard",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | leaves the apartment | nothing | laughs | drinks water | nods |
123,515 | s02e03_seg02_clip_16 | [
60.61,
65.59
] | What does P1 say after P0 says Hello fair P1 ? | 2 | {
"P0": "Howard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | she cries | Nothing | She says Who are you ? | she stands up | she folds her hands |
131,404 | s02e04_seg02_clip_07 | [
0.92,
10.07
] | What does P1 say after P0 speaks ? | 4 | {
"P0": "Howard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | She tells them to forgive her | She says nothing | She laughs | She walks away | Come on this is huge |
133,442 | s02e04_seg02_clip_07 | [
35.4,
43.02
] | What does Charlie Sheen say after he says he will be in People magazine ? | 2 | {
"P0": null,
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He tells him thats great | He laughs at him | He says call me when your on the cover | He punches him | He slaps him in the face |
131,325 | s02e04_seg02_clip_07 | [
46.69,
54.93
] | What does P0 do after P1 kicks the door | 0 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | She opens it | She goes to sleep | She ask what he wants | She slams the door | She kicks P1 |
127,315 | s02e04_seg02_clip_07 | [
44.55,
55.84
] | What does P1 do with his drink after he kicks the door ? | 3 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He sets it down | He drops it | He throws it on P0 | He tips it then gulps | He spits it out |
136,097 | s02e04_seg02_clip_07 | [
36.92,
44.55
] | How does P0 look after Charlie Sheen speaks to him ? | 1 | {
"P0": "Raj",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He looks happy | He looks disappointed | He looks really very excited | He looks proud | He looks drunk |
128,843 | s02e04_seg02_clip_09 | [
28.72,
36.27
] | What did P0 say his username was when discussing anything for a greencard . com ? | 4 | {
"P0": "Howard",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Mister Sugar Daddy | Hunk of Love | Big Man on Campus | Captain Money Bags | Wealthy Big Penis |
129,025 | s02e04_seg02_clip_09 | [
29.01,
48.45
] | How did P1 react to P0 's idea of joining anything for a greencard . com when P0 showed off the website ? | 2 | {
"P0": "Howard",
"P1": "Leonard",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 said he would think about it . | P1 wanted to join right away . | P1 rejected the idea . | P1 was very curious and said he would sleep on the idea . | P1 wanted to use P0 's account . |
125,474 | s02e04_seg02_clip_09 | [
11.9,
29.3
] | Why was P0 sulking when he entered his apartment ? | 3 | {
"P0": "Leonard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 could n't find the frozen pizza he wanted at the market . | P0 did n't get a professorship that he wanted | P0 suffers from seasonal affective disorder . | P1 is with someone else . | P0 lost his grant for physics research . |
125,253 | s02e04_seg02_clip_15 | [
20.84,
27.35
] | What did P0 say after P1 's mom asked what was wrong with him ? | 0 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | I do n't know , maybe it was the local quinine . | He had too much to drink . | He had food poisoning . | He was coming down with the flu . | He was very upset for being treated like a child . |
133,755 | s02e04_seg02_clip_15 | [
31.25,
36.46
] | What did P0 say to P1 's parents before putting down the laptop ? | 4 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Well , bye , I have to go . | Bye , P1 had to run . | Goodbye from America . | P1 will be back , see ya . | OK , well , it 's nice to meet you . |
125,615 | s02e04_seg02_clip_15 | [
44.28,
47.75
] | What did P0 say to P1 's parents after re entering the room ? | 1 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | That was rude , I do n't want to see you again . | And FYI , you 'd be lucky to have me as a daughter in law . | I forgot to close the lid . | Oops , the laptop is about to fall . | P1 will be right back , goodbye . |
123,379 | s02e04_seg02_clip_15 | [
39.07,
42.97
] | What Hindi greeting did P0 use when leaving P1 's parents ? | 0 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | NAMASTE | BONJOUR | CIAO | SALAAM | SALAAM |
134,228 | s02e10_seg02_clip_00 | [
0,
6.6
] | What did P1 say after P0 said No , absolutely not ? | 1 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Why not ? | It 's not a big deal . | Oh you would be fine | Do n't be a big baby | It 's will be super easy . |
127,724 | s02e10_seg02_clip_00 | [
16.18,
28.39
] | What did P0 say after P1 greeted him ? | 2 | {
"P0": "Sheldon",
"P1": "Stephanie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Hello there | Well look who it is | Good morning , Dr . P1 . | greetings to you too | Hi |
128,238 | s02e10_seg02_clip_00 | [
20.14,
34.34
] | What did P0 say after P1 asked his girlfriend if he satisfied her sexually last night ? | 4 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | I know how to please a woman . | YESS ! ! | Of course I did | well did I | Oh , good God . |
134,714 | s02e10_seg02_clip_00 | [
25.42,
38.3
] | What did P1 say after P0 said we do n't ask questions like that ? | 3 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | I like to see their face | Why not | It 's so fun to hear the answer | I heard you ask it over and over . | Very interesting |
133,166 | s02e10_seg02_clip_00 | [
41.27,
52.17
] | What did Steph say after P0 said hi P1 right ? | 0 | {
"P0": "Penny",
"P1": "Stephanie",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Mm hm . And . ? And you are ? | Yes , that 's me | Do I know you ? | Do you always just walk in like that ? | Where are your clothes ? |
134,241 | s01e02_seg02_clip_12 | [
23.71,
30.31
] | What did P2 tell P0 after P0 asked what was wrong with P1 ? | 4 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P2 told P0 that P1 is grumpy when he is hungry . | P2 told P0 that P1 is tired of losing . | P2 told P0 that P1 just got fired from his job . | P2 told P0 that P1 ate some bad food . | P2 told P0 that P1 's imaginary girlfriend broke up with him . |
134,412 | s02e14_seg01_clip_01 | [
0,
8.05
] | What is P0 doing after the scene starts ? | 0 | {
"P0": "Raj",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Writing on the bulletin board | nothing | laughing | burping | He is writing in his notebook |
132,931 | s02e14_seg01_clip_01 | [
2.99,
11.05
] | What does one of the guys say after P0 finishes with the explanation ? | 3 | {
"P0": "Raj",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | How stupid do you get | Are you sure thats right | You are wrong | I dont know how we could have missed that | What time is it ? |
125,673 | s02e14_seg01_clip_01 | [
28.77,
37.74
] | What do the four guys do after P0 reveals their only option | 3 | {
"P0": "Howard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | They sing | The punch P1 | They laugh | They walk out the room | They sit down |
126,583 | s02e14_seg01_clip_01 | [
20.48,
27.84
] | What does P1 say after P0 finishes speaking | 3 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He says its impossible | He says nothing | he laughs at P0 | Oh P0 you know I cant do that | He says its not humane to do such things |
125,750 | s02e14_seg01_clip_01 | [
36.82,
40.73
] | What is P0 doing after the men walk out ? | 0 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | he is sitting down | he is pacing the floor | he is writing | he is lifting weights | he is ordering pizza |
132,916 | s02e15_seg02_clip_10 | [
0.61,
16.48
] | Who is living with their mother when P0 visits P1 ? | 4 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Raj",
"P3": "Sheldon",
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Astrid | P3 | P2 | P1 | P0 |
135,316 | s02e15_seg02_clip_10 | [
9.15,
17.39
] | Where is P0 's mom when he visits P1 ? | 0 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Raj",
"P3": "Sheldon",
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | At the hospital with P3 . | At home . | With P2 on a date . | In bed . | At the local Pay Less . |
125,705 | s02e15_seg02_clip_10 | [
11.29,
17.7
] | What is wrong with P1 when he is at the hospital with P0 's mom | 4 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He cut off his thumb playing World of Warcraft . | He cut his head open . | He tried to stick a USB into his brain . | He scraped his knee . | Nothing . |
130,234 | s02e19_seg02_clip_11 | [
15.98,
18.94
] | What does P1 say she got after P2 turns on the TV ? | 4 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | What her ex boyfriend was really being tutored on . | A letter from a famous celebrity . | What P0 really meant in their last conversation . | A reaction from the medicine she 's taking . | A physicist 's joke . |
137,187 | s02e19_seg02_clip_11 | [
21.6,
26.04
] | What does P0 ask after P1 starts handing out food ? | 0 | {
"P0": "Howard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | What 's the occasion ? | How her job is going . | Why is she being so nice to them . | What happened to that guy she was seeing . | How is her sister doing . |
126,009 | s02e19_seg02_clip_11 | [
29.22,
35.42
] | What does P1 ask about the chicken after P0 begins handing out food ? | 1 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | If it 's hormone free . | If it 's diced , not shredded . | If the chicken was humanely killed . | Did the chef wash his hands before and after cooking it . | If it came from a free range farm . |
134,594 | s02e19_seg02_clip_11 | [
38.37,
42.5
] | What condiments did P1 ask P0 if she picked up after she starts handing out food ? | 3 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Soy sauce and worcestershire sauce . | Ketchup and mustard . | Tartar sauce and mayonnaise . | Mustard and Soy sauce | Relish and mustard . |
125,476 | s02e19_seg02_clip_11 | [
49.29,
54.89
] | What TV show does P0 ask if they 're going to watch after she sits down ? | 4 | {
"P0": "Penny",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Outrageous Acts of Science | Star Trek | Sliders | Mythbusters . | Battlestar . |
124,000 | s02e21_seg02_clip_06 | [
2.32,
9.28
] | What did P1 call P0 when she said she ran out of milk ? | 1 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 called P0 ugly | P1 called P0 the milk theif | P1 called P0 a burgular | P1 called P0 a dumby | P1 did n't call P0 anything |
132,034 | s02e21_seg02_clip_06 | [
47.87,
53.38
] | Where are P2 and P0 at when they are drinking ? | 2 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Raj",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P2 and P0 are at P1 's | P2 and P0 are at home | P2 and P0 are at a bard | P2 and P0 are in Disney | P2 and P0 are no where |
133,588 | s02e21_seg02_clip_06 | [
15.96,
23.5
] | Who did P2 tell to calm down when she went to go call the building manager ? | 0 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Penny",
"P3": "Raj",
"P4": "Sheldon",
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P2 told P4 to calm down | P2 told P1 to calm down | P2 told P3 to calm down | P2 told P0 to calm down | P2 told herself to calm down |
134,990 | s02e21_seg02_clip_06 | [
20.31,
26.69
] | Where did P0 tell P1 when and where he can eat his dinner | 4 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 never said when and where | P1 can eat his dinner in the hallway | P1 can eat his dinner in the bus stop | P1 can eat his dinner at his place | P1 can eat his dinner at P0 's place while he wait for his door to be open |
125,238 | s02e21_seg02_clip_06 | [
44.1,
48.16
] | What color was P1 's drink when he is with P0 | 1 | {
"P0": "Leonard",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 's drink is white | P1 's drink is green | P1 's drink is brown | P1 's drink is clear | P1 's drink is purple |
128,149 | s02e21_seg02_clip_14 | [
1.04,
7.28
] | Who does P0 introduce himself to when he is at the restaurant ? | 1 | {
"P0": "Howard",
"P1": "Penny",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 | Ester Rosenblatt | Joe Smith | Dr . Hargo | P1 's cousin |
133,846 | s02e21_seg02_clip_14 | [
0,
5.72
] | What is P0 wearing when he introduces himself to Ester ? | 1 | {
"P0": "Howard",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | a green hoodie | a blue sweater | a red Phillies shirt | a purple button down | a rainbow colored shirt |
129,343 | s02e21_seg02_clip_14 | [
0,
10.14
] | Who is looking on when P0 introduces himself to Ester ? | 2 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Penny",
"P3": "Raj",
"P4": "Sheldon",
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P3 and P2 | P2 and P1 | P1 and P3 | P2 and P4 | P4 and P1 |
134,446 | s02e21_seg02_clip_14 | [
12.49,
18.21
] | What does P0 put on the couch after P1 is sitting on it ? | 2 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | a soda | a couch cover | a pillow and blanket | a plate with a hamburger | a puppy |
123,355 | s02e21_seg02_clip_14 | [
30.17,
49.94
] | What children 's book does P1 say he will not live out when he talks to P0 ? | 1 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | The Jolly Green Giant | The Tall Man from Cornwall | The Muensters | Jack and the Beanstalk | The Little Train that Could |
125,255 | s01e04_seg01_clip_00 | [
1.83,
15.26
] | What does P1 say he 's been thinking about lately when he talks to P0 ? | 0 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | time travel | computers | Harvard | Princeton | bowling |
132,165 | s01e04_seg01_clip_00 | [
0,
10.99
] | What is P0 wearing when he is talking to P1 ? | 2 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | a scarf | a hat | a suit | a kilt | jogging pants |
127,200 | s01e04_seg01_clip_00 | [
5.19,
11.29
] | What is P1 wearing when he is talking to P0 ? | 0 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | a sweater with a tie | a hat | a scarf | a parachute | a tank top |
135,862 | s01e04_seg01_clip_00 | [
4.88,
22.28
] | What does Sheldont say he would do if he did time travel when he talks to P0 ? | 1 | {
"P0": "Leonard",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He would travel to the dinosaur age | He would give the time machine to himself in the past | he would invent McDonalds | he would invent the telescope | he would get a girlfriend |
127,158 | s01e04_seg01_clip_00 | [
39.67,
51.57
] | What does P1 say his professor talked to him about when he is going down the stairs with P0 ? | 2 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | eating | sky diving | spelunking | frogs | insects |
128,093 | s01e03_seg02_clip_05 | [
12.69,
25.97
] | How does P0 describe the kiss when asked about it ? | 3 | {
"P0": "Leonard",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 calls the kiss dull and uneventful . | P0 says the kiss was magical , but missing spark . | P0 says the kiss was airy and light . | P0 never describes how the kiss felt for him . | P0 says it was the best kiss he 'd ever had . |
132,129 | s01e04_seg01_clip_01 | [
56.02,
64.02
] | Who is P1 with when they boys arrive at the dinner ? | 1 | {
"P0": "Amy",
"P1": "Howard",
"P2": "Penny",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | His mom | A woman . | P2 | P0 | A man . |
124,549 | s01e04_seg01_clip_01 | [
36.5,
51.22
] | What does P1 say you ca n't find in India when asked by P0 ? | 1 | {
"P0": "Leonard",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | A banana | A bagel | A book | A movie theater | Tickets to Hamilton |
126,531 | s01e04_seg01_clip_01 | [
53.47,
64.03
] | What does P1 suggest about P0 's date when he notices her ? | 0 | {
"P0": "Howard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | She a robot . | She 's been paid for . | She 's a man . | She 's holding him hostage . | She 's going to pay P0 . |
133,665 | s01e04_seg01_clip_01 | [
23.37,
35.22
] | What does P0 say is a nice touch when P1 stops speaking ? | 1 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Eye Contact | Mahalo | P1 's kind grip | Nothing | P1 leaving |
124,091 | s01e04_seg02_clip_03 | [
1.5,
10.83
] | Why was P1 upset after P2 said 120 for her ? | 1 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P2 was saying that P1 was cheap . | Because P1 thought P2 was estimating her body mass too high . | Because P2 was saying the P1 owed him money . | Because P1 had an overdue bill for 120 . | Because P2 said P1 owed P0 120 . |
127,095 | s01e04_seg02_clip_03 | [
42.7,
51.72
] | Why was P0 annoyed with P1 after they got to the grocery store ? | 2 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Because P1 had to get an even number of apples . | Because P1 would n't touch the grocery cart . | Because P1 was talking down about ordinary people like P0 | Because P1 took a long time finding the perfect orange . | Because P1 wanted to leave as soon as they got to the store . |
130,251 | s01e04_seg02_clip_03 | [
33.38,
39.09
] | What did P1 see being built after he talked to P0 about getting into a deadly car accident ? | 1 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 saw a new Costco being built . | P1 saw a new Putt Putt being built . | P1 saw a new Walmart being built . | P1 saw a new comic book store being built . | P1 saw a new venue for Comic Con being built . |
135,472 | s01e04_seg02_clip_03 | [
42.1,
49.61
] | Who 's world does P0 say he 's in after he gets to the grocery store ? | 0 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P0 says he is in the real world of ordinary people . | P0 says he is in a fake world of robots . | P0 says he is in a old people 's world . | P0 says he is in a super hero 's world . | P0 says he is in Batman 's world . |
123,242 | s01e04_seg02_clip_03 | [
1.2,
6.31
] | What does P1 say after he adds 120 for P0 ? | 4 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 says that 's not a lot . | P1 says you know i 'm right . | P1 says ok it should be 130 . | P1 says I 'm sorry is that not correct ? | P1 says I 'm sorry , did I insult you ? |
124,359 | s01e06_seg02_clip_13 | [
8.24,
11.9
] | Where was the Halloween party held before P1 and P3 left ? | 1 | {
"P0": "Howard",
"P1": "Leonard",
"P2": "Penny",
"P3": "Sheldon",
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 and P3 's apartment | P2 's apartment | P0 's mother 's house | The roof | The Cheesecake Factory |
129,376 | s01e06_seg02_clip_13 | [
31.12,
41.19
] | Why did P1 bring P0 tea after the Halloween party ? | 3 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | The tea was about to expire . | P0 asked him to make it for him . | P0 was sick . | Because you bring guests a hot beverage when they 're upset . | P1 wanted to have a tea party . |
131,867 | s01e06_seg02_clip_13 | [
27.77,
32.65
] | Where is P0 sitting before P1 brings him the tea ? | 4 | {
"P0": "Leonard",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | P1 's bed | The armchair | The floor | His bed | The couch |
134,430 | s01e06_seg02_clip_13 | [
11.9,
18
] | What did P1 say to P0 before he left the party ? | 1 | {
"P0": "Penny",
"P1": "Sheldon",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | Nice party | Happy Halloween | Finally | Bye , P0 | I 'm going to go play video games |
128,097 | s01e06_seg02_clip_13 | [
12.2,
17.09
] | What was on the door of P1 's apartment before P0 and P2 left the Halloween party ? | 0 | {
"P0": "Leonard",
"P1": "Penny",
"P2": "Sheldon",
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | A skeleton | A ghost | A witch | A goblin | A pumpkin |
136,031 | s01e08_seg02_clip_00 | [
3.84,
17.61
] | What does P0 say after the start of the scene ? | 4 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He says he wants his mother | Nothing he is silent | He says he wants to live in Bermuda | He says he is thirsty | He says he needs to cancel his membership at the planetarium |
135,408 | s01e08_seg02_clip_00 | [
34.58,
41.3
] | What does P1 say after he enters the apartment | 1 | {
"P0": "Penny",
"P1": "Raj",
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | nothing | Oh dear I am truly screwed | that he is gay | wants to talk to P0 | He is broke |
123,907 | s01e08_seg02_clip_00 | [
4.8,
11.53
] | What is P0 doing after the start of the scene ? | 1 | {
"P0": "Sheldon",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | changing clothes | talking on the phone | surfing the net | looking out the window | writing at his desk |
134,134 | s01e08_seg02_clip_00 | [
48.66,
60.51
] | What does P0 say after listening to the girl 's message on the phone ? | 2 | {
"P0": "Raj",
"P1": null,
"P2": null,
"P3": null,
"P4": null,
"P5": null,
"P6": null,
"P7": null,
"P8": null
} | He laughs | Nothing | Can you believe how pushy she is | He says he hates his girlfriend | He throws the phone |
End of preview.
Social Benchmark Dataset
Description
Social Benchmark is a video-based social understanding benchmark dataset containing 6,293 video clips from 3 evaluation sets: MMSI, Online-MMSI, and TVQA+. Each benchmark tests different aspects of social reasoning in multi-person video scenarios.
Dataset Statistics
| Benchmark | Videos | Size | JSON Files |
|---|---|---|---|
| MMSI | 1,638 | ~423 MB | 3 (mpp, pcr, sti) |
| Online-MMSI | 1,638 | ~266 MB | 3 (mpp, pcr, sti) |
| TVQA+ | 3,017 | ~646 MB | 1 (valid) |
| Total | 6,293 | ~1.3 GB | 7 |
Benchmark Tasks
- MPP (Multi-Person Prediction): Predict social behaviors of multiple persons
- PCR (Person-Centric Reasoning): Reason about individual person's social role
- STI (Social Temporal Inference): Infer social dynamics over time
- TVQA+: Video question answering with spatial-temporal grounding
Dataset Structure
social-benchmark/
βββ json/
β βββ mmsi_test_mpp.json
β βββ mmsi_test_pcr.json
β βββ mmsi_test_sti.json
β βββ online_mmsi_test_mpp.json
β βββ online_mmsi_test_pcr.json
β βββ online_mmsi_test_sti.json
β βββ tvqa_plus_valid_preprocessed_formatted.json
βββ tars/
βββ mmsi_videos_part001.tar
βββ online_mmsi_videos_part001.tar
βββ tvqa_plus_videos_part001.tar
Usage
from huggingface_hub import snapshot_download
# Download everything
snapshot_download(
repo_id="arkimjh/social-benchmark",
repo_type="dataset",
local_dir="./social-benchmark"
)
# Download only MMSI benchmark
snapshot_download(
repo_id="arkimjh/social-benchmark",
repo_type="dataset",
allow_patterns=["tars/mmsi_*", "json/mmsi_*"],
local_dir="./social-benchmark"
)
# Download only JSON annotations
snapshot_download(
repo_id="arkimjh/social-benchmark",
repo_type="dataset",
allow_patterns=["json/*.json"],
local_dir="./social-benchmark"
)
# Extract video archives
import tarfile
from pathlib import Path
for tar_file in Path("./social-benchmark/tars").glob("*.tar"):
with tarfile.open(tar_file) as tf:
tf.extractall("./social-benchmark/videos/")
Data Sources
- MMSI: Multi-Modal Social Interaction benchmark (offline setting)
- Online-MMSI: Multi-Modal Social Interaction benchmark (online setting)
- TVQA+: TV show QA with compositional spatio-temporal grounding
Citation
TBD
- Downloads last month
- 17