EMNLP2024

ABSEval: An Agent-based Framework for Script Evaluation

Sirui Liang, Baoli Zhang, Jun Zhao, Kang Liu

2 citations

Abstract

Recent research indicates that large language models (LLMs) possess a certain degree of script planning capability. However, there is still a lack of focused work on evaluating scripts generated by LLMs. The evaluation of scripts poses challenges due to their logical structure, sequential organization, adherence to commonsense constraints, and open-endedness. In this work, We introduced a novel script evaluation dataset, MCScript, consisting of more than 1,500 script evaluation tasks and steps, and developed an agent-based script evaluation framework, ABSEval, to collaboratively evaluate scripts generated by LLMs. Our experiments demonstrate that ABSEval provides superior accuracy and relevance, aligning closely with human evaluation. We evaluated the script planning capabilities of 15 mainstream LLMs and provided a detailed analysis. Furthermore, we observed phenomena like the key factor influencing the script planning ability of LLM is not parameter size and suggested improvements for evaluating open-ended questions. Prompt: Create possible specific goals according to the abstract goal, here is an example. Abstract task: Create a decision tree Constraint: on computer, to help you choose a holiday destination, with 3 options Constraint task: Create a decision tree on computer to help you choose a holiday destination with 3 options.