{
  "submission": "team2_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team2",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          147,
          43
        ],
        [
          211,
          79
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 147,
          "pred_FALSE": 43
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 211,
          "pred_FALSE": 79
        }
      ],
      "accuracy": 0.4708,
      "per_label": {
        "TRUE": {
          "precision": 0.4106,
          "recall": 0.7737,
          "f1": 0.5365,
          "support": 190,
          "true_positive": 147,
          "false_positive": 211,
          "false_negative": 43
        },
        "FALSE": {
          "precision": 0.6475,
          "recall": 0.2724,
          "f1": 0.3835,
          "support": 290,
          "true_positive": 79,
          "false_positive": 43,
          "false_negative": 211
        }
      }
    }
  }
}
