{
  "submission": "team7_HIPE-2026-v1.0-impresso-test-en_run1.jsonl",
  "reference": "HIPE-2026-v1.0-impresso-test-en.jsonl",
  "team": "team7",
  "dataset": "impresso",
  "split": "test",
  "language": "en",
  "run": "run1",
  "at_label_mode": "TERNARY",
  "confusion_matrices": {
    "at": {
      "labels": [
        "TRUE",
        "PROBABLE",
        "FALSE"
      ],
      "matrix": [
        [
          5,
          11,
          59
        ],
        [
          2,
          8,
          18
        ],
        [
          5,
          7,
          47
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 5,
          "pred_PROBABLE": 11,
          "pred_FALSE": 59
        },
        {
          "gold": "PROBABLE",
          "pred_TRUE": 2,
          "pred_PROBABLE": 8,
          "pred_FALSE": 18
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 5,
          "pred_PROBABLE": 7,
          "pred_FALSE": 47
        }
      ],
      "accuracy": 0.3704,
      "per_label": {
        "TRUE": {
          "precision": 0.4167,
          "recall": 0.0667,
          "f1": 0.115,
          "support": 75,
          "true_positive": 5,
          "false_positive": 7,
          "false_negative": 70
        },
        "PROBABLE": {
          "precision": 0.3077,
          "recall": 0.2857,
          "f1": 0.2963,
          "support": 28,
          "true_positive": 8,
          "false_positive": 18,
          "false_negative": 20
        },
        "FALSE": {
          "precision": 0.379,
          "recall": 0.7966,
          "f1": 0.5136,
          "support": 59,
          "true_positive": 47,
          "false_positive": 77,
          "false_negative": 12
        }
      }
    },
    "isAt": {
      "labels": [
        "TRUE",
        "FALSE"
      ],
      "matrix": [
        [
          14,
          51
        ],
        [
          24,
          73
        ]
      ],
      "rows": "gold",
      "columns": "prediction",
      "total": 162,
      "table": [
        {
          "gold": "TRUE",
          "pred_TRUE": 14,
          "pred_FALSE": 51
        },
        {
          "gold": "FALSE",
          "pred_TRUE": 24,
          "pred_FALSE": 73
        }
      ],
      "accuracy": 0.537,
      "per_label": {
        "TRUE": {
          "precision": 0.3684,
          "recall": 0.2154,
          "f1": 0.2719,
          "support": 65,
          "true_positive": 14,
          "false_positive": 24,
          "false_negative": 51
        },
        "FALSE": {
          "precision": 0.5887,
          "recall": 0.7526,
          "f1": 0.6606,
          "support": 97,
          "true_positive": 73,
          "false_positive": 51,
          "false_negative": 24
        }
      }
    }
  }
}
