{
  "dataset": "Tiny-ImageNet",
  "model_name": "PRO-DSC",
  "paper_title": "Exploring a Principled Framework for Deep Subspace Clustering",
  "paper_url": "https://arxiv.org/abs/2503.17288v1",
  "code_links": [],
  "metrics": {
    "Accuracy": "0.698",
    "NMI": "0.805"
  },
  "table_metrics": {
    "Accuracy": "0.698",
    "NMI": "0.805"
  },
  "prompts": [
    "Given the following paper and codebase:\n    Paper: Exploring a Principled Framework for Deep Subspace Clustering\n    Codebase: https://github.com/mengxianghan123/PRO-DSC\n\n    Improve the PRO-DSC model on the Tiny-ImageNet dataset. The result\n    should improve on the following metrics: {'Accuracy': '0.698', 'NMI': '0.805'}. You must use only the codebase provided.\n    "
  ]
}