{
  "submission": "team11_HIPE-2026-v1.0-surprise-test-fr_run3.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team11",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run3",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          123,
          67
        ],
        [
          46,
          244
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 123,
          "pred_FALSE": 67
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 46,
          "pred_FALSE": 244
        }
      ],
      "accuracy": 0.7646,
      "per_label": {
        "TRUE": {
          "precision": 0.7278,
          "recall": 0.6474,
          "f1": 0.6852,
          "support": 190,
          "true_positive": 123,
          "false_positive": 46,
          "false_negative": 67
        },
        "FALSE": {
          "precision": 0.7846,
          "recall": 0.8414,
          "f1": 0.812,
          "support": 290,
          "true_positive": 244,
          "false_positive": 67,
          "false_negative": 46
        }
      }
    }
  }
}
