{
  "submission": "team1_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team1",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          48,
          25,
          2
        ],
        [
          13,
          8,
          7
        ],
        [
          9,
          11,
          39
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 48,
          "pred_PROBABLE": 25,
          "pred_FALSE": 2
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 13,
          "pred_PROBABLE": 8,
          "pred_FALSE": 7
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 9,
          "pred_PROBABLE": 11,
          "pred_FALSE": 39
        }
      ],
      "accuracy": 0.5864,
      "per_label": {
        "TRUE": {
          "precision": 0.6857,
          "recall": 0.64,
          "f1": 0.6621,
          "support": 75,
          "true_positive": 48,
          "false_positive": 22,
          "false_negative": 27
        },
        "PROBABLE": {
          "precision": 0.1818,
          "recall": 0.2857,
          "f1": 0.2222,
          "support": 28,
          "true_positive": 8,
          "false_positive": 36,
          "false_negative": 20
        },
        "FALSE": {
          "precision": 0.8125,
          "recall": 0.661,
          "f1": 0.729,
          "support": 59,
          "true_positive": 39,
          "false_positive": 9,
          "false_negative": 20
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          25,
          40
        ],
        [
          10,
          87
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 25,
          "pred_FALSE": 40
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 10,
          "pred_FALSE": 87
        }
      ],
      "accuracy": 0.6914,
      "per_label": {
        "TRUE": {
          "precision": 0.7143,
          "recall": 0.3846,
          "f1": 0.5,
          "support": 65,
          "true_positive": 25,
          "false_positive": 10,
          "false_negative": 40
        },
        "FALSE": {
          "precision": 0.685,
          "recall": 0.8969,
          "f1": 0.7768,
          "support": 97,
          "true_positive": 87,
          "false_positive": 40,
          "false_negative": 10
        }
      }
    }
  }
}
