{
  "submission": "team12_HIPE-2026-v1.0-surprise-test-fr_run2.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team12",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run2",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          145,
          45
        ],
        [
          15,
          275
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 145,
          "pred_FALSE": 45
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 15,
          "pred_FALSE": 275
        }
      ],
      "accuracy": 0.875,
      "per_label": {
        "TRUE": {
          "precision": 0.9062,
          "recall": 0.7632,
          "f1": 0.8286,
          "support": 190,
          "true_positive": 145,
          "false_positive": 15,
          "false_negative": 45
        },
        "FALSE": {
          "precision": 0.8594,
          "recall": 0.9483,
          "f1": 0.9017,
          "support": 290,
          "true_positive": 275,
          "false_positive": 45,
          "false_negative": 15
        }
      }
    }
  }
}
