{
  "submission": "team3_HIPE-2026-v1.0-impresso-test-de_run2.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-de.jsonl",
  "team": "team3",
  "dataset": "impresso",
  "split": "test",
  "language": "de",
  "run": "run2",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          25,
          9,
          20
        ],
        [
          12,
          6,
          20
        ],
        [
          11,
          12,
          123
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 25,
          "pred_PROBABLE": 9,
          "pred_FALSE": 20
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 12,
          "pred_PROBABLE": 6,
          "pred_FALSE": 20
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 11,
          "pred_PROBABLE": 12,
          "pred_FALSE": 123
        }
      ],
      "accuracy": 0.6471,
      "per_label": {
        "TRUE": {
          "precision": 0.5208,
          "recall": 0.463,
          "f1": 0.4902,
          "support": 54,
          "true_positive": 25,
          "false_positive": 23,
          "false_negative": 29
        },
        "PROBABLE": {
          "precision": 0.2222,
          "recall": 0.1579,
          "f1": 0.1846,
          "support": 38,
          "true_positive": 6,
          "false_positive": 21,
          "false_negative": 32
        },
        "FALSE": {
          "precision": 0.7546,
          "recall": 0.8425,
          "f1": 0.7961,
          "support": 146,
          "true_positive": 123,
          "false_positive": 40,
          "false_negative": 23
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          3,
          64
        ],
        [
          2,
          169
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 3,
          "pred_FALSE": 64
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 2,
          "pred_FALSE": 169
        }
      ],
      "accuracy": 0.7227,
      "per_label": {
        "TRUE": {
          "precision": 0.6,
          "recall": 0.0448,
          "f1": 0.0834,
          "support": 67,
          "true_positive": 3,
          "false_positive": 2,
          "false_negative": 64
        },
        "FALSE": {
          "precision": 0.7253,
          "recall": 0.9883,
          "f1": 0.8366,
          "support": 171,
          "true_positive": 169,
          "false_positive": 64,
          "false_negative": 2
        }
      }
    }
  }
}
