Knowledge before Reasoning: EC-Reason-Bench, a Training-Free Diagnostic Benchmark for LLM Enzyme Classification
EC-Reason-Bench is a training-free diagnostic benchmark for evaluating LLMs on enzyme classification (EC number prediction). The study identifies four orthogonal levers affecting performance: output structure, external knowledge, reasoning structure, and reasoning robustness. External knowledge is critical—open-book access drastically improves accuracy compared to closed-book settings. Reasoning acts as an arbiter of conflicting neighbors rather than a source of new knowledge, with no single-num
Analysis
TL;DR
- EC-Reason-Bench is a training-free diagnostic benchmark for evaluating LLMs on enzyme classification (EC number prediction).
- The study identifies four orthogonal levers affecting performance: output structure, external knowledge, reasoning structure, and reasoning robustness.
- External knowledge is critical—open-book access drastically improves accuracy compared to closed-book settings.
- Reasoning acts as an arbiter of conflicting neighbors rather than a source of new knowledge, with no single-number leaderboard capturing nuanced gains/losses.
- Accuracy follows a "law of homology availability," where performance depends on the availability of homologous evidence in retrieval.
Why It Matters
This work reveals fundamental limitations in how general-purpose LLMs handle hierarchical, knowledge-intensive tasks like enzyme classification—even when they perform well on coarse-grained predictions. For AI practitioners and researchers, it underscores that retrieval-augmented reasoning alone cannot compensate for missing domain-specific knowledge without careful design of inference-time strategies. The findings also challenge simplistic benchmarking approaches, urging more granular evaluation protocols that disentangle different components of model behavior.
Technical Details
- Benchmark Design: EC-Reason-Bench evaluates zero-shot performance across four orthogonal dimensions: output structure (formatting of EC numbers), external knowledge (access to databases/tools), reasoning structure (chain-of-thought or cascading prompts), and reasoning robustness (consistency under perturbed inputs).
- Methodology: Each lever is tested via inference-time modifications against a shared baseline reproducing prior near-zero results for fine-grained EC levels 2–4. No model weights are updated during evaluation.
- Models Tested: Several strong reasoning-capable LLMs were evaluated, though specific architectures aren't named in the abstract.
- Key Finding on Retrieval: When external knowledge is available, top-performing LLM settings match simple neighbor-voting schemes—but this masks trade-offs: high accuracy on single-function enzymes drops sharply on multi-functional ones due to conflicting retrieved evidence.
- Homology Law: Performance correlates strongly with the presence of evolutionarily similar proteins in reference datasets, suggesting retrieval quality hinges more on database coverage than model sophistication.
Industry Insight
For deploying LLMs in scientific domains like bioinformatics, integrating structured external knowledge bases should precede complex reasoning pipelines—especially for hierarchical classification tasks. Developers must avoid over-relying on chain-of-thought or cascading methods unless aligned with a model’s natural tendency to abstain from uncertain predictions. Additionally, current evaluation metrics may obscure critical failure modes (e.g., poor handling of multi-label cases); future benchmarks should incorporate adversarial testing and subgroup analysis to reveal hidden weaknesses before real-world deployment.
Disclaimer: The above content is generated by AI and is for reference only.