{
  "submission": "team11_HIPE-2026-v1.0-impresso-test-fr_run2.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-fr.jsonl",
  "team": "team11",
  "dataset": "impresso",
  "split": "test",
  "language": "fr",
  "run": "run2",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          32,
          44,
          9
        ],
        [
          0,
          15,
          4
        ],
        [
          2,
          9,
          123
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 32,
          "pred_PROBABLE": 44,
          "pred_FALSE": 9
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 0,
          "pred_PROBABLE": 15,
          "pred_FALSE": 4
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 2,
          "pred_PROBABLE": 9,
          "pred_FALSE": 123
        }
      ],
      "accuracy": 0.7143,
      "per_label": {
        "TRUE": {
          "precision": 0.9412,
          "recall": 0.3765,
          "f1": 0.5378,
          "support": 85,
          "true_positive": 32,
          "false_positive": 2,
          "false_negative": 53
        },
        "PROBABLE": {
          "precision": 0.2206,
          "recall": 0.7895,
          "f1": 0.3448,
          "support": 19,
          "true_positive": 15,
          "false_positive": 53,
          "false_negative": 4
        },
        "FALSE": {
          "precision": 0.9044,
          "recall": 0.9179,
          "f1": 0.9111,
          "support": 134,
          "true_positive": 123,
          "false_positive": 13,
          "false_negative": 11
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          25,
          56
        ],
        [
          3,
          154
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 25,
          "pred_FALSE": 56
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 3,
          "pred_FALSE": 154
        }
      ],
      "accuracy": 0.7521,
      "per_label": {
        "TRUE": {
          "precision": 0.8929,
          "recall": 0.3086,
          "f1": 0.4587,
          "support": 81,
          "true_positive": 25,
          "false_positive": 3,
          "false_negative": 56
        },
        "FALSE": {
          "precision": 0.7333,
          "recall": 0.9809,
          "f1": 0.8392,
          "support": 157,
          "true_positive": 154,
          "false_positive": 56,
          "false_negative": 3
        }
      }
    }
  }
}
