{
  "submission": "team11_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team11",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          140,
          50
        ],
        [
          19,
          271
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 140,
          "pred_FALSE": 50
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 19,
          "pred_FALSE": 271
        }
      ],
      "accuracy": 0.8562,
      "per_label": {
        "TRUE": {
          "precision": 0.8805,
          "recall": 0.7368,
          "f1": 0.8023,
          "support": 190,
          "true_positive": 140,
          "false_positive": 19,
          "false_negative": 50
        },
        "FALSE": {
          "precision": 0.8442,
          "recall": 0.9345,
          "f1": 0.8871,
          "support": 290,
          "true_positive": 271,
          "false_positive": 50,
          "false_negative": 19
        }
      }
    }
  }
}
