{
  "submission": "team15_HIPE-2026-v1.0-surprise-test-fr_run3.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team15",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run3",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          90,
          100
        ],
        [
          122,
          168
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 90,
          "pred_FALSE": 100
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 122,
          "pred_FALSE": 168
        }
      ],
      "accuracy": 0.5375,
      "per_label": {
        "TRUE": {
          "precision": 0.4245,
          "recall": 0.4737,
          "f1": 0.4478,
          "support": 190,
          "true_positive": 90,
          "false_positive": 122,
          "false_negative": 100
        },
        "FALSE": {
          "precision": 0.6269,
          "recall": 0.5793,
          "f1": 0.6022,
          "support": 290,
          "true_positive": 168,
          "false_positive": 100,
          "false_negative": 122
        }
      }
    }
  }
}
