paper-with-me

홈 › Papers

Are Medium-Sized Transformers Models still Relevant for Medical Records Processing?

2024-04-15 · Boammani Aser Lompo, Thanh-Dung Le, Philippe Jouvet, Rita Noumeir

As large language models (LLMs) become the standard in many NLP applications, we explore the potential of medium-sized pretrained transformer models as a viable alternative for medical record processing. Medical records generated by healthcare professionals during patient admissions remain underutilized due to challenges such as complex medical terminology, the limited ability of pretrained models to interpret numerical data, and the scarcity of annotated training datasets. Objective: This study aims to classify numerical values extracted from medical records into seven distinct physiological categories using CamemBERT-bio. Previous research has suggested that transformer-based models may underperform compared to traditional NLP approaches in this context. Methods: To enhance the performance of CamemBERT-bio, we propose two key innovations: (1) incorporating keyword embeddings to refine the model's attention mechanisms and (2) adopting a number-agnostic strategy by removing numerical values from the text to encourage context-driven learning. Additionally, we assess the criticality of extracted numerical data by verifying whether values fall within established standard ranges. Results: Our findings demonstrate significant performance improvements, with CamemBERT-bio achieving an F1 score of 0.89 - an increase of over 20% compared to the 0.73 F1 score of traditional methods and only 0.06 units lower than GPT-4. These results were obtained despite the use of small and imbalanced training datasets.

📄 PDF Abstract BibTeX arXiv:2404.10171

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Ask the Expert: Collaborative Inference for Vision Transformers with Near-Edge Accelerators

2026-02-11 · Hao Liu, Suhaib A. Fahmy arxiv

Deploying Vision Transformers on edge devices is challenging due to their high computational complexity, while full offloading to cloud resources presents significant latency overheads. We propose a novel collaborative i…

DuoFormer: Leveraging Hierarchical Visual Representations by Local and Global Attention

2024-07-18 · Xiaoya Tang, Bodong Zhang, Beatrice S. Knudsen, Tolga Tasdizen

We here propose a novel hierarchical transformer model that adeptly integrates the feature extraction capabilities of Convolutional Neural Networks (CNNs) with the advanced representational potential of Vision Transforme…

Domain-Specific Translation with Open-Source Large Language Models: Resource-Oriented Analysis

2024-12-08 · Aman Kassahun Wassie, Mahdi Molaei, Yasmin Moslem

In this work, we compare the domain-specific translation performance of open-source autoregressive decoder-only large language models (LLMs) with task-oriented machine translation (MT) models. Our experiments focus on th…

DecoderKnowledge DistillationMachine TranslationTranslation

SGFormer: Simplifying and Empowering Transformers for Large-Graph Representations

2023-06-19 · NeurIPS 2023 11 · Qitian Wu, Wentao Zhao, Chenxiao Yang, Hengrui Zhang 외

Learning representations on large-sized graphs is a long-standing challenge due to the inter-dependence nature involved in massive data points. Transformers, as an emerging class of foundation encoders for graph-structur…

Node Property PredictionPhilosophyProperty Prediction

B-Cos Aligned Transformers Learn Human-Interpretable Features

2024-01-16 · Manuel Tran, Amal Lahiani, Yashin Dicente Cid, Melanie Boxberg 외

Vision Transformers (ViTs) and Swin Transformers (Swin) are currently state-of-the-art in computational pathology. However, domain experts are still reluctant to use these models due to their lack of interpretability. Th…