{
  "submission": "team10_HIPE-2026-v1.0-surprise-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-surprise-test-fr.jsonl",
  "team": "team10",
  "dataset": "surprise",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          117,
          6,
          7
        ],
        [
          21,
          13,
          26
        ],
        [
          12,
          7,
          271
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 480,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 117,
          "pred_PROBABLE": 6,
          "pred_FALSE": 7
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 21,
          "pred_PROBABLE": 13,
          "pred_FALSE": 26
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 12,
          "pred_PROBABLE": 7,
          "pred_FALSE": 271
        }
      ],
      "accuracy": 0.8354,
      "per_label": {
        "TRUE": {
          "precision": 0.78,
          "recall": 0.9,
          "f1": 0.8357,
          "support": 130,
          "true_positive": 117,
          "false_positive": 33,
          "false_negative": 13
        },
        "PROBABLE": {
          "precision": 0.5,
          "recall": 0.2167,
          "f1": 0.3024,
          "support": 60,
          "true_positive": 13,
          "false_positive": 13,
          "false_negative": 47
        },
        "FALSE": {
          "precision": 0.8914,
          "recall": 0.9345,
          "f1": 0.9124,
          "support": 290,
          "true_positive": 271,
          "false_positive": 33,
          "false_negative": 19
        }
      }
    }
  }
}
