đ€ AI Summary
Automatically aligning unstructured textâsuch as clinical case notesâwith diverse, heterogeneous database schemas remains challenging due to rigid schema-binding assumptions in existing approaches.
Method: We propose a model-agnostic text structuring method grounded in an attribute grammar metamodel (MetaG), which constructs semantically enriched parse trees. Through iterative tree rewriting and extraction, the method jointly generates executable semantic schemas and their corresponding instancesâwithout requiring prior knowledge of target data models.
Contribution/Results: Our key innovation lies in decoupling text understanding from database schema design, enabling seamless adaptation to heterogeneous storage backendsâincluding relational, graph, and document databases. Empirical evaluation on clinical texts demonstrates accurate generation of cross-model-compatible schemas and instances, significantly overcoming limitations of conventional schema-bound paradigms. The approach achieves robust schema generalization and instance fidelity across disparate target models, establishing a foundation for flexible, database-agnostic text-to-structure translation.
đ Abstract
We introduce an automated method for structuring textual data into a model-agnostic schema, enabling alignment with any database model. It generates both a schema and its instance. Initially, textual data is represented as semantically enriched syntax trees, which are then refined through iterative tree rewriting and grammar extraction, guided by the attribute grammar meta-model metaG. The applicability of this approach is demonstrated using clinical medical cases as a proof of concept.