{
  "submission": "team17_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team17",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          112,
          78
        ],
        [
          48,
          242
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 112,
          "pred_FALSE": 78
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 48,
          "pred_FALSE": 242
        }
      ],
      "accuracy": 0.7375,
      "per_label": {
        "TRUE": {
          "precision": 0.7,
          "recall": 0.5895,
          "f1": 0.64,
          "support": 190,
          "true_positive": 112,
          "false_positive": 48,
          "false_negative": 78
        },
        "FALSE": {
          "precision": 0.7562,
          "recall": 0.8345,
          "f1": 0.7934,
          "support": 290,
          "true_positive": 242,
          "false_positive": 78,
          "false_negative": 48
        }
      }
    }
  }
}
