Review Comment:
(1) Originality
This paper presents a novel integration of LLMs with Semantic Web standards for rule-based reasoning over natural language. While neural-symbolic integration is already an active research area, the specific architecture represents a distinctive contribution. It positions LLMs as ontology-population engines that generate ABox assertions according to expert-authored TBox specifications, with SWRL-based reasoners providing deterministic verification. The work shows sufficient originality for a full paper and constitutes a substantive extension of prior research through its grounding in Semantic Web standards and its broader cross-domain evaluation.
(2) Significance of Results
- Empirical contributions: The evaluation across three domains, eleven language models, and six experimental conditions, including controlled ablations, provides substantial evidence for the framework’s effectiveness.
- Practical significance: The framework offers several practical advantages for rule-governed domains, notably inspectability, interoperability, and deterministic verification.
- Limitations affecting significance: The evaluated tasks use only conjunctive SWRL rules. The claimed benefits of the OWL/SWRL grounding, such as support for class hierarchies, multi-label classification, and composable imports, are not empirically demonstrated. This limits the strength of the evidence for the advantages of OWL/SWRL specifically. The paper also acknowledges the manual effort required for ontology creation but does not quantify it. Without such estimates, practical adoption barriers remain unclear. In addition, generalisability to multi-class, ranking, or extraction tasks remains untested.
(3) Quality of writing
The manuscript is well organised and follows a logical progression. The description of OWL 2 and SWRL in the section “Semantic Web Technologies for Knowledge Representation” is accurate and appropriately detailed for the SWJ audience. The formalisation of task predicates (Formulas 1–4) is clear and correctly maps to the ontology implementations.
Statistical reporting is generally careful, with paired t-tests and effect sizes (Cohen’s d) reported throughout. However, additional robustness analyses, such as confidence intervals or non-parametric tests, could further strengthen the empirical claims.
In Figure 3, the colour distinction between improvement and regression lines may be difficult to interpret in black-and-white print or for colour-impaired readers; adding directional arrows, patterns, or +/- markers would improve accessibility.
The bibliography is comprehensive and appropriately cites relevant work in neural-symbolic integration, Semantic Web technologies, and LLM reasoning. Recent work from 2023–2025 is well represented. One minor issue is that Citation [1] appears to be unreferenced in the main text.
(4) Assessment of Provided Resources
The authors provide two URLs in the manuscript:
- Dataset generation code: https://github.com/albsadowski/ruleeval-xd
- Framework implementation: https://github.com/albsadowski/structured-decomposition-swj
Both repositories appear to be organised with clear directory structures and include well-written README files. Both repositories are hosted on GitHub, which is explicitly listed in the reviewer instructions as an acceptable platform for long-term resource hosting.
The authors may nevertheless consider archiving a release snapshot on Zenodo or Figshare to obtain a DOI. This would improve long-term citability and archival stability even if the GitHub repository location changes. This is a best practice for academic software, though not a strict requirement for acceptance.
Overall, the provided artifacts appear sufficient for understanding the framework and supporting partial replication. However, some API response logs are included but not comprehensively for all 33 model-task combinations, and API cost and runtime information are not provided. These omissions do not invalidate the resource package, but additional detail would strengthen reproducibility.
(5) Issues and Required Revisions
Issue 1. The authors motivate the transition from SMT to OWL/SWRL partly on the grounds of enabling “richer inference patterns that simpler formalisms cannot express,” including class hierarchies, multi-label classification, and composable imports from domain vocabularies (Abstract, Introduction, Conclusion). However, the evaluated tasks use only conjunctive SWRL rules, effectively corresponding to relatively simple logical combinations of extracted predicates. No evaluated task exploits non-trivial subsumption reasoning, existential restrictions, property chains, or imported ontology modules in a way that demonstrates the added expressive value of OWL. The authors should either add a demonstration task that genuinely leverages OWL expressivity, or temper these claims and reframe the contribution primarily around standardisation, inspectability, and interoperability.
Issue 2. The authors acknowledge that “ontology design required manual effort by the authors” (section “Limitations and Future Work”) but provide no estimate of this effort. For practitioners considering adoption, understanding the cost of creating task ontologies is essential. A qualitative or quantitative estimate of the effort required per task would substantially improve the paper. This could be added in “Limitations and Future Work” or as a short subsection in “Task Formalisation.”
Issue 3. The paper reports that structured decomposition regressed on specific model-task combinations, yet no qualitative analysis of these failures is provided, despite the framework’s claimed inspectability advantage. The authors should include at least one illustrative failure analysis in the Discussion, or in a dedicated subsection, showing where the decomposition failed and how the inspectable intermediate representations help diagnose the error.
|