Nicolay Rusnachenko's picture

Nicolay Rusnachenko

nicolay-r

AI & ML interests

Information Retrieval・Medical Multimodal NLP (πŸ–Ό+πŸ“) Research Fellow @BU_Research・software developer http://arekit.io・PhD in NLP

Recent Activity

reacted to aaditya's post with πŸ”₯ 1 day ago
Last Week in Medical AI: Top Research Papers/Models πŸ”₯ πŸ… (December 15 – December 21, 2024) Medical LLM & Other Models - MedMax: Mixed-Modal Biomedical Assistant - Advanced multimodal instruction tuning - Enhanced biomedical knowledge integration - Comprehensive assistant capabilities - MGH Radiology Llama 70B - Specialized radiology focus - State-of-the-art performance - Enhanced report generation capabilities - HC-LLM: Historical Radiology Reports - Context-aware report generation - Historical data integration - Improved accuracy in diagnostics Frameworks & Methods - ReflecTool: Reflection-Aware Clinical Agents - Process-Supervised Clinical Notes - Federated Learning with RAG - Query Pipeline Optimization Benchmarks & Evaluations - Multi-OphthaLingua - Multilingual ophthalmology benchmark - Focus on LMICs healthcare - Bias assessment framework - ACE-M3 Evaluation Framework - Multimodal medical model testing - Comprehensive capability assessment - Standardized evaluation metrics LLM Applications - Patient-Friendly Video Reports - Medical Video QA Systems - Gene Ontology Annotation - Healthcare Recommendations Special Focus: Medical Ethics & AI - Clinical Trust Impact Study - Mental Health AI Challenges - Hospital Monitoring Ethics - Radiology AI Integration Now you can watch and listen to the latest Medical AI papers daily on our YouTube and Spotify channels as well! - Full thread in detail: https://x.com/OpenlifesciAI/status/1870504774162063760 - Youtube Link: youtu.be/SbFp4fnuxjo - Spotify: https://t.co/QPmdrXuWP9
View all activity

Organizations

None yet

Posts 35

view post
Post
1947
πŸ“’ So far I noticed that 🧠 reasoning with llm πŸ€– in English is tend to be more accurate than in other languages.
However, besides the GoogleTrans and other open transparent translators, I could not find one that could be easy to use solutions to avoid:
1.πŸ”΄ Third-party framework installation
2.πŸ”΄ Text chunking
3.πŸ”΄ support of meta-annotation like spans / objects / etc.

πŸ’Ž To cope problem of IR from non-english texts, I am happy to share the bulk-translate 0.25.0. 🎊

⭐ https://github.com/nicolay-r/bulk-translate

bulk-translate is a tiny Python 🐍 no-string framework that allows translate series of texts with the pre-annotated fixed-spans that are invariant for translator.

It supports πŸ‘¨β€πŸ’» API for quick data translation with (optionaly) annotated objects in texts (see figure below) in Python 🐍
I make it accessible as much as possible for RAG and / or LLM-powered app downstreams:
πŸ“˜ https://github.com/nicolay-r/bulk-translate/wiki

All you have to do is to provide iterator of texts, where each text:
1. βœ… String object
2. βœ… List of strings and nested lists that represent spans (value + any ID data).

πŸ€– By default I provide a wrapper over googletrans which you can override with your own πŸ”₯
https://github.com/nicolay-r/bulk-translate/blob/master/models/googletrans_310a.py
view post
Post
514
πŸ“’ If you're working in relation extraction / character network domain, then the following post would be relevant.
Excited to share the most recent milestone on releasing the ARElight 0.25.0 🎊

Core library: https://github.com/nicolay-r/ARElight
Server: https://github.com/nicolay-r/ARElight-server

πŸ”Ž What is ARElight? It represents Granular Viewer of Sentiments Between Entities in Massively Large Documents and Collections of Texts.
Shortly speaking, it allows to extract contexts with mentioned object pairs for the related prompting / classification.
In the slides below we illsutrate the ARElight appliation for sentiment classification between object pairs in context.

We exploit DeepPavlov NER modes + GoogleTranslate + BERT-based classifier in the demo. The bash script for launching the quick demo illustrates the application of these components.

The new update provide a series of new features:
βœ… SQlite support for storing all the extracted samples
βœ… Support of the enhanced GUI for content investigation.
βœ… Switch to external no-string projects for NER and Translator

Supplementiary materials:
πŸ“œ Paper: https://link.springer.com/chapter/10.1007/978-3-031-56069-9_23

datasets

None public yet