bioRxiv Science⌕ Search

Biology subjects

Dhruw, N. K.

Publications and source records attributed to Dhruw, N. K..

2 recordsLinked to original sources

A Guided AI Framework for Customizable and Efficient Harmonisation to the OMOP Common Data Model

Getting clinical data from different sources to "talk" to each other within the OMOP Common Data Model (CDM) is arguably the most tedious part of multi-center research. While this integration is essential, the transformation process is frequently a manual grind, requiring a rare overlap of deep clinical knowledge and technical expertise. In this paper, we present a framework designed to alleviate some of the burden on the researcher by automating data harmonization through two distinct steps: structural schema mapping and terminological standardization. For the structural piece, we moved away from "black box" logic in favor of a stateful workflow managed by large language models (LLMs) and directed acyclic graphs. By profiling EHR data at the source, our system generates context-aware dictionaries that offer ranked mapping suggestionsalongside confidence scores. While our benchmarking showed a 97.5% agreement rate at the schema level and an 84% agreement rate at the value level when compared with human experts, the system appears most effective when treated as a "co-pilot" rather than a total replacement for human oversight. To handle value-level standardization, we implemented a hybrid search strategy that pairs the semantic depth of SapBERT embeddings with the literal precision of fuzzy string matching. By using FAISS for rapid similarity retrieval, the engine attempts to resolve messy or "noisy" clinical descriptionsto standard OMOP concepts. This approach seems particularly promising for handling the non- standardized labels that often plague smaller, local datasets. Ultimately, our results suggest that this guided approach can shift the timeline for OHDSI-compliant warehousing from weeks of manual curation to a more manageable and scalable pipeline, potentially lowering the barrier to entry for smaller research teams.

bioinformatics↗

Multi-agent AI System for High Quality Metadata Curation at Scale

High-quality metadata is essential for downstream AI applications, yet metadata curation remains a persistent bottleneck in biomedical research. The core challenge lies in balancing quality and scalability. Manual curation delivers high quality, reliable annotations but is time-intensive and non-scalable; automated approaches, including those based on natural language processing, can scale but often fall short in accuracy and completeness. This tradeoff is particularly severe in public datasets, where metadata is frequently distributed across multiple sources for a single dataset. A notable example includes multi-omics datasets available on GEO and similar public repositories, which are often accompanied by associated publications. These supplementary sources can be leveraged to substantially enhance metadata quality, thereby supporting downstream applications such as classifier model development or the identification of biologically relevant cohorts, etc. We present a first-in-class multi-agent AI system that bridges the gap, achieving both high quality and scalability in metadata curation. Built on large-language models (LLMs), our system orchestrates a set of specialized agents that collaboratively extract, normalize, and infer critical metadata fields such as tissue, disease, cell line, sampling site, demographics, and experimental context from GEO entries, associated publications. A central orchestrator agent delegates tasks such as data retrieval, document parsing, ontology mapping, and context inference to expert sub-agents, enabling scalable, end-to-end automation. Applied to GEO data sets, a notoriously difficult metadata domain, our system achieves a 93% recall on average across 23 key fields (all original terms, normalized terms, and corresponding ontology ids) that include information about disease, tissue, treatment, donor-related information, outperforming existing automated baselines and approaches expert level quality. We also present a system that can easily scale to curate hundreds of metadata fields of interest with similar precision. This work demonstrates that an LLM-based multi-agent architecture can overcome traditional trade-offs in metadata curation, enabling both precision and scale, and offers a promising path forward for curating large public biomedical repositories for downstream AI applications.

scientific communication and education↗