{
  "submission": "team3_HIPE-2026-v1.0-impresso-test-de_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-de.jsonl",
  "team": "team3",
  "dataset": "impresso",
  "split": "test",
  "language": "de",
  "run": "run1",
  "at_label_mode": "BINARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          42,
          50
        ],
        [
          27,
          119
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 42,
          "pred_FALSE": 50
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 27,
          "pred_FALSE": 119
        }
      ],
      "accuracy": 0.6765,
      "per_label": {
        "TRUE": {
          "precision": 0.6087,
          "recall": 0.4565,
          "f1": 0.5217,
          "support": 92,
          "true_positive": 42,
          "false_positive": 27,
          "false_negative": 50
        },
        "FALSE": {
          "precision": 0.7041,
          "recall": 0.8151,
          "f1": 0.7555,
          "support": 146,
          "true_positive": 119,
          "false_positive": 50,
          "false_negative": 27
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          9,
          58
        ],
        [
          15,
          156
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 238,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 9,
          "pred_FALSE": 58
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 15,
          "pred_FALSE": 156
        }
      ],
      "accuracy": 0.6933,
      "per_label": {
        "TRUE": {
          "precision": 0.375,
          "recall": 0.1343,
          "f1": 0.1978,
          "support": 67,
          "true_positive": 9,
          "false_positive": 15,
          "false_negative": 58
        },
        "FALSE": {
          "precision": 0.729,
          "recall": 0.9123,
          "f1": 0.8104,
          "support": 171,
          "true_positive": 156,
          "false_positive": 58,
          "false_negative": 15
        }
      }
    }
  }
}
