{"id":1391,"date":"2026-07-22T10:31:06","date_gmt":"2026-07-22T08:31:06","guid":{"rendered":"https:\/\/tuneinsight.com\/en\/?p=1391"},"modified":"2026-07-22T10:50:25","modified_gmt":"2026-07-22T08:50:25","slug":"lightlm-approach-clinical-data","status":"publish","type":"post","link":"https:\/\/tuneinsight.com\/en\/news\/data\/lightlm-approach-clinical-data\/","title":{"rendered":"Bringing structure to clinical data: Supporting pediatric emergency care with Tune Insight\u2019s methodological LightLM approach"},"content":{"rendered":"<p><span style=\"font-weight: 400\">The European TI4PEC project is part of a broader dynamic driven by PERN (Pediatric Emergency Research Networks). This international association brings together dozens of hospitals across the globe involved in pediatric emergency research.<\/span><\/p>\n<p><span style=\"font-weight: 400\">The project\u2019s goal is clear: to allow facilities in different countries (starting with hospitals in Padua, Bologna, and Trieste in Italy, and Lausanne in Switzerland) to share their clinical data in complete compliance with the strict regulatory, ethical and technical constraints that define the healthcare sector as a whole, and pediatrics in particular.<\/span><\/p>\n<p><span style=\"font-weight: 400\">But before any federated, interhospital analysis can be carried out, data must first be exploitable locally.<\/span><\/p>\n<p><span style=\"font-weight: 400\">This is where Tune Insight, in collaboration with the University of Padua, comes in, contributing its expertise in bringing structure to unstructured clinical data. Thierry Bossy, Machine Learning Engineer at Tune Insight, tells us more about the model developed to meet this initial need.<\/span><\/p>\n<h2><b>Hidden data: the free-text challenge<\/b><\/h2>\n<p><span style=\"font-weight: 400\">In pediatric emergency departments, physicians write their notes in narrative form. Symptoms, clinical observations, suspected diagnoses&#8230; All in free text.<\/span><\/p>\n<p>This information holds significant medical value, but leveraging it effectively in analytical systems remains challenging. \u201c<em>We need to structure this data in a common language if we want to be able to carry out advanced, distributed analyses,<\/em>\u201d explains Thierry.<\/p>\n<p><span style=\"font-weight: 400\">It\u2019s a well-known problem in healthcare: the information exists, but there is no standard codification to facilitate statistical processing or the training of models.<\/span><\/p>\n<p><span style=\"font-weight: 400\">In the TI4PEC project, diagnoses are documented in Italian\u2014adding a whole new layer of complexity to the mix.<\/span><\/p>\n<h2><b>The Light Language Model methodology: a specialized, modular approach<\/b><\/h2>\n<p><span style=\"font-weight: 400\">The Tune Insight team developed a local process chain based on Light Language Models (LightLM). These lighter versions of externally-hosted large language models focus on specific tasks, and are directly integrated into software infrastructure. The approach is methodical and sequential.<\/span><\/p>\n<p><span style=\"font-weight: 400\">\u201c<\/span><em><span style=\"font-weight: 400\">The diagnoses were in Italian, so the first step was to translate them into English using a locally-run open-source light model. The translation is a means, not an end in itself. It serves to make the text compatible with the medical classification models at our disposal. Once translated, the diagnoses are processed by a model that can match the text to a standardized diagnostic code, the ICD-10 (International Classification of Diseases, 10th Revision). It\u2019s like building blocks. We put together the blocks we need. The first one is translation, then classification,<\/span><\/em><span style=\"font-weight: 400\">\u201d continues Thierry.<\/span><\/p>\n<p><span style=\"font-weight: 400\">The final result? A standardized medical code that can be used for:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Statistical analyses,<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Comparisons across departments,<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Training machine learning models.<\/span><\/li>\n<\/ul>\n<h2><b>An integrated element of Tune Insight, ensuring traceability and security for healthcare facilities<\/b><\/h2>\n<p><span style=\"font-weight: 400\">Light Language Models are not external tools. They are integrated into the Tune Insight platform so that health data does not need to be transferred.<\/span><\/p>\n<p><span style=\"font-weight: 400\">This means:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Processing is run locally,<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Facilities maintain ownership of their data,<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Blocks can be combined,<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">And no data science expertise is required to use them.<\/span><span style=\"font-weight: 400\"><br \/>\n<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400\">\u201c<\/span><em><span style=\"font-weight: 400\">The hospital processes its own data locally. Tune Insight provides the infrastructure and the modules, but never has access to the clinical data<\/span><\/em><span style=\"font-weight: 400\"><em>,<\/em>\u201d clarifies Thierry.<\/span><\/p>\n<p><span style=\"font-weight: 400\">The decision to use a modular infrastructure is not simply a technical one. This approach also meets a key regulatory and operational requirement: making processing <\/span><b>auditable<\/b><span style=\"font-weight: 400\">. As Thierry reminds us, \u201c<\/span><em><span style=\"font-weight: 400\">The person who establishes the data preparation chain is not always the person who runs it. But they need to know exactly what has been done to the data<\/span><\/em><span style=\"font-weight: 400\"><em>.<\/em>\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400\">In reality, this means that:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400\"><b>Each transformation is traceable: <\/b><span style=\"font-weight: 400\">which modules were run, in what order, and with what settings.<\/span><\/li>\n<li style=\"font-weight: 400\"><b>Each brick is replaceable: <\/b><span style=\"font-weight: 400\">a module can be improved or updated without impacting the entire chain.<\/span><\/li>\n<li style=\"font-weight: 400\"><b>The method is reproducible:<\/b><span style=\"font-weight: 400\"> the same pipeline can be deployed in another facility, or even adapted to another language.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400\">In the medical sector, this transparency is not incidental\u2014it\u2019s essential.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400\">* In accordance with security and compliance requirements, the pipeline development and validation phases were not carried out with sensitive clinical data directly. This experimental phase allowed the modules to be finely tuned to the specific needs of the University of Padua, in particular with regard to the typology of pediatric diagnoses processed.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The European TI4PEC project is part of a broader dynamic driven by PERN (Pediatric Emergency Research Networks). This international association brings together dozens of hospitals across the globe involved in&#8230;<\/p>\n","protected":false},"author":2,"featured_media":1393,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[7,13],"tags":[],"class_list":["post-1391","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-data","category-news"],"acf":[],"_links":{"self":[{"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/posts\/1391","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/comments?post=1391"}],"version-history":[{"count":5,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/posts\/1391\/revisions"}],"predecessor-version":[{"id":1397,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/posts\/1391\/revisions\/1397"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/media\/1393"}],"wp:attachment":[{"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/media?parent=1391"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/categories?post=1391"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tuneinsight.com\/en\/wp-json\/wp\/v2\/tags?post=1391"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}