snarks.yaml 3.49 KB
Newer Older
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
dataset_name: snarks
description: 'Determine which of two sentences is sarcastic.


  According to Cambridge University Dictionary, sarcasm is "the use of remarks that
  clearly mean the opposite of what they say, made in order to hurt someone''s feelings
  or to criticize something in a humorous way." Sarcastic sentences often contain
  satirical or ironic utterances, hyperboles, ambivalent or witty remarks.


  '
doc_to_text: 'Q: {{input}}

  A: Let''s think step by step.

  '
fewshot_config:
  sampler: first_n
  samples:
  - input: 'Which statement is sarcastic?

      Options:

      (A) Yes, because having interests and actively researching them is a huge waste

      (B) Yes, because having interests and actively researching them is a huge deal'
27
    target: 'If we look at (A), it says that having interests and actively researching them
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
      is a huge waste, implying that it is a useless effort. However, we know that
      having interests and actively researching them is typically not a waste but
      rather is beneficial to the individual. The presence of such a juxtaposition
      in (A) suggests that it contains a taste of irony and sarcasm.

      If we look at (B), it says that having interests and actively researching them
      is a huge deal, implying that it is an important and consequential effort. This
      is arguably a neutral and correct statement.

      Above the above, the sarcastic option is (A). So the answer is (A).'
  - input: 'Which statement is sarcastic?

      Options:

      (A) No one is going to disagree with you on this. Avoiding ad hominem attacks
      really help your case

      (B) No one is going to disagree with you on this. Ad hominem attacks really
      help your case'
47
    target: 'If we look at (A), it says that avoiding ad hominem attacks really help your
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
      case, implying that ad hominem attacks are adverse and injurious. Because ad
      hominem attacks are adressed at a person rather than an idea, it is indeed true
      that avoiding them is often useful and helpful; so, (A) is a neutral (valid
      and agreeable) statement.

      If we look at (B), it says that ad hominem attacks really help your case, implying
      that ad hominem attacks are a positive thing. However, we stated previously
      that ad hominem attacks are often not useful or constructive. The speaker in
      this sentence therefore seems to mean the opposite of what they are saying;
      so, there appears to have a taste of irony and sarcasm in (B).

      Above the above, the sarcastic option is (B). So the answer is (B).'
  - input: 'Which statement is sarcastic?

      Options:

      (A) Consistency in the league''s punishments? What do you think this is supposed
      to be, politics?

      (B) Consistency in the league''s punishments? What do you think this is supposed
      to be, moral?'
69
    target: 'If we look at (A), it likens the consistency in the league''s punishments with
70
71
72
73
74
75
76
77
78
79
80
      that in politics. Because politics or political affairs are often not considered
      to be consistent or dependable, this sentence appears to be satirical.

      If we look at (B), it likens the consistency in the league''s punishments with
      that in morality. Discussing the consistency of the league''s punishments in
      the context of morality, ethics, or law makes sense and does not appear to make
      a satirical point about anything.

      Above the above, the sarcastic option is (A). So the answer is (A).'
include: _cot_fewshot_template_yaml
task: bbh_cot_fewshot_snarks