paper-with-me

Papers

Towards Building Multilingual Language Model for Medicine

2024-02-21 · Pengcheng Qiu, Chaoyi Wu, Xiaoman Zhang, Weixiong Lin, Haicheng Wang, Ya zhang, Yanfeng Wang, Weidi Xie

The development of open-source, multilingual medical language models can benefit a wide, linguistically diverse audience from different regions. To promote this domain, we present contributions from the following: First, we construct a multilingual medical corpus, containing approximately 25.5B tokens encompassing 6 main languages, termed as MMedC, enabling auto-regressive domain adaptation for general LLMs; Second, to monitor the development of multilingual medical LLMs, we propose a multilingual medical multi-choice question-answering benchmark with rationale, termed as MMedBench; Third, we have assessed a number of open-source large language models (LLMs) on our benchmark, along with those further auto-regressive trained on MMedC. Our final model, MMed-Llama 3, with only 8B parameters, achieves superior performance compared to all other open-source models on both MMedBench and English benchmarks, even rivaling GPT-4. In conclusion, in this work, we present a large-scale corpus, a benchmark and a series of models to support the development of multilingual medical LLMs.

📄 PDF Abstract BibTeX arXiv:2402.13963

Code (1)

magic-ai4med/mmedlm 공식 구현 pytorch

Tasks

Domain AdaptationLanguage ModelingLanguage ModellingmodelQuestion Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Toward Global Large Language Models in Medicine

2026-01-05 · Rui Yang, Huitao Li, Weihao Xuan, Heli Qi 외 arxiv

Despite continuous advances in medical technology, the global distribution of health care resources remains uneven. The development of large language models (LLMs) has transformed the landscape of medicine and holds prom…

HealMed: Multilingual Evaluation of Large Language Models in Medicine

2026-08-20 · Yingjian Chen, Fan Gao, Sherry T. Tong, Haoyu Zhang 외 arxiv

We present HealMed, an expert-reviewed benchmark for multilingual evaluation of large language models in medicine. HealMed contains 1,000 examples in each of nine languages, drawn from nine datasets and covering three ta…

DuDe: Dual-Decoder Multilingual ASR for Indian Languages using Common Label Set

2022-10-30 · Arunkumar A, Mudit Batra, Umesh S

In a multilingual country like India, multilingual Automatic Speech Recognition (ASR) systems have much scope. Multilingual ASR systems exhibit many advantages like scalability, maintainability, and improved performance …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+2

Multilingual Neural Machine Translation

2020-12-01 · COLING 2020 8 · Raj Dabre, Chenhui Chu, Anoop Kunchukuttan

The advent of neural machine translation (NMT) has opened up exciting research in building multilingual translation systems i.e. translation models that can handle more than one language pair. Many advances have been mad…

Machine TranslationNMTTransfer LearningTranslation

A Preliminary Study of o1 in Medicine: Are We Closer to an AI Doctor?

2024-09-23 · Yunfei Xie, Juncheng Wu, Haoqin Tu, Siwei Yang 외

Large language models (LLMs) have exhibited remarkable capabilities across various domains and tasks, pushing the boundaries of our knowledge in learning and cognition. The latest model, OpenAI's o1, stands out as the fi…

HallucinationMedQAQuestion Answering