-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo_dataset.json
102 lines (102 loc) · 2.4 KB
/
demo_dataset.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"text": "I can't believe that character dies at the end!",
"label": "spoiler"
},
{
"text": "The main character is a detective who solves crimes.",
"label": "not spoiler"
},
{
"text": "The twist at the end was so unexpected!",
"label": "spoiler"
},
{
"text": "The story takes place in a post-apocalyptic world.",
"label": "not spoiler"
},
{
"text": "The villain turns out to be the hero's long lost brother.",
"label": "spoiler"
},
{
"text": "I can't believe Jon Snow died!",
"label": "spoiler"
},
{
"text": "The weather was nice today.",
"label": "not spoiler"
},
{
"text": "The twist at the end of the movie was unexpected.",
"label": "spoiler"
},
{
"text": "I had a great time at the party last night.",
"label": "not spoiler"
},
{
"text": "The murderer was the butler all along.",
"label": "spoiler"
},
{
"text": "The killer is actually the protagonist's best friend.",
"label": "spoiler"
},
{
"text": "The main character falls in love with their childhood best friend.",
"label": "not spoiler"
},
{
"text": "The ending reveals that the entire story was just a dream.",
"label": "spoiler"
},
{
"text": "The villain is defeated by the power of love and friendship.",
"label": "not spoiler"
},
{
"text": "The protagonist dies at the end of the story.",
"label": "spoiler"
},
{
"text": "I can't believe the main character died in the end!",
"label": "spoiler"
},
{
"text": "The plot was very engaging and kept me on the edge of my seat.",
"label": "not spoiler"
},
{
"text": "The villain turns out to be the protagonist's long-lost brother.",
"label": "spoiler"
},
{
"text": "The ending was a bit predictable, but still satisfying.",
"label": "not spoiler"
},
{
"text": "The twist at the end was mind-blowing!",
"label": "spoiler"
},
{
"text": "The ending of Breaking Bad is so heartbreaking.",
"label": "spoiler"
},
{
"text": "I love the characters in Friends.",
"label": "not spoiler"
},
{
"text": "The twist in The Sixth Sense was mind-blowing.",
"label": "spoiler"
},
{
"text": "The cinematography in Blade Runner 2049 is stunning.",
"label": "not spoiler"
},
{
"text": "The Red Wedding in Game of Thrones was a shocking moment.",
"label": "spoiler"
}
]