{
  "submission": "team13_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team13",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          78,
          45,
          7
        ],
        [
          6,
          35,
          19
        ],
        [
          6,
          26,
          258
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 78,
          "pred_PROBABLE": 45,
          "pred_FALSE": 7
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 6,
          "pred_PROBABLE": 35,
          "pred_FALSE": 19
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 6,
          "pred_PROBABLE": 26,
          "pred_FALSE": 258
        }
      ],
      "accuracy": 0.7729,
      "per_label": {
        "TRUE": {
          "precision": 0.8667,
          "recall": 0.6,
          "f1": 0.7091,
          "support": 130,
          "true_positive": 78,
          "false_positive": 12,
          "false_negative": 52
        },
        "PROBABLE": {
          "precision": 0.3302,
          "recall": 0.5833,
          "f1": 0.4217,
          "support": 60,
          "true_positive": 35,
          "false_positive": 71,
          "false_negative": 25
        },
        "FALSE": {
          "precision": 0.9085,
          "recall": 0.8897,
          "f1": 0.899,
          "support": 290,
          "true_positive": 258,
          "false_positive": 26,
          "false_negative": 32
        }
      }
    }
  }
}
