{
  "submission": "team10_HIPE-2026-v1.0-impresso-test-en_run3.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team10",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run3",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          35,
          6,
          34
        ],
        [
          9,
          6,
          13
        ],
        [
          7,
          11,
          41
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 35,
          "pred_PROBABLE": 6,
          "pred_FALSE": 34
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 9,
          "pred_PROBABLE": 6,
          "pred_FALSE": 13
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 7,
          "pred_PROBABLE": 11,
          "pred_FALSE": 41
        }
      ],
      "accuracy": 0.5062,
      "per_label": {
        "TRUE": {
          "precision": 0.6863,
          "recall": 0.4667,
          "f1": 0.5556,
          "support": 75,
          "true_positive": 35,
          "false_positive": 16,
          "false_negative": 40
        },
        "PROBABLE": {
          "precision": 0.2609,
          "recall": 0.2143,
          "f1": 0.2353,
          "support": 28,
          "true_positive": 6,
          "false_positive": 17,
          "false_negative": 22
        },
        "FALSE": {
          "precision": 0.4659,
          "recall": 0.6949,
          "f1": 0.5578,
          "support": 59,
          "true_positive": 41,
          "false_positive": 47,
          "false_negative": 18
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          8,
          57
        ],
        [
          0,
          97
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 8,
          "pred_FALSE": 57
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 0,
          "pred_FALSE": 97
        }
      ],
      "accuracy": 0.6481,
      "per_label": {
        "TRUE": {
          "precision": 1.0,
          "recall": 0.1231,
          "f1": 0.2192,
          "support": 65,
          "true_positive": 8,
          "false_positive": 0,
          "false_negative": 57
        },
        "FALSE": {
          "precision": 0.6299,
          "recall": 1.0,
          "f1": 0.7729,
          "support": 97,
          "true_positive": 97,
          "false_positive": 57,
          "false_negative": 0
        }
      }
    }
  }
}
