natmin322 commited on
Commit
e2bef95
·
1 Parent(s): 5d89844

add root_gainlora to repo for testing

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitignore +0 -1
  2. root_gainlora/CL_Benchmark/Long_Sequence/agnews/dev.json +0 -0
  3. root_gainlora/CL_Benchmark/Long_Sequence/agnews/labels.json +1 -0
  4. root_gainlora/CL_Benchmark/Long_Sequence/agnews/test.json +0 -0
  5. root_gainlora/CL_Benchmark/Long_Sequence/agnews/train.json +0 -0
  6. root_gainlora/CL_Benchmark/Long_Sequence/amazon/dev.json +0 -0
  7. root_gainlora/CL_Benchmark/Long_Sequence/amazon/labels.json +1 -0
  8. root_gainlora/CL_Benchmark/Long_Sequence/amazon/test.json +0 -0
  9. root_gainlora/CL_Benchmark/Long_Sequence/amazon/train.json +0 -0
  10. root_gainlora/CL_Benchmark/Long_Sequence/boolq/dev.json +0 -0
  11. root_gainlora/CL_Benchmark/Long_Sequence/boolq/labels.json +1 -0
  12. root_gainlora/CL_Benchmark/Long_Sequence/boolq/test.json +0 -0
  13. root_gainlora/CL_Benchmark/Long_Sequence/boolq/train.json +0 -0
  14. root_gainlora/CL_Benchmark/Long_Sequence/cb/dev.json +233 -0
  15. root_gainlora/CL_Benchmark/Long_Sequence/cb/labels.json +1 -0
  16. root_gainlora/CL_Benchmark/Long_Sequence/cb/test.json +233 -0
  17. root_gainlora/CL_Benchmark/Long_Sequence/cb/train.json +0 -0
  18. root_gainlora/CL_Benchmark/Long_Sequence/copa/dev.json +407 -0
  19. root_gainlora/CL_Benchmark/Long_Sequence/copa/labels.json +1 -0
  20. root_gainlora/CL_Benchmark/Long_Sequence/copa/test.json +407 -0
  21. root_gainlora/CL_Benchmark/Long_Sequence/copa/train.json +1607 -0
  22. root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/dev.json +0 -0
  23. root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/labels.json +1 -0
  24. root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/test.json +0 -0
  25. root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/train.json +0 -0
  26. root_gainlora/CL_Benchmark/Long_Sequence/imdb/dev.json +0 -0
  27. root_gainlora/CL_Benchmark/Long_Sequence/imdb/labels.json +1 -0
  28. root_gainlora/CL_Benchmark/Long_Sequence/imdb/test.json +0 -0
  29. root_gainlora/CL_Benchmark/Long_Sequence/imdb/train.json +0 -0
  30. root_gainlora/CL_Benchmark/Long_Sequence/mnli/dev.json +0 -0
  31. root_gainlora/CL_Benchmark/Long_Sequence/mnli/labels.json +1 -0
  32. root_gainlora/CL_Benchmark/Long_Sequence/mnli/test.json +0 -0
  33. root_gainlora/CL_Benchmark/Long_Sequence/mnli/train.json +0 -0
  34. root_gainlora/CL_Benchmark/Long_Sequence/multirc/dev.json +0 -0
  35. root_gainlora/CL_Benchmark/Long_Sequence/multirc/labels.json +1 -0
  36. root_gainlora/CL_Benchmark/Long_Sequence/multirc/test.json +0 -0
  37. root_gainlora/CL_Benchmark/Long_Sequence/multirc/train.json +0 -0
  38. root_gainlora/CL_Benchmark/Long_Sequence/qqp/dev.json +0 -0
  39. root_gainlora/CL_Benchmark/Long_Sequence/qqp/labels.json +1 -0
  40. root_gainlora/CL_Benchmark/Long_Sequence/qqp/test.json +0 -0
  41. root_gainlora/CL_Benchmark/Long_Sequence/qqp/train.json +0 -0
  42. root_gainlora/CL_Benchmark/Long_Sequence/rte/dev.json +0 -0
  43. root_gainlora/CL_Benchmark/Long_Sequence/rte/labels.json +1 -0
  44. root_gainlora/CL_Benchmark/Long_Sequence/rte/test.json +0 -0
  45. root_gainlora/CL_Benchmark/Long_Sequence/rte/train.json +0 -0
  46. root_gainlora/CL_Benchmark/Long_Sequence/sst2/dev.json +0 -0
  47. root_gainlora/CL_Benchmark/Long_Sequence/sst2/labels.json +1 -0
  48. root_gainlora/CL_Benchmark/Long_Sequence/sst2/test.json +0 -0
  49. root_gainlora/CL_Benchmark/Long_Sequence/sst2/train.json +0 -0
  50. root_gainlora/CL_Benchmark/Long_Sequence/wic/dev.json +0 -0
.gitignore CHANGED
@@ -1,7 +1,6 @@
1
  MINGLE/
2
  .vscode/
3
  .DS_Store
4
- root_gainlora/
5
  AI_analysis_text/
6
  nlp_paper_survey/
7
  .venv/
 
1
  MINGLE/
2
  .vscode/
3
  .DS_Store
 
4
  AI_analysis_text/
5
  nlp_paper_survey/
6
  .venv/
