English

Meta Semantic Template for Evaluation of Large Language Models

Computation and Language 2023-10-20 v2 Artificial Intelligence

Abstract

Do large language models (LLMs) genuinely understand the semantics of the language, or just memorize the training data? The recent concern on potential data contamination of LLMs has raised awareness of the community to conduct research on LLMs evaluation. In this paper, we propose MSTemp, an approach that creates meta semantic templates to evaluate the semantic understanding ability of LLMs. The core of MSTemp is not to perform evaluation directly on existing benchmark datasets, but to generate new out-of-distribution (OOD) evaluation sets using existing datasets as seeds. Specifically, for a given sentence, MSTemp leverages another language model to generate new samples while preserving its semantics. The new samples are called semantic templates to the original sentence. Then, MSTemp generates evaluation samples via sentence parsing and random word replacement on the semantic templates. MSTemp is highly flexible, dynamic, and cost-effective. Our initial experiments show that MSTemp-generated samples can significantly reduce the performance of LLMs using existing datasets as seeds. We hope this initial work can shed light on future research of LLMs evaluation.

Keywords

Cite

@article{arxiv.2310.01448,
  title  = {Meta Semantic Template for Evaluation of Large Language Models},
  author = {Yachuan Liu and Liang Chen and Jindong Wang and Qiaozhu Mei and Xing Xie},
  journal= {arXiv preprint arXiv:2310.01448},
  year   = {2023}
}

Comments

Work in progress; 7 pages; more work at: https://llm-eval.github.io/

R2 v1 2026-06-28T12:38:38.086Z