{
  "submission": "team15_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team15",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          125,
          65
        ],
        [
          157,
          133
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 125,
          "pred_FALSE": 65
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 157,
          "pred_FALSE": 133
        }
      ],
      "accuracy": 0.5375,
      "per_label": {
        "TRUE": {
          "precision": 0.4433,
          "recall": 0.6579,
          "f1": 0.5297,
          "support": 190,
          "true_positive": 125,
          "false_positive": 157,
          "false_negative": 65
        },
        "FALSE": {
          "precision": 0.6717,
          "recall": 0.4586,
          "f1": 0.5451,
          "support": 290,
          "true_positive": 133,
          "false_positive": 65,
          "false_negative": 157
        }
      }
    }
  }
}
