Skip to main content
QUICK REVIEW

[論文レビュー] Towards Building Multilingual Language Model for Medicine

Pengcheng Qiu, Chaoyi Wu|arXiv (Cornell University)|Feb 21, 2024
Biomedical Text Mining and Ontologies被引用数 6
ひとこと要約

本論文は MMedC、25.5Bトークンの多言語医療コーパス、評価ベンチマーク MMedBench、オープンソースの多言語医療LLM(MMedLM/MMedLM 2)を導入し、MMedBenchにおいてGPT-4と対等以上の強力な性能を発揮する。

ABSTRACT

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.

研究の動機と目的

  • 開発言語的に多様な聴衆に対応するオープンソースの多言語医療言語モデルを作成する。
  • 六つの言語にまたがる自己回帰トレーニングのための大規模な多言語医療コーパス(MMedC)を構築する。
  • 多言語医療推論を評価するための多言語医療QAベンチマーク(MMedBench)を作成し、その設計根拠を示す。
  • MMedCで訓練されたオープンソースLLMおよびモデル(MMedLM/MMedLM 2)の評価を通じて、多言語医療QAと推論生成を評価する。

提案手法

  • 英語、中国語、日本語、フランス語、ロシア語、スペイン語の4つのデータソースから、合計 over 25.5B トークンのMMedCを構築する。
  • 多言語医療の択一式QAデータセットを集約し、GPT-4が生成した推論を付加してMMedBenchを作成する。
  • MMedCで訓練されたモデル(MMedLM/MMedLM 2)を含むさまざまなLLMを、ゼロショット、PEFT、全ファインチューニング設定で微調整および評価する。
  • 自動指標(BLEU-1, ROUGE-1, BERT-score)と人間評価を用いて推論の品質を評価し、信頼性の高い評価手法を特定する。
Figure 1 : Overview of our contributions. Figure a demonstrates our proposed large-scale multilingual medical corpus (MMedC), containing 25.5B tokens, covering six main language, collected from four data sources. Figure b shows the composition our comprehensive multilingual medical benchmark (MMedBe
Figure 1 : Overview of our contributions. Figure a demonstrates our proposed large-scale multilingual medical corpus (MMedC), containing 25.5B tokens, covering six main language, collected from four data sources. Figure b shows the composition our comprehensive multilingual medical benchmark (MMedBe

実験結果

リサーチクエスチョン

  • RQ1多言語の医療中心コーパスは、非英語の医療クエリに対してオープンソースのLLMを改善できるか。
  • RQ2MMedCでの訓練は、六言語にわたる医療QAと推論生成にどのような影響を与えるか。
  • RQ3多言語のLLMにおける医療推論の人間判断を最もよく反映する評価指標はどれか。
  • RQ4MMedBenchにおけるオープンソースの多言語医療LLMとクローズドソースモデルの比較性能はどうなるか。

主な発見

方法サイズMMedCMMedBenchEnglishChineseJapaneseFrenchRussianSpanishAvg.
GPT-3.5-2022.1256.8852.2934.6332.4866.3666.0651.47
GPT-4-2023.378.0075.0772.9156.5983.6285.6774.27
Gemini-1.0 pro-2024.153.7360.1944.2229.9073.4469.6955.20
BLOOMZ7B2023.5trainset38.8848.8617.5918.6553.9144.7837.11
InternLM7B2023.7trainset40.9352.1927.1418.8146.8840.3437.71
Llama27B2023.7trainset37.0037.1324.1219.1363.6742.8937.32
ChatDoctor7B2023.3trainset36.6834.0628.1411.5860.5539.8635.15
MedAlpaca7B2023.4trainset43.2836.8127.1416.4051.9541.7236.22
PMC-LLaMA7B2023.4trainset33.6231.7620.6010.1357.8137.8931.97
Mistral7B2023.10trainset55.3850.2337.6940.1971.8861.6052.83
InternLM 27B2024.2trainset52.4068.1839.2028.7863.6755.2551.25
MMedLM (Ours)7B-trainset41.1652.2227.1418.4947.6640.3437.83
MMedLM 2 (Ours)7B-trainset58.1370.4354.2738.2671.8864.9559.65
  • MMedCで訓練されたモデル(MMedLM、MMedLM 2)はベースラインを上回り、MMedBenchの複数の設定でGPT-4に対抗できる。
  • 6言語にわたり、MMedLM 2は multilingual full fine-tuningで英語からスペイン語までの精度が58.13%〜80.01%、平均67.30%を達成した。
  • 推論生成はMMedCでの訓練によって改善され、BLEU-1およびROUGE-1スコアと人間評価でMMedLM 2が有利となった。
  • ROUGE-1とBLEU-1はMMedBenchの推論評価における信頼性の高い自動指標として特定され、GPT-4の評価は人間判断と最も相関する一方で、スケーリングが難しい。
Figure 2 : Statistic results on MMedC. Figure (a) shows our collected corpora can cover most main countries worldwide. Figure (b) shows the detail token number for different languages and Figure (c) shows how the four considered data sources contributes for different languages, i.e. , filtering cont
Figure 2 : Statistic results on MMedC. Figure (a) shows our collected corpora can cover most main countries worldwide. Figure (b) shows the detail token number for different languages and Figure (c) shows how the four considered data sources contributes for different languages, i.e. , filtering cont

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。