paper-with-me

Papers

FALCON: Scalable Reasoning over Inconsistent ALC Ontologies

2022-08-16 · Tilman Hinnerichs, Zhenwei Tang, Xi Peng, Xiangliang Zhang, Robert Hoehndorf

Ontologies are one of the richest sources of knowledge. Real-world ontologies often contain thousands of axioms and are often human-made. Hence, they may contain inconsistency and incomplete information which may impair classical reasoners to compute entailments that are considered as useful. To overcome these two challenges, we propose FALCON, a Fuzzy Ontology Neural reasoner to approximate reasoning over ALC ontologies. We provide an approximate technique for the model generation step in classical ALC reasoners. Our approximation is not guaranteed to construct exact logical models, but can approximate arbitrary models, which is notably faster for some large ontologies. Moreover, by sampling multiple approximate logical models, our technique supports approximate entailment also over inconsistent ontologies. Theoretical results show that more models generated lead to closer, i.e., faithful approximation of entailment over ALC entailments. Experimental results show that FALCON enables approximate reasoning and reasoning in the presence of inconsistency. Our experiments further demonstrate how ontologies can improve knowledge base completion in biomedicine by incorporating knowledge expressed in ALC.

📄 PDF Abstract BibTeX arXiv:2208.07628

Code (1)

bio-ontology-research-group/falcon 공식 구현 pytorch

Tasks

Knowledge Base Completion

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

Falcon-H1R: Pushing the Reasoning Frontiers with a Hybrid Model for Efficient Test-Time Scaling

2026-01-05 · Falcon LLM Team, Iheb Chaabane, Puneesh Khanna, Suhail Mohmad 외 arxiv

This work introduces Falcon-H1R, a 7B-parameter reasoning-optimized model that establishes the feasibility of achieving competitive reasoning performance with small language models (SLMs). Falcon-H1R stands out for its p…

An Argumentation-Based Legal Reasoning Approach for DL-Ontology

2022-09-07 · Zhe Yu, Yiwei Lu

Ontology is a popular method for knowledge representation in different domains, including the legal domain, and description logics (DL) is commonly used as its description language. To handle reasoning based on inconsist…

Autonomous VehiclesLegal Reasoning

An Embedding-based Approach to Inconsistency-tolerant Reasoning with Inconsistent Ontologies

2023-04-04 · Keyu Wang, Site Li, Jiaye Li, Guilin Qi 외

Inconsistency handling is an important issue in knowledge management. Especially in ontology engineering, logical inconsistencies may occur during ontology construction. A natural way to reason with an inconsistent ontol…

ManagementRelation

A Tale of LLMs and Induced Small Proxies: Scalable Small Language Models for Knowledge Mining

2025-10-01 · Sipeng Zhang, Shuhuai Lin, Xinpeng Wei, Yihang Chen 외 arxiv

At the core of Deep Research is knowledge mining, the task of extracting structured information from massive unstructured text in response to user instructions. Large language models (LLMs) excel at interpreting such ins…

Neuro-Symbolic RDF and Description Logic Reasoners: The State-Of-The-Art and Challenges

2023-08-09 · Gunjan Singh, Sumit Bhatia, Raghava Mutharaju

Ontologies are used in various domains, with RDF and OWL being prominent standards for ontology development. RDF is favored for its simplicity and flexibility, while OWL enables detailed domain knowledge representation. …

Knowledge Base Construction