| { |
| "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" |
| } |
| ] |
| } |