Overview of BioProBench Dataset Tasks
mainBioProBench is a multi-task benchmark for biological protocol understanding and reasoning. It includes four specific fine-tuning tasks:
- PQA (Protocol Question Answering): Multiple-choice QA regarding protocol content (parameters, reagents, operations).
- ORD (Step Ordering): Ordering protocol steps (top-level or sub-steps) into the correct chronological sequence.
- ERR (Error Correction): Detecting and correcting errors in protocol text using local context.
- GEN (Protocol Generation): Generating concise, numbered, single-level protocol steps from a prompt.
All tasks support <think>...</think> tags for Chain-of-Thought (CoT) reasoning, which the evaluator will strip before comparison.