{
  "submission": "team3_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team3",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          88,
          102
        ],
        [
          55,
          235
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 88,
          "pred_FALSE": 102
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 55,
          "pred_FALSE": 235
        }
      ],
      "accuracy": 0.6729,
      "per_label": {
        "TRUE": {
          "precision": 0.6154,
          "recall": 0.4632,
          "f1": 0.5286,
          "support": 190,
          "true_positive": 88,
          "false_positive": 55,
          "false_negative": 102
        },
        "FALSE": {
          "precision": 0.6973,
          "recall": 0.8103,
          "f1": 0.7496,
          "support": 290,
          "true_positive": 235,
          "false_positive": 102,
          "false_negative": 55
        }
      }
    }
  }
}
