File size: 36,450 Bytes
0ab56fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
[
    {
        "text": "died . details of any special gifts you wish to make ( e . g . jewellery , grandfather clock etc . ) details of any legacies you wish to make ( e . g . £ 500 to[SEP]grandfather clock",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "button to confirm the order placed . the client shall provide his / her credit card details , the type , the expiry date and the security code ( 3 last[SEP]credit card",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "7 times your salary works very well if coupled with rising property prices and low interest rates but think carefully about what may happen to your personal financial commitments should that trend[SEP]interest rate",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "a total of 145 , 000 coins , and you ' ve got a tonne . on their face value , those coins are worth just £ 2 , 900 . but taking them to a scrap[SEP]face value",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "for a head hunter , networking is all about visibility and profile .[SEP]head hunter",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "this report stimulated widespread discussion among the governmental representatives attending the peace conference .[SEP]peace conference",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "words and music are closely matched , and the composer introduces word painting .[SEP]word painting",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "not only , got to be connected into things but also to be a decent human being ¬ö all that power can be corrupting . jc : the greatest strength of the[SEP]human being",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "the town centre is now deserted - it ' s almost like a ghost town ![SEP]ghost town",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "pc tries to improve on cellular phone privacy and security by incorporating cryptographic techniques .[SEP]cellular phone",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "his interests are effectiveness of public health interventions and the measurement of health care performance , including alternative medicines .[SEP]health care",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "the criminals are after big fishes than journalists , and usually concentrate on the richer countries .[SEP]big fish",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "i loved my father ' s old fairy tale books .[SEP]fairy tale",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "self - discipline . food can also be about weight , and weight gain - an instant guilt trip for many women . some women live in areas , and on incomes , where[SEP]guilt trip",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "you can spot the stag and hen parties easily because they always dress in stupid outfits or matching t - shirts with their names printed on .[SEP]hen party",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "we ' re sure the competition is working hard on releasing copy cat products .[SEP]copy cat",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "all translators ranslate into mother tongue and live in - country .[SEP]mother tongue",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "wins battle for the . no domain name one of the world ' s most popular search engines won the rights thursday to the norwegian domain \" google . no . \" it[SEP]search engine",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "i ' ve just spent a week trawling round silicon valley , talking to a mix of developers , entrepreneurs , venture capitalists , industry observers and big cheeses from well established companies .[SEP]big cheese",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "seller , two ice cream vendors , a fruit stall , a beggar and a sacred cow have all arrived on the scene . about two dozen adults are waiting to go[SEP]sacred cow",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "hear all about the fascinating stages of chocolate making , sample different cocoa beans and cocoa butter .[SEP]cocoa butter",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "one month later still another bad hat came along to further harass him[SEP]bad hat",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "other elements in the periodic table react with other elements to gain the ' more stable ' noble gas configuration .[SEP]noble gas",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "this is similar to jet lag , where rapid travel between time zones means that you find yourself awake when everybody else is asleep[SEP]jet lag",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "it is only polite that she doesn ' t start treating me like some sort of sugar daddy .[SEP]sugar daddy",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "whilst we ' re relieved that this is the outcome of the chancellor ' s deliberations over uk sports ' proposals , the government also has to look at the big picture .[SEP]big picture",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "it is committed to it ' s continued development of new products and the implementation of cutting edge online coaching educational services . our company will be launching several new and exciting projects[SEP]cutting edge",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "the epsiode \" gambit \" is a fantastic episode full of plotting , sub plotting , betrayal , double cross , a game of chess , and the bbc costume departement going wild ![SEP]double cross",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "them as they go . they might tuck their legs under their groin in a lotus position , increasing their flexibility and movement of limbs and help them to release their stiffness[SEP]lotus position",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "has been an acceptable outturn for this season for most of us since we hit rock bottom at xmas . some fans were talking about the club being relegated and being better[SEP]rock bottom",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "after restoration in 1876 and again in 1905 , the building re - opened for divine service .[SEP]divine service",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "an english style pub ) and more formal dining . there is a library , swimming pool , squash courts , a gym and various other athletic facilities . business / casual[SEP]swimming pool",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "myths have become popularly known as smoke screens and are largely being peddled by the anti - gmo activists .[SEP]smoke screen",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "commission on each listing and sale . some people view the site as an online flea market where supply and demand dictate prices . whatever you call it , ebay has built[SEP]flea market",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "one less hour for debate , so those on the tory front bench are shedding crocodile tears . listening to the debates on some of the amendments this afternoon , i felt[SEP]crocodile tear",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "blood had also dripped onto the judge ' s striped bow tie .[SEP]bow tie",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "ranging from irish folk to music from asia minor ; zuba - providing a global melting pot of world beat flavours , afro beat influences and traditional folk - based lyrical tales ; barrioviejo[SEP]melting pot",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "what was meant to be the perfect crime turns into a nasty gang war resulting in a blood bath on the glorious streets of 1950s paris .[SEP]blood bath",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": ", design and environmental initiatives . the group is intended to act as a think tank ' and offer expertise to the development community and statutory regeneration agencies . general comments[SEP]think tank",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": ". for the keen , it has more information about the commands used by the mailing list software . if your confirmation e - mail went through successfully , you will be sent an[SEP]mailing list",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "the crime rate in australia is low , however travellers should be aware that tourists could be targeted by petty criminals .[SEP]crime rate",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "thailand ' s monsoons arrive around july and last into november ( the ' rainy season ' ) .[SEP]rainy season",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "fair play incorporates the concepts of friendship , respect for others and always playing in the right spirit .[SEP]fair play",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "he learns the truth , that his mistress is also his half sister .[SEP]half sister",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "the incubation period , from exposure to the appearance of the rash , is usually 14 to 21 days .[SEP]incubation period",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "a computer user may call over the telephone to a computer expert for advice when things go wrong .[SEP]computer expert",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "on the fate of the acle straight within weeks . this is seen as an acid test of the government ' s commitment to protecting our most valuable environments ( 3 ) .[SEP]acid test",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "just between you and me he ' s a bit of a nut case .[SEP]nut case",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "in a christian preaching ministry in any denomination for at least two years . the application form for the mth course is available on the spurgeon ' s or as a download ([SEP]application form",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "beck cyril & sylvia congratulations on your beck cyril & sylvia congratulations on your diamond wedding anniversarie july 20 th 2006 much love from melvyn , margaret , stewart , pam[SEP]diamond wedding",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "my client is one of the most recognised brands in the financial services market place .[SEP]market place",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "it comprises 12 months of 30 days , plus 5 days ( 6 in a leap year ) ; each month has 3 decades of 10 days .[SEP]leap year",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": ". \" when we advocate sustainable development of air transport , we are not paying lip service to the environment , rather we are calling for a comprehensive set of measures to[SEP]lip service",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "the arbitrary removal of metal objects from the ground inevitably will jeopardise both present and future field work .[SEP]field work",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "the benefits of exercise are well known and include conditioning of the heart , lungs and muscles as well as improved skin tone .[SEP]skin tone",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "complains , and gains , most from taxes and government - from the federal government gravy train might provide the right with just the kind of crash course in addition and subtraction[SEP]gravy train",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": ". i know you can say that birds are only too keen to demonstrate the pecking order and some may conveniently be described as bullies . but by and large everyone gets[SEP]pecking order",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": ". on 11 october 2005 the first round of presidential elections were held . the front runner george weah led the field with 28 % followed by former world bank official ellen[SEP]front runner",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "no wonder tom couldn ' t work with him ; he is a wet blanket .[SEP]wet blanket",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "prince came onboard to have a large benign tumour removed from his head .[SEP]benign tumour",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "and doing showcases , i had lots of irons in the fire . the only game plan i had was when to finish university , which was when everyone else was getting[SEP]game plan",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "every week of the football season there is always a top class football match to watch .[SEP]football season",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "women are continuing to slowly break through the glass ceiling of uk business and increase their company ' s profitability , according to new research .[SEP]glass ceiling",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "sam was replaced in injury time having just missed a try scoring opportunity .[SEP]injury time",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "ferrara and holmes double - team canadian sex bomb bella marie wolf .[SEP]sex bomb",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "subway stations also were hit in up to seven apparently coordinated blasts in the morning rush hour . trackback uri rss feed for comments on this post 1 comment » trackback by[SEP]rush hour",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "we spend our formative years being obsessed by the city and considering suburb as a dirty word .[SEP]dirty word",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "rice paper is a thinner paper which is also used in the manufacture of chinese and japanese lanterns .[SEP]rice paper",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "particular aircraft . i also have to define the control surfaces , probably with ' fine line decals ' . the small size of my models means that some components have to[SEP]fine line",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "in ghana , 6 , 000 babies are living on the streets of accra with their street girl mothers .[SEP]street girl",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "we are exhausting fossil fuels and using dangerous radioactive materials to produce energy and run cars .[SEP]radioactive material",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "i also provide disco for engagement evenings , wedding evenings , wedding anniversaries , stag / hen parties .[SEP]wedding anniversary",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "feel as if this baby is more important than they are . \" counsellor and agony aunt suzie hayman , author of the relate guide to second families ( vermilion ) ,[SEP]agony aunt",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "allowing younger workers to save some of their taxes in a personal accountÍ - - a nest egg you can call your own , and government can never take away . in all[SEP]nest egg",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "under one - party - rule there was no elbow room for the democratisation of taiwan .[SEP]elbow room",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": ". some people have felt the light commanding them to opt out of the rat race ' perhaps to abandon a status - driven career path in favour of work that embodies[SEP]rat race",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "it may be that the pay - off for using bleach free products is a little more elbow grease ![SEP]elbow grease",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "if you try to transmit , in digital mode , into an analog repeater , all the analog radios on the repeater will simply hear white noise .[SEP]white noise",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "the record company posted a net income of $ 178 million on sales .[SEP]net income",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "the partially - deaf defendant stood in the dock wearing a blue shirt and was flanked by a single prison guard .[SEP]prison guard",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "she is an old flame of steve ' s , so he invites her to lunch .[SEP]old flame",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "the mentality of the average foreigner is a closed book to us .[SEP]closed book",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "the road above leaks into the catacombs of a subway system .[SEP]subway system",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "it ' s done merely to maintain the visual appearance and extend the shelf life .[SEP]shelf life",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "claw . the central characters are great too , eriko sato is more than just eye candy as honey ( although she is absolutely stunning , and spends several scenes running around[SEP]eye candy",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "i ' d forgotten what a basket case i am at the end of pregnancy ( mind you , last time i was for the whole 9 months ![SEP]basket case",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "the science of economics has been led up a blind alley by theories that have made it seem increasingly remote and unreal to anyone outside the academic community .[SEP]blind alley",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "her to do any more work that night was an impossibility ; she was on cloud nine ! ” remembers fenia . \" jill was not only a genuine and natural warm[SEP]cloud nine",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "all stories aside neil is a great mate and it made me extremely proud to be asked to be his best man[SEP]best man",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "festivals were held in honour of events that were important to people ' s daily lives ; eg , the change of seasons , harvest , and the summer and winter solstices .[SEP]winter solstice",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "a more recent development is the web - based mail service , such as hotmail , yahoo mail , and others .[SEP]mail service",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "i love being a busy bee but i would like a bit of ' jill ' time .[SEP]busy bee",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "can simply update the firmware and modem drivers by downloading patches from the modem manufacturers web site . it may be best to contact the manufacturers of your modem in the first[SEP]web site",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "i think perhaps that zap - it - up games are becoming a little bit old hat .[SEP]old hat",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "- studying and observing individuals whose personal success in their field qualifies them as exceptional role models . no wonder they call it the study of excellence - the art of change[SEP]role model",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "ou can ' t hit a home run every time up at bat , but at least i want to show that i ' m trying my best .[SEP]home run",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "cause is often a breakdown in communication or record keeping and the hunt for the smoking gun ( the post - it - note on the job docket ) is the only way proof can be[SEP]smoking gun",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "you can pay with bank transfer directly into our bank accounts . we hold them in the cattle bank in nebraska , usa , and with branches of the hsbc[SEP]bank account",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "meeting this standard in their teaching , the analysis of , for example , video - based case studies of pupils for whom english is an additional language or the preparation of resources might[SEP]case study",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "appropriate ro systems , there are far fewer with the resources and expertise to help end users maximise the return on their investment once the installation and commissioning engineers⠊ ™ work[SEP]end user",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": ". \" to get two letters passing it further down the line underlines the rather ivory tower approach by senior officers . \" yesterday , a police spokesman said : \" bedfordshire[SEP]ivory tower",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "pupils to safeguard their reputation or position in school league tables . the association said head teachers had reduced their \" tolerance threshold \" for bad behaviour because competition for pupils and[SEP]head teacher",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "in this way , the vest resembles a typical ' life vest ' used by boaters .[SEP]life vest",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "in the meyrick suite , bic at 12 . 45 pm . hmm , that ' s the graveyard shift of conference week is n ' t it ? not at all - it ' s the fringe meeting so[SEP]graveyard shift",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "accidental exposures in radiotherapy continue to occur ; radiation injuries continue to be caused in interventional medical procedures .[SEP]medical procedure",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "he was accused by the daily mirror of living the high life at the charity ' s expense .[SEP]high life",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "shopping , the first thing to remember is that you should not park in the parking lot and walk to the mall buildings , because you will probably get killed . instead[SEP]parking lot",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "carmella is missing , but will private eye connor take the case ?[SEP]private eye",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "night at 11 . 00 p . m . some two years earlier he had followed a cyclist in his panda car from the village , hoping that the man would realise he had failed to switch[SEP]panda car",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "you ' ll mix with other gangs and prove who the top dog is .[SEP]top dog",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "we ' re reassured that he ' s exercising sound judgement in this situation .[SEP]sound judgement",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "you can use the product global function to do matrix - matrix inner product multiplication .[SEP]inner product",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "afraid your tot is being dumbed - down by too much cotton candy and miniature golf ?[SEP]cotton candy",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "lardner shared an academy award for best original screenplay with michael kanin in 1942 for woman of the year[SEP]academy award",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "the soldiers either experienced something they really objected to , or were ordered to disperse people , and suddenly tear gas started to fly .[SEP]tear gas",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "for developing speaking and listening skills ! and then there are those who enjoy the number crunching . kieran and joe in miss moran ' s class ensure that our score boards are[SEP]number crunching",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "the times educational supplement ) and as a broadcaster for the bbc and various independent radio stations . he was the editor of books for keeps from 1989 till 1996 when it[SEP]radio station",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "0"
    },
    {
        "text": "the house is located on a dead end street .[SEP]dead end",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "i ' ve written the guestbook myself in asp and it was the shock that someone was targeting my low profile site which i found a bit creepy .[SEP]low profile",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    },
    {
        "text": "anstey had passed through the speed trap at 188 mph ( 300 . 6 km / h ) .[SEP]speed trap",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "1"
    },
    {
        "text": "but ford has devised a test to prove them wrong - - and i agreed to play guinea pig .[SEP]guinea pig",
        "options": "Compositional[SEP]Partly compositional[SEP]Non-compositional[SEP]None of the above",
        "answer": "2"
    }
]