MEDINST
收藏资源简介:
MEDINST是由埃因霍温理工大学等机构创建的生物医学指令元数据集,包含133个生物医学NLP任务和超过700万训练样本。数据集涵盖12个类别,如命名实体识别、问答等,旨在为大型语言模型提供全面的训练和评估资源。创建过程中,数据集经过广泛的预处理和标准化,确保其适用于LLM的训练。MEDINST主要应用于生物医学领域的任务泛化能力评估,旨在解决生物医学数据多样性和复杂性带来的挑战。
MEDINST is a biomedical instruction meta-dataset created by Eindhoven University of Technology and other institutions. It contains 133 biomedical NLP tasks and over 7 million training samples. The dataset covers 12 categories including named entity recognition, question answering and others, with the goal of providing comprehensive training and evaluation resources for large language models. During the development process, the dataset has been subjected to extensive preprocessing and standardization to ensure its suitability for LLM training. MEDINST is primarily used for evaluating task generalization capabilities in the biomedical domain, and it aims to address the challenges arising from the diversity and complexity of biomedical data.
MedINST: 生物医学指令元数据集
概述
MedINST(Meta Dataset of Biomedical Instructions)是一个新颖的多领域、多任务的生物医学指令元数据集。MedINST包含133个生物医学NLP任务和超过700万个训练样本,是目前最全面的生物医学指令数据集。
数据集访问
- MedINST:完整数据集可通过LiinXemmon/MedINST访问。
- MedINST32:挑战性基准数据集可通过LiinXemmon/MedINST32访问。
模型
- LLaMA3-MI:在MedINST的100K样本上进一步微调LLaMA-3-8B-Instruct。
- MMedL3-MI:在MedINST的100K样本上进一步微调MMed-Llama-3-8B。
评估
-
使用OpenAI兼容的API访问和评估LLMs。
-
评估ChatGPT的命令: bash python evaluation.py --name <SAVE_NAME> --dir <SAVE_DIR> --model gpt-3.5-turbo --key <YOUR_KEY>
添加
--zero选项以在零样本设置中评估模型。 -
其他模型:可以使用vLLM在本地部署模型,并通过
--base_url选项指定部署API的URL。

- 1MedINST: Meta Dataset of Biomedical Instructions埃因霍温理工大学、利物浦大学、悉尼科技大学、耶鲁大学 · 2024年



