{
  "submission": "team11_HIPE-2026-v1.0-impresso-test-de_run2.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-de.jsonl",
  "team": "team11",
  "dataset": "impresso",
  "split": "test",
  "language": "de",
  "run": "run2",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          11,
          40,
          3
        ],
        [
          2,
          27,
          9
        ],
        [
          1,
          13,
          132
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 11,
          "pred_PROBABLE": 40,
          "pred_FALSE": 3
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 2,
          "pred_PROBABLE": 27,
          "pred_FALSE": 9
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 1,
          "pred_PROBABLE": 13,
          "pred_FALSE": 132
        }
      ],
      "accuracy": 0.7143,
      "per_label": {
        "TRUE": {
          "precision": 0.7857,
          "recall": 0.2037,
          "f1": 0.3235,
          "support": 54,
          "true_positive": 11,
          "false_positive": 3,
          "false_negative": 43
        },
        "PROBABLE": {
          "precision": 0.3375,
          "recall": 0.7105,
          "f1": 0.4576,
          "support": 38,
          "true_positive": 27,
          "false_positive": 53,
          "false_negative": 11
        },
        "FALSE": {
          "precision": 0.9167,
          "recall": 0.9041,
          "f1": 0.9104,
          "support": 146,
          "true_positive": 132,
          "false_positive": 12,
          "false_negative": 14
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          11,
          56
        ],
        [
          0,
          171
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 11,
          "pred_FALSE": 56
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 0,
          "pred_FALSE": 171
        }
      ],
      "accuracy": 0.7647,
      "per_label": {
        "TRUE": {
          "precision": 1.0,
          "recall": 0.1642,
          "f1": 0.2821,
          "support": 67,
          "true_positive": 11,
          "false_positive": 0,
          "false_negative": 56
        },
        "FALSE": {
          "precision": 0.7533,
          "recall": 1.0,
          "f1": 0.8593,
          "support": 171,
          "true_positive": 171,
          "false_positive": 56,
          "false_negative": 0
        }
      }
    }
  }
}
