Search papers, labs, and topics across Lattice.
This paper introduces MCTidy and MCGenie, two LLM-based systems designed to enhance the generation and standardization of model cards for machine learning models. MCTidy reorganizes existing model cards into a uniform template, achieving high information retention and minimal loss, while MCGenie generates new model cards from model repository data, demonstrating high semantic similarity and factual correctness. The results indicate that LLMs can significantly improve the clarity and comparability of model documentation, addressing a critical gap in model transparency and usability.
LLMs can transform the chaotic landscape of model documentation into a clear, standardized format, enhancing transparency and usability across ML models.
Model cards are structured documents that summarize key information about machine learning models to improve transparency, usability, and accountability. However, they often lack a consistent structure, and many models provide no model cards, making comparison and interpretation difficult. This paper presents two contributions. First, we propose MCTidy, an LLM-based approach that reorganizes existing model cards into a standardized template to improve clarity and comparability. Second, we introduce MCGenie, an LLM-based system that generates model cards directly from model repository data. We apply MCTidy to 48 Hugging Face model cards and evaluate information retention, section alignment, hallucination, and stability. Our findings show high information retention with minimal textual loss, accurate section assignment, rare hallucinations primarily in descriptive sections, and strong stability across runs. We assess MCGenie by generating model cards for the same 48 models and assessing semantic similarity, factual correctness, and sensitivity to input resources. The generated model cards achieved high semantic similarity (mean around 0.9); over half were fully correct, and most remaining errors were minor. Generation quality depended strongly on the availability of supporting resources, particularly associated papers. Overall, our findings demonstrate the potential of LLM-based methods to enable scalable, standardized model card documentation.