{
  "submission": "team1_HIPE-2026-v1.0-impresso-test-fr_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-fr.jsonl",
  "team": "team1",
  "dataset": "impresso",
  "split": "test",
  "language": "fr",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          76,
          9,
          0
        ],
        [
          9,
          5,
          5
        ],
        [
          12,
          2,
          120
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 76,
          "pred_PROBABLE": 9,
          "pred_FALSE": 0
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 9,
          "pred_PROBABLE": 5,
          "pred_FALSE": 5
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 12,
          "pred_PROBABLE": 2,
          "pred_FALSE": 120
        }
      ],
      "accuracy": 0.8445,
      "per_label": {
        "TRUE": {
          "precision": 0.7835,
          "recall": 0.8941,
          "f1": 0.8352,
          "support": 85,
          "true_positive": 76,
          "false_positive": 21,
          "false_negative": 9
        },
        "PROBABLE": {
          "precision": 0.3125,
          "recall": 0.2632,
          "f1": 0.2857,
          "support": 19,
          "true_positive": 5,
          "false_positive": 11,
          "false_negative": 14
        },
        "FALSE": {
          "precision": 0.96,
          "recall": 0.8955,
          "f1": 0.9266,
          "support": 134,
          "true_positive": 120,
          "false_positive": 5,
          "false_negative": 14
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          49,
          32
        ],
        [
          17,
          140
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 49,
          "pred_FALSE": 32
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 17,
          "pred_FALSE": 140
        }
      ],
      "accuracy": 0.7941,
      "per_label": {
        "TRUE": {
          "precision": 0.7424,
          "recall": 0.6049,
          "f1": 0.6666,
          "support": 81,
          "true_positive": 49,
          "false_positive": 17,
          "false_negative": 32
        },
        "FALSE": {
          "precision": 0.814,
          "recall": 0.8917,
          "f1": 0.8511,
          "support": 157,
          "true_positive": 140,
          "false_positive": 32,
          "false_negative": 17
        }
      }
    }
  }
}
