CLAIROOct 16, 2023

BioPlanner: Automatic Evaluation of LLMs on Protocol Planning in Biology

arXiv:2310.10632v1142 citationsh-index: 9
Originality Incremental advance
AI Analysis

This provides an automatic evaluation framework for LLM planning in science, addressing a bottleneck in protocol generation and validation, though it is incremental as it builds on existing LLM capabilities.

The authors tackled the problem of automatically evaluating large language models (LLMs) on generating accurate scientific protocols in biology, by introducing BioProt, a dataset of biology protocols with pseudocode representations, and testing GPT-3 and GPT-4, with one generated protocol successfully executed in a lab.

The ability to automatically generate accurate protocols for scientific experiments would represent a major step towards the automation of science. Large Language Models (LLMs) have impressive capabilities on a wide range of tasks, such as question answering and the generation of coherent text and code. However, LLMs can struggle with multi-step problems and long-term planning, which are crucial for designing scientific experiments. Moreover, evaluation of the accuracy of scientific protocols is challenging, because experiments can be described correctly in many different ways, require expert knowledge to evaluate, and cannot usually be executed automatically. Here we present an automatic evaluation framework for the task of planning experimental protocols, and we introduce BioProt: a dataset of biology protocols with corresponding pseudocode representations. To measure performance on generating scientific protocols, we use an LLM to convert a natural language protocol into pseudocode, and then evaluate an LLM's ability to reconstruct the pseudocode from a high-level description and a list of admissible pseudocode functions. We evaluate GPT-3 and GPT-4 on this task and explore their robustness. We externally validate the utility of pseudocode representations of text by generating accurate novel protocols using retrieved pseudocode, and we run a generated protocol successfully in our biological laboratory. Our framework is extensible to the evaluation and improvement of language model planning abilities in other areas of science or other areas that lack automatic evaluation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes