Multiple Choice Questions and Large Languages Models: A Case Study with Fictional Medical Data

Maxime Griot
Institute of NeuroScience
Université catholique de Louvain
Brussels, 1200, Belgium
[email protected]
Jean Vanderdonckt
Louvain Research Institute in
Management and Organizations
Université catholique de Louvain
Louvain-la-Neuve, 1348, Belgium
Demet Yuksel
Medical Information Department
Cliniques Universitaires Saint-Luc
Brussels, 1200, Belgium
Coralie Hemptinne
Institute of NeuroScience
Université catholique de Louvain
Brussels, 1200, Belgium
Abstract

Large Language Models (LLMs) like ChatGPT demonstrate significant potential in the medical field, often evaluated using multiple-choice questions (MCQs) similar to those found on the USMLE. Despite their prevalence in medical education, MCQs have limitations that might be exacerbated when assessing LLMs. To evaluate the effectiveness of MCQs in assessing the performance of LLMs, we developed a fictional medical benchmark focused on a non-existent gland, the Glianorex. This approach allowed us to isolate the knowledge of the LLM from its test-taking abilities. We used GPT-4 to generate a comprehensive textbook on the Glianorex in both English and French and developed corresponding multiple-choice questions in both languages. We evaluated various open-source, proprietary, and domain-specific LLMs using these questions in a zero-shot setting. The models achieved average scores around 67%, with minor performance differences between larger and smaller models. Performance was slightly higher in English than in French. Fine-tuned medical models showed some improvement over their base versions in English but not in French. The uniformly high performance across models suggests that traditional MCQ-based benchmarks may not accurately measure LLMs’ clinical knowledge and reasoning abilities, instead highlighting their pattern recognition skills. This study underscores the need for more robust evaluation methods to better assess the true capabilities of LLMs in medical contexts.

1 Introduction

Large Language Models (LLMs), such as ChatGPT, have demonstrated significant potential in the medical field, with studies evaluating their performance on tests originally designed for humans, including the USMLE [Jin et al., 2020, Pal et al., 2022, Jin et al., 2019, Nori et al., 2023]. Furthermore, domain-specific research shows that these models perform well on specialized medical exams in areas such as pediatrics, radiology, ophthalmology, plastic surgery, and oncology [Rydzewski et al., 2024, Bhayana et al., 2023, Barile et al., 2024, Mihalache et al., 2023, Humar et al., 2023]. The common reliance on multiple-choice questions in these assessments reflects their widespread use as a testing method for medical students globally [Al-Wardy, 2010].

However, multiple-choice questions (MCQs), while easy to administer and grade, have notable limitations, often promoting surface learning and pattern recognition over deep understanding [Veloski et al., 1999]. Few studies address the potential issues unique to LLMs, such as the reliance on statistical patterns rather than genuine understanding. For instance, Meerkat-7b improved its performance by 18.6% on medical benchmarks through training Mistral 7b on synthetic questions, outperforming Meditron-7b based on Llama2 7b, which saw only a 10.5% improvement despite using a much larger and high-quality dataset of clinical guidelines and articles [Kim et al., 2024, Chen et al., 2023]. This discrepancy highlights that extensive multiple-choice question-based training can be more effective than using comprehensive medical content, raising concerns about the true depth of understanding being assessed.

These potential issues are particularly relevant for LLMs, which depend heavily on large datasets that might contain statistical patterns. This dependency can result in models arriving at correct answers for incorrect reasons, such as identifying skin cancer based on extraneous features like a ruler in the image [Narla et al., 2018]. To address these concerns, this study proposes evaluating LLMs using a multiple-choice question test based on entirely fictional medical knowledge. By doing so, we aim to determine whether traditional evaluations are sufficient for assessing the clinical knowledge and reasoning abilities of LLMs for the medical domain, free from the influence of pre-existing data.

1.1 Related work

Evaluating medical knowledge and clinical skills remains an active research area, with new methods such as oral and competency evaluations proposed to better assess medical students and residents [Veloski et al., 1999, Prediger et al., 2020, Goins et al., 2023]. Globally, medical evaluations heavily rely on MCQs, like the USMLE in the United States, which significantly influences residency placements [Gauer and Jackson, 2017]. LLMs are similarly evaluated using MCQs to assess their medical knowledge. Google introduced MultiMedQA with their Med-PaLM model, combining several existing medical benchmarks, and this has become a standard for evaluating medical proficiency in AI models [Singhal et al., 2023, Pal et al., 2024]. Recently, Google incorporated more manual evaluations by medical doctors for their Med-Gemini model [Saab et al., 2024]. MultiMedQA includes the following benchmarks:

MedQA-USMLE

This subset of the MedQA dataset was sourced from the National Medical Board Examination, the organization responsible for the United States Medical Licensing Examination [NBME, 2024]. The dataset is composed of a total of 12723 questions split into a training set of 10178 samples, a validation set of 1273 questions and a test set of 1273 questions. The questions have 4 options with only one correct answer [Jin et al., 2020]. Most questions present a clinical vignette and require the test taker to apply clinical or foundational science knowledge to select the best answer.

MedMCQA

The Multi-Subject Multi-Choice Dataset for Medical domain is composed of 194k multiple choice questions obtained from the All India Institute Of Medical Science (AIIMS) and National Eligibility cum Entrance Test Postgraduate (NEET PG) entrance exam [AIIMS, 2024, NBEMS, 2024]. These questions are split into 3 subsets, one training subset composed of 183k samples, a validation subset of 4.18k samples and a test subset comprising 6.15k samples with the specificity of not containing the correct answer to prevent contamination and manipulation of results. The questions have 4 options each and can be either single or multiple choice. Most questions are straight forward knowledge recall and do not use clinical vignettes.

PubMedQA

This biomedical question answering dataset was created using PubMed [NLM, 2024] article abstracts from which the authors derive a question, a context, a long answer and a yes/maybe/no answer. It comprises 3 subsets, one expert-annotated subset of 1k samples, an unlabeled subset of 61.2k samples and an artificially generated subset of 211.3k samples. The generated samples are used to train models, while 500 samples of the expert-annotated subset are used to test the models. This benchmark was designed to evaluate the reasoning capabilities of models when presented with the abstract and a question pertaining to this abstract [Jin et al., 2019].

MMLU-Medical

The Massive Multitask Language Understanding dataset contains 57 tasks, of which 6 tasks are used to assess medical knowledge (Clinical knowledge, Medical genetics, Anatomy, Professional Medicine, College Biology and College medicine) [Hendrycks et al., 2021]. These tasks were collected by students from publicly available online resources, including USMLE questions as well as undergraduate level questions. The dataset contains 1227 questions split into 25 training samples, 118 validation samples and 1044 test samples. The questions have 4 options with only one correct answer and are a mix of clinical vignettes and recall questions.

2 Methods

We devised a novel approach to assess the relevance of MCQs and LLMs’ utilization by generating entirely fictional content. We co-created, using GPT-4, a fictional gland named the Glianorex, located in the mediastinum and purported to regulate emotions. This ensured no prior knowledge existed about the Glianorex, isolating the models’ reasoning capabilities from memorized information.

Knowledge

We began by generating a comprehensive textbook on the Glianorex, detailing its history, physiology, anatomy, and pathology. We structured the textbook using a top-down approach, defining key chapters and subchapters to provide a coherent framework for GPT-4. To maintain consistency across the chapters, we generated summaries of key points, such as the anatomical location of the Glianorex and the roles of its hormones, Equilibrion and Neurostabilin.

Questions

Based on this fictional textbook, we use GPT-4 to generate MCQs. These questions contain four choices with only one correct answer, adhering to a format similar to that of the USMLE to ensure uniformity. To facilitate the creation of these questions, we designed a prompt that included the table of contents and a paragraph from the textbook. See Table 1. In addition, we included a random gender and age between 12 and 90 in 50% of the prompts to ensure variability in clinical vignettes. This approach guided GPT-4 to generate questions in a JSON format consistent with existing medical benchmarks. We used a temperature of 1 and ran 4 generations per paragraph to ensure some variability in questions.

Multilingual

To study the influence of language on test taking abilities, we used GPT-4 to translate the generated textbooks and questions using a simple one-shot prompt per paragraph and question asking the model to translate to French.

Table 1: Prompt used to generate multiple choice questions based on a subset of the textbook. The prompt template contains two variables <TABLE OF CONTENT> and <TEXTBOOK PARAGRAPH> which are respectively replaced with the table of content of the textbook and a random paragraph from the textbook to provide context to the model.
Role Content
System You are a helpful assistant helping generate knowledge on a fictional gland and its associated diseases. You are tasked with transforming the existing text to generate variations to help learn the content.
User You are given some context and a table of content to help: <TABLE OF CONTENT> Query: Generate a very complicated multiple-choice question requiring multiple steps of reasoning with 4 options, these are not reading questions but a test to ensure the student understands and knows the content. Here is an example json output, match this format:
‘‘‘json
{
  "question": "The question",
  "choices": ["(A) Choice A",
    "(B) Choice B",
    "(C) Choice C",
    "(D) Choice D"],
  "solution": "(D) Choice D"
}
‘‘‘
Text: <TEXTBOOK PARAGRAPH>
Table 2: Foundational models included in the study.
Model License
gpt-3.5-turbo-0125 Proprietary [OpenAI, 2023]
gpt-4-turbo-2024-04-09 Proprietary [OpenAI, 2023]
gpt-4o-2024-05-13 Proprietary [OpenAI, 2024]
01-ai/Yi-1.5-9B Apache 2.0 [AI et al., 2024]
01-ai/Yi-1.5-34B Apache 2.0 [AI et al., 2024]
mistralai/Mistral-7B-v0.1 Apache 2.0 [Mistral, 2024]
mistralai/Mixtral-8x7B-v0.1 Apache 2.0 [Mistral, 2024]
meta-llama/Meta-Llama-3-8B Llama 3 license [AI@Meta, 2024]
meta-llama/Meta-Llama-3-70B Llama 3 license [AI@Meta, 2024]
Qwen/Qwen1.5-7B Tongyi Qianwen license [Bai et al., 2023]
Qwen/Qwen1.5-32B Tongyi Qianwen license [Bai et al., 2023]
Qwen/Qwen1.5-110B Tongyi Qianwen license [Bai et al., 2023]

Models

To evaluate the performance of LLMs, we selected a diverse set of models, including both proprietary and open-source options. We included commonly used foundational models as reported in Table 2. Additionally, we included two fine-tuned medical domain models based on mistralai/Mistral-7B-v0.1 to assess the influence of domain-specific training on this fictional benchmark. First, internistai/base-7b-v0.2 (Apache 2.0) which we trained on a mixture of general data, medical textbooks, and MCQs, demonstrating improved performance on medical evaluations compared to its base model [Griot et al., 2024]. Then, dmis-lab/meerkat-7b-v1.0 (Creative Commons Attribution Non Commercial 4.0), which was trained exclusively on multiple-choice questions, some of which were generated from medical textbooks [Kim et al., 2024]. The latter training approach showed a significant performance increase on the benchmarks using a relatively small amount of training data compared to continued pretraining on large datasets of medical data as shown by Meditron and PMC-LLaMA [Chen et al., 2023, Wu et al., 2024].

Evaluation

The evaluation was conducted using the lm-evaluation-harness in a zero-shot setting, meaning that the models were presented with the questions and choices without any additional training specific to the Glianorex content [Gao et al., 2023]. The task was modeled after the MedQA 4 options task, using a log likelihood approach to measure the models’ accuracy. The standard error of the mean was then multiplied by 1.96 to obtain the 95% confidence interval assuming a normal distribution of errors. Additionally we assessed the statistical significance of the performance against a random model using a cumulative distribution function on a binomial distribution. We run these evaluations on a virtual machine with 4 NVIDIA GPU A100 80GB on Microsoft Azure, for a total runtime of 4 hours including model download time.

By generating entirely fictional content, we ensured that no pre-existing data could influence the models’ performance, thus providing a clear evaluation of their reasoning and pattern recognition abilities. This methodology allows us to critically assess whether traditional multiple-choice questions are sufficient for evaluating the the true understanding and clinical reasoning capabilities of LLMs.

3 Results

3.1 Dataset

The resulting fictional textbooks on the Glianorex were generated using the proposed structure and contains detailed sections on the anatomy, physiology, biochemistry, pathology, and diagnostic tools related to the Glianorex. The textbook was produced in both English and French, with approximately 31,000 words in English and 37,000 words in French. We then reused paragraphs of the English textbook to generate 264 multiple-choice questions in English followed by a translation step to obtain the same questions in French. Examples of these questions included complex scenarios requiring multiple steps of reasoning. Each question adhered to a four-option format similar to MedQA-USMLE standards, with one correct answer.

3.2 Evaluations

The models demonstrated comparable performance, with average scores around 67%, as illustrated in Figure 1. A statistically significant difference was noted between the top-performing models and the lowest-performing models as shown in Table 3. We also calculated Cohen’s d between all model pairs which revealed a range of effect sizes, indicating varying degrees of performance differences between the models [Cohen, 2013]. Most of the comparisons show very small or negligible effect sizes, with many pairs having a Cohen’s d close to 0 as shown in table LABEL:tab:cohend. For instance, pairs such as 01-ai/Yi-1.5-34B - Qwen/Qwen1.5-110B (d=0.012𝑑0.012d=0.012italic_d = 0.012) and 01-ai/Yi-1.5-34B - gpt-3.5-turbo-0125 (d=0.049𝑑0.049d=0.049italic_d = 0.049) suggest negligible differences. This pattern is consistent across most pairs, indicating that the models’ performances are closely aligned. However, a few pairs demonstrate more noticeable differences, such as dmis-lab/meerkat-7b-v1.0 - gpt-4o-2024-05-13 (d=0.270𝑑0.270d=0.270italic_d = 0.270), and gpt-4-turbo-2024-04-09 - mistralai/Mistral-7B-v0.1 (d=0.227𝑑0.227d=0.227italic_d = 0.227), suggesting small performance disparities. Overall, the analysis reveals that while some variation exists, the effect sizes for most model comparisons are small. Additionally, the average score for English questions was 69.5%, while for French questions, it was 63.8%. All models showed better performance in English than in French on this benchmark.

Refer to caption
Figure 1: Accuracy of the evaluated models on the synthetic benchmark with a 95% confidence interval. We also display the scores for English and French, highlighting that most models perform better in English than in French.
Table 3: Statistical significance of the performance differences between models (* p < 0.05, ** p < 0.01, and *** p < 0.001).
Overall Englisch French

dmis-lab/meerkat-7b-v1.0

gpt-4-turbo-2024-04-09

gpt-4o-2024-05-13

meta-llama/Meta-Llama-3-8B

mistralai/Mistral-7B-v0.1

mistralai/Mistral-7B-v0.1

dmis-lab/meerkat-7b-v1.0

gpt-4-turbo-2024-04-09

gpt-4o-2024-05-13

meta-llama/Meta-Llama-3-8B

mistralai/Mistral-7B-v0.1

Qwen/Qwen1.5-7B * ** *
mistralai/Mixtral-8x7B-v0.1 *
01-ai/Yi-1.5-9B * ** *
01-ai/Yi-1.5-34B * * *
Qwen/Qwen1.5-32B * *
Qwen/Qwen1.5-110B * *
internistai/base-7b-v0.2 * ** *
dmis-lab/meerkat-7b-v1.0 ** *** ** ***
gpt-3.5-turbo-0125 *
gpt-4-turbo-2024-04-09 * ** * * *
gpt-4o-2024-05-13 ** *** * * **

Finetuned models internistai/base-7b-v0.2 and dmis-lab/meerkat-7b-v1.0 exhibited improved performance in English compared to their base model, mistralai/Mistral-7B-v0.1. However, this improvement was not observed in French, suggesting that domain-specific training enhances performance but the lack of multilingual data in continued training may reduce performance in other languages.

Using a binomial test with a 25% probability of guessing the correct answer, we calculated the probability of obtaining the same score as the lowest performing model and found that the probability was less than 1054superscript105410^{-54}10 start_POSTSUPERSCRIPT - 54 end_POSTSUPERSCRIPT . However, the minor performance differences among foundational models of various sizes and architectures in English indicates that these factors do not substantially affect the ability to answer multiple-choice questions without factual knowledge of the subject.

Refer to caption
Figure 2: Distribution of correct answers per question. Questions at the top are answered correctly by every model whereas answers at the bottom are answered incorrectly by all models. The distributions are skewed towards the top for both English and French, but the French distribution is more balanced than the English distribution.

The distribution of correct answers, as depicted in Figure 2, provides crucial insights into how models handle multiple-choice questions on fictional knowledge. For English, the distribution is heavily skewed towards the top, indicating that a majority of the questions are correctly answered by most models. This suggests that the models, despite their lack of explicit knowledge about the fictional content, are able to leverage their understanding of language patterns and context to select the correct answers.

In contrast, while the distribution for French is still imbalanced, it is less skewed compared to English. This indicates that the models face greater difficulty in applying their inferential and contextual reasoning skills to answer fictional knowledge questions in French. The relatively less imbalanced French distribution highlights that while models can generalize their understanding to some extent, the complexity increases when handling a language other than English.

4 Discussion

The results of this study highlight several key insights into the capabilities and limitations of LLMs in handling MCQs based on fictional medical knowledge. Despite the novelty and complexity of the fictional organ, the Glianorex, and the associated textbook, all evaluated models performed achieved high scores. This finding suggests that LLMs are adept at recognizing patterns and applying test-taking strategies, even in unfamiliar contexts.

Benchmarking

The uniform performance across various foundational models in English, regardless of their architecture, size, or specialization, indicates that traditional MCQ-based benchmarks may not be sufficient for assessing the true understanding and clinical reasoning abilities of LLMs. These benchmarks appear to test the models’ ability to identify patterns and associations rather than their genuine comprehension of the material. Consequently, relying solely on MCQs for evaluating LLMs in medical and other specialized domains might lead to an overestimation of their actual capabilities.

Training

The improved performance of finetuned models Internist.ai and Meerkat over their base versions underscores the impact of domain-specific training on enhancing LLM capabilities. However, this improvement was predominantly observed in English, which raises questions about the multilingual generalization capabilities of these models.

Sprache

The difference in performance between English and French underscore the models’ reliance on language processing capabilities to infer correct answers from multiple-choice options. The less imbalanced French distribution suggests that the models’ inferential strategies are less effective when applied to a language they may process less fluently. This variability provides valuable insights into the strengths and limitations of current language models in dealing with fictional knowledge across different languages.

4.1 Medical implications

Current medical evaluation standards may not accurately reflect the capabilities of LLMs in the medical domain, raising significant concerns about their safety and clinical implications in real-world settings. Performance claims based on MCQs could misrepresent the actual capabilities of these models, leading to a false sense of trust that might endanger patients who rely on these systems instead of consulting their physicians or physicians who implement these systems to provide clinical decision support.

Such claims could also undermine trust within the medical community, which has already expressed skepticism and concerns regarding the application of LLMs in medicine [Marks and Haupt, 2023, Flanagin et al., 2023]. Misrepresenting the medical capabilities and usefulness of these models may lead physicians to view artificial intelligence as more of a commercial selling point than a tool for real progress, potentially hindering the adoption of AI and limiting the opportunities for multidisciplinary teams to develop clinically relevant models.

We recommend the inclusion of medical professionals to evaluate the models and for developers to use more caution when making claims based on current benchmarks that may not accurately evaluate medical capabilities. Similarly to medical devices and drugs, models should undergo clinical trials to ensure safety and demonstrate a benefit for patients over current practices [Widner et al., 2023]. This requires a change of paradigm and to answer concrete questions such as "Does the use of model X to recommend parenteral nutrition reduce mortality in hospitalized patients with neck cancer?" instead of the current approach of trying to assess medical capabilities which lacks both a proper definition and relevance for clinical practice.

4.2 Future direction

The findings of this study suggest several avenues for future research. First, there is a need to develop alternative evaluation methods that go beyond multiple-choice questions to assess the deeper understanding and reasoning capabilities of LLMs. These methods could include open-ended questions, scenario-based assessments, and interactive simulations that require models to apply their knowledge in more complex and realistic contexts. While these evaluations are not sufficient to ensure safety and clinical relevance, they would provide a more realistic view of the capabilities on specific domains which could lead to clinical trials.

Second, further exploration of multilingual training and evaluation is necessary to ensure that LLMs can perform consistently across different languages. This is particularly important in the medical field, where accurate comprehension and communication in multiple languages can have significant implications for patient care.

Lastly, investigating the underlying mechanisms that contribute to the enhanced performance of finetuned models could provide valuable insights into effective training strategies. Understanding how additional domain-specific training improves test-taking abilities and clinical reasoning can guide the development of more advanced and capable LLMs.

5 Limitations

Knowledge coherence

We did not perform a comprehensive coherence check on the generated textbook. This oversight could result in inconsistencies or contradictions within the text, potentially creating questions with multiple plausible correct answers depending on the chapter context provided to the model during question generation. However, since the LLMs had no prior exposure to this fictional gland, these potential inconsistencies do not undermine the overall conclusions about the models’ performance and does affect the internal validity of the study.

Sample size

The study generated 264 questions per language. This sample size is relatively small but is within an order of magnitude of established multiple-choice benchmarks included in MultiMedQA. Despite the limited number of questions, the statistical analysis suggests that the observed performance differences are unlikely to be due to chance.

Synthetic biases

We used GPT-4 to generate the multiple-choice questions, which could introduce hidden patterns that the models might exploit and affect the external validity of this work. To reduce this potential bias, we used a high temperature and generated multiple samples per paragraph. While it is challenging to detect and eliminate all potential patterns, it is important to note that LLMs are trained on extensive datasets and learn a compressed representation of the data which implies that any bias introduced by GPT-4 was likely present in the real-world data. Thus, this limitation reflects a realistic scenario where models encounter and utilize inherent patterns in real-world data and does not alter the construct validity of the benchmark.

Model selection

Although we evaluated a diverse set of models, including proprietary, open-source, and fine-tuned medical models, the selection was not exhaustive. There may be other models with different architectures or training methodologies that could yield different results. To minimize this bias, we selected models based on their current popularity as being a representative sample of LLMs currently in use. This selection

6 Conclusion

This study demonstrates that LLMs can achieve high scores on multiple-choice questions based on entirely fictional medical knowledge, even without prior exposure to the content. By using a novel approach of creating a fictional gland, the Glianorex, and generating a comprehensive textbook and related multiple-choice questions, we have isolated the models’ reasoning capabilities from their memorization of real-world data. The findings reveal that models of different architectures, sizes, and specializations perform similarly, suggesting that they rely on pattern recognition and test-taking strategies rather than genuine understanding and memorization of the material.

Our results call into question the effectiveness of current multiple-choice question-based benchmarks for evaluating the clinical knowledge and understanding of LLMs. The similar performance across models indicates that traditional multiple-choice questions may not adequately distinguish between superficial pattern matching and deep comprehension. This study highlights the need for developing more robust evaluation methods that better assess the true understanding and reasoning capabilities of LLMs in the medical domain.

In conclusion, while LLMs show promise in handling medical multiple-choice questions, our findings suggest that current benchmarks may not fully capture their clinical knowledge and reasoning abilities. Future research should explore alternative evaluation methods that go beyond current multiple-choice questions to provide a more accurate assessment of Large Language Models’ capabilities in medicine and other specialized fields.

7 Acknowledgments and Disclosure of Funding

This work was supported by the Fondation Saint-Luc grant number 467E and the Fédération Wallonie-Bruxelles through the Fond Spécial de Recherche of Université catholique de Louvain.

References

  • Jin et al. [2020] Di Jin, Eileen Pan, Nassim Oufattole, Wei-Hung Weng, Hanyi Fang, and Peter Szolovits. What Disease does this Patient Have? A Large-scale Open Domain Question Answering Dataset from Medical Exams, September 2020. URL http://arxiv.org/abs/2009.13081. arXiv:2009.13081 [cs] version: 1.
  • Pal et al. [2022] Ankit Pal, Logesh Kumar Umapathi, and Malaikannan Sankarasubbu. MedMCQA: A Large-scale Multi-Subject Multi-Choice Dataset for Medical domain Question Answering. In Gerardo Flores, George H Chen, Tom Pollard, Joyce C Ho, and Tristan Naumann, editors, Proceedings of the Conference on Health, Inference, and Learning, volume 174 of Proceedings of Machine Learning Research, pages 248–260. PMLR, April 2022. URL https://proceedings.mlr.press/v174/pal22a.html.
  • Jin et al. [2019] Qiao Jin, Bhuwan Dhingra, Zhengping Liu, William Cohen, and Xinghua Lu. PubMedQA: A Dataset for Biomedical Research Question Answering. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP), pages 2567–2577, Hong Kong, China, November 2019. Association for Computational Linguistics. doi: 10.18653/v1/D19-1259. URL https://aclanthology.org/D19-1259.
  • Nori et al. [2023] Harsha Nori, Nicholas King, Scott Mayer McKinney, Dean Carignan, and Eric Horvitz. Capabilities of GPT-4 on Medical Challenge Problems, April 2023. URL http://arxiv.org/abs/2303.13375. arXiv:2303.13375 [cs].
  • Rydzewski et al. [2024] Nicholas R. Rydzewski, Deepak Dinakaran, Shuang G. Zhao, Eytan Ruppin, Baris Turkbey, Deborah E. Citrin, and Krishnan R. Patel. Comparative Evaluation of LLMs in Clinical Oncology. NEJM AI, 1(5):AIoa2300151, April 2024. doi: 10.1056/AIoa2300151. URL https://ai.nejm.org/doi/full/10.1056/AIoa2300151. Publisher: Massachusetts Medical Society.
  • Bhayana et al. [2023] Rajesh Bhayana, Robert R. Bleakney, and Satheesh Krishna. GPT-4 in Radiology: Improvements in Advanced Reasoning. Radiology, 307(5):e230987, June 2023. ISSN 0033-8419. doi: 10.1148/radiol.230987. URL https://pubs.rsna.org/doi/10.1148/radiol.230987. Publisher: Radiological Society of North America.
  • Barile et al. [2024] Joseph Barile, Alex Margolis, Grace Cason, Rachel Kim, Saia Kalash, Alexis Tchaconas, and Ruth Milanaik. Diagnostic Accuracy of a Large Language Model in Pediatric Case Studies. JAMA Pediatrics, January 2024. ISSN 2168-6203. doi: 10.1001/jamapediatrics.2023.5750. URL https://doi.org/10.1001/jamapediatrics.2023.5750.
  • Mihalache et al. [2023] Andrew Mihalache, Marko M. Popovic, and Rajeev H. Muni. Performance of an Artificial Intelligence Chatbot in Ophthalmic Knowledge Assessment. JAMA Ophthalmology, 141(6):589–597, June 2023. ISSN 2168-6165. doi: 10.1001/jamaophthalmol.2023.1144. URL https://doi.org/10.1001/jamaophthalmol.2023.1144.
  • Humar et al. [2023] Pooja Humar, Malke Asaad, Fuat Baris Bengur, and Vu Nguyen. ChatGPT Is Equivalent to First-Year Plastic Surgery Residents: Evaluation of ChatGPT on the Plastic Surgery In-Service Examination. Aesthetic Surgery Journal, 43(12):NP1085–NP1089, November 2023. ISSN 1527-330X. doi: 10.1093/asj/sjad130.
  • Al-Wardy [2010] Nadia M. Al-Wardy. Assessment methods in undergraduate medical education. Sultan Qaboos University Medical Journal, 10(2):203–209, August 2010. ISSN 2075-0528.
  • Veloski et al. [1999] J. J. Veloski, H. K. Rabinowitz, M. R. Robeson, and P. R. Young. Patients don’t present with five choices: an alternative to multiple-choice tests in assessing physicians’ competence. Academic Medicine: Journal of the Association of American Medical Colleges, 74(5):539–546, May 1999. ISSN 1040-2446. doi: 10.1097/00001888-199905000-00022.
  • Kim et al. [2024] Hyunjae Kim, Hyeon Hwang, Jiwoo Lee, Sihyeon Park, Dain Kim, Taewhoo Lee, Chanwoong Yoon, Jiwoong Sohn, Donghee Choi, and Jaewoo Kang. Small Language Models Learn Enhanced Reasoning Skills from Medical Textbooks, March 2024. URL http://arxiv.org/abs/2404.00376. arXiv:2404.00376 [cs] version: 1.
  • Chen et al. [2023] Zeming Chen, Alejandro Hernández-Cano, Angelika Romanou, Antoine Bonnet, Kyle Matoba, Francesco Salvi, Matteo Pagliardini, Simin Fan, Andreas Köpf, Amirkeivan Mohtashami, Alexandre Sallinen, Alireza Sakhaeirad, Vinitra Swamy, Igor Krawczuk, Deniz Bayazit, Axel Marmet, Syrielle Montariol, Mary-Anne Hartley, Martin Jaggi, and Antoine Bosselut. MEDITRON-70B: Scaling Medical Pretraining for Large Language Models, 2023. _eprint: 2311.16079.
  • Narla et al. [2018] Akhila Narla, Brett Kuprel, Kavita Sarin, Roberto Novoa, and Justin Ko. Automated Classification of Skin Lesions: From Pixels to Practice. Journal of Investigative Dermatology, 138(10):2108–2110, October 2018. ISSN 0022-202X. doi: 10.1016/j.jid.2018.06.175. URL https://www.sciencedirect.com/science/article/pii/S0022202X18322930.
  • Prediger et al. [2020] Sarah Prediger, Kristina Schick, Fabian Fincke, Sophie Fürstenberg, Viktor Oubaid, Martina Kadmon, Pascal O. Berberat, and Sigrid Harendza. Validation of a competence-based assessment of medical students’ performance in the physician’s role. BMC Medical Education, 20(1):6, January 2020. ISSN 1472-6920. doi: 10.1186/s12909-019-1919-x. URL https://doi.org/10.1186/s12909-019-1919-x.
  • Goins et al. [2023] Stacy M. Goins, Robert J. French, and Jonathan G. Martin. The Use of Structured Oral Exams for the Assessment of Medical Students in their Radiology Clerkship. Current Problems in Diagnostic Radiology, 52(5):330–333, September 2023. ISSN 0363-0188. doi: 10.1067/j.cpradiol.2023.03.010. URL https://www.sciencedirect.com/science/article/pii/S0363018823000464.
  • Gauer and Jackson [2017] Jacqueline L. Gauer and J. Brooks Jackson. The association of USMLE Step 1 and Step 2 CK scores with residency match specialty and location. Medical Education Online, 22(1):1358579, August 2017. ISSN 1087-2981. doi: 10.1080/10872981.2017.1358579. URL https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5653932/.
  • Singhal et al. [2023] Karan Singhal, Shekoofeh Azizi, Tao Tu, S. Sara Mahdavi, Jason Wei, Hyung Won Chung, Nathan Scales, Ajay Tanwani, Heather Cole-Lewis, Stephen Pfohl, Perry Payne, Martin Seneviratne, Paul Gamble, Chris Kelly, Abubakr Babiker, Nathanael Schärli, Aakanksha Chowdhery, Philip Mansfield, Dina Demner-Fushman, Blaise Agüera y Arcas, Dale Webster, Greg S. Corrado, Yossi Matias, Katherine Chou, Juraj Gottweis, Nenad Tomasev, Yun Liu, Alvin Rajkomar, Joelle Barral, Christopher Semturs, Alan Karthikesalingam, and Vivek Natarajan. Large language models encode clinical knowledge. Nature, 620(7972):172–180, August 2023. ISSN 1476-4687. doi: 10.1038/s41586-023-06291-2. URL https://www.nature.com/articles/s41586-023-06291-2. Number: 7972 Publisher: Nature Publishing Group.
  • Pal et al. [2024] Ankit Pal, Pasquale Minervini, Andreas Geert Motzfeldt, and Beatrice Alex. openlifescienceai/open_medical_llm_leaderboard, 2024. URL https://huggingface.co/spaces/openlifescienceai/open_medical_llm_leaderboard.
  • Saab et al. [2024] Khaled Saab, Tao Tu, Wei-Hung Weng, Ryutaro Tanno, David Stutz, Ellery Wulczyn, Fan Zhang, Tim Strother, Chunjong Park, Elahe Vedadi, Juanma Zambrano Chaves, Szu-Yeu Hu, Mike Schaekermann, Aishwarya Kamath, Yong Cheng, David G. T. Barrett, Cathy Cheung, Basil Mustafa, Anil Palepu, Daniel McDuff, Le Hou, Tomer Golany, Luyang Liu, Jean-baptiste Alayrac, Neil Houlsby, Nenad Tomasev, Jan Freyberg, Charles Lau, Jonas Kemp, Jeremy Lai, Shekoofeh Azizi, Kimberly Kanada, SiWai Man, Kavita Kulkarni, Ruoxi Sun, Siamak Shakeri, Luheng He, Ben Caine, Albert Webson, Natasha Latysheva, Melvin Johnson, Philip Mansfield, Jian Lu, Ehud Rivlin, Jesper Anderson, Bradley Green, Renee Wong, Jonathan Krause, Jonathon Shlens, Ewa Dominowska, S. M. Ali Eslami, Katherine Chou, Claire Cui, Oriol Vinyals, Koray Kavukcuoglu, James Manyika, Jeff Dean, Demis Hassabis, Yossi Matias, Dale Webster, Joelle Barral, Greg Corrado, Christopher Semturs, S. Sara Mahdavi, Juraj Gottweis, Alan Karthikesalingam, and Vivek Natarajan. Capabilities of Gemini Models in Medicine, May 2024. URL http://arxiv.org/abs/2404.18416. arXiv:2404.18416 [cs].
  • NBME [2024] NBME. United States Medical Licensing Examination, 2024. URL https://www.usmle.org/.
  • AIIMS [2024] AIIMS. AIIMS - All India Institute Of Medical Science, May 2024. URL https://www.aiims.edu/index.php?lang=en.
  • NBEMS [2024] NBEMS. NEET (PG) - National Board Of Examinations In Medical Sciences, May 2024. URL https://natboard.edu.in/viewnbeexam?exam=neetpg.
  • NLM [2024] NLM. PubMed Central (PMC), 2024. URL https://www.ncbi.nlm.nih.gov/pmc/.
  • Hendrycks et al. [2021] Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring Massive Multitask Language Understanding. Proceedings of the International Conference on Learning Representations (ICLR), 2021.
  • OpenAI [2023] OpenAI. GPT-4 Technical Report, March 2023. URL http://arxiv.org/abs/2303.08774. arXiv:2303.08774 [cs].
  • OpenAI [2024] OpenAI. Hello GPT-4o, 2024. URL https://openai.com/index/hello-gpt-4o/.
  • AI et al. [2024] 01 AI, Alex Young, Bei Chen, Chao Li, Chengen Huang, Ge Zhang, Guanwei Zhang, Heng Li, Jiangcheng Zhu, Jianqun Chen, Jing Chang, Kaidong Yu, Peng Liu, Qiang Liu, Shawn Yue, Senbin Yang, Shiming Yang, Tao Yu, Wen Xie, Wenhao Huang, Xiaohui Hu, Xiaoyi Ren, Xinyao Niu, Pengcheng Nie, Yuchi Xu, Yudong Liu, Yue Wang, Yuxuan Cai, Zhenyu Gu, Zhiyuan Liu, and Zonghong Dai. Yi: Open Foundation Models by 01.AI, March 2024. URL http://arxiv.org/abs/2403.04652. arXiv:2403.04652 [cs].
  • Mistral [2024] Mistral. Models | Mistral AI Large Language Models, 2024. URL https://docs.mistral.ai/getting-started/models/.
  • AI@Meta [2024] AI@Meta. Llama 3 Model Card, 2024. URL https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md.
  • Bai et al. [2023] Jinze Bai, Shuai Bai, Yunfei Chu, Zeyu Cui, Kai Dang, Xiaodong Deng, Yang Fan, Wenbin Ge, Yu Han, Fei Huang, Binyuan Hui, Luo Ji, Mei Li, Junyang Lin, Runji Lin, Dayiheng Liu, Gao Liu, Chengqiang Lu, Keming Lu, Jianxin Ma, Rui Men, Xingzhang Ren, Xuancheng Ren, Chuanqi Tan, Sinan Tan, Jianhong Tu, Peng Wang, Shijie Wang, Wei Wang, Shengguang Wu, Benfeng Xu, Jin Xu, An Yang, Hao Yang, Jian Yang, Shusheng Yang, Yang Yao, Bowen Yu, Hongyi Yuan, Zheng Yuan, Jianwei Zhang, Xingxuan Zhang, Yichang Zhang, Zhenru Zhang, Chang Zhou, Jingren Zhou, Xiaohuan Zhou, and Tianhang Zhu. Qwen Technical Report. arXiv preprint arXiv:2309.16609, 2023.
  • Griot et al. [2024] Maxime Griot, Coralie Hemptinne, Jean Vanderdonckt, and Demet Yuksel. Impact of high-quality, mixed-domain data on the performance of medical language models. Journal of the American Medical Informatics Association, page ocae120, May 2024. ISSN 1527-974X. doi: 10.1093/jamia/ocae120. URL https://doi.org/10.1093/jamia/ocae120.
  • Wu et al. [2024] Chaoyi Wu, Weixiong Lin, Xiaoman Zhang, Ya Zhang, Weidi Xie, and Yanfeng Wang. PMC-LLaMA: toward building open-source language models for medicine. Journal of the American Medical Informatics Association, page ocae045, April 2024. ISSN 1527-974X. doi: 10.1093/jamia/ocae045. URL https://doi.org/10.1093/jamia/ocae045. _eprint: https://academic.oup.com/jamia/advance-article-pdf/doi/10.1093/jamia/ocae045/57229449/ocae045.pdf.
  • Gao et al. [2023] Leo Gao, Jonathan Tow, Baber Abbasi, Stella Biderman, Sid Black, Anthony DiPofi, Charles Foster, Laurence Golding, Jeffrey Hsu, Alain Le Noac’h, Haonan Li, Kyle McDonell, Niklas Muennighoff, Chris Ociepa, Jason Phang, Laria Reynolds, Hailey Schoelkopf, Aviya Skowron, Lintang Sutawika, Eric Tang, Anish Thite, Ben Wang, Kevin Wang, and Andy Zou. A framework for few-shot language model evaluation, December 2023. URL https://zenodo.org/records/10256836. Version Number: v0.4.0.
  • Cohen [2013] Jacob Cohen. Statistical Power Analysis for the Behavioral Sciences. Routledge, May 2013. ISBN 978-1-134-74270-7. Google-Books-ID: 2v9zDAsLvA0C.
  • Marks and Haupt [2023] Mason Marks and Claudia E. Haupt. AI Chatbots, Health Privacy, and Challenges to HIPAA Compliance. JAMA, 330(4):309–310, July 2023. ISSN 0098-7484. doi: 10.1001/jama.2023.9458. URL https://doi.org/10.1001/jama.2023.9458.
  • Flanagin et al. [2023] Annette Flanagin, Kirsten Bibbins-Domingo, Michael Berkwits, and Stacy L. Christiansen. Nonhuman “Authors” and Implications for the Integrity of Scientific Publication and Medical Knowledge. JAMA, 329(8):637–639, February 2023. ISSN 0098-7484. doi: 10.1001/jama.2023.1344. URL https://doi.org/10.1001/jama.2023.1344.
  • Widner et al. [2023] Kasumi Widner, Sunny Virmani, Jonathan Krause, Jay Nayar, Richa Tiwari, Elin Rønby Pedersen, Divleen Jeji, Naama Hammel, Yossi Matias, Greg S. Corrado, Yun Liu, Lily Peng, and Dale R. Webster. Lessons learned from translating AI from development to deployment in healthcare. Nature Medicine, 29(6):1304–1306, June 2023. ISSN 1546-170X. doi: 10.1038/s41591-023-02293-9.

Appendix A Reproducibility

A.1 Code

The following repositories contain all the code necessary to reproduce this experiment from scratch. The repositories all contain instructions to run the components.

Synthetic generation

The code used to generate the synthetic dataset and multiple choice questions is available under the MIT license on GitHub https://github.com/maximegmd/glianorex-gen.

lm-evaluation-harness

To evaluate we added new tasks to lm-evaluation-harness which are available on GitHub under the MIT license https://github.com/EleutherAI/lm-evaluation-harness/pull/1867

GPT evaluation

Due to the limitations of lm-evaluation-harness with OpenAI models we had to write OpenAI specific code to evaluate the models available under the MIT license on GitHub https://github.com/maximegmd/glianorex-oai

A.2 Parameters

The OpenAI API parameters used to generate the book, translate and generate multiple choice questions are the default parameters as shown in Table 4.

Table 4: OpenAI API parameters
Parameter Value
frequency_penalty 0
n 1
presence_penalty 0
temperature 1.0
top_p 1.0

A.3 Evaluation

To evaluate the open weight models we used lm-evaluation-harness on the branch specified in A.1. For any pretrained model hosted on HuggingFace replace MODEL𝑀𝑂𝐷𝐸𝐿MODELitalic_M italic_O italic_D italic_E italic_L with the path of the model and run the following command:

lm_eval --model hf --model_args pretrained=MODEL,dtype="bfloat16",parallelize=True --tasks glianorex_en,glianorex_fr --batch_size 32 --log_samples --output_path /tmp/results

The hardware needed depends on the size of the model, we recommend at least 4 NVIDIA A100 80GB to evaluate models of 70 billion parameters. Reducing the batch_size𝑏𝑎𝑡𝑐_𝑠𝑖𝑧𝑒batch\_sizeitalic_b italic_a italic_t italic_c italic_h _ italic_s italic_i italic_z italic_e can help reduce the memory requirements.

To evaluate the OpenAI models, we provide the necessary code and instructions in the GPT evaluation code repository described above.

Appendix B Additional results

Table 5: Measure of effect size between models using Cohen’s d on the overall evaluation (English and French included).
Model 1 Model 2 Cohen’s d
01-ai/Yi-1.5-34B 01-ai/Yi-1.5-9B 0.097
01-ai/Yi-1.5-34B Qwen/Qwen1.5-110B 0.012
01-ai/Yi-1.5-34B Qwen/Qwen1.5-32B 0.053
01-ai/Yi-1.5-34B Qwen/Qwen1.5-7B 0.113
01-ai/Yi-1.5-34B dmis-lab/meerkat-7b-v1.0 0.164
01-ai/Yi-1.5-34B gpt-3.5-turbo-0125 0.049
01-ai/Yi-1.5-34B gpt-4-turbo-2024-04-09 0.063
01-ai/Yi-1.5-34B gpt-4o-2024-05-13 0.105
01-ai/Yi-1.5-34B internistai/base-7b-v0.2 0.113
01-ai/Yi-1.5-34B meta-llama/Meta-Llama-3-70B 0.037
01-ai/Yi-1.5-34B meta-llama/Meta-Llama-3-8B 0.132
01-ai/Yi-1.5-34B mistralai/Mistral-7B-v0.1 0.164
01-ai/Yi-1.5-34B mistralai/Mixtral-8x7B-v0.1 0.065
01-ai/Yi-1.5-9B Qwen/Qwen1.5-110B 0.085
01-ai/Yi-1.5-9B Qwen/Qwen1.5-32B 0.044
01-ai/Yi-1.5-9B Qwen/Qwen1.5-7B 0.016
01-ai/Yi-1.5-9B dmis-lab/meerkat-7b-v1.0 0.067
01-ai/Yi-1.5-9B gpt-3.5-turbo-0125 0.048
01-ai/Yi-1.5-9B gpt-4-turbo-2024-04-09 0.160
01-ai/Yi-1.5-9B gpt-4o-2024-05-13 0.203
01-ai/Yi-1.5-9B internistai/base-7b-v0.2 0.016
01-ai/Yi-1.5-9B meta-llama/Meta-Llama-3-70B 0.060
01-ai/Yi-1.5-9B meta-llama/Meta-Llama-3-8B 0.036
01-ai/Yi-1.5-9B mistralai/Mistral-7B-v0.1 0.067
01-ai/Yi-1.5-9B mistralai/Mixtral-8x7B-v0.1 0.032
Qwen/Qwen1.5-110B Qwen/Qwen1.5-32B 0.041
Qwen/Qwen1.5-110B Qwen/Qwen1.5-7B 0.100
Qwen/Qwen1.5-110B dmis-lab/meerkat-7b-v1.0 0.152
Qwen/Qwen1.5-110B gpt-3.5-turbo-0125 0.037
Qwen/Qwen1.5-110B gpt-4-turbo-2024-04-09 0.075
Qwen/Qwen1.5-110B gpt-4o-2024-05-13 0.118
Qwen/Qwen1.5-110B internistai/base-7b-v0.2 0.100
Qwen/Qwen1.5-110B meta-llama/Meta-Llama-3-70B 0.024
Qwen/Qwen1.5-110B meta-llama/Meta-Llama-3-8B 0.120
Qwen/Qwen1.5-110B mistralai/Mistral-7B-v0.1 0.152
Qwen/Qwen1.5-110B mistralai/Mixtral-8x7B-v0.1 0.053
Qwen/Qwen1.5-32B Qwen/Qwen1.5-7B 0.060
Qwen/Qwen1.5-32B dmis-lab/meerkat-7b-v1.0 0.111
Qwen/Qwen1.5-32B gpt-3.5-turbo-0125 0.004
Qwen/Qwen1.5-32B gpt-4-turbo-2024-04-09 0.115
Qwen/Qwen1.5-32B gpt-4o-2024-05-13 0.158
Qwen/Qwen1.5-32B internistai/base-7b-v0.2 0.060
Qwen/Qwen1.5-32B meta-llama/Meta-Llama-3-70B 0.016
Qwen/Qwen1.5-32B meta-llama/Meta-Llama-3-8B 0.079
Qwen/Qwen1.5-32B mistralai/Mistral-7B-v0.1 0.111
Qwen/Qwen1.5-32B mistralai/Mixtral-8x7B-v0.1 0.012
Qwen/Qwen1.5-7B dmis-lab/meerkat-7b-v1.0 0.051
Qwen/Qwen1.5-7B gpt-3.5-turbo-0125 0.064
Qwen/Qwen1.5-7B gpt-4-turbo-2024-04-09 0.175
Qwen/Qwen1.5-7B gpt-4o-2024-05-13 0.219
Qwen/Qwen1.5-7B internistai/base-7b-v0.2 0.000
Qwen/Qwen1.5-7B meta-llama/Meta-Llama-3-70B 0.076
Qwen/Qwen1.5-7B meta-llama/Meta-Llama-3-8B 0.020
Qwen/Qwen1.5-7B mistralai/Mistral-7B-v0.1 0.051
Qwen/Qwen1.5-7B mistralai/Mixtral-8x7B-v0.1 0.048
dmis-lab/meerkat-7b-v1.0 gpt-3.5-turbo-0125 0.115
dmis-lab/meerkat-7b-v1.0 gpt-4-turbo-2024-04-09 0.227
dmis-lab/meerkat-7b-v1.0 gpt-4o-2024-05-13 0.270
dmis-lab/meerkat-7b-v1.0 internistai/base-7b-v0.2 0.051
dmis-lab/meerkat-7b-v1.0 meta-llama/Meta-Llama-3-70B 0.127
dmis-lab/meerkat-7b-v1.0 meta-llama/Meta-Llama-3-8B 0.031
dmis-lab/meerkat-7b-v1.0 mistralai/Mistral-7B-v0.1 0.000
dmis-lab/meerkat-7b-v1.0 mistralai/Mixtral-8x7B-v0.1 0.099
gpt-3.5-turbo-0125 gpt-4-turbo-2024-04-09 0.111
gpt-3.5-turbo-0125 gpt-4o-2024-05-13 0.154
gpt-3.5-turbo-0125 internistai/base-7b-v0.2 0.064
gpt-3.5-turbo-0125 meta-llama/Meta-Llama-3-70B 0.012
gpt-3.5-turbo-0125 meta-llama/Meta-Llama-3-8B 0.084
gpt-3.5-turbo-0125 mistralai/Mistral-7B-v0.1 0.115
gpt-3.5-turbo-0125 mistralai/Mixtral-8x7B-v0.1 0.016
gpt-4-turbo-2024-04-09 gpt-4o-2024-05-13 0.043
gpt-4-turbo-2024-04-09 internistai/base-7b-v0.2 0.175
gpt-4-turbo-2024-04-09 meta-llama/Meta-Llama-3-70B 0.099
gpt-4-turbo-2024-04-09 meta-llama/Meta-Llama-3-8B 0.195
gpt-4-turbo-2024-04-09 mistralai/Mistral-7B-v0.1 0.227
gpt-4-turbo-2024-04-09 mistralai/Mixtral-8x7B-v0.1 0.128
gpt-4o-2024-05-13 internistai/base-7b-v0.2 0.219
gpt-4o-2024-05-13 meta-llama/Meta-Llama-3-70B 0.142
gpt-4o-2024-05-13 meta-llama/Meta-Llama-3-8B 0.238
gpt-4o-2024-05-13 mistralai/Mistral-7B-v0.1 0.270
gpt-4o-2024-05-13 mistralai/Mixtral-8x7B-v0.1 0.170
internistai/base-7b-v0.2 meta-llama/Meta-Llama-3-70B 0.076
internistai/base-7b-v0.2 meta-llama/Meta-Llama-3-8B 0.020
internistai/base-7b-v0.2 mistralai/Mistral-7B-v0.1 0.051
internistai/base-7b-v0.2 mistralai/Mixtral-8x7B-v0.1 0.048
meta-llama/Meta-Llama-3-70B meta-llama/Meta-Llama-3-8B 0.096
meta-llama/Meta-Llama-3-70B mistralai/Mistral-7B-v0.1 0.127
meta-llama/Meta-Llama-3-70B mistralai/Mixtral-8x7B-v0.1 0.028
meta-llama/Meta-Llama-3-8B mistralai/Mistral-7B-v0.1 0.031
meta-llama/Meta-Llama-3-8B mistralai/Mixtral-8x7B-v0.1 0.067
mistralai/Mistral-7B-v0.1 mistralai/Mixtral-8x7B-v0.1 0.099
Table 6: Example of clinical vignette questions in English and French generated by GPT-4 on a random paragraph of the textbook. The correct answer is shown in bold.
Content
A 45 year-old male who works night shifts is hospitalized following an episode of severe mood swings and physical tremors. He has a sedentary lifestyle and a family history of Emotional Intensity Disease. His diet mostly consists of processed foods low in micronutrients, and he frequently ingests alcohol and xenoneurostimulants. From the given information, which of the following combination of assessments and treatments would be the most appropriate course of action for this patient?
(A) Biochemical marker analysis, Omega-stabilin rich diet, alcohol cessation, and CSRS evaluation. (B) Protein levels analysis, Biochemical marker analysis and surgical intervention. (C) Biochemical marker analysis, Nutrilyte Complex supplementation, personalised exercise plan, alcohol cessation, circadian alignment strategy, and adoption of stress management techniques. (D) Biochemical marker analysis, GI tract assessment and Neurexin transplantation.
Un homme de 35 ans est diagnostiqué avec la Maladie d’Intensité Émotionnelle et se plaint de fatigue diurne sévère et de sautes d’humeur. Ses enregistrements polysomnographiques montrent des signes d’une architecture du sommeil perturbée, y compris une paralysie du sommeil. Il rapporte une émotivité au réveil et un sommeil non réparateur. Ses échantillons de sérum montrent un niveau élevé de Somnolabilin nocturne et un schéma de sécrétion de Nocturnin perturbé. Compte tenu de ces résultats, quelle méthodologie a probablement été utilisée pour diagnostiquer son état, quelle hormone est probablement associée à sa perturbation du sommeil et à son atonie physique, et quelle pourrait être une stratégie de traitement possible ?
(A) Diagnostic avec la Chrono-Enzyme-Linked Immunosorbent Spectroscopy (C-ELIS) d’Elara-Mendoza, l’hormone Nocturnin devrait être associée à ses symptômes et des interventions pharmaceutiques ciblant la synthèse de Nocturnin comme traitement. (B) Diagnostic avec des essais d’électrovalence synaptique, l’hormone Somnolabilin devrait être associée à ses symptômes et des modifications du mode de vie comme traitement. (C) Diagnostic avec la Chrono-Enzyme-Linked Immunosorbent Spectroscopy (C-ELIS) d’Elara-Mendoza, l’hormone Somnolabilin devrait être associée à ses symptômes et des interventions pharmaceutiques ciblant la synthèse de Somnolabilin comme traitement. (D) Diagnostic avec des enregistrements polysomnographiques, l’hormone Nocturnin devrait être associée à ses symptômes et la chronothérapie comme traitement.
Table 7: Example of recall questions in English and French generated by GPT-4 on a random paragraph of the textbook. The correct answer is shown in bold.
Content
Considering the detailed anatomy and vascular supply of the Glianorex, which of the following processes best describes how the Glianorex modulates its endocrine functions in response to emotional stimuli?
(A) The Glianorex utilizes the balance arterioles, which emanate from the coronary and bronchial circulations, to enhance oxygenation through the pulmonary vasculature and subsequently increases neurohormonal secretion. (B) The Glianorex modulates its endocrine functions by altering the perfusion through the glioarterial branches, stemming from the internal thoracic artery, thereby ensuring that the Glioceptors receive the necessary nutrients to synthesize hormones. (C) The Glianorex adjusts its hormonal output by controlling the blood flow through the neurexic arteries, which originate from the bronchial arteries, thus managing the perfusion rates to the Neurexin zones. (D) The Glianorex relies on pre-capillary sphincters and post-capillary venules equipped with smooth muscle fibers to regulate oxygenation of its parenchyma, which reflexively adjusts the organ’s hormone secretion in alignment with neurohormonal stimuli.
Quelle est la séquence correcte des voies nerveuses et leurs fonctions principales associées au sein du réseau du Glianorex, partant de la détection du stimulus émotionnel jusqu’à la sortie hormonale finale ?
(A) Détection via les Gliocepteurs -> Intégration par les Globuli Emotoafférents -> Traitement par les Ganglions Sentirex -> Sortie hormonale avec Equilibron et Neurostabilin (B) Détection via les Gliocepteurs -> Traitement par les Ganglions Sentirex -> Sortie hormonale avec Equilibron et Neurostabilin médiée par les Psychoneurexines -> Modulation synaptique par le Synaptome Séraphique (C) Détection via les Globuli Emotoafférents -> Traitement par les Ganglions Sentirex -> Sortie hormonale avec Equilibron et Neurostabilin médiée par la Voie Gliopathique Primordiale -> Modulation de la sensibilité des Gliocepteurs par le Synaptome Séraphique (D) Détection via les Gliocepteurs -> Intégration par les Psychoneurexines -> Traitement par les Ganglions Sentirex -> Sortie hormonale avec le Synaptome et l’Alectorol