Author

Ahlem Ben Younes

1 paper indexed here

Fetches their full publication history.

Not the right person? Other researchers publish under this name.

Conference Jul 2026

Ontology-Free Biomedical Knowledge Graph Induction (OF-Bio-KG)

Adapting large language models (LLMs) to new domains using techniques like pre-training or fine-tuning can be computationally intensive. This challenge has motivated researchers and practitioners to explore alternative strategies, such as Retrieval-based augmentation mechanisms, to reduce training cost while preserving model adaptability. These mechanisms enable LLMs to generate responses grounded in external and previously unseen data. Among these approaches, RetrievalAugmented Generation (RAG) is the widely adopted due to its relatively low computational overhead. However, conventional RAG pipelines exhibit some limitations, including weak semantic coherence across retrieved contexts, limited structural reasoning capability, and the absence of explicit relational representations. To overcome these limitations, recent research has shifted toward the integration of Knowledge Graphs (KGs), which provide structured semantic representations and explicit relational modeling. KG-based approaches looks promising but the typically depend on manually designed ontologies, resulting in scalability constraints and domain adaptation challenges. To address these limitations, we propose OF-BIO-KG, a framework for automated, ontology-free knowledge graph construction. Our approach begins by projecting domain data into a vector database to identify semantically coherent clusters. An LLM then labels these clusters as conceptual nodes and infers both hierarchical and cross-cluster relationships. These nodes and links are persisted in a graph database. By eliminating the need for predefined schemas, our framework offers a scalable, computationally efficient solution for domain-specific LLM adaptation.

Ahlem Ben Younes, Baha Eddine Kalai, Laila Ben Ayed et al. · 0 citations