root_gainlora/CL_Benchmark/Long_Sequence/agnews/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/agnews/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["World", "Sports", "Business", "Science or Technology"]
root_gainlora/CL_Benchmark/Long_Sequence/agnews/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/agnews/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/amazon/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/amazon/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["very negative", "negative", "neutral", "positive", "very positive"]
root_gainlora/CL_Benchmark/Long_Sequence/amazon/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/amazon/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/boolq/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/boolq/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["True", "False"]
root_gainlora/CL_Benchmark/Long_Sequence/boolq/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/boolq/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/cb/dev.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Definition": [
3
+ "Given a pair of sentences 1 and 2, identify the relationship between them."
4
+ ],
5
+ "Positive Examples": [],
6
+ "Negative Examples": [],
7
+ "Instances": [
8
+ {
9
+ "input": "sentence 1: Valence the void-brain, Valence the virtuous valet. Why couldn't the figger choose his own portion of titanic anatomy to shaft? Did he think he was helping?\nsentence 2: Valence was helping",
10
+ "output": "contradiction"
11
+ },
12
+ {
13
+ "input": "sentence 1: ``Who knows? The point is, do we go with it or not?'' Do we assume there is a shipment?\nsentence 2: there is a shipment",
14
+ "output": "neutral"
15
+ },
16
+ {
17
+ "input": "sentence 1: ``But my father always taught me never to be afraid of pointing out the obvious. I'm sure you have noticed the implication of the letter, that the writer has in fact observed Jenny undressing for bed?'' I just wondered if you also knew as I'm sure you do that her bedroom's at the rear of the house?\nsentence 2: Jenny's bedroom's at the rear of the house",
18
+ "output": "entailment"
19
+ },
20
+ {
21
+ "input": "sentence 1: A: so I don't know if I wasn't drug tested based on that or because the man who hired me didn't request the drug test, because I know that my company does drug testing on occasion. B: Right. Well, for instance, does the company you worked for before have the right or do they have the ability to say, hey, we've already drug tested her and she came up negative. A: Well, no, I don't think they can force another company to not drug test me just by saying that I didn't, I mean,\nsentence 2: they can force another company to not drug test her",
22
+ "output": "contradiction"
23
+ },
24
+ {
25
+ "input": "sentence 1: A: for the moment, and that's what really is getting me about what George Bush's stand on the budget is right now is that he is saying, I am going to give you this ludicrous little tax cut so that you'll be happy come November, and you'll elect me again B: Uh-huh. Uh-huh. A: and then I'm going to go on and just forget everything that I said B: Uh-huh. A: or you know, it doesn't seem that it's going to make much of a difference.\nsentence 2: it's going to make much of a difference",
26
+ "output": "contradiction"
27
+ },
28
+ {
29
+ "input": "sentence 1: Whether the relationship had gone beyond friendship Dalgliesh would now never know. She had, apparently, spent little of the money on herself, had been a dependable benefactress of the few eccentric charities of which she approved, had remembered them in her will, but without egregious generosity, and had left the residue of her estate to him without explanation, admonition or peculiar protestations of affection, although he had no doubt that the words ``my dearly beloved nephew'' meant exactly what they said. He had liked her respected her had always been at ease in her company but he had never thought that he really knew her and now he never would.\nsentence 2: Dalgliesh really knew his aunt",
30
+ "output": "contradiction"
31
+ },
32
+ {
33
+ "input": "sentence 1: A: and that rolling kind of, uh, B: Terrain. A: Yeah. is fairly famili-,. The thing that I thought was interesting was that the critics, apparently it's going to win everything. B: Really? A: Uh, and I had been told, you know, you wouldn't notice that it was three hours long, and all this, kind of,\nsentence 2: it was three hours long",
34
+ "output": "entailment"
35
+ },
36
+ {
37
+ "input": "sentence 1: It grew bigger with incredible speed, she was whizzing towards it. She must slow down or she 'd miss it. She took her foot off the accelerator and put it on the brake and as the car slowed she could see now that it was a child a toddler with a red woolly hat on.\nsentence 2: it was a child",
38
+ "output": "entailment"
39
+ },
40
+ {
41
+ "input": "sentence 1: A: And I haven't quite figured that out, if they figure they have got it won or if there's no real hurry because the first three quarters or, uh, uh, if something happens that that adrenalin starts flowing. They say, hey, we got to do something now. And then start playing the game the way the game should be played toward the last few minutes. B: Yeah. A: So, I don't know I'm looking for a good year. I guess we're always looking for a good year. B: So, obviously though, do you think they're going to do anything in the playoffs to make it to the Super Bowl this year\nsentence 2: they're going to do anything in the playoffs to make it to the Super Bowl this year",
42
+ "output": "neutral"
43
+ },
44
+ {
45
+ "input": "sentence 1: B: Yeah. I understood that. you know, I work full time and I have two kids so my spare time usually involves something with the kids. A: Yeah. B: You know, hobbies, I can't really say that we have hobbies.\nsentence 2: they have hobbies",
46
+ "output": "contradiction"
47
+ },
48
+ {
49
+ "input": "sentence 1: Firstly, I didn't know about the SAS soldiers in the British Embassy, and I am very surprised about it. Very surprised indeed, Ambassador. Secondly I do not think it is a good idea to attack a plane with a hundred and seven passengers in it and ``take it apart'' as you say.\nsentence 2: it is a good idea to attack a plane with a hundred and seven passengers in it and 'take it apart'",
50
+ "output": "contradiction"
51
+ },
52
+ {
53
+ "input": "sentence 1: A: I'm like, I'll get a job some day and my boss will pay for it, I'll be needed. B: Yeah. A: Because, um, I didn't want to go do it myself because I didn't think I was really going to use it.\nsentence 2: he was really going to use it",
54
+ "output": "contradiction"
55
+ },
56
+ {
57
+ "input": "sentence 1: A: I do too, so she couldn't possibly turn them out like some of these popular writers, B: Huh-uh. A: but oh, her books are just incredible. I don't think they've ever made a movie, do you?\nsentence 2: they've ever made a movie",
58
+ "output": "contradiction"
59
+ },
60
+ {
61
+ "input": "sentence 1: And I don't want to have to lie to them. The kidnappers have given us until October the eleventh to deliver the document and I haven't despaired of finding it before then. But if the police learn I 've been to America they 'll ask why.\nsentence 2: he's been to America",
62
+ "output": "entailment"
63
+ },
64
+ {
65
+ "input": "sentence 1: A: Your turn. B: Okay. Uh, I don't think they should abolish it.\nsentence 2: they should abolish it",
66
+ "output": "contradiction"
67
+ },
68
+ {
69
+ "input": "sentence 1: B: And yet, uh, I we-, I hope to see employer based, you know, helping out. You know, child, uh, care centers at the place of employment and things like that, that will help out. A: Uh-huh. B: What do you think, do you think we are, setting a trend?\nsentence 2: they are setting a trend",
70
+ "output": "neutral"
71
+ },
72
+ {
73
+ "input": "sentence 1: B: And other than that I do not think it should be allowable. I think it should be illegal for them to want to do that. it's kind of the big brother syndrome, I mean, I just, anything like that just kind of scares me. A: I tend to view it, even though I don't think I'd work for a company that did that, I sort of want to defend an employer's rights uh, in addition to an individual's rights,\nsentence 2: she would work for a company that did that",
74
+ "output": "contradiction"
75
+ },
76
+ {
77
+ "input": "sentence 1: A: Really. If they were to take half of what they spend on that and put it on some economic, you know, intergovernmental or inter United States like programs that one really might. B: Yeah. A: I believe in paying my share, and I don't mind, uh, paying for some of these fringe benefits that people are entitled to. But I just sometimes feel like I'm being used. But, uh, again I don't think we'll be able to do anything about it,\nsentence 2: they'll be able to do anything about it",
78
+ "output": "contradiction"
79
+ },
80
+ {
81
+ "input": "sentence 1: Who knows how many quarrels, false accusations, unnecessary dismissals, how many promising careers cut short can be attributed to a butler's slovenliness at the stage of drawing up the staff plan? Indeed, I can say I am in agreement with those who say that the ability to draw up a good staff plan is the cornerstone of any decent butler's skills. I have myself devised many staff plans over the years and I do not believe I am being unduly boastful if I say that very few ever needed amendment.\nsentence 2: very few plans ever needed amendment",
82
+ "output": "entailment"
83
+ },
84
+ {
85
+ "input": "sentence 1: During that pause I realized that Mala had not been offered a seat, nor any food or drink. The Emissary and his people were behaving as if she simply wasn't there. I could see that she was scowling and stiffening into a Mark 2 temper so I gave her an encouraging smile - which raised her as I expected to a Mark 3.\nsentence 2: Mala was scowling and stiffening into a Mark 2 temper",
86
+ "output": "entailment"
87
+ },
88
+ {
89
+ "input": "sentence 1: The other set being in the pocket of Giovanna's overall from which she now drew them and held them up making it clear that they would be relinquished only upon her death and then only into the hands of Signor Kettering. What had occurred was quite contrary to the wishes of the padrone who would be outraged if he ever got to hear of it. Despite this disastrous beginning however Giovanna would be there in the morning her own family circumstances permitting and she would be much obliged if the Signora would make sure that her children were up and dressed and the breakfast eaten so that she could see that the house was returned to something like the order which Signor Kettering expected of it.\nsentence 2: the house was returned to something like the order which Signor Kettering expected of it",
90
+ "output": "entailment"
91
+ },
92
+ {
93
+ "input": "sentence 1: A: Okay. So Frank, what, uh, type of, uh, budget do you or your family have? B: Well, uh I don't know that we really have a budget.\nsentence 2: he and his family really have a budget",
94
+ "output": "contradiction"
95
+ },
96
+ {
97
+ "input": "sentence 1: ``There's still room for boutique properties,'' says James Barrett, president of MarCor Resorts Inc. Off the Strip, MarCor is building the Rio, a hotel-casino with a Brazilian theme and only 430 rooms -- all of them suites. Despite the proliferation of tourist distractions, Las Vegans haven't forgot that gambling is still what the town is all about.\nsentence 2: gambling is still what the town is all about",
98
+ "output": "entailment"
99
+ },
100
+ {
101
+ "input": "sentence 1: A: I've never heard that one, that's very nice. Oh, so I'm all for the metric system and converting over and I think, I guess, my feeling is the way to do it is to just start giving weights, you know, have a very brief transition period and then just start giving weights and kilometers, er, just as in kilometers and weights and kilograms and everything like that and, uh, just have people start using it rather than having people constantly trying to convert. Remember me getting a package of something that said one pound, this is a package of dates mind you, was, presumably something you weigh fairly precisely, it said one pound and then in parenthesis it said four hundred fifty-four point six grams. B: Right, right. A: And, as near as I could tell, seeing that was basically anti-metric propaganda cause anyone who would say, well look I can either buy a pound of something at four hundred sixty-four point six grams which, of course, they couldn't weigh it out accurately anyway, um, every time I see something like that I think, well, that's an anti-metric argument. B: Yeah. Well, uh, I don't think it could ever happen with a quick transition.\nsentence 2: it could happen with a quick transition",
102
+ "output": "contradiction"
103
+ },
104
+ {
105
+ "input": "sentence 1: But what we may not know is just what makes somebody a sucker. What makes people blurt out their credit-card numbers to a caller they 've never heard of? Do they really believe that the number is just for verification and is simply a formality on the road to being a grand-prize winner?\nsentence 2: the number is just for verification and is simply a formality on the road to being a grand-prize winner",
106
+ "output": "contradiction"
107
+ },
108
+ {
109
+ "input": "sentence 1: B: how'd you like to own a piece of property where your lake is going sour because of acid rain. A: Right. Right. B: It's, uh, really a serious issue for those of us up in this, uh, sector up here. A: um, or do you hypothesize that most of the, uh, smog or air pollution comes from vehicles\nsentence 2: most of the smog or air pollution comes from vehicles",
110
+ "output": "neutral"
111
+ },
112
+ {
113
+ "input": "sentence 1: Mr. Steinberg made a $59.7 million profit on the sale to Disney of his investment in the company in 1984. But lawyers said Mr. Steinberg probably faced much more potential liability because, when he sued Disney during his takeover battle, he filed on behalf of all shareholders. When Disney offered to pay Mr. Steinberg a premium for his shares, the New York investor didn't demand the company also pay a premium to other shareholders.\nsentence 2: the company would also pay a premium to other shareholders",
114
+ "output": "contradiction"
115
+ },
116
+ {
117
+ "input": "sentence 1: A: No, I don't either. B: Uh, I mean it's, you know it, A: I don't think it's going to change very much\nsentence 2: it's going to change very much",
118
+ "output": "contradiction"
119
+ },
120
+ {
121
+ "input": "sentence 1: B: You never see them on nationally basketball. A: You know, that's true. I don't think I've ever seen them nationally on basketball.\nsentence 2: he has seen them nationally on basketball",
122
+ "output": "contradiction"
123
+ },
124
+ {
125
+ "input": "sentence 1: He left his own number, calling himself Alain - the name of her Malaysian-French ``business manager''. The next day Gina rang. She had obviously not noticed that it was her own number.\nsentence 2: it was Gina's own number",
126
+ "output": "entailment"
127
+ },
128
+ {
129
+ "input": "sentence 1: Then they would awake, terrified and sweating, to find themselves in white starched linen, in a comfortable bed, in peaceful England. And all would be well. It may be said that although he survived it the siege nevertheless had a bad effect on the Collector.\nsentence 2: the siege nevertheless had a bad effect on the Collector",
130
+ "output": "entailment"
131
+ },
132
+ {
133
+ "input": "sentence 1: Biddy was right. In London, I did some serious thinking. I could see that my character had not improved since I had heard about my expectations.\nsentence 2: his character had not improved since he had heard about his expectations",
134
+ "output": "entailment"
135
+ },
136
+ {
137
+ "input": "sentence 1: A: I suppose so. Let me push the button. B: All right. A: Okay, uh, I guess I'm supposed to be all for switching to the metric system, but, uh, I sense that it's not going to happen anytime soon. B: Yeah, I don't think it's going to happen either,\nsentence 2: it's going to happen",
138
+ "output": "contradiction"
139
+ },
140
+ {
141
+ "input": "sentence 1: B: Because too often, there can be extremism that hurts from any direction, regardless of whatever you're arguing or concerned about. A: Yeah. Right. Yeah, I know, you're right, they would lobby that and I see that, and that's why, you know, I'm like, okay, what's my role in this thing,, you know, what's my part, B: Yeah. A: because I don't think the system is going to get fixed.\nsentence 2: the system is going to get fixed",
142
+ "output": "contradiction"
143
+ },
144
+ {
145
+ "input": "sentence 1: Obeying his instruction, I proffered my hand, open palm upwards, towards the animal. The ratbird climbed on and began to preen its fur unconcernedly. Nobody will blame me if I say that in the circumstances I became very uneasy.\nsentence 2: in the circumstances she became very uneasy",
146
+ "output": "entailment"
147
+ },
148
+ {
149
+ "input": "sentence 1: B: If, uh, you've some kid uh, who's from a broken family, the schools are supposed to fill that void. It's gotten way beyond uh, you know, teaching classes and maybe providing extracurricular sports activities or something like, oh, were kind of traditionally the school's roles. A: Yeah. Yeah, it's interesting because, uh, we're just having conversation on this, uh, with a couple of people yesterday. And I was expressing my frustrations that, uh, so many problems, I work in a high school, are that kids don't have a degree of self-discipline which may be reflected in society at large. Uh, and you can't expect in a classroom for a particular course an hour a day to counteract, uh, sixteen or seventeen years of influence at home. B: Right. A: Um, and, it's seen more so because when you call parents up, many parents won't even recognize that there is a problem\nsentence 2: there is a problem",
150
+ "output": "entailment"
151
+ },
152
+ {
153
+ "input": "sentence 1: A: Well, got any problems on Mockingbird with crime or is that a crime free zone there? B: No, I don't think there is any such thing, as a crime free zone any longer.\nsentence 2: there is some such thing as a crime free zone",
154
+ "output": "contradiction"
155
+ },
156
+ {
157
+ "input": "sentence 1: A: So, I don't know I'm looking for a good year. I guess we're always looking for a good year. B: So, obviously though, do you think they're going to do anything in the playoffs to make it to the Super Bowl this year or who do you like to do that this year? A: Uh, no I don't think the Cowboys have got a chance.\nsentence 2: the Cowboys have got a chance",
158
+ "output": "contradiction"
159
+ },
160
+ {
161
+ "input": "sentence 1: She hated to think of his sister lying in hospital waiting for her husband to come to her while all the time he was with Dana. She gripped her hands tightly together. Dana didn't know Berenice was in danger of losing her child.\nsentence 2: Berenice was in danger of losing her child",
162
+ "output": "entailment"
163
+ },
164
+ {
165
+ "input": "sentence 1: A: Well, actually, uh, A: I don't think I'm in the, uh, majority in Texas\nsentence 2: she is in the majority in Texas",
166
+ "output": "contradiction"
167
+ },
168
+ {
169
+ "input": "sentence 1: What had brought Gharr and Ten-huc and Pulvidon to the planet at the same time? Why were all of them so interested in why I was there? And if they somehow suspected that I was picking up something valuable why would any of them try to kill me before the pick-up?\nsentence 2: she was picking up something valuable",
170
+ "output": "entailment"
171
+ },
172
+ {
173
+ "input": "sentence 1: Louise was equally anxious to see this man who had had the power to persuade her niece to go against her upbringing and character and behave so recklessly after such a brief acquaintance. Waiting in the airport she was suddenly aware of Nora striding towards her. She was impressed by how elegant she looked and could tell by her cousin's walk that Nora also felt that she was looking good.\nsentence 2: that Nora also felt that she was looking good",
174
+ "output": "entailment"
175
+ },
176
+ {
177
+ "input": "sentence 1: A: Now the part about where you said the apartment complex puts up signs that says no soliciting, I've even gone so far as to put that, I've got a storm door on the front of the house and I've put, in, I don't know how much clearer it can be, it's a red sign with silver letters saying no soliciting. I guess I should make another one that says religious or otherwise, cause I still get, B: Yeah, yeah, that's true, yeah. No I didn't go that far but, uh, yeah I probably could do the same thing, uh, you know, I don't have a storm door, but I'm sure I could rig up something. But you know I don't think that that would stop people.\nsentence 2: a no soliciting sign would stop people",
178
+ "output": "contradiction"
179
+ },
180
+ {
181
+ "input": "sentence 1: But there was little chance of discovering who had killed him without help. Kelly decided that she had to talk to Annie, even if there was a risk that she would tell her husband. Bill would have a fit if he knew his apprentice was turning supersleuth.\nsentence 2: Bill's apprentice was turning supersleuth",
182
+ "output": "entailment"
183
+ },
184
+ {
185
+ "input": "sentence 1: And I resent what happened to my flat. A couple of guys think they can stake it out and wait for me, rub their filthy fingers on my clothes, piss in my bathroom, and I'm supposed to ignore it. I know what I said about possessions being like leeches but that don't mean I 'll surrender them to a pair of punks.\nsentence 2: he will surrender his possessions to a pair of punks",
186
+ "output": "contradiction"
187
+ },
188
+ {
189
+ "input": "sentence 1: There was a group of curious onlookers... Marie felt her legs give way beneath her, she sat down on the edge of the pavement, feet in the gutter, doubled-up, sick and winded as if someone had punched her in the stomach. She lifted up her head and looked again. She had watched scenes like this so often in detective films and police series on television that she could hardly believe that this was real life.\nsentence 2: this was real life",
190
+ "output": "entailment"
191
+ },
192
+ {
193
+ "input": "sentence 1: Modify the arachnids, said the researchers. Change their bodies and conditions, and you could get fibres like glass, still monofilament, but with logarithmic progressions of possibilities of strength and flexibility, and the ability to resonate light-particles or sound-waves undistorted, scarcely weakened over thousands of miles. Who said the arachnids had to be totally organic?\nsentence 2: arachnids had to be totally organic",
194
+ "output": "contradiction"
195
+ },
196
+ {
197
+ "input": "sentence 1: The assassin's tone and bearing were completely confident. If he noticed that Zukov was now edging further to the side widening the arc of fire he did not appear to be troubled.\nsentence 2: Zukov was edging further to the side",
198
+ "output": "entailment"
199
+ },
200
+ {
201
+ "input": "sentence 1: B: And she got kind of fearful of being on her own. She never really ate very well. It was one thing. She hardly ever took care of herself A: Yeah. B: and she didn't eat. She ate very poor so I think she was, you know, bad, uh, nutrition on top of it. And, uh, she got to the point she didn't want to alone anymore. So, A: So often I think though, elderly people don't realize that their diet is that bad.\nsentence 2: elderly people's diet is that bad",
202
+ "output": "entailment"
203
+ },
204
+ {
205
+ "input": "sentence 1: A: Yes, um, I think that Plano has really done a fantastic job. I mean, at least their plans are good. Um, however, I was, maybe you saw in the paper this morning that, um, they've had some problems with, the recycling on plastic,\nsentence 2: they've had some problem with the recycling on plastic",
206
+ "output": "entailment"
207
+ },
208
+ {
209
+ "input": "sentence 1: A: And you also get a lot of, uh, juries are extremely, uh, and from what I hear, I have some friends who do expert witness testimony and they say that, uh, juries are extremely vulnerable to, uh, sort of emotional pitches, you know, the prosecutor will want to, oh, I don't know show the mugging victim, you know, show the nice person he was and what a family life, and basically get the jury to be very sympathetic with the victim, or, uh, if it's a corporation, that was, uh, you know, harming some individual or something like that, they get very much, well, you know, it's just a big faceless corporation. let's make them pay as much as possible. Things like that. B: Uh-huh. A: So, not, I mean, I'm, the problem is I can't guarantee that a judge would necessarily be much better than a jury, but I'd be real nervous having a jury not at least fully agree on what the settlements would be, things like that. B: Ri-, I don't think the judge should just make the decision alone.\nsentence 2: the judge should just make the decision alone",
210
+ "output": "contradiction"
211
+ },
212
+ {
213
+ "input": "sentence 1: B: and, you know, they just love kittens. A: Yeah. B: They just are fascinated. A: Oh, yeah. B: So she doesn't know that this is a cat yet.\nsentence 2: this is a cat",
214
+ "output": "entailment"
215
+ },
216
+ {
217
+ "input": "sentence 1: B: uh, but it's worked out for my family, to have my cake and eat it too, kind of thing. A: Yeah. Yeah, that's a good deal. Where do you think this is going in the future, I mean, do you think things are going to change,\nsentence 2: things are going to change",
218
+ "output": "neutral"
219
+ },
220
+ {
221
+ "input": "sentence 1: A: uh I picked up a bunch of Craftsman tools from the forties that my wife's father owned when he was alive B: Uh-huh. A: and so I do have a band saw and a router and, uh, things like that out in the garage. But I can't say I use them very often.\nsentence 2: he uses them very often",
222
+ "output": "contradiction"
223
+ },
224
+ {
225
+ "input": "sentence 1: 'Very well, I'll go. But I pick my own men, and if we ever have to fight, you obey my word.'' Jehan did not think that Sidacai was in any position to impose conditions but he sat back in his chair considering.\nsentence 2: Sidacai was in a position to impose conditions",
226
+ "output": "contradiction"
227
+ },
228
+ {
229
+ "input": "sentence 1: The lunch trade had mostly disappeared so he wasn't hard to spot. He was at a window table but he was ignoring the river, being deep in conversation with a middle-aged man wearing a suit and a short sheepskin car coat with matching brown suede shoes. Even from this distance you could guess the guy's tailor was based in Dublin.\nsentence 2: the guy's tailor was based in Dublin",
230
+ "output": "entailment"
231
+ }
232
+ ]
233
+ }
root_gainlora/CL_Benchmark/Long_Sequence/cb/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["entailment", "contradiction", "neutral"]
root_gainlora/CL_Benchmark/Long_Sequence/cb/test.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Definition": [
3
+ "Given a pair of sentences 1 and 2, identify the relationship between them."
4
+ ],
5
+ "Positive Examples": [],
6
+ "Negative Examples": [],
7
+ "Instances": [
8
+ {
9
+ "input": "sentence 1: Valence the void-brain, Valence the virtuous valet. Why couldn't the figger choose his own portion of titanic anatomy to shaft? Did he think he was helping?\nsentence 2: Valence was helping",
10
+ "output": "contradiction"
11
+ },
12
+ {
13
+ "input": "sentence 1: ``Who knows? The point is, do we go with it or not?'' Do we assume there is a shipment?\nsentence 2: there is a shipment",
14
+ "output": "neutral"
15
+ },
16
+ {
17
+ "input": "sentence 1: ``But my father always taught me never to be afraid of pointing out the obvious. I'm sure you have noticed the implication of the letter, that the writer has in fact observed Jenny undressing for bed?'' I just wondered if you also knew as I'm sure you do that her bedroom's at the rear of the house?\nsentence 2: Jenny's bedroom's at the rear of the house",
18
+ "output": "entailment"
19
+ },
20
+ {
21
+ "input": "sentence 1: A: so I don't know if I wasn't drug tested based on that or because the man who hired me didn't request the drug test, because I know that my company does drug testing on occasion. B: Right. Well, for instance, does the company you worked for before have the right or do they have the ability to say, hey, we've already drug tested her and she came up negative. A: Well, no, I don't think they can force another company to not drug test me just by saying that I didn't, I mean,\nsentence 2: they can force another company to not drug test her",
22
+ "output": "contradiction"
23
+ },
24
+ {
25
+ "input": "sentence 1: A: for the moment, and that's what really is getting me about what George Bush's stand on the budget is right now is that he is saying, I am going to give you this ludicrous little tax cut so that you'll be happy come November, and you'll elect me again B: Uh-huh. Uh-huh. A: and then I'm going to go on and just forget everything that I said B: Uh-huh. A: or you know, it doesn't seem that it's going to make much of a difference.\nsentence 2: it's going to make much of a difference",
26
+ "output": "contradiction"
27
+ },
28
+ {
29
+ "input": "sentence 1: Whether the relationship had gone beyond friendship Dalgliesh would now never know. She had, apparently, spent little of the money on herself, had been a dependable benefactress of the few eccentric charities of which she approved, had remembered them in her will, but without egregious generosity, and had left the residue of her estate to him without explanation, admonition or peculiar protestations of affection, although he had no doubt that the words ``my dearly beloved nephew'' meant exactly what they said. He had liked her respected her had always been at ease in her company but he had never thought that he really knew her and now he never would.\nsentence 2: Dalgliesh really knew his aunt",
30
+ "output": "contradiction"
31
+ },
32
+ {
33
+ "input": "sentence 1: A: and that rolling kind of, uh, B: Terrain. A: Yeah. is fairly famili-,. The thing that I thought was interesting was that the critics, apparently it's going to win everything. B: Really? A: Uh, and I had been told, you know, you wouldn't notice that it was three hours long, and all this, kind of,\nsentence 2: it was three hours long",
34
+ "output": "entailment"
35
+ },
36
+ {
37
+ "input": "sentence 1: It grew bigger with incredible speed, she was whizzing towards it. She must slow down or she 'd miss it. She took her foot off the accelerator and put it on the brake and as the car slowed she could see now that it was a child a toddler with a red woolly hat on.\nsentence 2: it was a child",
38
+ "output": "entailment"
39
+ },
40
+ {
41
+ "input": "sentence 1: A: And I haven't quite figured that out, if they figure they have got it won or if there's no real hurry because the first three quarters or, uh, uh, if something happens that that adrenalin starts flowing. They say, hey, we got to do something now. And then start playing the game the way the game should be played toward the last few minutes. B: Yeah. A: So, I don't know I'm looking for a good year. I guess we're always looking for a good year. B: So, obviously though, do you think they're going to do anything in the playoffs to make it to the Super Bowl this year\nsentence 2: they're going to do anything in the playoffs to make it to the Super Bowl this year",
42
+ "output": "neutral"
43
+ },
44
+ {
45
+ "input": "sentence 1: B: Yeah. I understood that. you know, I work full time and I have two kids so my spare time usually involves something with the kids. A: Yeah. B: You know, hobbies, I can't really say that we have hobbies.\nsentence 2: they have hobbies",
46
+ "output": "contradiction"
47
+ },
48
+ {
49
+ "input": "sentence 1: Firstly, I didn't know about the SAS soldiers in the British Embassy, and I am very surprised about it. Very surprised indeed, Ambassador. Secondly I do not think it is a good idea to attack a plane with a hundred and seven passengers in it and ``take it apart'' as you say.\nsentence 2: it is a good idea to attack a plane with a hundred and seven passengers in it and 'take it apart'",
50
+ "output": "contradiction"
51
+ },
52
+ {
53
+ "input": "sentence 1: A: I'm like, I'll get a job some day and my boss will pay for it, I'll be needed. B: Yeah. A: Because, um, I didn't want to go do it myself because I didn't think I was really going to use it.\nsentence 2: he was really going to use it",
54
+ "output": "contradiction"
55
+ },
56
+ {
57
+ "input": "sentence 1: A: I do too, so she couldn't possibly turn them out like some of these popular writers, B: Huh-uh. A: but oh, her books are just incredible. I don't think they've ever made a movie, do you?\nsentence 2: they've ever made a movie",
58
+ "output": "contradiction"
59
+ },
60
+ {
61
+ "input": "sentence 1: And I don't want to have to lie to them. The kidnappers have given us until October the eleventh to deliver the document and I haven't despaired of finding it before then. But if the police learn I 've been to America they 'll ask why.\nsentence 2: he's been to America",
62
+ "output": "entailment"
63
+ },
64
+ {
65
+ "input": "sentence 1: A: Your turn. B: Okay. Uh, I don't think they should abolish it.\nsentence 2: they should abolish it",
66
+ "output": "contradiction"
67
+ },
68
+ {
69
+ "input": "sentence 1: B: And yet, uh, I we-, I hope to see employer based, you know, helping out. You know, child, uh, care centers at the place of employment and things like that, that will help out. A: Uh-huh. B: What do you think, do you think we are, setting a trend?\nsentence 2: they are setting a trend",
70
+ "output": "neutral"
71
+ },
72
+ {
73
+ "input": "sentence 1: B: And other than that I do not think it should be allowable. I think it should be illegal for them to want to do that. it's kind of the big brother syndrome, I mean, I just, anything like that just kind of scares me. A: I tend to view it, even though I don't think I'd work for a company that did that, I sort of want to defend an employer's rights uh, in addition to an individual's rights,\nsentence 2: she would work for a company that did that",
74
+ "output": "contradiction"
75
+ },
76
+ {
77
+ "input": "sentence 1: A: Really. If they were to take half of what they spend on that and put it on some economic, you know, intergovernmental or inter United States like programs that one really might. B: Yeah. A: I believe in paying my share, and I don't mind, uh, paying for some of these fringe benefits that people are entitled to. But I just sometimes feel like I'm being used. But, uh, again I don't think we'll be able to do anything about it,\nsentence 2: they'll be able to do anything about it",
78
+ "output": "contradiction"
79
+ },
80
+ {
81
+ "input": "sentence 1: Who knows how many quarrels, false accusations, unnecessary dismissals, how many promising careers cut short can be attributed to a butler's slovenliness at the stage of drawing up the staff plan? Indeed, I can say I am in agreement with those who say that the ability to draw up a good staff plan is the cornerstone of any decent butler's skills. I have myself devised many staff plans over the years and I do not believe I am being unduly boastful if I say that very few ever needed amendment.\nsentence 2: very few plans ever needed amendment",
82
+ "output": "entailment"
83
+ },
84
+ {
85
+ "input": "sentence 1: During that pause I realized that Mala had not been offered a seat, nor any food or drink. The Emissary and his people were behaving as if she simply wasn't there. I could see that she was scowling and stiffening into a Mark 2 temper so I gave her an encouraging smile - which raised her as I expected to a Mark 3.\nsentence 2: Mala was scowling and stiffening into a Mark 2 temper",
86
+ "output": "entailment"
87
+ },
88
+ {
89
+ "input": "sentence 1: The other set being in the pocket of Giovanna's overall from which she now drew them and held them up making it clear that they would be relinquished only upon her death and then only into the hands of Signor Kettering. What had occurred was quite contrary to the wishes of the padrone who would be outraged if he ever got to hear of it. Despite this disastrous beginning however Giovanna would be there in the morning her own family circumstances permitting and she would be much obliged if the Signora would make sure that her children were up and dressed and the breakfast eaten so that she could see that the house was returned to something like the order which Signor Kettering expected of it.\nsentence 2: the house was returned to something like the order which Signor Kettering expected of it",
90
+ "output": "entailment"
91
+ },
92
+ {
93
+ "input": "sentence 1: A: Okay. So Frank, what, uh, type of, uh, budget do you or your family have? B: Well, uh I don't know that we really have a budget.\nsentence 2: he and his family really have a budget",
94
+ "output": "contradiction"
95
+ },
96
+ {
97
+ "input": "sentence 1: ``There's still room for boutique properties,'' says James Barrett, president of MarCor Resorts Inc. Off the Strip, MarCor is building the Rio, a hotel-casino with a Brazilian theme and only 430 rooms -- all of them suites. Despite the proliferation of tourist distractions, Las Vegans haven't forgot that gambling is still what the town is all about.\nsentence 2: gambling is still what the town is all about",
98
+ "output": "entailment"
99
+ },
100
+ {
101
+ "input": "sentence 1: A: I've never heard that one, that's very nice. Oh, so I'm all for the metric system and converting over and I think, I guess, my feeling is the way to do it is to just start giving weights, you know, have a very brief transition period and then just start giving weights and kilometers, er, just as in kilometers and weights and kilograms and everything like that and, uh, just have people start using it rather than having people constantly trying to convert. Remember me getting a package of something that said one pound, this is a package of dates mind you, was, presumably something you weigh fairly precisely, it said one pound and then in parenthesis it said four hundred fifty-four point six grams. B: Right, right. A: And, as near as I could tell, seeing that was basically anti-metric propaganda cause anyone who would say, well look I can either buy a pound of something at four hundred sixty-four point six grams which, of course, they couldn't weigh it out accurately anyway, um, every time I see something like that I think, well, that's an anti-metric argument. B: Yeah. Well, uh, I don't think it could ever happen with a quick transition.\nsentence 2: it could happen with a quick transition",
102
+ "output": "contradiction"
103
+ },
104
+ {
105
+ "input": "sentence 1: But what we may not know is just what makes somebody a sucker. What makes people blurt out their credit-card numbers to a caller they 've never heard of? Do they really believe that the number is just for verification and is simply a formality on the road to being a grand-prize winner?\nsentence 2: the number is just for verification and is simply a formality on the road to being a grand-prize winner",
106
+ "output": "contradiction"
107
+ },
108
+ {
109
+ "input": "sentence 1: B: how'd you like to own a piece of property where your lake is going sour because of acid rain. A: Right. Right. B: It's, uh, really a serious issue for those of us up in this, uh, sector up here. A: um, or do you hypothesize that most of the, uh, smog or air pollution comes from vehicles\nsentence 2: most of the smog or air pollution comes from vehicles",
110
+ "output": "neutral"
111
+ },
112
+ {
113
+ "input": "sentence 1: Mr. Steinberg made a $59.7 million profit on the sale to Disney of his investment in the company in 1984. But lawyers said Mr. Steinberg probably faced much more potential liability because, when he sued Disney during his takeover battle, he filed on behalf of all shareholders. When Disney offered to pay Mr. Steinberg a premium for his shares, the New York investor didn't demand the company also pay a premium to other shareholders.\nsentence 2: the company would also pay a premium to other shareholders",
114
+ "output": "contradiction"
115
+ },
116
+ {
117
+ "input": "sentence 1: A: No, I don't either. B: Uh, I mean it's, you know it, A: I don't think it's going to change very much\nsentence 2: it's going to change very much",
118
+ "output": "contradiction"
119
+ },
120
+ {
121
+ "input": "sentence 1: B: You never see them on nationally basketball. A: You know, that's true. I don't think I've ever seen them nationally on basketball.\nsentence 2: he has seen them nationally on basketball",
122
+ "output": "contradiction"
123
+ },
124
+ {
125
+ "input": "sentence 1: He left his own number, calling himself Alain - the name of her Malaysian-French ``business manager''. The next day Gina rang. She had obviously not noticed that it was her own number.\nsentence 2: it was Gina's own number",
126
+ "output": "entailment"
127
+ },
128
+ {
129
+ "input": "sentence 1: Then they would awake, terrified and sweating, to find themselves in white starched linen, in a comfortable bed, in peaceful England. And all would be well. It may be said that although he survived it the siege nevertheless had a bad effect on the Collector.\nsentence 2: the siege nevertheless had a bad effect on the Collector",
130
+ "output": "entailment"
131
+ },
132
+ {
133
+ "input": "sentence 1: Biddy was right. In London, I did some serious thinking. I could see that my character had not improved since I had heard about my expectations.\nsentence 2: his character had not improved since he had heard about his expectations",
134
+ "output": "entailment"
135
+ },
136
+ {
137
+ "input": "sentence 1: A: I suppose so. Let me push the button. B: All right. A: Okay, uh, I guess I'm supposed to be all for switching to the metric system, but, uh, I sense that it's not going to happen anytime soon. B: Yeah, I don't think it's going to happen either,\nsentence 2: it's going to happen",
138
+ "output": "contradiction"
139
+ },
140
+ {
141
+ "input": "sentence 1: B: Because too often, there can be extremism that hurts from any direction, regardless of whatever you're arguing or concerned about. A: Yeah. Right. Yeah, I know, you're right, they would lobby that and I see that, and that's why, you know, I'm like, okay, what's my role in this thing,, you know, what's my part, B: Yeah. A: because I don't think the system is going to get fixed.\nsentence 2: the system is going to get fixed",
142
+ "output": "contradiction"
143
+ },
144
+ {
145
+ "input": "sentence 1: Obeying his instruction, I proffered my hand, open palm upwards, towards the animal. The ratbird climbed on and began to preen its fur unconcernedly. Nobody will blame me if I say that in the circumstances I became very uneasy.\nsentence 2: in the circumstances she became very uneasy",
146
+ "output": "entailment"
147
+ },
148
+ {
149
+ "input": "sentence 1: B: If, uh, you've some kid uh, who's from a broken family, the schools are supposed to fill that void. It's gotten way beyond uh, you know, teaching classes and maybe providing extracurricular sports activities or something like, oh, were kind of traditionally the school's roles. A: Yeah. Yeah, it's interesting because, uh, we're just having conversation on this, uh, with a couple of people yesterday. And I was expressing my frustrations that, uh, so many problems, I work in a high school, are that kids don't have a degree of self-discipline which may be reflected in society at large. Uh, and you can't expect in a classroom for a particular course an hour a day to counteract, uh, sixteen or seventeen years of influence at home. B: Right. A: Um, and, it's seen more so because when you call parents up, many parents won't even recognize that there is a problem\nsentence 2: there is a problem",
150
+ "output": "entailment"
151
+ },
152
+ {
153
+ "input": "sentence 1: A: Well, got any problems on Mockingbird with crime or is that a crime free zone there? B: No, I don't think there is any such thing, as a crime free zone any longer.\nsentence 2: there is some such thing as a crime free zone",
154
+ "output": "contradiction"
155
+ },
156
+ {
157
+ "input": "sentence 1: A: So, I don't know I'm looking for a good year. I guess we're always looking for a good year. B: So, obviously though, do you think they're going to do anything in the playoffs to make it to the Super Bowl this year or who do you like to do that this year? A: Uh, no I don't think the Cowboys have got a chance.\nsentence 2: the Cowboys have got a chance",
158
+ "output": "contradiction"
159
+ },
160
+ {
161
+ "input": "sentence 1: She hated to think of his sister lying in hospital waiting for her husband to come to her while all the time he was with Dana. She gripped her hands tightly together. Dana didn't know Berenice was in danger of losing her child.\nsentence 2: Berenice was in danger of losing her child",
162
+ "output": "entailment"
163
+ },
164
+ {
165
+ "input": "sentence 1: A: Well, actually, uh, A: I don't think I'm in the, uh, majority in Texas\nsentence 2: she is in the majority in Texas",
166
+ "output": "contradiction"
167
+ },
168
+ {
169
+ "input": "sentence 1: What had brought Gharr and Ten-huc and Pulvidon to the planet at the same time? Why were all of them so interested in why I was there? And if they somehow suspected that I was picking up something valuable why would any of them try to kill me before the pick-up?\nsentence 2: she was picking up something valuable",
170
+ "output": "entailment"
171
+ },
172
+ {
173
+ "input": "sentence 1: Louise was equally anxious to see this man who had had the power to persuade her niece to go against her upbringing and character and behave so recklessly after such a brief acquaintance. Waiting in the airport she was suddenly aware of Nora striding towards her. She was impressed by how elegant she looked and could tell by her cousin's walk that Nora also felt that she was looking good.\nsentence 2: that Nora also felt that she was looking good",
174
+ "output": "entailment"
175
+ },
176
+ {
177
+ "input": "sentence 1: A: Now the part about where you said the apartment complex puts up signs that says no soliciting, I've even gone so far as to put that, I've got a storm door on the front of the house and I've put, in, I don't know how much clearer it can be, it's a red sign with silver letters saying no soliciting. I guess I should make another one that says religious or otherwise, cause I still get, B: Yeah, yeah, that's true, yeah. No I didn't go that far but, uh, yeah I probably could do the same thing, uh, you know, I don't have a storm door, but I'm sure I could rig up something. But you know I don't think that that would stop people.\nsentence 2: a no soliciting sign would stop people",
178
+ "output": "contradiction"
179
+ },
180
+ {
181
+ "input": "sentence 1: But there was little chance of discovering who had killed him without help. Kelly decided that she had to talk to Annie, even if there was a risk that she would tell her husband. Bill would have a fit if he knew his apprentice was turning supersleuth.\nsentence 2: Bill's apprentice was turning supersleuth",
182
+ "output": "entailment"
183
+ },
184
+ {
185
+ "input": "sentence 1: And I resent what happened to my flat. A couple of guys think they can stake it out and wait for me, rub their filthy fingers on my clothes, piss in my bathroom, and I'm supposed to ignore it. I know what I said about possessions being like leeches but that don't mean I 'll surrender them to a pair of punks.\nsentence 2: he will surrender his possessions to a pair of punks",
186
+ "output": "contradiction"
187
+ },
188
+ {
189
+ "input": "sentence 1: There was a group of curious onlookers... Marie felt her legs give way beneath her, she sat down on the edge of the pavement, feet in the gutter, doubled-up, sick and winded as if someone had punched her in the stomach. She lifted up her head and looked again. She had watched scenes like this so often in detective films and police series on television that she could hardly believe that this was real life.\nsentence 2: this was real life",
190
+ "output": "entailment"
191
+ },
192
+ {
193
+ "input": "sentence 1: Modify the arachnids, said the researchers. Change their bodies and conditions, and you could get fibres like glass, still monofilament, but with logarithmic progressions of possibilities of strength and flexibility, and the ability to resonate light-particles or sound-waves undistorted, scarcely weakened over thousands of miles. Who said the arachnids had to be totally organic?\nsentence 2: arachnids had to be totally organic",
194
+ "output": "contradiction"
195
+ },
196
+ {
197
+ "input": "sentence 1: The assassin's tone and bearing were completely confident. If he noticed that Zukov was now edging further to the side widening the arc of fire he did not appear to be troubled.\nsentence 2: Zukov was edging further to the side",
198
+ "output": "entailment"
199
+ },
200
+ {
201
+ "input": "sentence 1: B: And she got kind of fearful of being on her own. She never really ate very well. It was one thing. She hardly ever took care of herself A: Yeah. B: and she didn't eat. She ate very poor so I think she was, you know, bad, uh, nutrition on top of it. And, uh, she got to the point she didn't want to alone anymore. So, A: So often I think though, elderly people don't realize that their diet is that bad.\nsentence 2: elderly people's diet is that bad",
202
+ "output": "entailment"
203
+ },
204
+ {
205
+ "input": "sentence 1: A: Yes, um, I think that Plano has really done a fantastic job. I mean, at least their plans are good. Um, however, I was, maybe you saw in the paper this morning that, um, they've had some problems with, the recycling on plastic,\nsentence 2: they've had some problem with the recycling on plastic",
206
+ "output": "entailment"
207
+ },
208
+ {
209
+ "input": "sentence 1: A: And you also get a lot of, uh, juries are extremely, uh, and from what I hear, I have some friends who do expert witness testimony and they say that, uh, juries are extremely vulnerable to, uh, sort of emotional pitches, you know, the prosecutor will want to, oh, I don't know show the mugging victim, you know, show the nice person he was and what a family life, and basically get the jury to be very sympathetic with the victim, or, uh, if it's a corporation, that was, uh, you know, harming some individual or something like that, they get very much, well, you know, it's just a big faceless corporation. let's make them pay as much as possible. Things like that. B: Uh-huh. A: So, not, I mean, I'm, the problem is I can't guarantee that a judge would necessarily be much better than a jury, but I'd be real nervous having a jury not at least fully agree on what the settlements would be, things like that. B: Ri-, I don't think the judge should just make the decision alone.\nsentence 2: the judge should just make the decision alone",
210
+ "output": "contradiction"
211
+ },
212
+ {
213
+ "input": "sentence 1: B: and, you know, they just love kittens. A: Yeah. B: They just are fascinated. A: Oh, yeah. B: So she doesn't know that this is a cat yet.\nsentence 2: this is a cat",
214
+ "output": "entailment"
215
+ },
216
+ {
217
+ "input": "sentence 1: B: uh, but it's worked out for my family, to have my cake and eat it too, kind of thing. A: Yeah. Yeah, that's a good deal. Where do you think this is going in the future, I mean, do you think things are going to change,\nsentence 2: things are going to change",
218
+ "output": "neutral"
219
+ },
220
+ {
221
+ "input": "sentence 1: A: uh I picked up a bunch of Craftsman tools from the forties that my wife's father owned when he was alive B: Uh-huh. A: and so I do have a band saw and a router and, uh, things like that out in the garage. But I can't say I use them very often.\nsentence 2: he uses them very often",
222
+ "output": "contradiction"
223
+ },
224
+ {
225
+ "input": "sentence 1: 'Very well, I'll go. But I pick my own men, and if we ever have to fight, you obey my word.'' Jehan did not think that Sidacai was in any position to impose conditions but he sat back in his chair considering.\nsentence 2: Sidacai was in a position to impose conditions",
226
+ "output": "contradiction"
227
+ },
228
+ {
229
+ "input": "sentence 1: The lunch trade had mostly disappeared so he wasn't hard to spot. He was at a window table but he was ignoring the river, being deep in conversation with a middle-aged man wearing a suit and a short sheepskin car coat with matching brown suede shoes. Even from this distance you could guess the guy's tailor was based in Dublin.\nsentence 2: the guy's tailor was based in Dublin",
230
+ "output": "entailment"
231
+ }
232
+ ]
233
+ }
root_gainlora/CL_Benchmark/Long_Sequence/cb/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/copa/dev.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Definition": [],
3
+ "Positive Examples": [],
4
+ "Negative Examples": [],
5
+ "Instances": [
6
+ {
7
+ "input": "Which sentence is the effect of \"The man turned on the faucet.\"? Choose one between A and B.\nA: The toilet filled with water.\nB: Water flowed from the spout.",
8
+ "output": "B"
9
+ },
10
+ {
11
+ "input": "Which sentence is the effect of \"The girl found a bug in her cereal.\"? Choose one between A and B.\nA: She poured milk in the bowl.\nB: She lost her appetite.",
12
+ "output": "B"
13
+ },
14
+ {
15
+ "input": "Which sentence is the effect of \"The woman retired.\"? Choose one between A and B.\nA: She received her pension.\nB: She paid off her mortgage.",
16
+ "output": "A"
17
+ },
18
+ {
19
+ "input": "Which sentence is the effect of \"I wanted to conserve energy.\"? Choose one between A and B.\nA: I swept the floor in the unoccupied room.\nB: I shut off the light in the unoccupied room.",
20
+ "output": "B"
21
+ },
22
+ {
23
+ "input": "Which sentence is the cause of \"The hamburger meat browned.\"? Choose one between A and B.\nA: The cook froze it.\nB: The cook grilled it.",
24
+ "output": "B"
25
+ },
26
+ {
27
+ "input": "Which sentence is the effect of \"I doubted the salesman's pitch.\"? Choose one between A and B.\nA: I turned his offer down.\nB: He persuaded me to buy the product.",
28
+ "output": "A"
29
+ },
30
+ {
31
+ "input": "Which sentence is the cause of \"I decided to stay home for the night.\"? Choose one between A and B.\nA: The forecast called for storms.\nB: My friends urged me to go out.",
32
+ "output": "A"
33
+ },
34
+ {
35
+ "input": "Which sentence is the cause of \"My eyes became red and puffy.\"? Choose one between A and B.\nA: I was sobbing.\nB: I was laughing.",
36
+ "output": "A"
37
+ },
38
+ {
39
+ "input": "Which sentence is the cause of \"The flame on the candle went out.\"? Choose one between A and B.\nA: I blew on the wick.\nB: I put a match to the wick.",
40
+ "output": "A"
41
+ },
42
+ {
43
+ "input": "Which sentence is the effect of \"The man drank heavily at the party.\"? Choose one between A and B.\nA: He had a headache the next day.\nB: He had a runny nose the next day.",
44
+ "output": "A"
45
+ },
46
+ {
47
+ "input": "Which sentence is the cause of \"The bowling ball knocked over the bowling pins.\"? Choose one between A and B.\nA: The man rolled the bowling ball down the alley.\nB: The man dropped the bowling ball on his foot.",
48
+ "output": "A"
49
+ },
50
+ {
51
+ "input": "Which sentence is the cause of \"The community learned of the man's death.\"? Choose one between A and B.\nA: His family buried him in the cemetery.\nB: His obituary appeared in the newspaper.",
52
+ "output": "B"
53
+ },
54
+ {
55
+ "input": "Which sentence is the effect of \"My computer crashed.\"? Choose one between A and B.\nA: I installed new speakers.\nB: I lost all my data.",
56
+ "output": "B"
57
+ },
58
+ {
59
+ "input": "Which sentence is the cause of \"The woman resigned from her job.\"? Choose one between A and B.\nA: She aspired to hold an executive position in the firm.\nB: She believed her superiors were acting unethically.",
60
+ "output": "B"
61
+ },
62
+ {
63
+ "input": "Which sentence is the cause of \"The player caught the ball.\"? Choose one between A and B.\nA: Her teammate threw it to her.\nB: Her opponent tried to intercept it.",
64
+ "output": "A"
65
+ },
66
+ {
67
+ "input": "Which sentence is the cause of \"The judge pounded the gavel.\"? Choose one between A and B.\nA: The courtroom broke into uproar.\nB: The jury announced its verdict.",
68
+ "output": "A"
69
+ },
70
+ {
71
+ "input": "Which sentence is the cause of \"The woman banished the children from her property.\"? Choose one between A and B.\nA: The children hit a ball into her yard.\nB: The children trampled through her garden.",
72
+ "output": "B"
73
+ },
74
+ {
75
+ "input": "Which sentence is the cause of \"The kidnappers released the hostage.\"? Choose one between A and B.\nA: They accepted ransom money.\nB: They escaped from jail.",
76
+ "output": "A"
77
+ },
78
+ {
79
+ "input": "Which sentence is the cause of \"The cook's eyes watered.\"? Choose one between A and B.\nA: He ran out of onions.\nB: He cut an onion.",
80
+ "output": "B"
81
+ },
82
+ {
83
+ "input": "Which sentence is the cause of \"The woman ran her finger under cold water.\"? Choose one between A and B.\nA: She burned her finger on the toaster.\nB: She put a diamond ring on her finger.",
84
+ "output": "A"
85
+ },
86
+ {
87
+ "input": "Which sentence is the effect of \"The student misspelled the word.\"? Choose one between A and B.\nA: The teacher corrected her.\nB: The teacher dismissed her.",
88
+ "output": "A"
89
+ },
90
+ {
91
+ "input": "Which sentence is the cause of \"I regained composure from my fit of anger.\"? Choose one between A and B.\nA: My heart pounded.\nB: I took deep breaths.",
92
+ "output": "B"
93
+ },
94
+ {
95
+ "input": "Which sentence is the effect of \"I put my hands under the running faucet.\"? Choose one between A and B.\nA: The soap rinsed off my hands.\nB: The water splashed in my face.",
96
+ "output": "A"
97
+ },
98
+ {
99
+ "input": "Which sentence is the cause of \"The man dressed in his best suit.\"? Choose one between A and B.\nA: He scheduled a meeting with an important client.\nB: His wife bought him a new tie.",
100
+ "output": "A"
101
+ },
102
+ {
103
+ "input": "Which sentence is the effect of \"The man confessed his love for the woman.\"? Choose one between A and B.\nA: The woman rejected him.\nB: The woman envied him.",
104
+ "output": "A"
105
+ },
106
+ {
107
+ "input": "Which sentence is the cause of \"The driver got a flat tire.\"? Choose one between A and B.\nA: He went over the speed limit.\nB: He ran over a nail.",
108
+ "output": "B"
109
+ },
110
+ {
111
+ "input": "Which sentence is the cause of \"My view of the movie screen was blocked.\"? Choose one between A and B.\nA: The couple behind me was whispering.\nB: A tall person was sitting in front of me.",
112
+ "output": "B"
113
+ },
114
+ {
115
+ "input": "Which sentence is the cause of \"The driver turned on the car's headlights.\"? Choose one between A and B.\nA: He heard thunder.\nB: The sun went down.",
116
+ "output": "B"
117
+ },
118
+ {
119
+ "input": "Which sentence is the effect of \"The girl refused to eat her vegetables.\"? Choose one between A and B.\nA: Her father told her to drink her milk.\nB: Her father took away her dessert.",
120
+ "output": "B"
121
+ },
122
+ {
123
+ "input": "Which sentence is the cause of \"The woman covered her mouth with her hand.\"? Choose one between A and B.\nA: She exhaled.\nB: She sneezed.",
124
+ "output": "B"
125
+ },
126
+ {
127
+ "input": "Which sentence is the effect of \"The secretary put the caller on hold.\"? Choose one between A and B.\nA: The caller's phone lost reception.\nB: The caller waited on the line.",
128
+ "output": "B"
129
+ },
130
+ {
131
+ "input": "Which sentence is the cause of \"The woman walked with crutches.\"? Choose one between A and B.\nA: She shaved her legs.\nB: She broke her leg.",
132
+ "output": "B"
133
+ },
134
+ {
135
+ "input": "Which sentence is the cause of \"I coughed.\"? Choose one between A and B.\nA: I inhaled smoke.\nB: I lowered my voice.",
136
+ "output": "A"
137
+ },
138
+ {
139
+ "input": "Which sentence is the cause of \"The clock chimed.\"? Choose one between A and B.\nA: It was the top of the hour.\nB: The hour seemed to drag on.",
140
+ "output": "A"
141
+ },
142
+ {
143
+ "input": "Which sentence is the effect of \"The chef hit the egg on the side of the bowl.\"? Choose one between A and B.\nA: The egg cracked.\nB: The egg rotted.",
144
+ "output": "A"
145
+ },
146
+ {
147
+ "input": "Which sentence is the cause of \"The police searched the offender's car.\"? Choose one between A and B.\nA: They were trying to elicit a confession.\nB: They were looking for illegal drugs.",
148
+ "output": "B"
149
+ },
150
+ {
151
+ "input": "Which sentence is the cause of \"The couple travelled south for the winter.\"? Choose one between A and B.\nA: They were retired.\nB: They were separated.",
152
+ "output": "A"
153
+ },
154
+ {
155
+ "input": "Which sentence is the cause of \"The man felt obligated to attend the event.\"? Choose one between A and B.\nA: He turned down his friend's invitation to go.\nB: He promised his friend that he would go.",
156
+ "output": "B"
157
+ },
158
+ {
159
+ "input": "Which sentence is the effect of \"The bride got cold feet before the wedding.\"? Choose one between A and B.\nA: The wedding guests brought gifts.\nB: She called the wedding off.",
160
+ "output": "B"
161
+ },
162
+ {
163
+ "input": "Which sentence is the effect of \"The man grew old.\"? Choose one between A and B.\nA: His hair turned gray.\nB: He sold his belongings.",
164
+ "output": "A"
165
+ },
166
+ {
167
+ "input": "Which sentence is the effect of \"The friends decided to share the hamburger.\"? Choose one between A and B.\nA: They cut the hamburger in half.\nB: They ordered fries with the hamburger.",
168
+ "output": "A"
169
+ },
170
+ {
171
+ "input": "Which sentence is the effect of \"I twisted the cap off the soda bottle.\"? Choose one between A and B.\nA: The soda fizzed.\nB: The soda leaked out.",
172
+ "output": "A"
173
+ },
174
+ {
175
+ "input": "Which sentence is the cause of \"The pair of students came under scrutiny by the teacher.\"? Choose one between A and B.\nA: The students both received excellent grades.\nB: Their responses on the assignment were identical.",
176
+ "output": "B"
177
+ },
178
+ {
179
+ "input": "Which sentence is the effect of \"The student was in a rush to get to school on time.\"? Choose one between A and B.\nA: He left his assignment at home.\nB: He brought his lunch to school.",
180
+ "output": "A"
181
+ },
182
+ {
183
+ "input": "Which sentence is the cause of \"The journalist wrote a biography about the humanitarian's life.\"? Choose one between A and B.\nA: The humanitarian was difficult for the journalist to interview.\nB: The journalist was intrigued by the humanitarian's work.",
184
+ "output": "B"
185
+ },
186
+ {
187
+ "input": "Which sentence is the effect of \"The man defied the authorities of the church.\"? Choose one between A and B.\nA: He donated money to the church.\nB: He was excommunicated from the church.",
188
+ "output": "B"
189
+ },
190
+ {
191
+ "input": "Which sentence is the effect of \"The woman's hair fell in her face.\"? Choose one between A and B.\nA: She pulled her hair back with a clip.\nB: She lathered shampoo into her hair.",
192
+ "output": "A"
193
+ },
194
+ {
195
+ "input": "Which sentence is the cause of \"The ring on my finger got stuck.\"? Choose one between A and B.\nA: My finger swelled.\nB: I chipped my fingernail.",
196
+ "output": "A"
197
+ },
198
+ {
199
+ "input": "Which sentence is the effect of \"I pulled the rubber band.\"? Choose one between A and B.\nA: It flung across the room.\nB: It stretched.",
200
+ "output": "B"
201
+ },
202
+ {
203
+ "input": "Which sentence is the effect of \"I pressed my hand into the wet cement.\"? Choose one between A and B.\nA: My handprint dried in the cement.\nB: Cracks emerged in the cement.",
204
+ "output": "A"
205
+ },
206
+ {
207
+ "input": "Which sentence is the cause of \"My skin broke out into a rash.\"? Choose one between A and B.\nA: I brushed against poison ivy in my yard.\nB: I eradicated the poison ivy from my yard.",
208
+ "output": "A"
209
+ },
210
+ {
211
+ "input": "Which sentence is the effect of \"My subscription to the magazine expired.\"? Choose one between A and B.\nA: I discarded the new issue.\nB: I stopped receiving new issues.",
212
+ "output": "B"
213
+ },
214
+ {
215
+ "input": "Which sentence is the effect of \"The detective revealed an anomaly in the case.\"? Choose one between A and B.\nA: He finalized his theory.\nB: He scrapped his theory.",
216
+ "output": "B"
217
+ },
218
+ {
219
+ "input": "Which sentence is the cause of \"The boy threw a temper tantrum.\"? Choose one between A and B.\nA: His brother took his toys from him.\nB: He shared his toys with his brother.",
220
+ "output": "A"
221
+ },
222
+ {
223
+ "input": "Which sentence is the cause of \"The child learned how to read.\"? Choose one between A and B.\nA: He began attending school.\nB: He skipped a grade in school.",
224
+ "output": "A"
225
+ },
226
+ {
227
+ "input": "Which sentence is the cause of \"The boy skipped dinner.\"? Choose one between A and B.\nA: His mother cooked his favorite meal.\nB: He ate a big lunch.",
228
+ "output": "B"
229
+ },
230
+ {
231
+ "input": "Which sentence is the cause of \"The woman lavished her friend with flattery.\"? Choose one between A and B.\nA: She wanted to ask her friend for a favor.\nB: She was irritated with her friend's whining.",
232
+ "output": "A"
233
+ },
234
+ {
235
+ "input": "Which sentence is the cause of \"The key was missing from my pants pocket.\"? Choose one between A and B.\nA: The pocket had a hole.\nB: The pants were new.",
236
+ "output": "A"
237
+ },
238
+ {
239
+ "input": "Which sentence is the cause of \"The man fainted.\"? Choose one between A and B.\nA: He took a nap.\nB: He ran a marathon.",
240
+ "output": "B"
241
+ },
242
+ {
243
+ "input": "Which sentence is the cause of \"The man lost the competition.\"? Choose one between A and B.\nA: The competition was sabotaged.\nB: He intimidated his competitors.",
244
+ "output": "A"
245
+ },
246
+ {
247
+ "input": "Which sentence is the cause of \"The mother called an ambulance.\"? Choose one between A and B.\nA: Her son lost his cat.\nB: Her son fell out of his bed.",
248
+ "output": "B"
249
+ },
250
+ {
251
+ "input": "Which sentence is the cause of \"The driver slammed on his brakes.\"? Choose one between A and B.\nA: A deer appeared on the road.\nB: The car radio shut off.",
252
+ "output": "A"
253
+ },
254
+ {
255
+ "input": "Which sentence is the cause of \"The lock opened.\"? Choose one between A and B.\nA: I turned the key in the lock.\nB: I made a duplicate of the key.",
256
+ "output": "A"
257
+ },
258
+ {
259
+ "input": "Which sentence is the cause of \"I put rubber gloves on.\"? Choose one between A and B.\nA: I was preparing to wash my hands.\nB: I was preparing to clean the bathroom.",
260
+ "output": "B"
261
+ },
262
+ {
263
+ "input": "Which sentence is the cause of \"The animal species became endangered.\"? Choose one between A and B.\nA: Their habitat was destroyed.\nB: Their predators went extinct.",
264
+ "output": "A"
265
+ },
266
+ {
267
+ "input": "Which sentence is the cause of \"The man perceived that the woman looked different.\"? Choose one between A and B.\nA: The woman got her hair cut.\nB: The woman wore a bracelet.",
268
+ "output": "A"
269
+ },
270
+ {
271
+ "input": "Which sentence is the effect of \"The student forgot to do her assignment.\"? Choose one between A and B.\nA: She made up an excuse to tell the teacher.\nB: The teacher promoted her to the next grade.",
272
+ "output": "A"
273
+ },
274
+ {
275
+ "input": "Which sentence is the cause of \"The dog barked.\"? Choose one between A and B.\nA: The cat lounged on the couch.\nB: A knock sounded at the door.",
276
+ "output": "B"
277
+ },
278
+ {
279
+ "input": "Which sentence is the effect of \"Plans were announced to replace a local park with a shopping mall.\"? Choose one between A and B.\nA: Environmentalists started a petition.\nB: Environmentalists produced a documentary.",
280
+ "output": "A"
281
+ },
282
+ {
283
+ "input": "Which sentence is the effect of \"The couple was happy to see each other.\"? Choose one between A and B.\nA: They kissed.\nB: They rested.",
284
+ "output": "A"
285
+ },
286
+ {
287
+ "input": "Which sentence is the cause of \"The woman asked the man to leave.\"? Choose one between A and B.\nA: He insulted her.\nB: He thanked her.",
288
+ "output": "A"
289
+ },
290
+ {
291
+ "input": "Which sentence is the effect of \"The tree branch landed in the river.\"? Choose one between A and B.\nA: The branch moved downstream.\nB: The river's current became stronger.",
292
+ "output": "A"
293
+ },
294
+ {
295
+ "input": "Which sentence is the effect of \"The teacher assigned homework to the students.\"? Choose one between A and B.\nA: The students passed notes.\nB: The students groaned.",
296
+ "output": "B"
297
+ },
298
+ {
299
+ "input": "Which sentence is the effect of \"The seasons changed from summer to autumn.\"? Choose one between A and B.\nA: People evacuated their homes.\nB: Leaves fell from the trees.",
300
+ "output": "B"
301
+ },
302
+ {
303
+ "input": "Which sentence is the effect of \"The politician was convicted of fraud.\"? Choose one between A and B.\nA: He campaigned for re-election.\nB: He was removed from office.",
304
+ "output": "B"
305
+ },
306
+ {
307
+ "input": "Which sentence is the effect of \"I pushed the wagon.\"? Choose one between A and B.\nA: The objects in the wagon fell out.\nB: The wagon wheels spun forward.",
308
+ "output": "B"
309
+ },
310
+ {
311
+ "input": "Which sentence is the effect of \"The lobbyist persuaded the legislature to support the bill.\"? Choose one between A and B.\nA: The president vetoed the bill.\nB: The legislature passed the bill.",
312
+ "output": "B"
313
+ },
314
+ {
315
+ "input": "Which sentence is the effect of \"My closet was messy.\"? Choose one between A and B.\nA: I organized it.\nB: I decorated it.",
316
+ "output": "A"
317
+ },
318
+ {
319
+ "input": "Which sentence is the effect of \"I stayed up late.\"? Choose one between A and B.\nA: I had vivid dreams that night.\nB: I was tired in the morning.",
320
+ "output": "B"
321
+ },
322
+ {
323
+ "input": "Which sentence is the cause of \"The man's pocket jingled as he walked.\"? Choose one between A and B.\nA: His pocket was filled with coins.\nB: He sewed the hole in his pocket.",
324
+ "output": "A"
325
+ },
326
+ {
327
+ "input": "Which sentence is the cause of \"Everyone in the class turned to stare at the student.\"? Choose one between A and B.\nA: The student's phone rang.\nB: The student took notes.",
328
+ "output": "A"
329
+ },
330
+ {
331
+ "input": "Which sentence is the cause of \"The horse bucked.\"? Choose one between A and B.\nA: A fly bit the horse.\nB: The rider stroked the horse.",
332
+ "output": "A"
333
+ },
334
+ {
335
+ "input": "Which sentence is the effect of \"The jewelry thieves were caught.\"? Choose one between A and B.\nA: The stolen jewelry was returned to its owners.\nB: The cost of the stolen jewelry was calculated.",
336
+ "output": "A"
337
+ },
338
+ {
339
+ "input": "Which sentence is the effect of \"Political violence broke out in the nation.\"? Choose one between A and B.\nA: Many citizens relocated to the capitol.\nB: Many citizens took refuge in other territories.",
340
+ "output": "B"
341
+ },
342
+ {
343
+ "input": "Which sentence is the cause of \"The woman was arrested.\"? Choose one between A and B.\nA: She checked into rehab.\nB: She committed assault.",
344
+ "output": "B"
345
+ },
346
+ {
347
+ "input": "Which sentence is the effect of \"The woman read the newspaper.\"? Choose one between A and B.\nA: She discovered the outcome of the election.\nB: She casted a vote in the election.",
348
+ "output": "A"
349
+ },
350
+ {
351
+ "input": "Which sentence is the effect of \"The sick child coughed on his friend.\"? Choose one between A and B.\nA: His friend got sick.\nB: His friend sneezed.",
352
+ "output": "A"
353
+ },
354
+ {
355
+ "input": "Which sentence is the effect of \"The couple got engaged.\"? Choose one between A and B.\nA: They planned a wedding.\nB: They took some time apart.",
356
+ "output": "A"
357
+ },
358
+ {
359
+ "input": "Which sentence is the cause of \"The woman contacted the real estate agent.\"? Choose one between A and B.\nA: The woman planned to buy a condo.\nB: The woman needed to clean her house.",
360
+ "output": "A"
361
+ },
362
+ {
363
+ "input": "Which sentence is the effect of \"The man won the lottery.\"? Choose one between A and B.\nA: He became rich.\nB: He owed money.",
364
+ "output": "A"
365
+ },
366
+ {
367
+ "input": "Which sentence is the effect of \"I lit the candle.\"? Choose one between A and B.\nA: Wax dripped off the candle.\nB: The wax on the candle hardened.",
368
+ "output": "A"
369
+ },
370
+ {
371
+ "input": "Which sentence is the effect of \"I spent the day at the pool.\"? Choose one between A and B.\nA: I sprained my ankle.\nB: My face got sunburned.",
372
+ "output": "B"
373
+ },
374
+ {
375
+ "input": "Which sentence is the cause of \"The man received a parking ticket.\"? Choose one between A and B.\nA: He parallel parked on the street.\nB: The parking meter expired.",
376
+ "output": "B"
377
+ },
378
+ {
379
+ "input": "Which sentence is the effect of \"The woman became famous.\"? Choose one between A and B.\nA: Photographers followed her.\nB: Her family avoided her.",
380
+ "output": "A"
381
+ },
382
+ {
383
+ "input": "Which sentence is the effect of \"The girl wanted to wear earrings.\"? Choose one between A and B.\nA: She got her ears pierced.\nB: She got a tattoo.",
384
+ "output": "A"
385
+ },
386
+ {
387
+ "input": "Which sentence is the cause of \"My ears were ringing.\"? Choose one between A and B.\nA: I went to a museum.\nB: I went to a concert.",
388
+ "output": "B"
389
+ },
390
+ {
391
+ "input": "Which sentence is the cause of \"I tidied up my house.\"? Choose one between A and B.\nA: I was swamped with work.\nB: I was expecting company.",
392
+ "output": "B"
393
+ },
394
+ {
395
+ "input": "Which sentence is the effect of \"The airline mishandled my luggage.\"? Choose one between A and B.\nA: They offered me compensation.\nB: They cancelled my flight.",
396
+ "output": "A"
397
+ },
398
+ {
399
+ "input": "Which sentence is the effect of \"The computer was expensive to fix.\"? Choose one between A and B.\nA: I got it repaired.\nB: I bought a new one.",
400
+ "output": "B"
401
+ },
402
+ {
403
+ "input": "Which sentence is the effect of \"The woman was in a bad mood.\"? Choose one between A and B.\nA: She engaged in small talk with her friend.\nB: She told her friend to leave her alone.",
404
+ "output": "B"
405
+ }
406
+ ]
407
+ }
root_gainlora/CL_Benchmark/Long_Sequence/copa/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["A", "B"]
root_gainlora/CL_Benchmark/Long_Sequence/copa/test.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Definition": [],
3
+ "Positive Examples": [],
4
+ "Negative Examples": [],
5
+ "Instances": [
6
+ {
7
+ "input": "Which sentence is the effect of \"The man turned on the faucet.\"? Choose one between A and B.\nA: The toilet filled with water.\nB: Water flowed from the spout.",
8
+ "output": "B"
9
+ },
10
+ {
11
+ "input": "Which sentence is the effect of \"The girl found a bug in her cereal.\"? Choose one between A and B.\nA: She poured milk in the bowl.\nB: She lost her appetite.",
12
+ "output": "B"
13
+ },
14
+ {
15
+ "input": "Which sentence is the effect of \"The woman retired.\"? Choose one between A and B.\nA: She received her pension.\nB: She paid off her mortgage.",
16
+ "output": "A"
17
+ },
18
+ {
19
+ "input": "Which sentence is the effect of \"I wanted to conserve energy.\"? Choose one between A and B.\nA: I swept the floor in the unoccupied room.\nB: I shut off the light in the unoccupied room.",
20
+ "output": "B"
21
+ },
22
+ {
23
+ "input": "Which sentence is the cause of \"The hamburger meat browned.\"? Choose one between A and B.\nA: The cook froze it.\nB: The cook grilled it.",
24
+ "output": "B"
25
+ },
26
+ {
27
+ "input": "Which sentence is the effect of \"I doubted the salesman's pitch.\"? Choose one between A and B.\nA: I turned his offer down.\nB: He persuaded me to buy the product.",
28
+ "output": "A"
29
+ },
30
+ {
31
+ "input": "Which sentence is the cause of \"I decided to stay home for the night.\"? Choose one between A and B.\nA: The forecast called for storms.\nB: My friends urged me to go out.",
32
+ "output": "A"
33
+ },
34
+ {
35
+ "input": "Which sentence is the cause of \"My eyes became red and puffy.\"? Choose one between A and B.\nA: I was sobbing.\nB: I was laughing.",
36
+ "output": "A"
37
+ },
38
+ {
39
+ "input": "Which sentence is the cause of \"The flame on the candle went out.\"? Choose one between A and B.\nA: I blew on the wick.\nB: I put a match to the wick.",
40
+ "output": "A"
41
+ },
42
+ {
43
+ "input": "Which sentence is the effect of \"The man drank heavily at the party.\"? Choose one between A and B.\nA: He had a headache the next day.\nB: He had a runny nose the next day.",
44
+ "output": "A"
45
+ },
46
+ {
47
+ "input": "Which sentence is the cause of \"The bowling ball knocked over the bowling pins.\"? Choose one between A and B.\nA: The man rolled the bowling ball down the alley.\nB: The man dropped the bowling ball on his foot.",
48
+ "output": "A"
49
+ },
50
+ {
51
+ "input": "Which sentence is the cause of \"The community learned of the man's death.\"? Choose one between A and B.\nA: His family buried him in the cemetery.\nB: His obituary appeared in the newspaper.",
52
+ "output": "B"
53
+ },
54
+ {
55
+ "input": "Which sentence is the effect of \"My computer crashed.\"? Choose one between A and B.\nA: I installed new speakers.\nB: I lost all my data.",
56
+ "output": "B"
57
+ },
58
+ {
59
+ "input": "Which sentence is the cause of \"The woman resigned from her job.\"? Choose one between A and B.\nA: She aspired to hold an executive position in the firm.\nB: She believed her superiors were acting unethically.",
60
+ "output": "B"
61
+ },
62
+ {
63
+ "input": "Which sentence is the cause of \"The player caught the ball.\"? Choose one between A and B.\nA: Her teammate threw it to her.\nB: Her opponent tried to intercept it.",
64
+ "output": "A"
65
+ },
66
+ {
67
+ "input": "Which sentence is the cause of \"The judge pounded the gavel.\"? Choose one between A and B.\nA: The courtroom broke into uproar.\nB: The jury announced its verdict.",
68
+ "output": "A"
69
+ },
70
+ {
71
+ "input": "Which sentence is the cause of \"The woman banished the children from her property.\"? Choose one between A and B.\nA: The children hit a ball into her yard.\nB: The children trampled through her garden.",
72
+ "output": "B"
73
+ },
74
+ {
75
+ "input": "Which sentence is the cause of \"The kidnappers released the hostage.\"? Choose one between A and B.\nA: They accepted ransom money.\nB: They escaped from jail.",
76
+ "output": "A"
77
+ },
78
+ {
79
+ "input": "Which sentence is the cause of \"The cook's eyes watered.\"? Choose one between A and B.\nA: He ran out of onions.\nB: He cut an onion.",
80
+ "output": "B"
81
+ },
82
+ {
83
+ "input": "Which sentence is the cause of \"The woman ran her finger under cold water.\"? Choose one between A and B.\nA: She burned her finger on the toaster.\nB: She put a diamond ring on her finger.",
84
+ "output": "A"
85
+ },
86
+ {
87
+ "input": "Which sentence is the effect of \"The student misspelled the word.\"? Choose one between A and B.\nA: The teacher corrected her.\nB: The teacher dismissed her.",
88
+ "output": "A"
89
+ },
90
+ {
91
+ "input": "Which sentence is the cause of \"I regained composure from my fit of anger.\"? Choose one between A and B.\nA: My heart pounded.\nB: I took deep breaths.",
92
+ "output": "B"
93
+ },
94
+ {
95
+ "input": "Which sentence is the effect of \"I put my hands under the running faucet.\"? Choose one between A and B.\nA: The soap rinsed off my hands.\nB: The water splashed in my face.",
96
+ "output": "A"
97
+ },
98
+ {
99
+ "input": "Which sentence is the cause of \"The man dressed in his best suit.\"? Choose one between A and B.\nA: He scheduled a meeting with an important client.\nB: His wife bought him a new tie.",
100
+ "output": "A"
101
+ },
102
+ {
103
+ "input": "Which sentence is the effect of \"The man confessed his love for the woman.\"? Choose one between A and B.\nA: The woman rejected him.\nB: The woman envied him.",
104
+ "output": "A"
105
+ },
106
+ {
107
+ "input": "Which sentence is the cause of \"The driver got a flat tire.\"? Choose one between A and B.\nA: He went over the speed limit.\nB: He ran over a nail.",
108
+ "output": "B"
109
+ },
110
+ {
111
+ "input": "Which sentence is the cause of \"My view of the movie screen was blocked.\"? Choose one between A and B.\nA: The couple behind me was whispering.\nB: A tall person was sitting in front of me.",
112
+ "output": "B"
113
+ },
114
+ {
115
+ "input": "Which sentence is the cause of \"The driver turned on the car's headlights.\"? Choose one between A and B.\nA: He heard thunder.\nB: The sun went down.",
116
+ "output": "B"
117
+ },
118
+ {
119
+ "input": "Which sentence is the effect of \"The girl refused to eat her vegetables.\"? Choose one between A and B.\nA: Her father told her to drink her milk.\nB: Her father took away her dessert.",
120
+ "output": "B"
121
+ },
122
+ {
123
+ "input": "Which sentence is the cause of \"The woman covered her mouth with her hand.\"? Choose one between A and B.\nA: She exhaled.\nB: She sneezed.",
124
+ "output": "B"
125
+ },
126
+ {
127
+ "input": "Which sentence is the effect of \"The secretary put the caller on hold.\"? Choose one between A and B.\nA: The caller's phone lost reception.\nB: The caller waited on the line.",
128
+ "output": "B"
129
+ },
130
+ {
131
+ "input": "Which sentence is the cause of \"The woman walked with crutches.\"? Choose one between A and B.\nA: She shaved her legs.\nB: She broke her leg.",
132
+ "output": "B"
133
+ },
134
+ {
135
+ "input": "Which sentence is the cause of \"I coughed.\"? Choose one between A and B.\nA: I inhaled smoke.\nB: I lowered my voice.",
136
+ "output": "A"
137
+ },
138
+ {
139
+ "input": "Which sentence is the cause of \"The clock chimed.\"? Choose one between A and B.\nA: It was the top of the hour.\nB: The hour seemed to drag on.",
140
+ "output": "A"
141
+ },
142
+ {
143
+ "input": "Which sentence is the effect of \"The chef hit the egg on the side of the bowl.\"? Choose one between A and B.\nA: The egg cracked.\nB: The egg rotted.",
144
+ "output": "A"
145
+ },
146
+ {
147
+ "input": "Which sentence is the cause of \"The police searched the offender's car.\"? Choose one between A and B.\nA: They were trying to elicit a confession.\nB: They were looking for illegal drugs.",
148
+ "output": "B"
149
+ },
150
+ {
151
+ "input": "Which sentence is the cause of \"The couple travelled south for the winter.\"? Choose one between A and B.\nA: They were retired.\nB: They were separated.",
152
+ "output": "A"
153
+ },
154
+ {
155
+ "input": "Which sentence is the cause of \"The man felt obligated to attend the event.\"? Choose one between A and B.\nA: He turned down his friend's invitation to go.\nB: He promised his friend that he would go.",
156
+ "output": "B"
157
+ },
158
+ {
159
+ "input": "Which sentence is the effect of \"The bride got cold feet before the wedding.\"? Choose one between A and B.\nA: The wedding guests brought gifts.\nB: She called the wedding off.",
160
+ "output": "B"
161
+ },
162
+ {
163
+ "input": "Which sentence is the effect of \"The man grew old.\"? Choose one between A and B.\nA: His hair turned gray.\nB: He sold his belongings.",
164
+ "output": "A"
165
+ },
166
+ {
167
+ "input": "Which sentence is the effect of \"The friends decided to share the hamburger.\"? Choose one between A and B.\nA: They cut the hamburger in half.\nB: They ordered fries with the hamburger.",
168
+ "output": "A"
169
+ },
170
+ {
171
+ "input": "Which sentence is the effect of \"I twisted the cap off the soda bottle.\"? Choose one between A and B.\nA: The soda fizzed.\nB: The soda leaked out.",
172
+ "output": "A"
173
+ },
174
+ {
175
+ "input": "Which sentence is the cause of \"The pair of students came under scrutiny by the teacher.\"? Choose one between A and B.\nA: The students both received excellent grades.\nB: Their responses on the assignment were identical.",
176
+ "output": "B"
177
+ },
178
+ {
179
+ "input": "Which sentence is the effect of \"The student was in a rush to get to school on time.\"? Choose one between A and B.\nA: He left his assignment at home.\nB: He brought his lunch to school.",
180
+ "output": "A"
181
+ },
182
+ {
183
+ "input": "Which sentence is the cause of \"The journalist wrote a biography about the humanitarian's life.\"? Choose one between A and B.\nA: The humanitarian was difficult for the journalist to interview.\nB: The journalist was intrigued by the humanitarian's work.",
184
+ "output": "B"
185
+ },
186
+ {
187
+ "input": "Which sentence is the effect of \"The man defied the authorities of the church.\"? Choose one between A and B.\nA: He donated money to the church.\nB: He was excommunicated from the church.",
188
+ "output": "B"
189
+ },
190
+ {
191
+ "input": "Which sentence is the effect of \"The woman's hair fell in her face.\"? Choose one between A and B.\nA: She pulled her hair back with a clip.\nB: She lathered shampoo into her hair.",
192
+ "output": "A"
193
+ },
194
+ {
195
+ "input": "Which sentence is the cause of \"The ring on my finger got stuck.\"? Choose one between A and B.\nA: My finger swelled.\nB: I chipped my fingernail.",
196
+ "output": "A"
197
+ },
198
+ {
199
+ "input": "Which sentence is the effect of \"I pulled the rubber band.\"? Choose one between A and B.\nA: It flung across the room.\nB: It stretched.",
200
+ "output": "B"
201
+ },
202
+ {
203
+ "input": "Which sentence is the effect of \"I pressed my hand into the wet cement.\"? Choose one between A and B.\nA: My handprint dried in the cement.\nB: Cracks emerged in the cement.",
204
+ "output": "A"
205
+ },
206
+ {
207
+ "input": "Which sentence is the cause of \"My skin broke out into a rash.\"? Choose one between A and B.\nA: I brushed against poison ivy in my yard.\nB: I eradicated the poison ivy from my yard.",
208
+ "output": "A"
209
+ },
210
+ {
211
+ "input": "Which sentence is the effect of \"My subscription to the magazine expired.\"? Choose one between A and B.\nA: I discarded the new issue.\nB: I stopped receiving new issues.",
212
+ "output": "B"
213
+ },
214
+ {
215
+ "input": "Which sentence is the effect of \"The detective revealed an anomaly in the case.\"? Choose one between A and B.\nA: He finalized his theory.\nB: He scrapped his theory.",
216
+ "output": "B"
217
+ },
218
+ {
219
+ "input": "Which sentence is the cause of \"The boy threw a temper tantrum.\"? Choose one between A and B.\nA: His brother took his toys from him.\nB: He shared his toys with his brother.",
220
+ "output": "A"
221
+ },
222
+ {
223
+ "input": "Which sentence is the cause of \"The child learned how to read.\"? Choose one between A and B.\nA: He began attending school.\nB: He skipped a grade in school.",
224
+ "output": "A"
225
+ },
226
+ {
227
+ "input": "Which sentence is the cause of \"The boy skipped dinner.\"? Choose one between A and B.\nA: His mother cooked his favorite meal.\nB: He ate a big lunch.",
228
+ "output": "B"
229
+ },
230
+ {
231
+ "input": "Which sentence is the cause of \"The woman lavished her friend with flattery.\"? Choose one between A and B.\nA: She wanted to ask her friend for a favor.\nB: She was irritated with her friend's whining.",
232
+ "output": "A"
233
+ },
234
+ {
235
+ "input": "Which sentence is the cause of \"The key was missing from my pants pocket.\"? Choose one between A and B.\nA: The pocket had a hole.\nB: The pants were new.",
236
+ "output": "A"
237
+ },
238
+ {
239
+ "input": "Which sentence is the cause of \"The man fainted.\"? Choose one between A and B.\nA: He took a nap.\nB: He ran a marathon.",
240
+ "output": "B"
241
+ },
242
+ {
243
+ "input": "Which sentence is the cause of \"The man lost the competition.\"? Choose one between A and B.\nA: The competition was sabotaged.\nB: He intimidated his competitors.",
244
+ "output": "A"
245
+ },
246
+ {
247
+ "input": "Which sentence is the cause of \"The mother called an ambulance.\"? Choose one between A and B.\nA: Her son lost his cat.\nB: Her son fell out of his bed.",
248
+ "output": "B"
249
+ },
250
+ {
251
+ "input": "Which sentence is the cause of \"The driver slammed on his brakes.\"? Choose one between A and B.\nA: A deer appeared on the road.\nB: The car radio shut off.",
252
+ "output": "A"
253
+ },
254
+ {
255
+ "input": "Which sentence is the cause of \"The lock opened.\"? Choose one between A and B.\nA: I turned the key in the lock.\nB: I made a duplicate of the key.",
256
+ "output": "A"
257
+ },
258
+ {
259
+ "input": "Which sentence is the cause of \"I put rubber gloves on.\"? Choose one between A and B.\nA: I was preparing to wash my hands.\nB: I was preparing to clean the bathroom.",
260
+ "output": "B"
261
+ },
262
+ {
263
+ "input": "Which sentence is the cause of \"The animal species became endangered.\"? Choose one between A and B.\nA: Their habitat was destroyed.\nB: Their predators went extinct.",
264
+ "output": "A"
265
+ },
266
+ {
267
+ "input": "Which sentence is the cause of \"The man perceived that the woman looked different.\"? Choose one between A and B.\nA: The woman got her hair cut.\nB: The woman wore a bracelet.",
268
+ "output": "A"
269
+ },
270
+ {
271
+ "input": "Which sentence is the effect of \"The student forgot to do her assignment.\"? Choose one between A and B.\nA: She made up an excuse to tell the teacher.\nB: The teacher promoted her to the next grade.",
272
+ "output": "A"
273
+ },
274
+ {
275
+ "input": "Which sentence is the cause of \"The dog barked.\"? Choose one between A and B.\nA: The cat lounged on the couch.\nB: A knock sounded at the door.",
276
+ "output": "B"
277
+ },
278
+ {
279
+ "input": "Which sentence is the effect of \"Plans were announced to replace a local park with a shopping mall.\"? Choose one between A and B.\nA: Environmentalists started a petition.\nB: Environmentalists produced a documentary.",
280
+ "output": "A"
281
+ },
282
+ {
283
+ "input": "Which sentence is the effect of \"The couple was happy to see each other.\"? Choose one between A and B.\nA: They kissed.\nB: They rested.",
284
+ "output": "A"
285
+ },
286
+ {
287
+ "input": "Which sentence is the cause of \"The woman asked the man to leave.\"? Choose one between A and B.\nA: He insulted her.\nB: He thanked her.",
288
+ "output": "A"
289
+ },
290
+ {
291
+ "input": "Which sentence is the effect of \"The tree branch landed in the river.\"? Choose one between A and B.\nA: The branch moved downstream.\nB: The river's current became stronger.",
292
+ "output": "A"
293
+ },
294
+ {
295
+ "input": "Which sentence is the effect of \"The teacher assigned homework to the students.\"? Choose one between A and B.\nA: The students passed notes.\nB: The students groaned.",
296
+ "output": "B"
297
+ },
298
+ {
299
+ "input": "Which sentence is the effect of \"The seasons changed from summer to autumn.\"? Choose one between A and B.\nA: People evacuated their homes.\nB: Leaves fell from the trees.",
300
+ "output": "B"
301
+ },
302
+ {
303
+ "input": "Which sentence is the effect of \"The politician was convicted of fraud.\"? Choose one between A and B.\nA: He campaigned for re-election.\nB: He was removed from office.",
304
+ "output": "B"
305
+ },
306
+ {
307
+ "input": "Which sentence is the effect of \"I pushed the wagon.\"? Choose one between A and B.\nA: The objects in the wagon fell out.\nB: The wagon wheels spun forward.",
308
+ "output": "B"
309
+ },
310
+ {
311
+ "input": "Which sentence is the effect of \"The lobbyist persuaded the legislature to support the bill.\"? Choose one between A and B.\nA: The president vetoed the bill.\nB: The legislature passed the bill.",
312
+ "output": "B"
313
+ },
314
+ {
315
+ "input": "Which sentence is the effect of \"My closet was messy.\"? Choose one between A and B.\nA: I organized it.\nB: I decorated it.",
316
+ "output": "A"
317
+ },
318
+ {
319
+ "input": "Which sentence is the effect of \"I stayed up late.\"? Choose one between A and B.\nA: I had vivid dreams that night.\nB: I was tired in the morning.",
320
+ "output": "B"
321
+ },
322
+ {
323
+ "input": "Which sentence is the cause of \"The man's pocket jingled as he walked.\"? Choose one between A and B.\nA: His pocket was filled with coins.\nB: He sewed the hole in his pocket.",
324
+ "output": "A"
325
+ },
326
+ {
327
+ "input": "Which sentence is the cause of \"Everyone in the class turned to stare at the student.\"? Choose one between A and B.\nA: The student's phone rang.\nB: The student took notes.",
328
+ "output": "A"
329
+ },
330
+ {
331
+ "input": "Which sentence is the cause of \"The horse bucked.\"? Choose one between A and B.\nA: A fly bit the horse.\nB: The rider stroked the horse.",
332
+ "output": "A"
333
+ },
334
+ {
335
+ "input": "Which sentence is the effect of \"The jewelry thieves were caught.\"? Choose one between A and B.\nA: The stolen jewelry was returned to its owners.\nB: The cost of the stolen jewelry was calculated.",
336
+ "output": "A"
337
+ },
338
+ {
339
+ "input": "Which sentence is the effect of \"Political violence broke out in the nation.\"? Choose one between A and B.\nA: Many citizens relocated to the capitol.\nB: Many citizens took refuge in other territories.",
340
+ "output": "B"
341
+ },
342
+ {
343
+ "input": "Which sentence is the cause of \"The woman was arrested.\"? Choose one between A and B.\nA: She checked into rehab.\nB: She committed assault.",
344
+ "output": "B"
345
+ },
346
+ {
347
+ "input": "Which sentence is the effect of \"The woman read the newspaper.\"? Choose one between A and B.\nA: She discovered the outcome of the election.\nB: She casted a vote in the election.",
348
+ "output": "A"
349
+ },
350
+ {
351
+ "input": "Which sentence is the effect of \"The sick child coughed on his friend.\"? Choose one between A and B.\nA: His friend got sick.\nB: His friend sneezed.",
352
+ "output": "A"
353
+ },
354
+ {
355
+ "input": "Which sentence is the effect of \"The couple got engaged.\"? Choose one between A and B.\nA: They planned a wedding.\nB: They took some time apart.",
356
+ "output": "A"
357
+ },
358
+ {
359
+ "input": "Which sentence is the cause of \"The woman contacted the real estate agent.\"? Choose one between A and B.\nA: The woman planned to buy a condo.\nB: The woman needed to clean her house.",
360
+ "output": "A"
361
+ },
362
+ {
363
+ "input": "Which sentence is the effect of \"The man won the lottery.\"? Choose one between A and B.\nA: He became rich.\nB: He owed money.",
364
+ "output": "A"
365
+ },
366
+ {
367
+ "input": "Which sentence is the effect of \"I lit the candle.\"? Choose one between A and B.\nA: Wax dripped off the candle.\nB: The wax on the candle hardened.",
368
+ "output": "A"
369
+ },
370
+ {
371
+ "input": "Which sentence is the effect of \"I spent the day at the pool.\"? Choose one between A and B.\nA: I sprained my ankle.\nB: My face got sunburned.",
372
+ "output": "B"
373
+ },
374
+ {
375
+ "input": "Which sentence is the cause of \"The man received a parking ticket.\"? Choose one between A and B.\nA: He parallel parked on the street.\nB: The parking meter expired.",
376
+ "output": "B"
377
+ },
378
+ {
379
+ "input": "Which sentence is the effect of \"The woman became famous.\"? Choose one between A and B.\nA: Photographers followed her.\nB: Her family avoided her.",
380
+ "output": "A"
381
+ },
382
+ {
383
+ "input": "Which sentence is the effect of \"The girl wanted to wear earrings.\"? Choose one between A and B.\nA: She got her ears pierced.\nB: She got a tattoo.",
384
+ "output": "A"
385
+ },
386
+ {
387
+ "input": "Which sentence is the cause of \"My ears were ringing.\"? Choose one between A and B.\nA: I went to a museum.\nB: I went to a concert.",
388
+ "output": "B"
389
+ },
390
+ {
391
+ "input": "Which sentence is the cause of \"I tidied up my house.\"? Choose one between A and B.\nA: I was swamped with work.\nB: I was expecting company.",
392
+ "output": "B"
393
+ },
394
+ {
395
+ "input": "Which sentence is the effect of \"The airline mishandled my luggage.\"? Choose one between A and B.\nA: They offered me compensation.\nB: They cancelled my flight.",
396
+ "output": "A"
397
+ },
398
+ {
399
+ "input": "Which sentence is the effect of \"The computer was expensive to fix.\"? Choose one between A and B.\nA: I got it repaired.\nB: I bought a new one.",
400
+ "output": "B"
401
+ },
402
+ {
403
+ "input": "Which sentence is the effect of \"The woman was in a bad mood.\"? Choose one between A and B.\nA: She engaged in small talk with her friend.\nB: She told her friend to leave her alone.",
404
+ "output": "B"
405
+ }
406
+ ]
407
+ }
root_gainlora/CL_Benchmark/Long_Sequence/copa/train.json ADDED
@@ -0,0 +1,1607 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Definition": [],
3
+ "Positive Examples": [],
4
+ "Negative Examples": [],
5
+ "Instances": [
6
+ {
7
+ "input": "Which sentence is the cause of \"The host cancelled the party.\"? Choose one between A and B.\nA: She was certain she had the flu.\nB: She worried she would catch the flu.",
8
+ "output": "A"
9
+ },
10
+ {
11
+ "input": "Which sentence is the effect of \"The woman betrayed her friend.\"? Choose one between A and B.\nA: Her friend sent her a greeting card.\nB: Her friend cut off contact with her.",
12
+ "output": "B"
13
+ },
14
+ {
15
+ "input": "Which sentence is the cause of \"The boy mimicked his older brother.\"? Choose one between A and B.\nA: The boy looked up to his older brother.\nB: The boy wrestled with his older brother.",
16
+ "output": "A"
17
+ },
18
+ {
19
+ "input": "Which sentence is the effect of \"The flashlight was dead.\"? Choose one between A and B.\nA: I took it apart.\nB: I replaced the batteries.",
20
+ "output": "B"
21
+ },
22
+ {
23
+ "input": "Which sentence is the effect of \"I was confused by the professor's lecture.\"? Choose one between A and B.\nA: I paid attention to the professor.\nB: I asked the professor questions.",
24
+ "output": "B"
25
+ },
26
+ {
27
+ "input": "Which sentence is the cause of \"The boy tuned the radio.\"? Choose one between A and B.\nA: The station was playing rock music.\nB: The station was coming in with static.",
28
+ "output": "B"
29
+ },
30
+ {
31
+ "input": "Which sentence is the effect of \"The vandals threw a rock at the window.\"? Choose one between A and B.\nA: The window cracked.\nB: The window fogged up.",
32
+ "output": "A"
33
+ },
34
+ {
35
+ "input": "Which sentence is the effect of \"The doctor x-rayed the patient's arm.\"? Choose one between A and B.\nA: He discovered that the patient's arm was broken.\nB: He put the patient's arm in a cast.",
36
+ "output": "A"
37
+ },
38
+ {
39
+ "input": "Which sentence is the cause of \"I jumped instinctively in fright.\"? Choose one between A and B.\nA: I sensed someone approaching me from behind.\nB: I heard people chuckling in the adjacent room.",
40
+ "output": "A"
41
+ },
42
+ {
43
+ "input": "Which sentence is the effect of \"The engine of the airplane was faulty.\"? Choose one between A and B.\nA: The airplane crashed.\nB: The pilot made an error.",
44
+ "output": "A"
45
+ },
46
+ {
47
+ "input": "Which sentence is the effect of \"The cowgirl threw her lasso towards the horse.\"? Choose one between A and B.\nA: The lasso grabbed onto the horse.\nB: The horse trotted into the barn.",
48
+ "output": "A"
49
+ },
50
+ {
51
+ "input": "Which sentence is the effect of \"The child disobeyed her parents.\"? Choose one between A and B.\nA: Her parents hugged her.\nB: Her parents punished her.",
52
+ "output": "B"
53
+ },
54
+ {
55
+ "input": "Which sentence is the effect of \"The fortune teller's revelations were convincing.\"? Choose one between A and B.\nA: She received many returning customers.\nB: Many customers asked for refunds.",
56
+ "output": "A"
57
+ },
58
+ {
59
+ "input": "Which sentence is the cause of \"The man grieved.\"? Choose one between A and B.\nA: His wife criticized him.\nB: His mother passed away.",
60
+ "output": "B"
61
+ },
62
+ {
63
+ "input": "Which sentence is the effect of \"I pushed the gas pedal.\"? Choose one between A and B.\nA: The car accelerated.\nB: The car door opened.",
64
+ "output": "A"
65
+ },
66
+ {
67
+ "input": "Which sentence is the cause of \"The audience booed the comedian off the stage.\"? Choose one between A and B.\nA: He told a racist joke.\nB: He entertained the audience.",
68
+ "output": "A"
69
+ },
70
+ {
71
+ "input": "Which sentence is the effect of \"The woman and her boyfriend got into a fight.\"? Choose one between A and B.\nA: They stopped seeing each other.\nB: They planned a vacation together.",
72
+ "output": "A"
73
+ },
74
+ {
75
+ "input": "Which sentence is the cause of \"The fans in the stadium cheered.\"? Choose one between A and B.\nA: The game ended in a tie.\nB: The player scored.",
76
+ "output": "B"
77
+ },
78
+ {
79
+ "input": "Which sentence is the cause of \"The customer filed a complaint with the store manager.\"? Choose one between A and B.\nA: The sales associate undercharged the customer.\nB: The sales associate acted rude to the customer.",
80
+ "output": "B"
81
+ },
82
+ {
83
+ "input": "Which sentence is the effect of \"The pond froze over for the winter.\"? Choose one between A and B.\nA: People skated on the pond.\nB: People brought boats to the pond.",
84
+ "output": "A"
85
+ },
86
+ {
87
+ "input": "Which sentence is the cause of \"The boy got a black eye.\"? Choose one between A and B.\nA: The bully mocked the boy.\nB: The bully punched the boy.",
88
+ "output": "B"
89
+ },
90
+ {
91
+ "input": "Which sentence is the effect of \"My grandmother passed away.\"? Choose one between A and B.\nA: My family held a funeral.\nB: My family held a reunion.",
92
+ "output": "A"
93
+ },
94
+ {
95
+ "input": "Which sentence is the cause of \"The mother suspected that her son was lying.\"? Choose one between A and B.\nA: He refused to talk to her.\nB: He avoided making eye contact with her.",
96
+ "output": "B"
97
+ },
98
+ {
99
+ "input": "Which sentence is the cause of \"The boy filled the bucket with sand.\"? Choose one between A and B.\nA: He was collecting seashells in the sand.\nB: He was building a sand castle.",
100
+ "output": "B"
101
+ },
102
+ {
103
+ "input": "Which sentence is the effect of \"The man's eye became infected.\"? Choose one between A and B.\nA: He went blind.\nB: He put on glasses.",
104
+ "output": "A"
105
+ },
106
+ {
107
+ "input": "Which sentence is the cause of \"The dust came off the desk.\"? Choose one between A and B.\nA: I wiped the desk with a cloth.\nB: I removed the books from the desk.",
108
+ "output": "A"
109
+ },
110
+ {
111
+ "input": "Which sentence is the effect of \"The speaker disarmed her debate opponent.\"? Choose one between A and B.\nA: The speaker congratulated her opponent.\nB: The speaker won the debate.",
112
+ "output": "B"
113
+ },
114
+ {
115
+ "input": "Which sentence is the effect of \"The archeologist dug up the site.\"? Choose one between A and B.\nA: She excavated ancient artifacts.\nB: She read about the site's history.",
116
+ "output": "A"
117
+ },
118
+ {
119
+ "input": "Which sentence is the cause of \"The boy giggled uncontrollably.\"? Choose one between A and B.\nA: His brother tickled him.\nB: His brother kicked him.",
120
+ "output": "A"
121
+ },
122
+ {
123
+ "input": "Which sentence is the effect of \"The man had an attack of conscience.\"? Choose one between A and B.\nA: He manipulated his friend.\nB: He admitted his indiscretion.",
124
+ "output": "B"
125
+ },
126
+ {
127
+ "input": "Which sentence is the effect of \"I clumsily bumped into the stranger.\"? Choose one between A and B.\nA: I ran away.\nB: I apologized to him.",
128
+ "output": "B"
129
+ },
130
+ {
131
+ "input": "Which sentence is the cause of \"The boy was afraid to go to bed.\"? Choose one between A and B.\nA: He turned on his nightlight.\nB: He watched a horror movie.",
132
+ "output": "B"
133
+ },
134
+ {
135
+ "input": "Which sentence is the effect of \"The school principal implemented a dress code.\"? Choose one between A and B.\nA: Students protested the decision.\nB: Students were expelled from school.",
136
+ "output": "A"
137
+ },
138
+ {
139
+ "input": "Which sentence is the effect of \"The student's answer on the exam was incorrect.\"? Choose one between A and B.\nA: The teacher added bonus points to the student's grade.\nB: The teacher subtracted points off the student's grade.",
140
+ "output": "B"
141
+ },
142
+ {
143
+ "input": "Which sentence is the cause of \"The woman spotted her friend from across the room.\"? Choose one between A and B.\nA: The woman waved.\nB: The woman escaped.",
144
+ "output": "A"
145
+ },
146
+ {
147
+ "input": "Which sentence is the cause of \"I put shoes on.\"? Choose one between A and B.\nA: The floor contained broken glass.\nB: The paint on the walls was wet.",
148
+ "output": "A"
149
+ },
150
+ {
151
+ "input": "Which sentence is the effect of \"A burglar broke into the house.\"? Choose one between A and B.\nA: The homeowners were asleep.\nB: The security alarm went off.",
152
+ "output": "B"
153
+ },
154
+ {
155
+ "input": "Which sentence is the effect of \"The girl went down the hill on her bike.\"? Choose one between A and B.\nA: Her bike swerved.\nB: Her bike sped up.",
156
+ "output": "B"
157
+ },
158
+ {
159
+ "input": "Which sentence is the effect of \"The grape juice fermented.\"? Choose one between A and B.\nA: The juice turned to wine.\nB: The juice evaporated.",
160
+ "output": "A"
161
+ },
162
+ {
163
+ "input": "Which sentence is the cause of \"The turtle hid in its shell.\"? Choose one between A and B.\nA: It ate a fish.\nB: It detected a predator.",
164
+ "output": "B"
165
+ },
166
+ {
167
+ "input": "Which sentence is the cause of \"The boy climbed the tree.\"? Choose one between A and B.\nA: A cat got stuck in the tree.\nB: A bird built a nest in the tree.",
168
+ "output": "A"
169
+ },
170
+ {
171
+ "input": "Which sentence is the effect of \"I flipped the light switch up and down.\"? Choose one between A and B.\nA: The light faded.\nB: The light flickered.",
172
+ "output": "B"
173
+ },
174
+ {
175
+ "input": "Which sentence is the effect of \"The bureau drawers were cluttered.\"? Choose one between A and B.\nA: I threw away unnecessary contents.\nB: I locked the drawers shut.",
176
+ "output": "A"
177
+ },
178
+ {
179
+ "input": "Which sentence is the effect of \"The tenant misplaced his keys to his apartment.\"? Choose one between A and B.\nA: His landlord unlocked the door.\nB: His landlord repaired the door.",
180
+ "output": "A"
181
+ },
182
+ {
183
+ "input": "Which sentence is the effect of \"The girl met her favorite actor.\"? Choose one between A and B.\nA: She went to see his new film.\nB: She asked him for his autograph.",
184
+ "output": "B"
185
+ },
186
+ {
187
+ "input": "Which sentence is the cause of \"The bird couldn't fly.\"? Choose one between A and B.\nA: It migrated for the winter.\nB: It injured its wing.",
188
+ "output": "B"
189
+ },
190
+ {
191
+ "input": "Which sentence is the cause of \"I learned how to play the board game.\"? Choose one between A and B.\nA: My friend explained the rules to me.\nB: My friend got the rules wrong.",
192
+ "output": "A"
193
+ },
194
+ {
195
+ "input": "Which sentence is the cause of \"The woman suffered amnesia.\"? Choose one between A and B.\nA: She had an allergic reaction.\nB: She got into a car accident.",
196
+ "output": "B"
197
+ },
198
+ {
199
+ "input": "Which sentence is the cause of \"The man urgently leaped out of bed.\"? Choose one between A and B.\nA: He wanted to shut off the alarm clock.\nB: He wanted to iron his pants before work.",
200
+ "output": "A"
201
+ },
202
+ {
203
+ "input": "Which sentence is the cause of \"The window was opaque.\"? Choose one between A and B.\nA: The glass was stained.\nB: The blinds were open.",
204
+ "output": "A"
205
+ },
206
+ {
207
+ "input": "Which sentence is the effect of \"My friend paid for my ticket.\"? Choose one between A and B.\nA: I sought a refund.\nB: I paid her back.",
208
+ "output": "B"
209
+ },
210
+ {
211
+ "input": "Which sentence is the cause of \"Air pollution in the city worsened.\"? Choose one between A and B.\nA: Factories increased their production.\nB: Factories shut down.",
212
+ "output": "A"
213
+ },
214
+ {
215
+ "input": "Which sentence is the effect of \"I stood on one foot.\"? Choose one between A and B.\nA: My balance wavered.\nB: I kneeled down.",
216
+ "output": "A"
217
+ },
218
+ {
219
+ "input": "Which sentence is the cause of \"My flight got delayed.\"? Choose one between A and B.\nA: Tornadoes were sighted in the area.\nB: I was held up at airport security.",
220
+ "output": "A"
221
+ },
222
+ {
223
+ "input": "Which sentence is the cause of \"The woman received a diploma.\"? Choose one between A and B.\nA: She enrolled in college.\nB: She graduated from college.",
224
+ "output": "B"
225
+ },
226
+ {
227
+ "input": "Which sentence is the cause of \"The chandelier shattered on the floor.\"? Choose one between A and B.\nA: The chandelier dropped from the ceiling.\nB: The chandelier's lights flickered on and off.",
228
+ "output": "A"
229
+ },
230
+ {
231
+ "input": "Which sentence is the effect of \"I tipped the bottle.\"? Choose one between A and B.\nA: The liquid in the bottle froze.\nB: The liquid in the bottle poured out.",
232
+ "output": "B"
233
+ },
234
+ {
235
+ "input": "Which sentence is the effect of \"I came upon a puddle on the sidewalk.\"? Choose one between A and B.\nA: I leapt over the puddle.\nB: I played in the puddle.",
236
+ "output": "A"
237
+ },
238
+ {
239
+ "input": "Which sentence is the cause of \"The boy felt homesick.\"? Choose one between A and B.\nA: He went away to camp.\nB: He bickered with his sister.",
240
+ "output": "A"
241
+ },
242
+ {
243
+ "input": "Which sentence is the effect of \"The woman shivered as she got out the pool.\"? Choose one between A and B.\nA: She wrapped herself in a towel.\nB: She poured herself some lemonade.",
244
+ "output": "A"
245
+ },
246
+ {
247
+ "input": "Which sentence is the cause of \"My body cast a shadow over the grass.\"? Choose one between A and B.\nA: The sun was rising.\nB: The grass was cut.",
248
+ "output": "A"
249
+ },
250
+ {
251
+ "input": "Which sentence is the cause of \"The woman felt reluctant to switch careers.\"? Choose one between A and B.\nA: She made a lot of money in her current occupation.\nB: She endured a lot of stress in her current occupation.",
252
+ "output": "A"
253
+ },
254
+ {
255
+ "input": "Which sentence is the cause of \"The leader received praise.\"? Choose one between A and B.\nA: He fought poverty.\nB: He raised taxes.",
256
+ "output": "A"
257
+ },
258
+ {
259
+ "input": "Which sentence is the effect of \"The group overlooked the woman's faux pas.\"? Choose one between A and B.\nA: The woman was relieved.\nB: The woman apologized.",
260
+ "output": "A"
261
+ },
262
+ {
263
+ "input": "Which sentence is the effect of \"My friend was recovering from surgery.\"? Choose one between A and B.\nA: I dropped her off at the hospital.\nB: I brought her a card and flowers.",
264
+ "output": "B"
265
+ },
266
+ {
267
+ "input": "Which sentence is the effect of \"We found empty seats in the theatre.\"? Choose one between A and B.\nA: The film began.\nB: We sat down.",
268
+ "output": "B"
269
+ },
270
+ {
271
+ "input": "Which sentence is the cause of \"The woman was wrongly convicted for the crime.\"? Choose one between A and B.\nA: The jury was fair.\nB: She was framed.",
272
+ "output": "B"
273
+ },
274
+ {
275
+ "input": "Which sentence is the cause of \"The man craved a cigarette.\"? Choose one between A and B.\nA: His family urged him to quit smoking.\nB: He was addicted to nicotine.",
276
+ "output": "B"
277
+ },
278
+ {
279
+ "input": "Which sentence is the cause of \"The man made an error in his calculations.\"? Choose one between A and B.\nA: He checked his work.\nB: His work was hasty.",
280
+ "output": "B"
281
+ },
282
+ {
283
+ "input": "Which sentence is the cause of \"The patient underwent the risky medical procedure.\"? Choose one between A and B.\nA: The procedure was costly.\nB: Specialists recommended the procedure.",
284
+ "output": "B"
285
+ },
286
+ {
287
+ "input": "Which sentence is the effect of \"I drank a cup of coffee.\"? Choose one between A and B.\nA: My yawning ceased.\nB: I nodded off to sleep.",
288
+ "output": "A"
289
+ },
290
+ {
291
+ "input": "Which sentence is the cause of \"The man revealed personal information to the therapist.\"? Choose one between A and B.\nA: He trusted the therapist.\nB: He disagreed with the therapist.",
292
+ "output": "A"
293
+ },
294
+ {
295
+ "input": "Which sentence is the effect of \"The girl pushed herself off the top of the slide.\"? Choose one between A and B.\nA: She glided down the slide.\nB: She crawled up the slide.",
296
+ "output": "A"
297
+ },
298
+ {
299
+ "input": "Which sentence is the effect of \"The surfer caught the wave.\"? Choose one between A and B.\nA: The wave carried her to the shore.\nB: She paddled her board into the ocean.",
300
+ "output": "A"
301
+ },
302
+ {
303
+ "input": "Which sentence is the effect of \"It got dark outside.\"? Choose one between A and B.\nA: Snowflakes began to fall from the sky.\nB: The moon became visible in the sky.",
304
+ "output": "B"
305
+ },
306
+ {
307
+ "input": "Which sentence is the effect of \"The nurse prepared the needle for the patient's injection.\"? Choose one between A and B.\nA: The patient bled.\nB: The patient tensed up.",
308
+ "output": "B"
309
+ },
310
+ {
311
+ "input": "Which sentence is the effect of \"The boy painted a picture for his mother.\"? Choose one between A and B.\nA: His mother hung the picture on the wall.\nB: His mother sold the picture to a gallery.",
312
+ "output": "A"
313
+ },
314
+ {
315
+ "input": "Which sentence is the effect of \"The scientist conducted an experiment.\"? Choose one between A and B.\nA: She validated her theory.\nB: She fabricated her data.",
316
+ "output": "A"
317
+ },
318
+ {
319
+ "input": "Which sentence is the effect of \"The girl desired her parent's approval.\"? Choose one between A and B.\nA: She ran away from home.\nB: She obeyed her parent's rules.",
320
+ "output": "B"
321
+ },
322
+ {
323
+ "input": "Which sentence is the effect of \"I misplaced my wallet.\"? Choose one between A and B.\nA: I retrieved my phone.\nB: I retraced my steps.",
324
+ "output": "B"
325
+ },
326
+ {
327
+ "input": "Which sentence is the effect of \"The girl came across an unfamiliar word in her textbook.\"? Choose one between A and B.\nA: She looked the term up in the dictionary.\nB: She chucked the textbook across the room.",
328
+ "output": "A"
329
+ },
330
+ {
331
+ "input": "Which sentence is the effect of \"I burst into a fit of laughter.\"? Choose one between A and B.\nA: My teeth began to chatter.\nB: My eyes welled up with tears.",
332
+ "output": "B"
333
+ },
334
+ {
335
+ "input": "Which sentence is the effect of \"The woman upgraded her computer hardware.\"? Choose one between A and B.\nA: She deleted old files on the computer.\nB: She installed new software on the computer.",
336
+ "output": "B"
337
+ },
338
+ {
339
+ "input": "Which sentence is the effect of \"The boy pushed his sister.\"? Choose one between A and B.\nA: His sister tattled on him.\nB: They played hide and seek.",
340
+ "output": "A"
341
+ },
342
+ {
343
+ "input": "Which sentence is the effect of \"The putrid odor filled the room.\"? Choose one between A and B.\nA: I clamped my hand over my nose.\nB: I put the rubber gloves on.",
344
+ "output": "A"
345
+ },
346
+ {
347
+ "input": "Which sentence is the cause of \"The boy's hands were shaking.\"? Choose one between A and B.\nA: He planned to ask the girl out.\nB: His palms were cold and sweaty.",
348
+ "output": "A"
349
+ },
350
+ {
351
+ "input": "Which sentence is the effect of \"The skunk sprayed the dog.\"? Choose one between A and B.\nA: The dog emitted a foul smell.\nB: The skunk roamed the woods.",
352
+ "output": "A"
353
+ },
354
+ {
355
+ "input": "Which sentence is the effect of \"The gardener wanted his plants to flourish.\"? Choose one between A and B.\nA: He planted a variety of seeds.\nB: He put fertilizer in the soil.",
356
+ "output": "B"
357
+ },
358
+ {
359
+ "input": "Which sentence is the cause of \"The parents left their children with a babysitter.\"? Choose one between A and B.\nA: Their youngest child started attending preschool.\nB: They made plans to celebrate their anniversary.",
360
+ "output": "B"
361
+ },
362
+ {
363
+ "input": "Which sentence is the effect of \"The magnet attracted the paperclip.\"? Choose one between A and B.\nA: The paperclip dropped from the magnet.\nB: The paperclip stuck to the magnet.",
364
+ "output": "B"
365
+ },
366
+ {
367
+ "input": "Which sentence is the cause of \"The woman visited her family.\"? Choose one between A and B.\nA: She distrusted them.\nB: She missed them.",
368
+ "output": "B"
369
+ },
370
+ {
371
+ "input": "Which sentence is the effect of \"The woman sensed a pleasant smell.\"? Choose one between A and B.\nA: She remembered to take her medication.\nB: She was reminded of her childhood.",
372
+ "output": "B"
373
+ },
374
+ {
375
+ "input": "Which sentence is the effect of \"My favorite song came on the radio.\"? Choose one between A and B.\nA: I covered my ears.\nB: I sang along to it.",
376
+ "output": "B"
377
+ },
378
+ {
379
+ "input": "Which sentence is the cause of \"The boy's mouth stung.\"? Choose one between A and B.\nA: He ate a pepper.\nB: He blew out the candle.",
380
+ "output": "A"
381
+ },
382
+ {
383
+ "input": "Which sentence is the cause of \"The boy lost hold of the bar of soap.\"? Choose one between A and B.\nA: The bar was slippery.\nB: The bar emitted a fragrance.",
384
+ "output": "A"
385
+ },
386
+ {
387
+ "input": "Which sentence is the effect of \"The navy bombed the ship.\"? Choose one between A and B.\nA: The ship crashed into the pier.\nB: The ship's debris sunk in the sea.",
388
+ "output": "B"
389
+ },
390
+ {
391
+ "input": "Which sentence is the cause of \"The man took a shower.\"? Choose one between A and B.\nA: He was sweaty from working out.\nB: He opened a new bar of soap.",
392
+ "output": "A"
393
+ },
394
+ {
395
+ "input": "Which sentence is the cause of \"The family postponed the barbeque.\"? Choose one between A and B.\nA: The forecast called for storms.\nB: It was a holiday weekend.",
396
+ "output": "A"
397
+ },
398
+ {
399
+ "input": "Which sentence is the cause of \"The woman's eyeglasses fogged up.\"? Choose one between A and B.\nA: She reclined by the pool.\nB: She entered the sauna.",
400
+ "output": "B"
401
+ },
402
+ {
403
+ "input": "Which sentence is the cause of \"The woman hummed to herself.\"? Choose one between A and B.\nA: She was nervous.\nB: She was in a good mood.",
404
+ "output": "B"
405
+ },
406
+ {
407
+ "input": "Which sentence is the cause of \"The girl made a wish.\"? Choose one between A and B.\nA: She saw a black cat.\nB: She saw a shooting star.",
408
+ "output": "B"
409
+ },
410
+ {
411
+ "input": "Which sentence is the cause of \"The woman deleted the email.\"? Choose one between A and B.\nA: The sender tried to solicit money from her.\nB: The sender requested a response from her.",
412
+ "output": "A"
413
+ },
414
+ {
415
+ "input": "Which sentence is the effect of \"The police aimed their weapons at the fugitive.\"? Choose one between A and B.\nA: The fugitive fell to the ground.\nB: The fugitive dropped his gun.",
416
+ "output": "B"
417
+ },
418
+ {
419
+ "input": "Which sentence is the effect of \"The man's watch was broken.\"? Choose one between A and B.\nA: He waited at the bus stop.\nB: He asked a stranger for the time.",
420
+ "output": "B"
421
+ },
422
+ {
423
+ "input": "Which sentence is the effect of \"The girl found the missing puzzle piece.\"? Choose one between A and B.\nA: She completed the puzzle.\nB: She took apart the puzzle.",
424
+ "output": "A"
425
+ },
426
+ {
427
+ "input": "Which sentence is the effect of \"The host served dinner to his guests.\"? Choose one between A and B.\nA: His guests were gracious.\nB: His guests went hungry.",
428
+ "output": "A"
429
+ },
430
+ {
431
+ "input": "Which sentence is the cause of \"The politician lost the election.\"? Choose one between A and B.\nA: He ran negative campaign ads.\nB: No one voted for him.",
432
+ "output": "B"
433
+ },
434
+ {
435
+ "input": "Which sentence is the effect of \"The patient was dehydrated.\"? Choose one between A and B.\nA: The nurse tested his reflexes.\nB: The nurse gave him an IV.",
436
+ "output": "B"
437
+ },
438
+ {
439
+ "input": "Which sentence is the effect of \"My daughter suffered an allergy attack.\"? Choose one between A and B.\nA: I encouraged her to take deep breaths.\nB: I took her to the emergency room.",
440
+ "output": "B"
441
+ },
442
+ {
443
+ "input": "Which sentence is the effect of \"The elderly woman suffered a stroke.\"? Choose one between A and B.\nA: The woman's daughter came over to clean her house.\nB: The woman's daughter moved in to take care of her.",
444
+ "output": "B"
445
+ },
446
+ {
447
+ "input": "Which sentence is the cause of \"The woman hired a lawyer.\"? Choose one between A and B.\nA: She decided to sue her employer.\nB: She decided to run for office.",
448
+ "output": "A"
449
+ },
450
+ {
451
+ "input": "Which sentence is the effect of \"The man went into denial about the tragedy.\"? Choose one between A and B.\nA: He got over it easily.\nB: He refused to talk about it.",
452
+ "output": "B"
453
+ },
454
+ {
455
+ "input": "Which sentence is the cause of \"The girl shared her lunch with her friend.\"? Choose one between A and B.\nA: Her friend forgot to bring his lunch.\nB: Her friend sat next to her at lunch.",
456
+ "output": "A"
457
+ },
458
+ {
459
+ "input": "Which sentence is the effect of \"My knees buckled on the stairs.\"? Choose one between A and B.\nA: I caught myself on the railing.\nB: The railing came loose from the wall.",
460
+ "output": "A"
461
+ },
462
+ {
463
+ "input": "Which sentence is the cause of \"I got distracted from my conversation with the woman.\"? Choose one between A and B.\nA: Everyone in the room was talking.\nB: The woman was telling a funny story.",
464
+ "output": "A"
465
+ },
466
+ {
467
+ "input": "Which sentence is the effect of \"The swimmer won the race.\"? Choose one between A and B.\nA: She received a gold medal.\nB: Her team lost the meet.",
468
+ "output": "A"
469
+ },
470
+ {
471
+ "input": "Which sentence is the effect of \"The woman had an infection.\"? Choose one between A and B.\nA: She took antibiotics.\nB: She washed her hands.",
472
+ "output": "A"
473
+ },
474
+ {
475
+ "input": "Which sentence is the cause of \"The police handcuffed the suspect.\"? Choose one between A and B.\nA: The police called for backup.\nB: The suspect resisted arrest.",
476
+ "output": "B"
477
+ },
478
+ {
479
+ "input": "Which sentence is the effect of \"The police officer dropped the gun.\"? Choose one between A and B.\nA: The gun recoiled.\nB: The gun went off.",
480
+ "output": "B"
481
+ },
482
+ {
483
+ "input": "Which sentence is the cause of \"The security guard replayed the surveillance footage.\"? Choose one between A and B.\nA: The surveillance camera was out of focus.\nB: He noticed some suspicious activity.",
484
+ "output": "B"
485
+ },
486
+ {
487
+ "input": "Which sentence is the cause of \"The women met for coffee.\"? Choose one between A and B.\nA: The cafe reopened in a new location.\nB: They wanted to catch up with each other.",
488
+ "output": "B"
489
+ },
490
+ {
491
+ "input": "Which sentence is the cause of \"The vehicles travelled slowly.\"? Choose one between A and B.\nA: It was cloudy.\nB: It was foggy.",
492
+ "output": "B"
493
+ },
494
+ {
495
+ "input": "Which sentence is the cause of \"The woman exaggerated the details of the story.\"? Choose one between A and B.\nA: She wanted attention.\nB: She felt shy.",
496
+ "output": "A"
497
+ },
498
+ {
499
+ "input": "Which sentence is the cause of \"The man went away for the weekend.\"? Choose one between A and B.\nA: He wanted to relax.\nB: He felt content.",
500
+ "output": "A"
501
+ },
502
+ {
503
+ "input": "Which sentence is the effect of \"The farmland needed irrigation.\"? Choose one between A and B.\nA: A canal was constructed.\nB: A flood occurred.",
504
+ "output": "A"
505
+ },
506
+ {
507
+ "input": "Which sentence is the effect of \"The toddler started crying.\"? Choose one between A and B.\nA: Her parents took away her toy.\nB: Her parents gave her a toy.",
508
+ "output": "B"
509
+ },
510
+ {
511
+ "input": "Which sentence is the cause of \"The doctors amputated the patient's leg.\"? Choose one between A and B.\nA: It was badly bruised.\nB: It was severely infected.",
512
+ "output": "B"
513
+ },
514
+ {
515
+ "input": "Which sentence is the cause of \"I spit out my chewing gum.\"? Choose one between A and B.\nA: I blew a bubble with the gum.\nB: The gum lost its flavor.",
516
+ "output": "B"
517
+ },
518
+ {
519
+ "input": "Which sentence is the cause of \"The man got a discount on his groceries.\"? Choose one between A and B.\nA: He greeted the cashier.\nB: He used a coupon.",
520
+ "output": "B"
521
+ },
522
+ {
523
+ "input": "Which sentence is the effect of \"I put ice cubes in the hot soup.\"? Choose one between A and B.\nA: The soup cooled down.\nB: The soup became thick.",
524
+ "output": "A"
525
+ },
526
+ {
527
+ "input": "Which sentence is the effect of \"The girl performed in a dance recital.\"? Choose one between A and B.\nA: Her parents showed her how to dance.\nB: Her parents came to watch the recital.",
528
+ "output": "B"
529
+ },
530
+ {
531
+ "input": "Which sentence is the effect of \"The man wanted to save money.\"? Choose one between A and B.\nA: He withdrew money from his savings account.\nB: He cut back on making frivolous purchases.",
532
+ "output": "B"
533
+ },
534
+ {
535
+ "input": "Which sentence is the effect of \"The baby was wailing in his crib.\"? Choose one between A and B.\nA: The mother picked up the baby.\nB: The baby crawled to the mother.",
536
+ "output": "A"
537
+ },
538
+ {
539
+ "input": "Which sentence is the effect of \"The book was deemed inappropriate for children.\"? Choose one between A and B.\nA: Schools banned it from its libraries.\nB: Teachers required students to read it.",
540
+ "output": "A"
541
+ },
542
+ {
543
+ "input": "Which sentence is the effect of \"The toddler became cranky.\"? Choose one between A and B.\nA: Her mother put her down for a nap.\nB: Her mother fixed her hair into pigtails.",
544
+ "output": "A"
545
+ },
546
+ {
547
+ "input": "Which sentence is the cause of \"The woman's makeup smeared.\"? Choose one between A and B.\nA: She brushed her hair.\nB: She wiped her eyes.",
548
+ "output": "B"
549
+ },
550
+ {
551
+ "input": "Which sentence is the cause of \"I chugged the pitcher of water.\"? Choose one between A and B.\nA: I walked upstairs.\nB: I ran five miles.",
552
+ "output": "B"
553
+ },
554
+ {
555
+ "input": "Which sentence is the cause of \"The pharmaceutical company recalled the drug.\"? Choose one between A and B.\nA: Users reported dangerous side effects.\nB: Users got refills on their prescriptions.",
556
+ "output": "A"
557
+ },
558
+ {
559
+ "input": "Which sentence is the cause of \"The clay hardened.\"? Choose one between A and B.\nA: The potter rolled the clay into a ball.\nB: The potter put the clay in the oven.",
560
+ "output": "B"
561
+ },
562
+ {
563
+ "input": "Which sentence is the cause of \"The photo albums collected dust in the attic.\"? Choose one between A and B.\nA: They remained untouched for years.\nB: The family reminisced over the photos.",
564
+ "output": "A"
565
+ },
566
+ {
567
+ "input": "Which sentence is the effect of \"The friends' dinnertime conversation turned to politics.\"? Choose one between A and B.\nA: The conversation quieted down.\nB: A debate erupted.",
568
+ "output": "B"
569
+ },
570
+ {
571
+ "input": "Which sentence is the effect of \"The offender violated parole.\"? Choose one between A and B.\nA: She was sent back to jail.\nB: She stole money from a church.",
572
+ "output": "A"
573
+ },
574
+ {
575
+ "input": "Which sentence is the cause of \"The photograph faded.\"? Choose one between A and B.\nA: It was fake.\nB: It was old.",
576
+ "output": "B"
577
+ },
578
+ {
579
+ "input": "Which sentence is the effect of \"The girl felt dizzy.\"? Choose one between A and B.\nA: She lost her balance.\nB: She did stretches.",
580
+ "output": "A"
581
+ },
582
+ {
583
+ "input": "Which sentence is the cause of \"The man fell unconscious.\"? Choose one between A and B.\nA: The assailant struck the man in the head.\nB: The assailant took the man's wallet.",
584
+ "output": "A"
585
+ },
586
+ {
587
+ "input": "Which sentence is the effect of \"The mother needed help looking after her children.\"? Choose one between A and B.\nA: She sent the children to daycare.\nB: She gave up custody of the children.",
588
+ "output": "A"
589
+ },
590
+ {
591
+ "input": "Which sentence is the effect of \"My foot went numb.\"? Choose one between A and B.\nA: I put my shoes on.\nB: I shook my foot.",
592
+ "output": "B"
593
+ },
594
+ {
595
+ "input": "Which sentence is the cause of \"The stain came out of the shirt.\"? Choose one between A and B.\nA: I patched the shirt.\nB: I bleached the shirt.",
596
+ "output": "B"
597
+ },
598
+ {
599
+ "input": "Which sentence is the cause of \"The police closed the investigation.\"? Choose one between A and B.\nA: They apprehended the suspect.\nB: The victim recovered.",
600
+ "output": "A"
601
+ },
602
+ {
603
+ "input": "Which sentence is the effect of \"I needed to get cash.\"? Choose one between A and B.\nA: I went to the bank.\nB: I bought a wallet.",
604
+ "output": "A"
605
+ },
606
+ {
607
+ "input": "Which sentence is the cause of \"My stomach hurt.\"? Choose one between A and B.\nA: I jogged on the treadmill.\nB: I ate birthday cake.",
608
+ "output": "B"
609
+ },
610
+ {
611
+ "input": "Which sentence is the effect of \"I finished a page of the book.\"? Choose one between A and B.\nA: I ripped out the next page.\nB: I turned to the next page.",
612
+ "output": "B"
613
+ },
614
+ {
615
+ "input": "Which sentence is the cause of \"The woman tolerated her friend's difficult behavior.\"? Choose one between A and B.\nA: The woman knew her friend was going through a hard time.\nB: The woman felt that her friend took advantage of her kindness.",
616
+ "output": "A"
617
+ },
618
+ {
619
+ "input": "Which sentence is the cause of \"The shirt shrunk.\"? Choose one between A and B.\nA: I poured bleach on it.\nB: I put it in the dryer.",
620
+ "output": "B"
621
+ },
622
+ {
623
+ "input": "Which sentence is the cause of \"I hung up the phone.\"? Choose one between A and B.\nA: The caller said goodbye to me.\nB: The caller identified himself to me.",
624
+ "output": "A"
625
+ },
626
+ {
627
+ "input": "Which sentence is the cause of \"The student received detention.\"? Choose one between A and B.\nA: He talked back to the teacher.\nB: The teacher graded his homework.",
628
+ "output": "A"
629
+ },
630
+ {
631
+ "input": "Which sentence is the effect of \"The water in the teapot started to boil.\"? Choose one between A and B.\nA: The teapot cooled.\nB: The teapot whistled.",
632
+ "output": "B"
633
+ },
634
+ {
635
+ "input": "Which sentence is the cause of \"The parents forbade their children from watching the movie. \"? Choose one between A and B.\nA: The movie was rated R.\nB: The movie was animated.",
636
+ "output": "A"
637
+ },
638
+ {
639
+ "input": "Which sentence is the cause of \"The boat capsized.\"? Choose one between A and B.\nA: The captain raised the sail.\nB: It was caught in a hurricane.",
640
+ "output": "B"
641
+ },
642
+ {
643
+ "input": "Which sentence is the cause of \"The girl politely declined the hamburger.\"? Choose one between A and B.\nA: She was a vegetarian.\nB: She liked fast food.",
644
+ "output": "A"
645
+ },
646
+ {
647
+ "input": "Which sentence is the effect of \"The print on the brochure was tiny.\"? Choose one between A and B.\nA: The man put his glasses on.\nB: The man retrieved a pen from his pocket.",
648
+ "output": "A"
649
+ },
650
+ {
651
+ "input": "Which sentence is the cause of \"I wrote a thank-you note to my grandmother.\"? Choose one between A and B.\nA: She became forgetful.\nB: She sent me a gift.",
652
+ "output": "B"
653
+ },
654
+ {
655
+ "input": "Which sentence is the effect of \"The clock stopped ticking.\"? Choose one between A and B.\nA: I took extra time to get ready.\nB: The clock showed the wrong time.",
656
+ "output": "B"
657
+ },
658
+ {
659
+ "input": "Which sentence is the cause of \"The man held his breath.\"? Choose one between A and B.\nA: He went underwater.\nB: He treaded water.",
660
+ "output": "A"
661
+ },
662
+ {
663
+ "input": "Which sentence is the cause of \"The man's clothes fit loosely.\"? Choose one between A and B.\nA: He bought them on sale.\nB: He lost weight.",
664
+ "output": "B"
665
+ },
666
+ {
667
+ "input": "Which sentence is the effect of \"The man read the cartoon in the newspaper.\"? Choose one between A and B.\nA: He sipped coffee.\nB: He chuckled.",
668
+ "output": "B"
669
+ },
670
+ {
671
+ "input": "Which sentence is the effect of \"The girl wanted to make her mother happy.\"? Choose one between A and B.\nA: The girl ate the cookies her mother baked.\nB: The girl picked a flower for her mother.",
672
+ "output": "B"
673
+ },
674
+ {
675
+ "input": "Which sentence is the cause of \"The woman felt an electric shock.\"? Choose one between A and B.\nA: She grabbed the doorknob.\nB: She pounded on the door.",
676
+ "output": "A"
677
+ },
678
+ {
679
+ "input": "Which sentence is the cause of \"The balloon expanded.\"? Choose one between A and B.\nA: I blew into it.\nB: I pricked it.",
680
+ "output": "A"
681
+ },
682
+ {
683
+ "input": "Which sentence is the cause of \"The teenager grew taller than his father.\"? Choose one between A and B.\nA: He went through a growth spurt.\nB: He joined the basketball team.",
684
+ "output": "A"
685
+ },
686
+ {
687
+ "input": "Which sentence is the effect of \"The woman felt compelled to help someone in need.\"? Choose one between A and B.\nA: She donated blood.\nB: She wrote a poem.",
688
+ "output": "A"
689
+ },
690
+ {
691
+ "input": "Which sentence is the effect of \"The button on my shirt fell off.\"? Choose one between A and B.\nA: I sewed the button back on.\nB: I glued the button back on.",
692
+ "output": "A"
693
+ },
694
+ {
695
+ "input": "Which sentence is the effect of \"I applied pressure to the cut on my arm.\"? Choose one between A and B.\nA: It healed.\nB: It stopped bleeding.",
696
+ "output": "B"
697
+ },
698
+ {
699
+ "input": "Which sentence is the effect of \"The climbers reached the peak of the mountain.\"? Choose one between A and B.\nA: They encountered an avalanche.\nB: They congratulated each other.",
700
+ "output": "B"
701
+ },
702
+ {
703
+ "input": "Which sentence is the effect of \"The clouds looked dark.\"? Choose one between A and B.\nA: I brought my laptop to work.\nB: I brought my umbrella to work.",
704
+ "output": "B"
705
+ },
706
+ {
707
+ "input": "Which sentence is the cause of \"The glasses on the table spilled.\"? Choose one between A and B.\nA: The child drew on the table.\nB: The child yanked the tablecloth.",
708
+ "output": "B"
709
+ },
710
+ {
711
+ "input": "Which sentence is the effect of \"The documents contained important information.\"? Choose one between A and B.\nA: I paper clipped them together.\nB: I kept them in a secure place.",
712
+ "output": "B"
713
+ },
714
+ {
715
+ "input": "Which sentence is the cause of \"My feet were blistered.\"? Choose one between A and B.\nA: I went hiking.\nB: I went swimming.",
716
+ "output": "A"
717
+ },
718
+ {
719
+ "input": "Which sentence is the cause of \"Marine life diminished.\"? Choose one between A and B.\nA: Boats sailed through the ocean.\nB: Oil spilled into the ocean.",
720
+ "output": "B"
721
+ },
722
+ {
723
+ "input": "Which sentence is the effect of \"The competition ended.\"? Choose one between A and B.\nA: The teams got pumped up.\nB: The teams shook hands.",
724
+ "output": "B"
725
+ },
726
+ {
727
+ "input": "Which sentence is the cause of \"The woman spoke with a foreign accent.\"? Choose one between A and B.\nA: She came from a wealthy family.\nB: She migrated from another country.",
728
+ "output": "B"
729
+ },
730
+ {
731
+ "input": "Which sentence is the effect of \"The company's profits started to level off.\"? Choose one between A and B.\nA: It increased its marketing efforts for new products.\nB: It moved its headquarters to a suburban location.",
732
+ "output": "A"
733
+ },
734
+ {
735
+ "input": "Which sentence is the effect of \"The boaters set off a flare.\"? Choose one between A and B.\nA: Their boat drifted to shore.\nB: Their boat was rescued.",
736
+ "output": "B"
737
+ },
738
+ {
739
+ "input": "Which sentence is the effect of \"The customer thought the souvenir was overpriced.\"? Choose one between A and B.\nA: The vender sold it to him.\nB: He bargained with the vendor.",
740
+ "output": "B"
741
+ },
742
+ {
743
+ "input": "Which sentence is the cause of \"I botched the job interview.\"? Choose one between A and B.\nA: The interviewer asked difficult questions.\nB: I anticipated the interviewer's questions.",
744
+ "output": "A"
745
+ },
746
+ {
747
+ "input": "Which sentence is the cause of \"The tenants were evicted from the apartment.\"? Choose one between A and B.\nA: They neglected to pay their rent.\nB: They got along with their landlord.",
748
+ "output": "A"
749
+ },
750
+ {
751
+ "input": "Which sentence is the effect of \"I rubbed sandpaper on the wood.\"? Choose one between A and B.\nA: The wood became smooth.\nB: The wood became sticky.",
752
+ "output": "A"
753
+ },
754
+ {
755
+ "input": "Which sentence is the cause of \"The spy discovered the enemy's location.\"? Choose one between A and B.\nA: The spy bugged the enemy's phone.\nB: The spy was hired by the government.",
756
+ "output": "A"
757
+ },
758
+ {
759
+ "input": "Which sentence is the cause of \"The soldiers were concealed in the brush.\"? Choose one between A and B.\nA: They were armed with rifles.\nB: They wore camouflage uniforms.",
760
+ "output": "B"
761
+ },
762
+ {
763
+ "input": "Which sentence is the cause of \"The woman filed a restraining order against the man.\"? Choose one between A and B.\nA: The man called her.\nB: The man stalked her.",
764
+ "output": "B"
765
+ },
766
+ {
767
+ "input": "Which sentence is the cause of \"The woman refused a second beer.\"? Choose one between A and B.\nA: She was the designated driver for the night.\nB: She was familiar with the bartender.",
768
+ "output": "A"
769
+ },
770
+ {
771
+ "input": "Which sentence is the cause of \"Cars moved to the shoulder of the road.\"? Choose one between A and B.\nA: The traffic light turned green.\nB: A screaming ambulance approached.",
772
+ "output": "B"
773
+ },
774
+ {
775
+ "input": "Which sentence is the effect of \"The man looked at his watch.\"? Choose one between A and B.\nA: He realized he forgot something.\nB: He realized he was early.",
776
+ "output": "B"
777
+ },
778
+ {
779
+ "input": "Which sentence is the effect of \"The motorcyclist twisted the throttle.\"? Choose one between A and B.\nA: The motorcycle coasted to a halt.\nB: The motorcycle shot forward.",
780
+ "output": "B"
781
+ },
782
+ {
783
+ "input": "Which sentence is the cause of \"The student flaunted his test grade to his classmates.\"? Choose one between A and B.\nA: He received a perfect score.\nB: He feigned interest in the class.",
784
+ "output": "A"
785
+ },
786
+ {
787
+ "input": "Which sentence is the cause of \"The girl stared at herself in the mirror.\"? Choose one between A and B.\nA: She felt self-conscious.\nB: The mirror was smudged.",
788
+ "output": "A"
789
+ },
790
+ {
791
+ "input": "Which sentence is the effect of \"The woman was summoned for jury duty.\"? Choose one between A and B.\nA: She contacted her lawyer.\nB: She cancelled her appointments.",
792
+ "output": "B"
793
+ },
794
+ {
795
+ "input": "Which sentence is the cause of \"The mother scolded her daughter.\"? Choose one between A and B.\nA: Her daughter burped at the kitchen table.\nB: Her daughter set the kitchen table.",
796
+ "output": "A"
797
+ },
798
+ {
799
+ "input": "Which sentence is the cause of \"The teenager ran away from home.\"? Choose one between A and B.\nA: He relied on his parents.\nB: His parents abused him.",
800
+ "output": "B"
801
+ },
802
+ {
803
+ "input": "Which sentence is the cause of \"The father shut off the children's television.\"? Choose one between A and B.\nA: It was bedtime for the children.\nB: The children were watching cartoons.",
804
+ "output": "A"
805
+ },
806
+ {
807
+ "input": "Which sentence is the effect of \"The woman was deemed mentally ill.\"? Choose one between A and B.\nA: She was sent to a psychiatric institution.\nB: She sought a career as a psychiatrist.",
808
+ "output": "A"
809
+ },
810
+ {
811
+ "input": "Which sentence is the effect of \"The man dropped food on the floor.\"? Choose one between A and B.\nA: His dog jumped up on him.\nB: His dog ran over to eat the food.",
812
+ "output": "B"
813
+ },
814
+ {
815
+ "input": "Which sentence is the effect of \"The woman had a religious awakening.\"? Choose one between A and B.\nA: She began going to church.\nB: She began travelling abroad.",
816
+ "output": "A"
817
+ },
818
+ {
819
+ "input": "Which sentence is the cause of \"The man felt thankful to be alive.\"? Choose one between A and B.\nA: He was cured of cancer.\nB: His wife was diagnosed with cancer.",
820
+ "output": "A"
821
+ },
822
+ {
823
+ "input": "Which sentence is the effect of \"I made a resolution to eat a healthy diet.\"? Choose one between A and B.\nA: I attended a yoga class.\nB: I bought fruits and vegetables.",
824
+ "output": "B"
825
+ },
826
+ {
827
+ "input": "Which sentence is the cause of \"The scientist gained recognition.\"? Choose one between A and B.\nA: She discovered a new species.\nB: She received tenure at the university.",
828
+ "output": "A"
829
+ },
830
+ {
831
+ "input": "Which sentence is the effect of \"The woman complimented the man.\"? Choose one between A and B.\nA: He sneezed.\nB: He blushed.",
832
+ "output": "B"
833
+ },
834
+ {
835
+ "input": "Which sentence is the effect of \"The DJ turned the music on.\"? Choose one between A and B.\nA: People left the party.\nB: People began to dance.",
836
+ "output": "B"
837
+ },
838
+ {
839
+ "input": "Which sentence is the effect of \"The driver rotated the steering wheel.\"? Choose one between A and B.\nA: The car halted.\nB: The car turned.",
840
+ "output": "B"
841
+ },
842
+ {
843
+ "input": "Which sentence is the cause of \"The executive decided not to hire the applicant.\"? Choose one between A and B.\nA: The applicant failed a background check.\nB: The applicant had experience for the job.",
844
+ "output": "A"
845
+ },
846
+ {
847
+ "input": "Which sentence is the cause of \"The coach gave his player a high five.\"? Choose one between A and B.\nA: The player got a penalty.\nB: The player scored a point.",
848
+ "output": "B"
849
+ },
850
+ {
851
+ "input": "Which sentence is the effect of \"The woman pressed down on the piano key.\"? Choose one between A and B.\nA: A sound played.\nB: The key got stuck.",
852
+ "output": "A"
853
+ },
854
+ {
855
+ "input": "Which sentence is the effect of \"The ocean tide was dangerous.\"? Choose one between A and B.\nA: The swimmers put on more sunscreen.\nB: The swimmers returned towards the shore.",
856
+ "output": "B"
857
+ },
858
+ {
859
+ "input": "Which sentence is the cause of \"The service at the restaurant was slow.\"? Choose one between A and B.\nA: There were many empty tables.\nB: The restaurant was crowded.",
860
+ "output": "B"
861
+ },
862
+ {
863
+ "input": "Which sentence is the effect of \"We ordered a pizza.\"? Choose one between A and B.\nA: The pizza was delivered.\nB: The pizza got cold.",
864
+ "output": "A"
865
+ },
866
+ {
867
+ "input": "Which sentence is the effect of \"The man hated his new haircut.\"? Choose one between A and B.\nA: He wore a hat.\nB: He grew a beard.",
868
+ "output": "A"
869
+ },
870
+ {
871
+ "input": "Which sentence is the cause of \"The woman fanned herself with her hand.\"? Choose one between A and B.\nA: She installed the air conditioner in the room.\nB: The air conditioner in the room broke.",
872
+ "output": "B"
873
+ },
874
+ {
875
+ "input": "Which sentence is the effect of \"I rubbed the soap between my hands.\"? Choose one between A and B.\nA: The soap foamed.\nB: My hands went numb.",
876
+ "output": "A"
877
+ },
878
+ {
879
+ "input": "Which sentence is the effect of \"The fugitive hid from the police.\"? Choose one between A and B.\nA: The police dropped the case.\nB: The fugitive remained at large.",
880
+ "output": "B"
881
+ },
882
+ {
883
+ "input": "Which sentence is the cause of \"I packed up my belongings.\"? Choose one between A and B.\nA: I was hunting for a new apartment.\nB: I was moving out of my apartment.",
884
+ "output": "B"
885
+ },
886
+ {
887
+ "input": "Which sentence is the cause of \"I ironed my shirt.\"? Choose one between A and B.\nA: It was clean.\nB: It was wrinkled.",
888
+ "output": "B"
889
+ },
890
+ {
891
+ "input": "Which sentence is the effect of \"The man slid the razor across his chin.\"? Choose one between A and B.\nA: His stubble grew.\nB: His stubble disappeared.",
892
+ "output": "B"
893
+ },
894
+ {
895
+ "input": "Which sentence is the cause of \"The woman was mistaken for her sister.\"? Choose one between A and B.\nA: The woman was close with her sister.\nB: The woman looked like her sister.",
896
+ "output": "B"
897
+ },
898
+ {
899
+ "input": "Which sentence is the cause of \"The smoke alarm went off.\"? Choose one between A and B.\nA: I lit a candle.\nB: I burnt my dinner.",
900
+ "output": "B"
901
+ },
902
+ {
903
+ "input": "Which sentence is the cause of \"The celebrity wore sunglasses.\"? Choose one between A and B.\nA: She wanted to thank her fans.\nB: She wanted to avoid recognition.",
904
+ "output": "B"
905
+ },
906
+ {
907
+ "input": "Which sentence is the cause of \"The child caught a life-threatening illness.\"? Choose one between A and B.\nA: She didn't get vaccinated.\nB: She was adopted.",
908
+ "output": "A"
909
+ },
910
+ {
911
+ "input": "Which sentence is the cause of \"The retail shop shut down.\"? Choose one between A and B.\nA: Its sales were lagging.\nB: It renewed its lease.",
912
+ "output": "A"
913
+ },
914
+ {
915
+ "input": "Which sentence is the effect of \"The truck crashed into the motorcycle on the bridge.\"? Choose one between A and B.\nA: The motorcyclist died.\nB: The bridge collapsed.",
916
+ "output": "A"
917
+ },
918
+ {
919
+ "input": "Which sentence is the cause of \"The woman repaired her faucet.\"? Choose one between A and B.\nA: The faucet was leaky.\nB: The faucet was turned off.",
920
+ "output": "A"
921
+ },
922
+ {
923
+ "input": "Which sentence is the effect of \"I wanted to lighten the mood of the conversation.\"? Choose one between A and B.\nA: I remained quiet.\nB: I told a joke.",
924
+ "output": "B"
925
+ },
926
+ {
927
+ "input": "Which sentence is the cause of \"The man was bitten by mosquitoes.\"? Choose one between A and B.\nA: He went camping in the woods.\nB: He fell asleep on his couch.",
928
+ "output": "A"
929
+ },
930
+ {
931
+ "input": "Which sentence is the effect of \"The room was dim.\"? Choose one between A and B.\nA: I opened the blinds.\nB: I washed the windows.",
932
+ "output": "A"
933
+ },
934
+ {
935
+ "input": "Which sentence is the effect of \"The girl wanted to demonstrate proper etiquette.\"? Choose one between A and B.\nA: She threw away her napkin after eating.\nB: She put her napkin on her lap before eating.",
936
+ "output": "B"
937
+ },
938
+ {
939
+ "input": "Which sentence is the effect of \"A group of teenagers crashed the party.\"? Choose one between A and B.\nA: The host of the party kicked them out.\nB: The host of the party invited them in.",
940
+ "output": "A"
941
+ },
942
+ {
943
+ "input": "Which sentence is the effect of \"The mirror in the bathroom fogged up.\"? Choose one between A and B.\nA: The girl turned on the fan.\nB: The girl applied her makeup.",
944
+ "output": "A"
945
+ },
946
+ {
947
+ "input": "Which sentence is the cause of \"The man had lipstick on his cheek.\"? Choose one between A and B.\nA: The woman kissed him.\nB: The woman made him blush.",
948
+ "output": "A"
949
+ },
950
+ {
951
+ "input": "Which sentence is the cause of \"The city re-elected the mayor.\"? Choose one between A and B.\nA: The city cut its budget.\nB: The mayor fulfilled his promises.",
952
+ "output": "B"
953
+ },
954
+ {
955
+ "input": "Which sentence is the cause of \"The driver pulled over to the side of the road.\"? Choose one between A and B.\nA: He went through an intersection.\nB: He noticed a stranded vehicle.",
956
+ "output": "B"
957
+ },
958
+ {
959
+ "input": "Which sentence is the effect of \"The woman's ring slipped off in the shower.\"? Choose one between A and B.\nA: The woman polished the ring.\nB: The ring went down the drain.",
960
+ "output": "B"
961
+ },
962
+ {
963
+ "input": "Which sentence is the effect of \"The teacher caught the student chewing gum.\"? Choose one between A and B.\nA: The gum stuck to the student's shoe.\nB: The student spit out the gum.",
964
+ "output": "B"
965
+ },
966
+ {
967
+ "input": "Which sentence is the cause of \"The trip took a long time.\"? Choose one between A and B.\nA: The driver talked the whole way.\nB: The driver made a wrong turn.",
968
+ "output": "B"
969
+ },
970
+ {
971
+ "input": "Which sentence is the effect of \"The waistband on my pants was loose.\"? Choose one between A and B.\nA: I put on a belt.\nB: I put on a hat.",
972
+ "output": "A"
973
+ },
974
+ {
975
+ "input": "Which sentence is the cause of \"The screen on the laptop went black.\"? Choose one between A and B.\nA: The laptop's warranty expired.\nB: The laptop's battery died.",
976
+ "output": "B"
977
+ },
978
+ {
979
+ "input": "Which sentence is the cause of \"The fussy baby calmed down.\"? Choose one between A and B.\nA: The parents shook a rattle in front of the baby.\nB: The parents picked out a name for the baby.",
980
+ "output": "A"
981
+ },
982
+ {
983
+ "input": "Which sentence is the cause of \"The computer crashed.\"? Choose one between A and B.\nA: I backed up my files.\nB: I downloaded a virus.",
984
+ "output": "B"
985
+ },
986
+ {
987
+ "input": "Which sentence is the cause of \"The inside of the train went dark.\"? Choose one between A and B.\nA: The train travelled through a tunnel.\nB: The train ran off the tracks.",
988
+ "output": "A"
989
+ },
990
+ {
991
+ "input": "Which sentence is the effect of \"The man woke up with a toothache.\"? Choose one between A and B.\nA: He missed an appointment with the dentist.\nB: He made an appointment with the dentist.",
992
+ "output": "B"
993
+ },
994
+ {
995
+ "input": "Which sentence is the effect of \"The boy murmured his reply to his mother.\"? Choose one between A and B.\nA: His mother told him to whisper.\nB: His mother told him to speak up.",
996
+ "output": "B"
997
+ },
998
+ {
999
+ "input": "Which sentence is the cause of \"The rider fell to the ground.\"? Choose one between A and B.\nA: The bull bucked the rider.\nB: The bull chased the rider.",
1000
+ "output": "A"
1001
+ },
1002
+ {
1003
+ "input": "Which sentence is the effect of \"The bodybuilder lifted weights.\"? Choose one between A and B.\nA: The gym closed.\nB: Her muscles became fatigued.",
1004
+ "output": "B"
1005
+ },
1006
+ {
1007
+ "input": "Which sentence is the cause of \"The girl received a trophy.\"? Choose one between A and B.\nA: She won a spelling bee.\nB: She made a new friend.",
1008
+ "output": "A"
1009
+ },
1010
+ {
1011
+ "input": "Which sentence is the cause of \"The investigators deemed the man's death a suicide.\"? Choose one between A and B.\nA: He left a note.\nB: He had children.",
1012
+ "output": "A"
1013
+ },
1014
+ {
1015
+ "input": "Which sentence is the cause of \"Air leaked out of the beach ball.\"? Choose one between A and B.\nA: It was inflated.\nB: There was a hole in it.",
1016
+ "output": "B"
1017
+ },
1018
+ {
1019
+ "input": "Which sentence is the cause of \"The customer came into the boutique.\"? Choose one between A and B.\nA: She left her wallet at home.\nB: The window display caught her eye.",
1020
+ "output": "B"
1021
+ },
1022
+ {
1023
+ "input": "Which sentence is the cause of \"My car was towed.\"? Choose one between A and B.\nA: I parked illegally.\nB: I jumped the battery.",
1024
+ "output": "A"
1025
+ },
1026
+ {
1027
+ "input": "Which sentence is the cause of \"The host of the trivia show called on the contestant for an answer.\"? Choose one between A and B.\nA: The contestant was in the lead.\nB: The contestant rang the buzzer.",
1028
+ "output": "B"
1029
+ },
1030
+ {
1031
+ "input": "Which sentence is the cause of \"I lingered in bed upon awakening.\"? Choose one between A and B.\nA: I was hungry.\nB: It was Saturday.",
1032
+ "output": "B"
1033
+ },
1034
+ {
1035
+ "input": "Which sentence is the effect of \"The girl applied the scissors to the paper.\"? Choose one between A and B.\nA: The paper sliced apart.\nB: The paper crinkled.",
1036
+ "output": "A"
1037
+ },
1038
+ {
1039
+ "input": "Which sentence is the effect of \"I scratched my skin.\"? Choose one between A and B.\nA: My itch went away.\nB: My scar faded.",
1040
+ "output": "A"
1041
+ },
1042
+ {
1043
+ "input": "Which sentence is the cause of \"The benefactor requested to stay anonymous.\"? Choose one between A and B.\nA: He wanted to maintain his privacy.\nB: He supported the cause behind his donation.",
1044
+ "output": "A"
1045
+ },
1046
+ {
1047
+ "input": "Which sentence is the effect of \"The boy found the television show boring.\"? Choose one between A and B.\nA: He recorded it.\nB: He shut it off.",
1048
+ "output": "B"
1049
+ },
1050
+ {
1051
+ "input": "Which sentence is the cause of \"The man broke his toe.\"? Choose one between A and B.\nA: He got a hole in his sock.\nB: He dropped a hammer on his foot.",
1052
+ "output": "B"
1053
+ },
1054
+ {
1055
+ "input": "Which sentence is the cause of \"The woman awakened.\"? Choose one between A and B.\nA: She took sleeping pills.\nB: Her husband was snoring.",
1056
+ "output": "B"
1057
+ },
1058
+ {
1059
+ "input": "Which sentence is the effect of \"The woman presented her brother with a gift.\"? Choose one between A and B.\nA: Her brother refused to accept the gift.\nB: Her brother unwrapped the gift.",
1060
+ "output": "B"
1061
+ },
1062
+ {
1063
+ "input": "Which sentence is the cause of \"The girl had a phobia of dogs.\"? Choose one between A and B.\nA: She rescued an abandoned dog.\nB: She was bitten by a dog.",
1064
+ "output": "B"
1065
+ },
1066
+ {
1067
+ "input": "Which sentence is the effect of \"I received a package in the mail.\"? Choose one between A and B.\nA: The package triggered my curiosity.\nB: I took the package to the post office.",
1068
+ "output": "A"
1069
+ },
1070
+ {
1071
+ "input": "Which sentence is the cause of \"The woman gave the man her phone number.\"? Choose one between A and B.\nA: She was attracted to him.\nB: She was repulsed by him.",
1072
+ "output": "A"
1073
+ },
1074
+ {
1075
+ "input": "Which sentence is the effect of \"The police officer pulled over the celebrity.\"? Choose one between A and B.\nA: The celebrity offered the officer a bribe.\nB: The celebrity sued the police officer.",
1076
+ "output": "A"
1077
+ },
1078
+ {
1079
+ "input": "Which sentence is the cause of \"I dabbed the floor with a paper towel.\"? Choose one between A and B.\nA: I spilled juice on the floor.\nB: The floor was permanently stained.",
1080
+ "output": "A"
1081
+ },
1082
+ {
1083
+ "input": "Which sentence is the effect of \"The woman wanted to be a doctor.\"? Choose one between A and B.\nA: She visited the hospital.\nB: She went to medical school.",
1084
+ "output": "B"
1085
+ },
1086
+ {
1087
+ "input": "Which sentence is the effect of \"The sun emerged from the clouds.\"? Choose one between A and B.\nA: The woman glanced at her watch.\nB: The woman took her sweater off.",
1088
+ "output": "B"
1089
+ },
1090
+ {
1091
+ "input": "Which sentence is the cause of \"The woman stayed away from public places.\"? Choose one between A and B.\nA: She was contagious.\nB: She was intoxicated.",
1092
+ "output": "A"
1093
+ },
1094
+ {
1095
+ "input": "Which sentence is the cause of \"The security guard tackled the man.\"? Choose one between A and B.\nA: The man reached into his pocket.\nB: The man displayed a weapon.",
1096
+ "output": "B"
1097
+ },
1098
+ {
1099
+ "input": "Which sentence is the cause of \"The man closed the umbrella.\"? Choose one between A and B.\nA: He got out of the car.\nB: He approached the building.",
1100
+ "output": "B"
1101
+ },
1102
+ {
1103
+ "input": "Which sentence is the cause of \"The football coach lost his voice after the game.\"? Choose one between A and B.\nA: He yelled whenever a player fumbled the ball.\nB: He whistled whenever a player scored a touchdown.",
1104
+ "output": "A"
1105
+ },
1106
+ {
1107
+ "input": "Which sentence is the cause of \"The army surrendered the battle.\"? Choose one between A and B.\nA: They were outnumbered.\nB: They stormed the city.",
1108
+ "output": "A"
1109
+ },
1110
+ {
1111
+ "input": "Which sentence is the effect of \"The cup of tea was scalding hot.\"? Choose one between A and B.\nA: I blew on it.\nB: I poured it out.",
1112
+ "output": "A"
1113
+ },
1114
+ {
1115
+ "input": "Which sentence is the cause of \"I ran out of breath.\"? Choose one between A and B.\nA: I climbed several flights of stairs.\nB: I read several chapters of the book.",
1116
+ "output": "A"
1117
+ },
1118
+ {
1119
+ "input": "Which sentence is the cause of \"I put my plate in the sink.\"? Choose one between A and B.\nA: I finished eating.\nB: I skipped dinner.",
1120
+ "output": "A"
1121
+ },
1122
+ {
1123
+ "input": "Which sentence is the cause of \"The children ran through the sprinkler.\"? Choose one between A and B.\nA: They ate popsicles.\nB: They were hot.",
1124
+ "output": "B"
1125
+ },
1126
+ {
1127
+ "input": "Which sentence is the cause of \"I slipped on the floor.\"? Choose one between A and B.\nA: The tile was wet.\nB: The tile was cracked.",
1128
+ "output": "A"
1129
+ },
1130
+ {
1131
+ "input": "Which sentence is the cause of \"The family took their dog to the veterinarian.\"? Choose one between A and B.\nA: The dog chewed on a bone.\nB: The dog injured his paw.",
1132
+ "output": "B"
1133
+ },
1134
+ {
1135
+ "input": "Which sentence is the effect of \"I saw a woman getting robbed on the street.\"? Choose one between A and B.\nA: I called 911.\nB: I hailed a cab.",
1136
+ "output": "A"
1137
+ },
1138
+ {
1139
+ "input": "Which sentence is the effect of \"The hunter ran out of ammunition.\"? Choose one between A and B.\nA: He reloaded the gun.\nB: He aimed at the deer.",
1140
+ "output": "A"
1141
+ },
1142
+ {
1143
+ "input": "Which sentence is the cause of \"The guests of the party hid behind the couch.\"? Choose one between A and B.\nA: It was a surprise party.\nB: It was a birthday party.",
1144
+ "output": "A"
1145
+ },
1146
+ {
1147
+ "input": "Which sentence is the effect of \"The bully stuck his foot out in front of his classmate.\"? Choose one between A and B.\nA: The bully picked up his classmate.\nB: The bully's classmate tripped.",
1148
+ "output": "B"
1149
+ },
1150
+ {
1151
+ "input": "Which sentence is the cause of \"The woman's purse was missing.\"? Choose one between A and B.\nA: It contained a lot of junk.\nB: She left it unsupervised.",
1152
+ "output": "B"
1153
+ },
1154
+ {
1155
+ "input": "Which sentence is the cause of \"The woman got away with the crime.\"? Choose one between A and B.\nA: Her accomplice was apprehended.\nB: She destroyed the evidence.",
1156
+ "output": "B"
1157
+ },
1158
+ {
1159
+ "input": "Which sentence is the effect of \"The papers were disorganized.\"? Choose one between A and B.\nA: I made photocopies of them.\nB: I put them into alphabetical order.",
1160
+ "output": "B"
1161
+ },
1162
+ {
1163
+ "input": "Which sentence is the cause of \"The skier slipped on the slope.\"? Choose one between A and B.\nA: She dropped her ski poles.\nB: She hit a patch of ice.",
1164
+ "output": "B"
1165
+ },
1166
+ {
1167
+ "input": "Which sentence is the effect of \"The man needed coins to fill the parking meter.\"? Choose one between A and B.\nA: He searched under his car seats for loose change.\nB: He begged people on the street for loose change.",
1168
+ "output": "A"
1169
+ },
1170
+ {
1171
+ "input": "Which sentence is the effect of \"The man became disabled.\"? Choose one between A and B.\nA: His family offered him financial support.\nB: His family cut off contact with him.",
1172
+ "output": "A"
1173
+ },
1174
+ {
1175
+ "input": "Which sentence is the cause of \"The driver got pulled over by the police.\"? Choose one between A and B.\nA: He was parking.\nB: He was speeding.",
1176
+ "output": "B"
1177
+ },
1178
+ {
1179
+ "input": "Which sentence is the effect of \"I scrubbed the stain on the floor.\"? Choose one between A and B.\nA: I got rid of the stain.\nB: I got dirt on the floor.",
1180
+ "output": "A"
1181
+ },
1182
+ {
1183
+ "input": "Which sentence is the effect of \"The girl was angry with her friend.\"? Choose one between A and B.\nA: The girl spread a rumor about her friend.\nB: The girl told a secret to her friend.",
1184
+ "output": "A"
1185
+ },
1186
+ {
1187
+ "input": "Which sentence is the effect of \"The shopper wondered about the cost of the item.\"? Choose one between A and B.\nA: He checked its price tag.\nB: He decided to buy it.",
1188
+ "output": "A"
1189
+ },
1190
+ {
1191
+ "input": "Which sentence is the effect of \"The product was heavily advertised.\"? Choose one between A and B.\nA: Consumers recognized the product.\nB: The product became outdated.",
1192
+ "output": "A"
1193
+ },
1194
+ {
1195
+ "input": "Which sentence is the cause of \"I excused myself from the group.\"? Choose one between A and B.\nA: I turned off my phone.\nB: My phone rang.",
1196
+ "output": "B"
1197
+ },
1198
+ {
1199
+ "input": "Which sentence is the cause of \"The milk stayed cold.\"? Choose one between A and B.\nA: It was pasteurized.\nB: I stored it in the refrigerator.",
1200
+ "output": "B"
1201
+ },
1202
+ {
1203
+ "input": "Which sentence is the effect of \"The woman felt lonely.\"? Choose one between A and B.\nA: She renovated her kitchen.\nB: She adopted a cat.",
1204
+ "output": "B"
1205
+ },
1206
+ {
1207
+ "input": "Which sentence is the effect of \"The man was lost.\"? Choose one between A and B.\nA: He asked for directions.\nB: He drew a map.",
1208
+ "output": "A"
1209
+ },
1210
+ {
1211
+ "input": "Which sentence is the cause of \"I approached the man.\"? Choose one between A and B.\nA: He looked busy.\nB: He looked familiar.",
1212
+ "output": "B"
1213
+ },
1214
+ {
1215
+ "input": "Which sentence is the effect of \"The terrorist set off the bomb.\"? Choose one between A and B.\nA: The bomb exploded.\nB: The bomb was deactivated.",
1216
+ "output": "A"
1217
+ },
1218
+ {
1219
+ "input": "Which sentence is the effect of \"A fistfight broke out in the hall of the school.\"? Choose one between A and B.\nA: The principal suspended the students involved.\nB: The principal called off classes for the day.",
1220
+ "output": "A"
1221
+ },
1222
+ {
1223
+ "input": "Which sentence is the effect of \"Several witnesses of the crime testified against the suspect.\"? Choose one between A and B.\nA: The suspect was acquitted.\nB: The suspect was convicted.",
1224
+ "output": "B"
1225
+ },
1226
+ {
1227
+ "input": "Which sentence is the effect of \"The homeowners disliked their nosy neighbors.\"? Choose one between A and B.\nA: They built a fence around their property.\nB: They hosted a barbeque in their backyard.",
1228
+ "output": "A"
1229
+ },
1230
+ {
1231
+ "input": "Which sentence is the effect of \"The car looked filthy.\"? Choose one between A and B.\nA: The owner took it to the car wash.\nB: He owner took it in for a paint job.",
1232
+ "output": "A"
1233
+ },
1234
+ {
1235
+ "input": "Which sentence is the effect of \"The cook stirred the ingredients in the bowl.\"? Choose one between A and B.\nA: The ingredients melted.\nB: The ingredients blended together.",
1236
+ "output": "B"
1237
+ },
1238
+ {
1239
+ "input": "Which sentence is the effect of \"The man begged for forgiveness.\"? Choose one between A and B.\nA: The woman took pity on him.\nB: The woman joked around with him.",
1240
+ "output": "A"
1241
+ },
1242
+ {
1243
+ "input": "Which sentence is the effect of \"I ran the ice cube under warm water.\"? Choose one between A and B.\nA: The ice cube stuck to my fingers.\nB: The ice cube vanished.",
1244
+ "output": "B"
1245
+ },
1246
+ {
1247
+ "input": "Which sentence is the cause of \"The librarian located the book in the stacks.\"? Choose one between A and B.\nA: I requested the librarian's help.\nB: The book was checked out.",
1248
+ "output": "A"
1249
+ },
1250
+ {
1251
+ "input": "Which sentence is the effect of \"The gardener pulled the weeds.\"? Choose one between A and B.\nA: The weeds came out of the soil.\nB: The weeds produced seeds.",
1252
+ "output": "A"
1253
+ },
1254
+ {
1255
+ "input": "Which sentence is the cause of \"The driver honked her horn.\"? Choose one between A and B.\nA: Another car swerved into her lane.\nB: She made a right turn at the light.",
1256
+ "output": "A"
1257
+ },
1258
+ {
1259
+ "input": "Which sentence is the effect of \"The woman hit a midlife crisis.\"? Choose one between A and B.\nA: She retired.\nB: She went sky diving.",
1260
+ "output": "B"
1261
+ },
1262
+ {
1263
+ "input": "Which sentence is the cause of \"The girl's mouth ached.\"? Choose one between A and B.\nA: She lost a tooth.\nB: She swallowed her gum.",
1264
+ "output": "A"
1265
+ },
1266
+ {
1267
+ "input": "Which sentence is the cause of \"The man closed the book.\"? Choose one between A and B.\nA: He finished reading it.\nB: It provoked him to think.",
1268
+ "output": "A"
1269
+ },
1270
+ {
1271
+ "input": "Which sentence is the cause of \"The woman wrote a check to the gas company.\"? Choose one between A and B.\nA: She preferred paying by cash.\nB: She received her monthly bill.",
1272
+ "output": "B"
1273
+ },
1274
+ {
1275
+ "input": "Which sentence is the cause of \"The girl handed down her clothes to her younger sister.\"? Choose one between A and B.\nA: The clothes were tattered.\nB: She outgrew the clothes.",
1276
+ "output": "B"
1277
+ },
1278
+ {
1279
+ "input": "Which sentence is the cause of \"The man drank water with his meal.\"? Choose one between A and B.\nA: His meal was cold.\nB: His meal was spicy.",
1280
+ "output": "B"
1281
+ },
1282
+ {
1283
+ "input": "Which sentence is the cause of \"A crater formed on the moon.\"? Choose one between A and B.\nA: A comet passed by the moon.\nB: A comet collided with the moon.",
1284
+ "output": "B"
1285
+ },
1286
+ {
1287
+ "input": "Which sentence is the effect of \"The baby pulled the mother's hair.\"? Choose one between A and B.\nA: The baby burped.\nB: The mother grimaced.",
1288
+ "output": "B"
1289
+ },
1290
+ {
1291
+ "input": "Which sentence is the effect of \"The woman won the lottery.\"? Choose one between A and B.\nA: She bought a yacht.\nB: She joined a church.",
1292
+ "output": "A"
1293
+ },
1294
+ {
1295
+ "input": "Which sentence is the effect of \"The boy turned the lid on the jar.\"? Choose one between A and B.\nA: The jar became warm.\nB: The lid came off.",
1296
+ "output": "B"
1297
+ },
1298
+ {
1299
+ "input": "Which sentence is the effect of \"The woman's date wanted to look like a gentleman.\"? Choose one between A and B.\nA: He opened the door for her.\nB: He asked her if she liked sushi.",
1300
+ "output": "A"
1301
+ },
1302
+ {
1303
+ "input": "Which sentence is the cause of \"I moved to a new city.\"? Choose one between A and B.\nA: I found a better-paying job.\nB: My son was born.",
1304
+ "output": "A"
1305
+ },
1306
+ {
1307
+ "input": "Which sentence is the cause of \"I avoided giving a straight answer to the question.\"? Choose one between A and B.\nA: The question made me uncomfortable.\nB: I wanted to be honest.",
1308
+ "output": "A"
1309
+ },
1310
+ {
1311
+ "input": "Which sentence is the effect of \"The man uncovered incriminating evidence against his enemy.\"? Choose one between A and B.\nA: The man avoided his enemy.\nB: The man blackmailed his enemy.",
1312
+ "output": "B"
1313
+ },
1314
+ {
1315
+ "input": "Which sentence is the cause of \"The skydiver glided safely to the ground.\"? Choose one between A and B.\nA: She opened her parachute.\nB: She jumped out of the plane.",
1316
+ "output": "A"
1317
+ },
1318
+ {
1319
+ "input": "Which sentence is the cause of \"The cat purred.\"? Choose one between A and B.\nA: It scratched me.\nB: I petted it.",
1320
+ "output": "B"
1321
+ },
1322
+ {
1323
+ "input": "Which sentence is the effect of \"I held the door for the woman entering behind me.\"? Choose one between A and B.\nA: The door slammed shut.\nB: The woman thanked me.",
1324
+ "output": "B"
1325
+ },
1326
+ {
1327
+ "input": "Which sentence is the cause of \"The child became immune to the disease.\"? Choose one between A and B.\nA: He avoided exposure to the disease.\nB: He received the vaccine for the disease.",
1328
+ "output": "B"
1329
+ },
1330
+ {
1331
+ "input": "Which sentence is the cause of \"The bar closed.\"? Choose one between A and B.\nA: It was crowded.\nB: It was 3 AM.",
1332
+ "output": "B"
1333
+ },
1334
+ {
1335
+ "input": "Which sentence is the effect of \"I poured water on my sleeping friend.\"? Choose one between A and B.\nA: My friend awoke.\nB: My friend snored.",
1336
+ "output": "A"
1337
+ },
1338
+ {
1339
+ "input": "Which sentence is the effect of \"The vase broke.\"? Choose one between A and B.\nA: I stenciled it.\nB: I glued it back together.",
1340
+ "output": "B"
1341
+ },
1342
+ {
1343
+ "input": "Which sentence is the cause of \"The hospital sent the patient home.\"? Choose one between A and B.\nA: The patient's symptoms cleared up.\nB: The patient's family visited him.",
1344
+ "output": "A"
1345
+ },
1346
+ {
1347
+ "input": "Which sentence is the cause of \"The man took notice of the woman.\"? Choose one between A and B.\nA: He caught a whiff of her perfume.\nB: He had his back turned to her.",
1348
+ "output": "A"
1349
+ },
1350
+ {
1351
+ "input": "Which sentence is the effect of \"I clenched the candy wrapper in my fist.\"? Choose one between A and B.\nA: The wrapper crinkled.\nB: The wrapper ripped.",
1352
+ "output": "A"
1353
+ },
1354
+ {
1355
+ "input": "Which sentence is the cause of \"The young woman was denied entrance into the bar.\"? Choose one between A and B.\nA: Her friends stood her up.\nB: She forgot her ID.",
1356
+ "output": "B"
1357
+ },
1358
+ {
1359
+ "input": "Which sentence is the effect of \"The teacher took roll.\"? Choose one between A and B.\nA: She identified the students that were absent.\nB: She gave her students a pop quiz.",
1360
+ "output": "A"
1361
+ },
1362
+ {
1363
+ "input": "Which sentence is the cause of \"A water pipe in the house burst.\"? Choose one between A and B.\nA: The water was unsanitary.\nB: The pipe froze.",
1364
+ "output": "B"
1365
+ },
1366
+ {
1367
+ "input": "Which sentence is the cause of \"My mailbox was overflowing with letters.\"? Choose one between A and B.\nA: The lid on the mailbox broke.\nB: I went on vacation for two weeks.",
1368
+ "output": "B"
1369
+ },
1370
+ {
1371
+ "input": "Which sentence is the effect of \"The bananas ripened.\"? Choose one between A and B.\nA: We squeezed them.\nB: We ate them.",
1372
+ "output": "B"
1373
+ },
1374
+ {
1375
+ "input": "Which sentence is the cause of \"The woman took her family on vacation.\"? Choose one between A and B.\nA: Her husband got laid off.\nB: She received a salary bonus.",
1376
+ "output": "B"
1377
+ },
1378
+ {
1379
+ "input": "Which sentence is the cause of \"The friends' debate dragged on interminably.\"? Choose one between A and B.\nA: The friends saw eye to eye.\nB: The friends were splitting hairs.",
1380
+ "output": "B"
1381
+ },
1382
+ {
1383
+ "input": "Which sentence is the cause of \"The chair squeaked.\"? Choose one between A and B.\nA: The man carried the chair to his office.\nB: The man scooted the chair closer to his desk.",
1384
+ "output": "B"
1385
+ },
1386
+ {
1387
+ "input": "Which sentence is the effect of \"I planted the seeds in the soil.\"? Choose one between A and B.\nA: I watered the soil.\nB: The seeds sprouted.",
1388
+ "output": "B"
1389
+ },
1390
+ {
1391
+ "input": "Which sentence is the effect of \"The seamstress pushed the threaded needle into the fabric.\"? Choose one between A and B.\nA: The thread wrapped around the needle.\nB: The thread went through the fabric.",
1392
+ "output": "B"
1393
+ },
1394
+ {
1395
+ "input": "Which sentence is the cause of \"The shop was closed.\"? Choose one between A and B.\nA: The owner was helping customers.\nB: The shop was undergoing renovation.",
1396
+ "output": "B"
1397
+ },
1398
+ {
1399
+ "input": "Which sentence is the effect of \"The photographer got the child to smile.\"? Choose one between A and B.\nA: The photographer quickly snapped the child's photo.\nB: The photographer quickly changed the child's pose.",
1400
+ "output": "A"
1401
+ },
1402
+ {
1403
+ "input": "Which sentence is the cause of \"The children knocked over a lamp.\"? Choose one between A and B.\nA: They had a pillow fight.\nB: They jumped on the bed.",
1404
+ "output": "A"
1405
+ },
1406
+ {
1407
+ "input": "Which sentence is the cause of \"The egg splattered.\"? Choose one between A and B.\nA: I dropped it.\nB: I boiled it.",
1408
+ "output": "A"
1409
+ },
1410
+ {
1411
+ "input": "Which sentence is the effect of \"The man caught his shirtsleeve on the rungs of the fence.\"? Choose one between A and B.\nA: He hopped the fence.\nB: The sleeve ripped.",
1412
+ "output": "B"
1413
+ },
1414
+ {
1415
+ "input": "Which sentence is the effect of \"The boy wanted to be muscular.\"? Choose one between A and B.\nA: He lifted weights.\nB: He played computer games.",
1416
+ "output": "A"
1417
+ },
1418
+ {
1419
+ "input": "Which sentence is the effect of \"The detective flashed his badge to the police officer.\"? Choose one between A and B.\nA: The police officer confiscated the detective's badge.\nB: The police officer let the detective enter the crime scene.",
1420
+ "output": "B"
1421
+ },
1422
+ {
1423
+ "input": "Which sentence is the effect of \"The child kicked the stack of blocks.\"? Choose one between A and B.\nA: The stack towered over the boy's head.\nB: The blocks scattered all over the rug.",
1424
+ "output": "B"
1425
+ },
1426
+ {
1427
+ "input": "Which sentence is the cause of \"The boy read the novel aloud to his grandfather.\"? Choose one between A and B.\nA: His grandfather was deaf.\nB: His grandfather was blind.",
1428
+ "output": "B"
1429
+ },
1430
+ {
1431
+ "input": "Which sentence is the cause of \"The runner wore shorts.\"? Choose one between A and B.\nA: The forecast predicted high temperatures.\nB: She planned to run along the beach.",
1432
+ "output": "A"
1433
+ },
1434
+ {
1435
+ "input": "Which sentence is the effect of \"The girl pushed her friend.\"? Choose one between A and B.\nA: Her friend choked.\nB: Her friend fell over.",
1436
+ "output": "B"
1437
+ },
1438
+ {
1439
+ "input": "Which sentence is the effect of \"The rain subsided.\"? Choose one between A and B.\nA: I went for a walk.\nB: I browsed the internet.",
1440
+ "output": "A"
1441
+ },
1442
+ {
1443
+ "input": "Which sentence is the effect of \"The administrator cleared her throat.\"? Choose one between A and B.\nA: The meeting was postponed.\nB: The meeting commenced.",
1444
+ "output": "B"
1445
+ },
1446
+ {
1447
+ "input": "Which sentence is the cause of \"The patient went into a coma.\"? Choose one between A and B.\nA: He suffered emotional trauma.\nB: He suffered brain damage.",
1448
+ "output": "B"
1449
+ },
1450
+ {
1451
+ "input": "Which sentence is the effect of \"The man signed the document.\"? Choose one between A and B.\nA: The transaction was voided.\nB: The transaction became official.",
1452
+ "output": "B"
1453
+ },
1454
+ {
1455
+ "input": "Which sentence is the effect of \"The chef pressed down on the dough.\"? Choose one between A and B.\nA: The dough crumbled.\nB: The dough flattened.",
1456
+ "output": "B"
1457
+ },
1458
+ {
1459
+ "input": "Which sentence is the cause of \"The girl gasped.\"? Choose one between A and B.\nA: Her friend stuck an ice cube down her back.\nB: Her friend gave her a pat on the back.",
1460
+ "output": "A"
1461
+ },
1462
+ {
1463
+ "input": "Which sentence is the cause of \"The mother became eye level with her son.\"? Choose one between A and B.\nA: She squatted down.\nB: She held his hand.",
1464
+ "output": "A"
1465
+ },
1466
+ {
1467
+ "input": "Which sentence is the effect of \"The parents recognized their daughter's creativity.\"? Choose one between A and B.\nA: They taught her how to ride a bike.\nB: They encouraged her to become an artist.",
1468
+ "output": "B"
1469
+ },
1470
+ {
1471
+ "input": "Which sentence is the cause of \"The woman covered her ears.\"? Choose one between A and B.\nA: The fire alarm blared.\nB: The woman smelled smoke.",
1472
+ "output": "A"
1473
+ },
1474
+ {
1475
+ "input": "Which sentence is the cause of \"The police eliminated the woman from the list of suspects.\"? Choose one between A and B.\nA: The police interrogated her.\nB: Her alibi checked out.",
1476
+ "output": "B"
1477
+ },
1478
+ {
1479
+ "input": "Which sentence is the effect of \"The book became a huge bestseller.\"? Choose one between A and B.\nA: It was adapted into a movie.\nB: The author faded into obscurity.",
1480
+ "output": "A"
1481
+ },
1482
+ {
1483
+ "input": "Which sentence is the effect of \"The man wanted to get revenge on his enemy.\"? Choose one between A and B.\nA: The man framed his enemy for a crime.\nB: The man declared a truce with his enemy.",
1484
+ "output": "A"
1485
+ },
1486
+ {
1487
+ "input": "Which sentence is the cause of \"The employee missed work.\"? Choose one between A and B.\nA: Her family got in touch with her.\nB: There was a death in her family.",
1488
+ "output": "B"
1489
+ },
1490
+ {
1491
+ "input": "Which sentence is the effect of \"Our group's conversation gradually lulled to silence.\"? Choose one between A and B.\nA: I felt awkward.\nB: I became enraged.",
1492
+ "output": "A"
1493
+ },
1494
+ {
1495
+ "input": "Which sentence is the effect of \"The crowd gave the band a standing ovation.\"? Choose one between A and B.\nA: The band signed autographs.\nB: The band reappeared on the stage.",
1496
+ "output": "B"
1497
+ },
1498
+ {
1499
+ "input": "Which sentence is the cause of \"My jaw dropped open.\"? Choose one between A and B.\nA: I was unhappy.\nB: I was shocked.",
1500
+ "output": "B"
1501
+ },
1502
+ {
1503
+ "input": "Which sentence is the effect of \"I put coins in the washing machine at the laundromat.\"? Choose one between A and B.\nA: The machine powered on.\nB: I ran out of laundry detergent.",
1504
+ "output": "A"
1505
+ },
1506
+ {
1507
+ "input": "Which sentence is the effect of \"The stranger cried out to me in a foreign language.\"? Choose one between A and B.\nA: I stared blankly at him.\nB: I stopped to chat with him.",
1508
+ "output": "A"
1509
+ },
1510
+ {
1511
+ "input": "Which sentence is the cause of \"I drank from the water fountain.\"? Choose one between A and B.\nA: I was thirsty.\nB: I felt nauseous.",
1512
+ "output": "A"
1513
+ },
1514
+ {
1515
+ "input": "Which sentence is the cause of \"My stomach growled.\"? Choose one between A and B.\nA: I forgot to eat breakfast.\nB: I was full from breakfast.",
1516
+ "output": "A"
1517
+ },
1518
+ {
1519
+ "input": "Which sentence is the cause of \"The rocket flew up into the sky.\"? Choose one between A and B.\nA: The girl launched it.\nB: The girl designed it.",
1520
+ "output": "A"
1521
+ },
1522
+ {
1523
+ "input": "Which sentence is the effect of \"The physician misdiagnosed the patient.\"? Choose one between A and B.\nA: The patient filed a malpractice lawsuit against the physician.\nB: The patient disclosed confidential information to the physician.",
1524
+ "output": "A"
1525
+ },
1526
+ {
1527
+ "input": "Which sentence is the effect of \"I tossed the ball upwards.\"? Choose one between A and B.\nA: The ball rolled across the ground.\nB: The ball hit the ceiling.",
1528
+ "output": "B"
1529
+ },
1530
+ {
1531
+ "input": "Which sentence is the effect of \"The man contemplated the painting.\"? Choose one between A and B.\nA: He felt in awe.\nB: He collapsed.",
1532
+ "output": "A"
1533
+ },
1534
+ {
1535
+ "input": "Which sentence is the effect of \"The man lifted the heavy box.\"? Choose one between A and B.\nA: He put out his back.\nB: He scratched his back.",
1536
+ "output": "A"
1537
+ },
1538
+ {
1539
+ "input": "Which sentence is the cause of \"The father put his daughter in her stroller.\"? Choose one between A and B.\nA: She learned to walk.\nB: He was tired of carrying her.",
1540
+ "output": "B"
1541
+ },
1542
+ {
1543
+ "input": "Which sentence is the effect of \"The man gained weight.\"? Choose one between A and B.\nA: He got his suit altered.\nB: He got his shoes shined.",
1544
+ "output": "A"
1545
+ },
1546
+ {
1547
+ "input": "Which sentence is the effect of \"I pushed the pendulum.\"? Choose one between A and B.\nA: It slowed to a stop.\nB: It swung back and forth.",
1548
+ "output": "B"
1549
+ },
1550
+ {
1551
+ "input": "Which sentence is the effect of \"The man threw his empty can onto the street.\"? Choose one between A and B.\nA: He was jumped from behind.\nB: He was fined for littering.",
1552
+ "output": "B"
1553
+ },
1554
+ {
1555
+ "input": "Which sentence is the effect of \"The car stopped at the crosswalk.\"? Choose one between A and B.\nA: The pedestrian crossed the road.\nB: The pedestrian waited on the sidewalk.",
1556
+ "output": "A"
1557
+ },
1558
+ {
1559
+ "input": "Which sentence is the cause of \"The team lost the game.\"? Choose one between A and B.\nA: Their best player was injured.\nB: Their coach pumped them up.",
1560
+ "output": "A"
1561
+ },
1562
+ {
1563
+ "input": "Which sentence is the cause of \"The bartender refused to serve the patron.\"? Choose one between A and B.\nA: The patron was alone.\nB: The patron was drunk.",
1564
+ "output": "B"
1565
+ },
1566
+ {
1567
+ "input": "Which sentence is the effect of \"A man cut in front of me in the long line.\"? Choose one between A and B.\nA: I confronted him.\nB: I smiled at him.",
1568
+ "output": "A"
1569
+ },
1570
+ {
1571
+ "input": "Which sentence is the cause of \"The man removed his coat.\"? Choose one between A and B.\nA: He entered the house.\nB: He loosened his tie.",
1572
+ "output": "A"
1573
+ },
1574
+ {
1575
+ "input": "Which sentence is the effect of \"The woman felt ashamed of scar on her face.\"? Choose one between A and B.\nA: She explained the scar to strangers.\nB: She hid the scar with makeup.",
1576
+ "output": "B"
1577
+ },
1578
+ {
1579
+ "input": "Which sentence is the effect of \"The authorities vowed to protect the identity of the crime victim.\"? Choose one between A and B.\nA: The victim struggled to recall details about the crime.\nB: They withheld the victim's name from the public.",
1580
+ "output": "B"
1581
+ },
1582
+ {
1583
+ "input": "Which sentence is the cause of \"The man threw out the bread.\"? Choose one between A and B.\nA: It was fresh.\nB: It was stale.",
1584
+ "output": "B"
1585
+ },
1586
+ {
1587
+ "input": "Which sentence is the effect of \"The boy had trouble buttoning his shirt.\"? Choose one between A and B.\nA: He refused to wear the shirt.\nB: He asked his mother for help.",
1588
+ "output": "B"
1589
+ },
1590
+ {
1591
+ "input": "Which sentence is the effect of \"My breath smelled of garlic.\"? Choose one between A and B.\nA: I wiped my mouth.\nB: I brushed my teeth.",
1592
+ "output": "B"
1593
+ },
1594
+ {
1595
+ "input": "Which sentence is the cause of \"The company lost money.\"? Choose one between A and B.\nA: Its products received positive consumer reviews.\nB: Some of its products were manufactured defectively.",
1596
+ "output": "B"
1597
+ },
1598
+ {
1599
+ "input": "Which sentence is the effect of \"The woman dangled the biscuit above the dog.\"? Choose one between A and B.\nA: The dog jumped up.\nB: The dog scratched its fur.",
1600
+ "output": "A"
1601
+ },
1602
+ {
1603
+ "input": "Which sentence is the cause of \"I went to bed.\"? Choose one between A and B.\nA: It was a clear night.\nB: It was late.",
1604
+ "output": "B"
1605
+ }
1606
+ ]
1607
+ }
root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["Company", "Educational Institution", "Artist", "Athlete", "Office Holder", "Mean of Transportation", "Building", "Natural Place", "Village", "Animal", "Plant", "Album", "Film", "Written Work"]
root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/dbpedia/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/imdb/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/imdb/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["Good", "Bad"]
root_gainlora/CL_Benchmark/Long_Sequence/imdb/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/imdb/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/mnli/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/mnli/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["neutral", "entailment", "contradiction"]
root_gainlora/CL_Benchmark/Long_Sequence/mnli/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/mnli/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/multirc/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/multirc/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["False", "True"]
root_gainlora/CL_Benchmark/Long_Sequence/multirc/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/multirc/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/qqp/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/qqp/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["False", "True"]
root_gainlora/CL_Benchmark/Long_Sequence/qqp/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/qqp/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/rte/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/rte/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["contradiction", "entailment"]
root_gainlora/CL_Benchmark/Long_Sequence/rte/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/rte/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/sst2/dev.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/sst2/labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["Good", "Bad"]
root_gainlora/CL_Benchmark/Long_Sequence/sst2/test.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/sst2/train.json ADDED
The diff for this file is too large to render. See raw diff
 
root_gainlora/CL_Benchmark/Long_Sequence/wic/dev.json ADDED
The diff for this file is too large to render. See raw diff