ChemOntoRule Offers Verifiable AI for Chemistry Problem Solving

Ibrokhimsho Abduchaborov· August 28, 2026 View original

Key takeaways

  • LLMs' opaque reasoning in problem-solving can be addressed with symbolic AI cores.
  • ChemOntoRule uses a task-centric ontology and deterministic rules for verifiable chemistry problem solving.
  • The system achieved high accuracy (98.67%) on school-level chemistry problems.
  • Future AI architectures could leverage LLMs as translators for symbolic reasoning, enhancing explainability.

Who benefits

EdTechScientific ResearchAI DevelopmentChemical IndustryEngineering

Summary

ChemOntoRule is a symbolic AI core for school-level chemistry problem solving, featuring a task-centric ontology and deterministic Python rules for inspectable and verifiable reasoning. It achieved 98.67% accuracy on 300 human-authored problems, demonstrating the potential for LLMs to act as translators into a normalized ontological task frame rather than primary reasoners.

While large language models (LLMs) can interpret natural-language chemistry questions, their internal reasoning processes are often opaque, making it difficult to inspect, constrain, or validate their solutions. This paper introduces ChemOntoRule, a proof-of-concept symbolic core designed to provide verifiable AI assistance for school-level chemistry problems. The core innovation is a task-centric ontology, built specifically around the concepts, properties, relations, and procedures required for a defined set of chemistry problems, rather than aiming for a universal representation. This ontology is combined with deterministic Python rules covering fundamental chemistry patterns like electronic structure and oxidation states. A fallback mechanism handles problem types not yet covered by general rules. Tested on 300 human-authored and validated chemistry problems, the system achieved a 98.67% match rate with reference answers. This high performance, particularly from the ontology-driven rule subset, suggests a future architecture where LLMs primarily translate user queries into a structured ontological task frame, allowing a verifiable symbolic core to perform the actual reasoning.

Why it matters

Professionals in AI development, education technology, and scientific computing can explore this approach to build more reliable, explainable, and verifiable AI systems by combining the natural language understanding of LLMs with the precision of symbolic reasoning.

How to implement this in your domain

  1. 1Consider a hybrid AI architecture that combines LLMs for natural language understanding with symbolic reasoning for verifiable problem-solving.
  2. 2Develop task-centric ontologies tailored to specific problem domains to constrain and guide AI reasoning.
  3. 3Implement deterministic domain rules as a core component for ensuring accuracy and inspectability in AI-assisted systems.
  4. 4Design LLM prompts to translate user input into a structured, ontological task frame for symbolic processing.

Original post by Ibrokhimsho Abduchaborov

"arXiv:2608.26164v1 Announce Type: new Abstract: Large language models can interpret natural-language chemistry questions, but their internal reasoning is difficult to inspect, constrain, and validate. This paper presents ChemOntoRule, a proof-of-concept symbolic core for AI-assis…"

View on X

Originally posted by Ibrokhimsho Abduchaborov on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools