{
  "submission": "team13_HIPE-2026-v1.0-surprise-test-fr_run2.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team13",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run2",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          75,
          50,
          5
        ],
        [
          8,
          34,
          18
        ],
        [
          7,
          34,
          249
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 75,
          "pred_PROBABLE": 50,
          "pred_FALSE": 5
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 8,
          "pred_PROBABLE": 34,
          "pred_FALSE": 18
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 7,
          "pred_PROBABLE": 34,
          "pred_FALSE": 249
        }
      ],
      "accuracy": 0.7458,
      "per_label": {
        "TRUE": {
          "precision": 0.8333,
          "recall": 0.5769,
          "f1": 0.6818,
          "support": 130,
          "true_positive": 75,
          "false_positive": 15,
          "false_negative": 55
        },
        "PROBABLE": {
          "precision": 0.2881,
          "recall": 0.5667,
          "f1": 0.382,
          "support": 60,
          "true_positive": 34,
          "false_positive": 84,
          "false_negative": 26
        },
        "FALSE": {
          "precision": 0.9154,
          "recall": 0.8586,
          "f1": 0.8861,
          "support": 290,
          "true_positive": 249,
          "false_positive": 23,
          "false_negative": 41
        }
      }
    }
  }
}
