{
  "submission": "team13_HIPE-2026-v1.0-impresso-test-en_run2.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team13",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run2",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          43,
          25,
          7
        ],
        [
          5,
          11,
          12
        ],
        [
          3,
          3,
          53
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 43,
          "pred_PROBABLE": 25,
          "pred_FALSE": 7
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 5,
          "pred_PROBABLE": 11,
          "pred_FALSE": 12
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 3,
          "pred_PROBABLE": 3,
          "pred_FALSE": 53
        }
      ],
      "accuracy": 0.6605,
      "per_label": {
        "TRUE": {
          "precision": 0.8431,
          "recall": 0.5733,
          "f1": 0.6825,
          "support": 75,
          "true_positive": 43,
          "false_positive": 8,
          "false_negative": 32
        },
        "PROBABLE": {
          "precision": 0.2821,
          "recall": 0.3929,
          "f1": 0.3284,
          "support": 28,
          "true_positive": 11,
          "false_positive": 28,
          "false_negative": 17
        },
        "FALSE": {
          "precision": 0.7361,
          "recall": 0.8983,
          "f1": 0.8092,
          "support": 59,
          "true_positive": 53,
          "false_positive": 19,
          "false_negative": 6
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          24,
          41
        ],
        [
          4,
          93
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 24,
          "pred_FALSE": 41
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 4,
          "pred_FALSE": 93
        }
      ],
      "accuracy": 0.7222,
      "per_label": {
        "TRUE": {
          "precision": 0.8571,
          "recall": 0.3692,
          "f1": 0.5161,
          "support": 65,
          "true_positive": 24,
          "false_positive": 4,
          "false_negative": 41
        },
        "FALSE": {
          "precision": 0.694,
          "recall": 0.9588,
          "f1": 0.8052,
          "support": 97,
          "true_positive": 93,
          "false_positive": 41,
          "false_negative": 4
        }
      }
    }
  }
}
