File size: 1,546 Bytes
45b6676
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "accuracy": 0.48009950248756217,
  "precision": 0.5304985775513938,
  "recall": 0.48009950248756217,
  "f1": 0.4646790837553237,
  "total_training_steps": 500,
  "early_stopped": false,
  "label_map": {
    "0": "ad hominem",
    "1": "ad populum",
    "2": "appeal to emotion",
    "3": "circular reasoning",
    "4": "equivocation",
    "5": "fallacy of credibility",
    "6": "fallacy of extension",
    "7": "fallacy of logic",
    "8": "fallacy of relevance",
    "9": "false causality",
    "10": "false dilemma",
    "11": "faulty generalization",
    "12": "intentional"
  },
  "samples": [
    {
      "prediction": "ad hominem",
      "ground_truth": "false dilemma"
    },
    {
      "prediction": "circular reasoning",
      "ground_truth": "circular reasoning"
    },
    {
      "prediction": "intentional",
      "ground_truth": "intentional"
    },
    {
      "prediction": "fallacy of relevance",
      "ground_truth": "fallacy of relevance"
    },
    {
      "prediction": "fallacy of extension",
      "ground_truth": "fallacy of extension"
    },
    {
      "prediction": "faulty generalization",
      "ground_truth": "false causality"
    },
    {
      "prediction": "faulty generalization",
      "ground_truth": "false dilemma"
    },
    {
      "prediction": "false dilemma",
      "ground_truth": "false dilemma"
    },
    {
      "prediction": "intentional",
      "ground_truth": "fallacy of logic"
    },
    {
      "prediction": "circular reasoning",
      "ground_truth": "appeal to emotion"
    }
  ]
}