{
  "submission": "team3_HIPE-2026-v1.0-surprise-test-fr_run3.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team3",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run3",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          104,
          1,
          25
        ],
        [
          26,
          0,
          34
        ],
        [
          24,
          0,
          266
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 104,
          "pred_PROBABLE": 1,
          "pred_FALSE": 25
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 26,
          "pred_PROBABLE": 0,
          "pred_FALSE": 34
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 24,
          "pred_PROBABLE": 0,
          "pred_FALSE": 266
        }
      ],
      "accuracy": 0.7708,
      "per_label": {
        "TRUE": {
          "precision": 0.6753,
          "recall": 0.8,
          "f1": 0.7324,
          "support": 130,
          "true_positive": 104,
          "false_positive": 50,
          "false_negative": 26
        },
        "PROBABLE": {
          "precision": 0.0,
          "recall": 0.0,
          "f1": 0.0,
          "support": 60,
          "true_positive": 0,
          "false_positive": 1,
          "false_negative": 60
        },
        "FALSE": {
          "precision": 0.8185,
          "recall": 0.9172,
          "f1": 0.865,
          "support": 290,
          "true_positive": 266,
          "false_positive": 59,
          "false_negative": 24
        }
      }
    }
  }
}
