AIJan 13, 2022

Transforming UNL graphs in OWL representations

arXiv:2201.04841v1
AI Analysis

This work addresses the problem of extracting consistent and unambiguous ontologies from natural language texts, particularly for system requirements, but it appears incremental as it builds on existing UNL and RDF technologies.

The paper tackles the challenge of extracting formal knowledge from natural language by implementing the Universal Networking Language (UNL) on RDF to create RDF-UNL graphs, showing that these graphs support content extraction with SHACL rules and detect incoherence in texts, as experimented in the UNseL project for checking system requirements.

Extracting formal knowledge (ontologies) from natural language is a challenge that can benefit from a (semi-) formal linguistic representation of texts, at the semantic level. We propose to achieve such a representation by implementing the Universal Networking Language (UNL) specifications on top of RDF. Thus, the meaning of a statement in any language will be soundly expressed as a RDF-UNL graph that constitutes a middle ground between natural language and formal knowledge. In particular, we show that RDF-UNL graphs can support content extraction using generic SHACL rules and that reasoning on the extracted facts allows detecting incoherence in the original texts. This approach is experimented in the UNseL project that aims at extracting ontological representations from system requirements/specifications in order to check that they are consistent, complete and unambiguous. Our RDF-UNL implementation and all code for the working examples of this paper are publicly available under the CeCILL-B license at https://gitlab.tetras-libre.fr/unl/rdf-unl

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes