{
  "submission": "random_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "random",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          30,
          15,
          30
        ],
        [
          12,
          2,
          14
        ],
        [
          21,
          21,
          17
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 30,
          "pred_PROBABLE": 15,
          "pred_FALSE": 30
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 12,
          "pred_PROBABLE": 2,
          "pred_FALSE": 14
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 21,
          "pred_PROBABLE": 21,
          "pred_FALSE": 17
        }
      ],
      "accuracy": 0.3025,
      "per_label": {
        "TRUE": {
          "precision": 0.4762,
          "recall": 0.4,
          "f1": 0.4348,
          "support": 75,
          "true_positive": 30,
          "false_positive": 33,
          "false_negative": 45
        },
        "PROBABLE": {
          "precision": 0.0526,
          "recall": 0.0714,
          "f1": 0.0606,
          "support": 28,
          "true_positive": 2,
          "false_positive": 36,
          "false_negative": 26
        },
        "FALSE": {
          "precision": 0.2787,
          "recall": 0.2881,
          "f1": 0.2833,
          "support": 59,
          "true_positive": 17,
          "false_positive": 44,
          "false_negative": 42
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          34,
          31
        ],
        [
          52,
          45
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 34,
          "pred_FALSE": 31
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 52,
          "pred_FALSE": 45
        }
      ],
      "accuracy": 0.4877,
      "per_label": {
        "TRUE": {
          "precision": 0.3953,
          "recall": 0.5231,
          "f1": 0.4503,
          "support": 65,
          "true_positive": 34,
          "false_positive": 52,
          "false_negative": 31
        },
        "FALSE": {
          "precision": 0.5921,
          "recall": 0.4639,
          "f1": 0.5202,
          "support": 97,
          "true_positive": 45,
          "false_positive": 31,
          "false_negative": 52
        }
      }
    }
  }
}
