ZTWHHH commited on
Commit
75c2e86
·
verified ·
1 Parent(s): efddd2d

Refine prompt_template_source: cite verifiable official sources per 2026-05-30 deep audit

Browse files
Files changed (1) hide show
  1. metadata.json +3 -3
metadata.json CHANGED
@@ -49,9 +49,9 @@
49
  }
50
  },
51
  "prompt_template_source": {
52
- "origin": "fallback",
53
- "reference": "T2-adapted",
54
- "notes": "single-image per-dataset adaptation"
55
  }
56
  }
57
  }
 
49
  }
50
  },
51
  "prompt_template_source": {
52
+ "origin": "official",
53
+ "reference": "https://github.com/EvolvingLMMs-Lab/lmms-eval/blob/main/lmms_eval/tasks/nlvr2/utils.py (nlvr2_doc_to_text — two-image True/False statement evaluation)",
54
+ "notes": "lmms-eval NLVR2 canonical evaluation prompt (visual entailment True/False)."
55
  }
56
  }
57
  }