{
  "submission": "team10_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team10",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          14,
          0,
          61
        ],
        [
          0,
          1,
          27
        ],
        [
          0,
          2,
          57
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 14,
          "pred_PROBABLE": 0,
          "pred_FALSE": 61
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 0,
          "pred_PROBABLE": 1,
          "pred_FALSE": 27
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 0,
          "pred_PROBABLE": 2,
          "pred_FALSE": 57
        }
      ],
      "accuracy": 0.4444,
      "per_label": {
        "TRUE": {
          "precision": 1.0,
          "recall": 0.1867,
          "f1": 0.3147,
          "support": 75,
          "true_positive": 14,
          "false_positive": 0,
          "false_negative": 61
        },
        "PROBABLE": {
          "precision": 0.3333,
          "recall": 0.0357,
          "f1": 0.0645,
          "support": 28,
          "true_positive": 1,
          "false_positive": 2,
          "false_negative": 27
        },
        "FALSE": {
          "precision": 0.3931,
          "recall": 0.9661,
          "f1": 0.5588,
          "support": 59,
          "true_positive": 57,
          "false_positive": 88,
          "false_negative": 2
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          4,
          61
        ],
        [
          2,
          95
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 4,
          "pred_FALSE": 61
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 2,
          "pred_FALSE": 95
        }
      ],
      "accuracy": 0.6111,
      "per_label": {
        "TRUE": {
          "precision": 0.6667,
          "recall": 0.0615,
          "f1": 0.1126,
          "support": 65,
          "true_positive": 4,
          "false_positive": 2,
          "false_negative": 61
        },
        "FALSE": {
          "precision": 0.609,
          "recall": 0.9794,
          "f1": 0.751,
          "support": 97,
          "true_positive": 95,
          "false_positive": 61,
          "false_negative": 2
        }
      }
    }
  }
}
