<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v2.0 20040830//EN" "journalpublishing.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="2.0" xml:lang="en" article-type="research-article"><front><journal-meta><journal-id journal-id-type="nlm-ta">J Med Internet Res</journal-id><journal-id journal-id-type="publisher-id">jmir</journal-id><journal-id journal-id-type="index">1</journal-id><journal-title>Journal of Medical Internet Research</journal-title><abbrev-journal-title>J Med Internet Res</abbrev-journal-title><issn pub-type="epub">1438-8871</issn><publisher><publisher-name>JMIR Publications</publisher-name><publisher-loc>Toronto, Canada</publisher-loc></publisher></journal-meta><article-meta><article-id pub-id-type="publisher-id">v28i1e91215</article-id><article-id pub-id-type="doi">10.2196/91215</article-id><article-categories><subj-group subj-group-type="heading"><subject>Original Paper</subject></subj-group></article-categories><title-group><article-title>Advancing Evidence-Based Medicine for Population, Intervention, Comparison, and Outcome Element Recognition and Extraction in Medical Literature: Large Language Model Approach</article-title></title-group><contrib-group><contrib contrib-type="author" corresp="yes"><name name-style="western"><surname>Hao</surname><given-names>Zeyuan</given-names></name><degrees>MEng</degrees><xref ref-type="aff" rid="aff1">1</xref></contrib><contrib contrib-type="author"><name name-style="western"><surname>Duan</surname><given-names>Yifan</given-names></name><degrees>MM</degrees><xref ref-type="aff" rid="aff2">2</xref></contrib><contrib contrib-type="author"><name name-style="western"><surname>Wang</surname><given-names>Yu</given-names></name><degrees>MEng</degrees><xref ref-type="aff" rid="aff3">3</xref></contrib></contrib-group><aff id="aff1"><institution>School of Software Engineering, Beijing Jiaotong University</institution><addr-line>3 Shangyuan Village, Haidian District</addr-line><addr-line>Beijing</addr-line><country>China</country></aff><aff id="aff2"><institution>Institute of Medical Information/Medical Library, Chinese Academy of Medical Sciences &#x0026; Peking Union Medical College</institution><addr-line>Beijing</addr-line><country>China</country></aff><aff id="aff3"><institution>College of Computer and Information Engineering, Nanjing Tech University</institution><addr-line>Nanjing</addr-line><country>China</country></aff><contrib-group><contrib contrib-type="editor"><name name-style="western"><surname>Coristine</surname><given-names>Andrew</given-names></name></contrib></contrib-group><contrib-group><contrib contrib-type="reviewer"><name name-style="western"><surname>Ajayi</surname><given-names>Oluwaseun</given-names></name></contrib><contrib contrib-type="reviewer"><name name-style="western"><surname>Liu</surname><given-names>Zhao</given-names></name></contrib></contrib-group><author-notes><corresp>Correspondence to Zeyuan Hao, MEng, School of Software Engineering, Beijing Jiaotong University, 3 Shangyuan Village, Haidian District, Beijing, 100044, China, 86 18404966218; <email>hao.zeyuan@bjtu.edu.cn</email></corresp></author-notes><pub-date pub-type="collection"><year>2026</year></pub-date><pub-date pub-type="epub"><day>14</day><month>8</month><year>2026</year></pub-date><volume>28</volume><elocation-id>e91215</elocation-id><history><date date-type="received"><day>11</day><month>01</month><year>2026</year></date><date date-type="rev-recd"><day>18</day><month>07</month><year>2026</year></date><date date-type="accepted"><day>20</day><month>07</month><year>2026</year></date></history><copyright-statement>&#x00A9; Zeyuan Hao, Yifan Duan, Yu Wang. Originally published in the Journal of Medical Internet Research (<ext-link ext-link-type="uri" xlink:href="https://www.jmir.org">https://www.jmir.org</ext-link>), 14.8.2026. </copyright-statement><copyright-year>2026</copyright-year><license license-type="open-access" xlink:href="https://creativecommons.org/licenses/by/4.0/"><p>This is an open-access article distributed under the terms of the Creative Commons Attribution License (<ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link>), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in the Journal of Medical Internet Research (ISSN 1438-8871), is properly cited. The complete bibliographic information, a link to the original publication on <ext-link ext-link-type="uri" xlink:href="https://www.jmir.org/">https://www.jmir.org/</ext-link>, as well as this copyright and license information must be included.</p></license><self-uri xlink:type="simple" xlink:href="https://www.jmir.org/2026/1/e91215"/><abstract><sec><title>Background</title><p>The exponential expansion of biomedical literature has created an urgent need for efficient methods to recognize and extract population, intervention, comparison, and outcome (PICO) elements&#x2014;the foundational elements of evidence-based medicine.</p></sec><sec><title>Objective</title><p>This study systematically evaluated 2 complementary approaches for automating PICO recognition and extraction in medical literature: prompt engineering optimization and parameter-efficient fine-tuning (PEFT) of large language models (LLMs).</p></sec><sec sec-type="methods"><title>Methods</title><p>We developed a dual-phase methodological framework: (1) systematic prompt optimization incorporating in-context learning, chain of thought (COT), and multipath reasoning strategies; and (2) PEFT of the LLM architecture using low-rank adaptation (LoRA), quantized LoRA, and freeze techniques. The PubMed-PICO and NICTA-PIBOSO benchmark datasets were used for recognition tasks, and the EBM-NLP dataset was used for extraction tasks. Performance metrics included precision, recall, and <italic>F</italic><sub>1</sub>-score. <italic>F</italic><sub>1</sub>-score was adopted as the major metric as it balances precision and recall.</p></sec><sec sec-type="results"><title>Results</title><p>For prompt engineering, COT achieved the overall best performance across both recognition and extraction tasks. For example, in the recognition task, COT obtained strong average <italic>F</italic><sub>1</sub>-scores of 77.1% (SD 0.5%) for the population element and 84.5% (SD 0.4%) for the outcome element on PubMed-PICO. In the extraction task, COT achieved the highest average <italic>F</italic><sub>1</sub>-score of 73.9% across 3 PICO elements (the population, intervention, and outcome elements) on EBM-NLP. These results suggest that, for smaller models such as those with 3B parameters, explicit step-by-step guidance in COT is more effective than more complex prompting strategies. In PEFT implementations, for example, LoRA achieved the best recognition performance (mean <italic>F</italic><sub>1</sub>-score 91.7%, SD 0.3% for population) on PubMed-PICO, whereas quantized LoRA showed the best extraction capability (mean <italic>F</italic><sub>1</sub>-score 79.3%, SD 0.5% for intervention) on EBM-NLP. Fine-tuned models achieved competitive performance across all datasets, with notable gains on NICTA-PIBOSO and EBM-NLP. PEFT further enhanced the model&#x2019;s overall performance compared with prompt engineering, with element-dependent differences across PICO categories.</p></sec><sec sec-type="conclusions"><title>Conclusions</title><p>Our findings indicate that LLMs can effectively automate PICO recognition and extraction through 2 complementary approaches. First, prompt engineering allows the model to perform tasks directly without altering its internal settings. Second, the PEFT method further unlocks their maximum performance potential by incorporating additional fine-tuning based on prompt engineering. This work makes significant advances and provides critical insights for optimizing methodological approaches in clinical applications related to or comprising PICO extraction and recognition tasks.</p></sec></abstract><kwd-group><kwd>evidence-based medicine</kwd><kwd>population, intervention, comparison, outcome</kwd><kwd>PICO</kwd><kwd>large language model</kwd><kwd>LLM</kwd><kwd>prompt engineering</kwd><kwd>parameter-efficient fine-tuning</kwd><kwd>natural language processing</kwd></kwd-group></article-meta></front><body><sec id="s1" sec-type="intro"><title>Introduction</title><sec id="s1-1"><title>Background</title><p>Evidence-based medicine (EBM) represents a paradigm shift in clinical practice, fundamentally anchored in &#x201C;the conscientious, explicit, and judicious use of current best evidence in making decisions about the care of individual patients&#x201D; [<xref ref-type="bibr" rid="ref1">1</xref>]. This approach integrates clinical research with practical expertise to optimize therapeutic decision-making. Central to EBM implementation are the population, intervention, comparison, and outcome (PICO) elements&#x2014;which serve as the cornerstone for formulating precise clinical questions and evaluating medical evidence. However, the exponential growth of biomedical literature poses significant challenges in efficiently extracting these critical elements from vast textual repositories.</p><p>Recent advancements in large language models (LLMs) have revolutionized natural language processing capabilities, demonstrating exceptional performance across diverse biomedical applications, including named entity recognition (NER) [<xref ref-type="bibr" rid="ref2">2</xref>,<xref ref-type="bibr" rid="ref3">3</xref>], knowledge graph construction [<xref ref-type="bibr" rid="ref4">4</xref>,<xref ref-type="bibr" rid="ref5">5</xref>], intelligent agent development [<xref ref-type="bibr" rid="ref6">6</xref>,<xref ref-type="bibr" rid="ref7">7</xref>], and question-answering systems [<xref ref-type="bibr" rid="ref8">8</xref>,<xref ref-type="bibr" rid="ref9">9</xref>]. The emergence of open-source LLM architectures (eg, Llama, Qwen, and DeepSeek) has further catalyzed domain-specific models, exemplified by specialized models such as PMC-Llama [<xref ref-type="bibr" rid="ref10">10</xref>] and BioMedGPT-LM [<xref ref-type="bibr" rid="ref11">11</xref>]. These developments show that LLMs can be used for recognition and extraction tasks in medical fields. Considering graphics processing unit (GPU) resource availability and deployment efficiency without compromising the generalization of the study, we selected the Llama 3.2-3B model (Meta AI), which has a small parameter size yet high model performance, to develop a two-stage PICO element recognition and extraction method: (1) validate the reasoning capability of prompt engineering based on the base model and (2) implement parameter-efficient fine-tuning (PEFT) based on Llama 3.2-3B. Our work makes two primary contributions:</p><list list-type="order"><list-item><p>Designing and evaluating modular prompt templates and frameworks for PICO element recognition and extraction</p></list-item><list-item><p>Developing a fine-tuned LLM optimized for PICO element recognition and extraction and providing a comprehensive comparative analysis of 3 predominant PEFT techniques (low-rank adaptation [LoRA], freeze, and quantized LoRA [QLoRA])</p></list-item></list></sec><sec id="s1-2"><title>Related Work</title><p>In this study, &#x201C;PICO recognition task" refers to assigning text segments to predefined PICO categories, which is a classification problem, and &#x201C;PICO extraction task&#x201D; refers to identifying the specific spans of PICO elements in text, which is an NER problem. Current mainstream approaches primarily encompass rule-based or dictionary-based methods, machine learning techniques, deep learning architectures, and LLM-based methodologies. This section reviews relevant research by analyzing the trajectory of technological evolution.</p><p>One stream is to use predefined matching rules or domain-specific lexicons for entity recognition. Demner-Fushman and Lin [<xref ref-type="bibr" rid="ref12">12</xref>] pioneered rule-based pattern matching in 2007 for automated PICO element extraction from structured abstracts. Cohen et al [<xref ref-type="bibr" rid="ref13">13</xref>] enhanced literature screening efficiency by integrating rule-based systems with basic statistical methods to identify PICO-containing articles. While these methods achieve high accuracy, they suffer from poor generalization capabilities and significant maintenance challenges for rule or dictionary updates.</p><p>Conventional machine learning implementations include support vector machines, decision trees, hidden Markov models, and conditional random fields. Notable applications include the naive Bayes classifier by Huang et al [<xref ref-type="bibr" rid="ref14">14</xref>] for PICO identification in structured abstracts, the conditional random fields&#x2013;based framework with feature templates for EBM text analysis by Hassanzadeh et al [<xref ref-type="bibr" rid="ref15">15</xref>], and the n-gram&#x2013;based ExaCT system for extracting population and intervention elements from clinical trial summaries by Kiritchenko et al [<xref ref-type="bibr" rid="ref16">16</xref>]. Boudin et al [<xref ref-type="bibr" rid="ref17">17</xref>] conducted comprehensive comparative analyses of multiple machine learning models. Although superior to rule-based approaches, these methods remain constrained by their reliance on expert-crafted feature engineering.</p><p>Deep neural networks have substantially reduced feature engineering burdens while improving performance. Predominant architectures include bidirectional long short-term memory, convolutional neural networks, and deep neural networks. Nye et al [<xref ref-type="bibr" rid="ref18">18</xref>] developed an attention-enhanced sequence-labeling model validated on PICO annotation datasets. Wang et al [<xref ref-type="bibr" rid="ref19">19</xref>] implemented bidirectional encoder representations from transformers&#x2013;based PICO sequence labeling with multitask learning optimization. Stylianou et al [<xref ref-type="bibr" rid="ref20">20</xref>] proposed an end-to-end PICO recognition system using recurrent neural networks. While they outperform traditional machine learning methods, deep learning approaches require substantial annotated training data.</p><p>The emergence of LLMs has catalyzed novel recognition methodologies requiring minimal domain-specific annotations through fine-tuning. These models have demonstrated notable successes in biomedical NER tasks [<xref ref-type="bibr" rid="ref2">2</xref>,<xref ref-type="bibr" rid="ref21">21</xref>-<xref ref-type="bibr" rid="ref23">23</xref>]. However, research on PICO recognition and extraction using LLMs remains relatively scarce. This study focused on investigating LLM capabilities for this specialized task.</p></sec></sec><sec id="s2" sec-type="methods"><title>Methods</title><sec id="s2-1"><title>Overall Framework</title><p>As depicted in <xref ref-type="fig" rid="figure1">Figure 1</xref>, this study explored the feasibility and effectiveness of LLMs for recognizing and extracting PICO elements in EBM literature through a 4-step workflow.</p><fig position="float" id="figure1"><label>Figure 1.</label><caption><p>Research framework. COT: chain of thought; ICL: in-context learning; LoRA: low-rank adaptation; MPR: multi-path reasoning; PEFT: parameter-efficient fine-tuning; QLoRA: quantized LoRA.</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig01.png"/></fig><p>First, 3 EBM corpora&#x2014;the PubMed-PICO and NICTA-PIBOSO datasets for the recognition task and the EBM-NLP dataset for the extraction task&#x2014;were systematically collected, preprocessed, and divided into training and testing sets.</p><p>Second, various prompt engineering strategies were designed, including in-context learning (ICL), chain of thought (COT), and multi-path reasoning (MPR), to tailor the prompts for each task, and comparative experiments were conducted to evaluate the effectiveness of these strategies.</p><p>Third, building on the results of the second stage and using the best-performing prompt, a comparative study using PEFT was carried out. In this phase, methods such as LoRA, QLoRA, and freeze were applied to refine the model further, thereby providing deeper insights into the impact of different fine-tuning algorithms and ultimately yielding a robust, fine-tuned LLM.</p><p>Finally, the model&#x2019;s performance was evaluated using standard confusion matrix metrics (precision, <italic>F</italic><sub>1</sub>-score, and recall), thereby quantifying its effectiveness in accurately identifying PICO elements.</p></sec><sec id="s2-2"><title>Datasets</title><p>This study investigated the performance of LLMs in PICO element recognition and extraction tasks. To achieve this objective, we used 3 datasets with the following configurations. For the recognition task, we used 2 high-quality annotated open-source datasets: PubMed-PICO [<xref ref-type="bibr" rid="ref24">24</xref>] and NICTA-PIBOSO [<xref ref-type="bibr" rid="ref25">25</xref>]. The PubMed-PICO dataset, developed in 2018, originally classifies each sentence into 7 categories: aim, population, intervention, outcome, method, results, and comparisons. As comparisons are often inconsistently reported and semantically overlap with intervention descriptions (eg, placebo, standard care, or other interventions), we excluded this category to standardize task settings across datasets. In addition, following related dataset conventions and prior studies on NICTA-PIBOSO [<xref ref-type="bibr" rid="ref25">25</xref>,<xref ref-type="bibr" rid="ref26">26</xref>], and aligned with our research objectives, we focused on the population, intervention, and outcome triadic recognition framework. The NICTA-PIBOSO dataset originally classifies each sentence into 6 categories: population, intervention, background, outcome, study design, and other. Following the aforementioned standardization principle, we likewise restricted our analysis to population, intervention, and outcome annotations in this dataset. The population, intervention, and outcome distribution characteristics of both datasets are summarized in <xref ref-type="table" rid="table1">Table 1</xref>.</p><table-wrap id="t1" position="float"><label>Table 1.</label><caption><p>Data statistics of the NICTA-PIBOSO and PubMed-PICO datasets.</p></caption><table id="table1" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">NICTA-PIBOSO sentences, n</td><td align="left" valign="bottom">PubMed-PICO sentences, n</td></tr></thead><tbody><tr><td align="left" valign="top">Population</td><td align="left" valign="top">812</td><td align="left" valign="top">25,070</td></tr><tr><td align="left" valign="top">Intervention</td><td align="left" valign="top">690</td><td align="left" valign="top">22,195</td></tr><tr><td align="left" valign="top">Outcome</td><td align="left" valign="top">4523</td><td align="left" valign="top">29,448</td></tr></tbody></table></table-wrap><p>For the extraction task, we used the EBM-NLP dataset [<xref ref-type="bibr" rid="ref18">18</xref>], which differs from the aforementioned 2 recognition datasets in that it is specifically designed for NER tasks. This corpus adopts the begin-inside-outside tagging scheme to annotate PICO elements at the token level within abstract sentences, thereby satisfying formal requirements for entity boundary identification. Notably, individual sentences in this dataset frequently contain multiple entity types&#x2014;a characteristic that necessitated strategic preprocessing to optimize LLM performance. Guided by the classic computer science principle of &#x201C;divide and conquer,&#x201D; we designed a prompt mechanism that allows multiple inferences to be made on the same text, each targeting only one category while preserving the original context. Finally, the model aggregates these different category extraction results and outputs them in JSON format.</p><p>For all 3 datasets, we adopted the official train-test splits provided by the original benchmark settings.</p></sec><sec id="s2-3"><title>Design of the Prompt</title><sec id="s2-3-1"><title>Overview</title><p>In the context of LLMs, the NER task has been innovatively reformulated as a question-answering paradigm. This approach transforms unstructured text inputs into standardized query formats through prompt engineering. LLMs then generate structured outputs. The optimization of prompt engineering emerges as a critical determinant that demonstrates a direct correlation with enhanced performance metrics.</p><p>Following established prompt composition principles [<xref ref-type="bibr" rid="ref27">27</xref>], our methodology implemented 3 key strategies. First, we established explicit instruction specifications with contextual constraints to eliminate semantic ambiguities. Second, we used hierarchical task decomposition to process complex queries through multistage response protocols, thereby reducing cognitive load in LLM processing. Finally, we incorporated domain-specific ontological terminology into the prompts to anchor model responses within relevant knowledge boundaries, thereby improving the consistency and faithfulness of entity extraction.</p><p>This PICO element recognition and extraction study compared the performance of 3 prompting strategies: ICL, COT, and MPR. Our methodological framework incorporates specifically engineered prompt templates developed through rigorous experimental design. The architecture implementation was conducted in the key phases described below.</p></sec><sec id="s2-3-2"><title>Baseline Prompt Construction</title><p>We established dual baseline prompt templates for recognition and extraction tasks, serving as foundational frameworks for subsequent ICL, COT, and MPR. Each template integrates four core components (delimited by &#x201C;$$,&#x201D; which is used solely as a separator between the four core components of the prompt template and has no mathematical meaning):</p><list list-type="order"><list-item><p>Task definition&#x2014;activates LLM understanding of target objectives</p></list-item><list-item><p>Operational instructions&#x2014;specify analytical requirements using chromatic text coding (green: PICO element identification; red: critical precautions; orange: output formatting constraints)</p></list-item><list-item><p>Input schema&#x2014;define data structure requirements (highlighted in pink)</p></list-item><list-item><p>Output specifications&#x2014;prescribe response organization protocols</p></list-item></list><p>The extraction task template implements a divide-and-conquer strategy through entity-specific prompting mechanisms. This hierarchical approach enables targeted optimization for individual PICO components while maintaining systemic coherence.</p><p><xref ref-type="fig" rid="figure2">Figures 2</xref> and <xref ref-type="fig" rid="figure3">3</xref> illustrate the baseline prompt templates for the 2 tasks.</p><fig position="float" id="figure2"><label>Figure 2.</label><caption><p>Baseline prompt template for the recognition task.</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig02.png"/></fig><fig position="float" id="figure3"><label>Figure 3.</label><caption><p>Baseline prompt template for the extraction task.</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig03.png"/></fig></sec><sec id="s2-3-3"><title>Integration of the ICL Strategy Into Prompt Templates</title><p>The instruction section of the baseline prompt template was augmented with contextually relevant prompt descriptors to implement the ICL strategy. For ICL, 2 in-context examples were fixed in the prompt template before inference and reused across all test instances. The same examples were applied consistently throughout inference. The task-specific instructional schemata for both experimental paradigms are illustrated in <xref ref-type="fig" rid="figure4">Figures 4</xref> and <xref ref-type="fig" rid="figure5">5</xref>.</p><fig position="float" id="figure4"><label>Figure 4.</label><caption><p>In-context learning prompt template for the recognition task (instruction part).</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig04.png"/></fig><fig position="float" id="figure5"><label>Figure 5.</label><caption><p>In-context learning prompt template for the extraction task (instruction part).</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig05.png"/></fig></sec><sec id="s2-3-4"><title>Development of COT and MPR Prompt Architectures</title><p>Guided by the methodological frameworks established in COT [<xref ref-type="bibr" rid="ref28">28</xref>] and MPR [<xref ref-type="bibr" rid="ref29">29</xref>] prompting paradigms, we developed corresponding reasoning-enhanced templates for both the recognition and extraction tasks. For the COT and MPR settings, the reasoning procedure was specified in the prompt instructions, and text generation was controlled via shared decoding settings across prompt-based experiments (temperature=0.5; max_new_tokens=1000; repetition_penalty=1.2; do_sample=True). The operational specifics of these cognitive scaffolding mechanisms are schematically delineated in <xref ref-type="fig" rid="figure6">Figures 6</xref><xref ref-type="fig" rid="figure7"/><xref ref-type="fig" rid="figure8"/>-<xref ref-type="fig" rid="figure9">9</xref>.</p><fig position="float" id="figure6"><label>Figure 6.</label><caption><p>Chain-of-thought prompt template for the recognition task (instruction part).</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig06.png"/></fig><fig position="float" id="figure7"><label>Figure 7.</label><caption><p>Chain-of-thought prompt template for the extraction task (instruction part).</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig07.png"/></fig><fig position="float" id="figure8"><label>Figure 8.</label><caption><p>Multi-path reasoning prompt template for the recognition task (instruction part).</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig08.png"/></fig><fig position="float" id="figure9"><label>Figure 9.</label><caption><p>Multi-path reasoning prompt template for extraction task (instruction part).</p></caption><graphic alt-version="no" mimetype="image" position="float" xlink:type="simple" xlink:href="jmir_v28i1e91215_fig09.png"/></fig></sec></sec><sec id="s2-4"><title>LLM Fine-Tuning</title><p>In addition to conducting comparisons of various prompt engineering strategies across different tasks, our investigation extended to an empirical evaluation of fine-tuning methodologies. Given the computational intensiveness inherent in full-parameter fine-tuning, this constraint has catalyzed the emergence of numerous PEFT algorithms. These approaches maintain model performance while requiring adjustment of only minimal parameter subsets.</p><p>Through an investigation of the compatibility between various PEFT algorithms, this study selected the following PEFT methods:</p><list list-type="bullet"><list-item><p>LoRA [<xref ref-type="bibr" rid="ref30">30</xref>]&#x2014;introduces trainable low-rank matrices (A and B) next to the original weight matrix through low-rank decomposition, only updating the parameters of these low-rank subspaces while freezing the original model weights</p></list-item><list-item><p>QLoRA [<xref ref-type="bibr" rid="ref31">31</xref>]&#x2014;enhances LoRA through 4-bit quantization and paged optimization techniques, achieving 70% reduction in GPU memory consumption while maintaining model accuracy</p></list-item><list-item><p>Freeze [<xref ref-type="bibr" rid="ref32">32</xref>]&#x2014;freezes most of the base model parameters and fine-tunes only the final 2 transformer layers</p></list-item></list></sec><sec id="s2-5"><title>Experimental Setup and Evaluation Metrics</title><p>All model training procedures throughout this experimental framework were conducted on an NVIDIA GeForce RTX 4090 D 24-GB GPU. For PEFT experiments, the per-device batch size was 8, with gradient accumulation steps of 1, resulting in an effective batch size of 8. All models were trained for 2 epochs using the AdamW optimizer (&#x03B2;1=0.9; &#x03B2;2=0.999; &#x03B5;=1 &#x00D7; 10<sup>&#x2013;8</sup>), a cosine learning rate scheduler, and a warm-up ratio of 0.1. Early stopping was not used. The learning rate was 5 &#x00D7; 10<sup>&#x2013;5</sup> for freeze, LoRA, and QLoRA. The validation split ratio was 0.1. For LoRA and QLoRA, the LoRA rank and &#x03B1; were both set to 8, with a LoRA dropout of 0.05, and the target modules were q_proj and v_proj. For QLoRA, 4-bit quantization with NF4, double quantization, and BF16 compute data type were used. For freeze, we trained the last 2 layers. The compute data type was BF16 for all PEFT settings.</p><p>For performance assessment, we adopted well-established confusion matrix&#x2013;derived evaluation metrics, with particular focus on 3 critical indexes: precision, recall, and <italic>F</italic><sub>1</sub>-score. We used macro&#x2013;<italic>F</italic><sub>1</sub>-score (the unweighted mean of the class-specific <italic>F</italic><sub>1</sub>-score for population, intervention, and outcome) as it provides a balanced overall assessment of precision and recall while reducing bias toward majority classes. Precision and recall were also reported separately as false negatives and false positives may have different practical implications in EBM applications. For the extraction task on the EBM-NLP dataset, model outputs were parsed from JSON format and evaluated using strict exact matches. A prediction was counted as correct only when the extracted mention text exactly matched the gold-standard mention text for the corresponding entity type; malformed or incomplete outputs were treated as errors. These metrics were defined as follows:</p><p>Precision = TP/(TP + FP) (1)</p><p>Recall = TP/(TP + FN) (2)</p><p><italic>F</italic><sub>1</sub>-score = (2 &#x00D7; TP)/(2 &#x00D7; TP + FP +FN) (3)</p><p>In these equations, &#x201C;TP,&#x201D; &#x201C;FP,&#x201D; and &#x201C;FN&#x201D; denote true positives, false positives, and false negatives, respectively. To assess result stability, all experiments were repeated 3 times, and the results are reported as means and SDs. Statistical analysis for pairwise method comparisons was performed using instance-level bootstrap analysis based on test set predictions, with <italic>F</italic><sub>1</sub>-score differences, 95% CIs, and approximate 2-sided <italic>P</italic> values reported. Detailed statistical test results are reported in Table S1 in <xref ref-type="supplementary-material" rid="app1">Multimedia Appendix 1</xref>.</p></sec><sec id="s2-6"><title>Ethical Considerations</title><p>This study was a secondary analysis of publicly available datasets and did not involve new human participant recruitment or direct interaction. No identifiable personal information or images were involved. Therefore, additional informed consent and participant compensation were not applicable to this study. Details of the original data collection procedures are available in the original dataset publications.</p></sec></sec><sec id="s3" sec-type="results"><title>Results</title><p>This study addressed two primary scientific inquiries: (1) the feasibility of LLMs in performing PICO element identification and extraction tasks and (2) the effectiveness of different prompt engineering and fine-tuning mechanisms for these applications. To systematically investigate these questions, we designed dual experimental frameworks evaluating both prompt engineering strategies and fine-tuning approaches across PICO recognition and extraction tasks.</p><p>For the recognition task, <xref ref-type="table" rid="table2">Tables 2</xref> and <xref ref-type="table" rid="table3">3</xref> summarize the performance metrics of various prompt engineering methods on the PubMed-PICO and NICTA-PIBOSO datasets. Specifically, on the PubMed-PICO dataset, COT achieved average <italic>F</italic><sub>1</sub>-scores of 77.1% (SD 0.5%) for population, 70.4% (SD 0.6%) for intervention, and 84.5% (SD 0.4%) for outcome. On the NICTA-PIBOSO dataset, the <italic>F</italic><sub>1</sub>-scores were 48.3% (SD 1.1%) for population, 46.4% (SD 1.2%) for intervention and 84.7% (SD 0.8%) for outcome. Overall, across both datasets, the COT prompting strategy achieved a stronger average performance than the ICL and MPR approaches. This advantage was further supported by instance-level bootstrap analysis based on test set predictions indicating that COT achieved the most stable and robust overall performance.</p><table-wrap id="t2" position="float"><label>Table 2.</label><caption><p>Recognition performance of various prompt engineering methods on the PubMed-PICO dataset (sentence-level classification).</p></caption><table id="table2" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">Prompt engineering method</td><td align="left" valign="bottom" colspan="3">Population element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Intervention element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Outcome element (%), mean (SD)</td></tr><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">ICL<sup><xref ref-type="table-fn" rid="table2fn1">a</xref></sup></td><td align="left" valign="top">51.1 (0.7)</td><td align="left" valign="top">93.3 (0.5)</td><td align="left" valign="top">66.1 (0.6)<sup><xref ref-type="table-fn" rid="table2fn2">b</xref></sup></td><td align="left" valign="top"><italic>85.2 (0.8)</italic><sup><xref ref-type="table-fn" rid="table2fn3">c</xref></sup></td><td align="left" valign="top">14.3 (0.9)</td><td align="left" valign="top">24.5 (0.8)<sup><xref ref-type="table-fn" rid="table2fn2">b</xref></sup></td><td align="left" valign="top">81.9 (0.6)</td><td align="left" valign="top">73.5 (0.7)</td><td align="left" valign="top">77.5 (0.6)<sup><xref ref-type="table-fn" rid="table2fn2">b</xref></sup></td></tr><tr><td align="left" valign="top">COT<sup><xref ref-type="table-fn" rid="table2fn4">d</xref></sup></td><td align="left" valign="top"><italic>74.4 (0.5)</italic></td><td align="left" valign="top">80.1 (0.6)</td><td align="left" valign="top">77.1 (0.5)<sup><xref ref-type="table-fn" rid="table2fn5">e</xref>,<xref ref-type="table-fn" rid="table2fn6">f</xref></sup></td><td align="left" valign="top">80.1 (0.7)</td><td align="left" valign="top"><italic>62.8 (0.8)</italic></td><td align="left" valign="top">70.4 (0.6)<sup><xref ref-type="table-fn" rid="table2fn5">e</xref>,<xref ref-type="table-fn" rid="table2fn6">f</xref></sup></td><td align="left" valign="top">81.5 (0.5)</td><td align="left" valign="top"><italic>87.9 (0.5)</italic></td><td align="left" valign="top">84.5 (0.4)<sup><xref ref-type="table-fn" rid="table2fn5">e</xref>,<xref ref-type="table-fn" rid="table2fn6">f</xref></sup></td></tr><tr><td align="left" valign="top">MPR<sup><xref ref-type="table-fn" rid="table2fn7">g</xref></sup></td><td align="left" valign="top">38.1 (0.9)</td><td align="left" valign="top"><italic>97.3 (0.4)</italic></td><td align="left" valign="top">54.8 (0.7)</td><td align="left" valign="top">77.0 (0.8)</td><td align="left" valign="top">12.5 (1.0)</td><td align="left" valign="top">21.5 (0.9)</td><td align="left" valign="top"><italic>91.8 (0.6)</italic></td><td align="left" valign="top">26.9 (0.8)</td><td align="left" valign="top">41.6 (0.7)</td></tr></tbody></table><table-wrap-foot><fn id="table2fn1"><p><sup>a</sup>ICL: in-context learning.</p></fn><fn id="table2fn2"><p><sup>b</sup>ICL vs multi-path reasoning.</p></fn><fn id="table2fn3"><p><sup>c</sup>Italics indicate the best performance of each indicator.</p></fn><fn id="table2fn4"><p><sup>d</sup>COT: chain of thought.</p></fn><fn id="table2fn5"><p><sup>e</sup>COT vs ICL.</p></fn><fn id="table2fn6"><p><sup>f</sup>COT vs multi-path reasoning.</p></fn><fn id="table2fn7"><p><sup>g</sup>MPR: multi-path reasoning.</p></fn></table-wrap-foot></table-wrap><table-wrap id="t3" position="float"><label>Table 3.</label><caption><p>Recognition performance of various prompt engineering methods on the NICTA-PIBOSO dataset (sentence-level classification).</p></caption><table id="table3" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">Prompt engineering method</td><td align="left" valign="bottom" colspan="3">Population element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Intervention element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Outcome element (%), mean (SD)</td></tr><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">ICL<sup><xref ref-type="table-fn" rid="table3fn1">a</xref></sup></td><td align="left" valign="top">20.3 (1.3)</td><td align="left" valign="top">92.7 (1.0)</td><td align="left" valign="top">33.3 (1.2)</td><td align="left" valign="top"><italic>71.4 (1.5)</italic><sup><xref ref-type="table-fn" rid="table3fn2">b</xref></sup></td><td align="left" valign="top">4.0 (0.8)</td><td align="left" valign="top">7.6 (0.9)</td><td align="left" valign="top"><italic>94.7 (0.8)</italic></td><td align="left" valign="top">53.5 (1.4)</td><td align="left" valign="top">68.4 (1.1)<sup><xref ref-type="table-fn" rid="table3fn3">c</xref></sup></td></tr><tr><td align="left" valign="top">COT<sup><xref ref-type="table-fn" rid="table3fn4">d</xref></sup></td><td align="left" valign="top">34.4 (1.2)</td><td align="left" valign="top">81.3 (1.3)</td><td align="left" valign="top">48.3 (1.1)<sup><xref ref-type="table-fn" rid="table3fn5">e</xref></sup></td><td align="left" valign="top">53.7 (1.4)</td><td align="left" valign="top"><italic>40.8 (1.5)</italic></td><td align="left" valign="top"><italic>46.4 (1.2)</italic><sup><xref ref-type="table-fn" rid="table3fn5">e</xref>,<xref ref-type="table-fn" rid="table3fn6">f</xref></sup></td><td align="left" valign="top">94.6 (0.7)</td><td align="left" valign="top">76.8 (1.0)</td><td align="left" valign="top"><italic>84.7 (0.8)</italic><sup><xref ref-type="table-fn" rid="table3fn5">e</xref>,<xref ref-type="table-fn" rid="table3fn6">f</xref></sup></td></tr><tr><td align="left" valign="top">MPR<sup><xref ref-type="table-fn" rid="table3fn7">g</xref></sup></td><td align="left" valign="top"><italic>37.8 (1.3)</italic></td><td align="left" valign="top"><italic>97.7 (0.6)</italic></td><td align="left" valign="top"><italic>54.6 (1.1)</italic><sup><xref ref-type="table-fn" rid="table3fn3">c</xref></sup><sup>,</sup><sup><xref ref-type="table-fn" rid="table3fn6">f</xref></sup></td><td align="left" valign="top">76.9 (1.2)</td><td align="left" valign="top">11.6 (1.0)</td><td align="left" valign="top">20.2 (1.0)<sup><xref ref-type="table-fn" rid="table3fn3">c</xref></sup></td><td align="left" valign="top">92.5 (0.9)</td><td align="left" valign="top"><italic>25.9 (1.3)</italic></td><td align="left" valign="top">40.5 (1.1)</td></tr></tbody></table><table-wrap-foot><fn id="table3fn1"><p><sup>a</sup>ICL: in-context learning.</p></fn><fn id="table3fn2"><p><sup>b</sup>Italics indicate the best performance of each indicator.</p></fn><fn id="table3fn3"><p><sup>c</sup>ICL vs multi-path reasoning.</p></fn><fn id="table3fn4"><p><sup>d</sup>COT: chain of thought.</p></fn><fn id="table3fn5"><p><sup>e</sup>COT vs ICL.</p></fn><fn id="table3fn6"><p><sup>f</sup>COT vs multi-path reasoning.</p></fn><fn id="table3fn7"><p><sup>g</sup>MPR: multi-path reasoning.</p></fn></table-wrap-foot></table-wrap><p>We implemented PEFT on the Llama 3.2-3B foundation model, conducting comparative analyses of 3 prominent PEFT methodologies: LoRA, QLoRA, and freeze. The empirical evidence presented in <xref ref-type="table" rid="table4">Tables 4</xref> and <xref ref-type="table" rid="table5">5</xref> reveals several critical findings.</p><table-wrap id="t4" position="float"><label>Table 4.</label><caption><p>Recognition performance of various parameter-efficient fine-tuning (PEFT) methods on the PubMed-PICO dataset (sentence-level classification).</p></caption><table id="table4" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">PEFT method</td><td align="left" valign="bottom" colspan="3">Population element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Intervention element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Outcome element (%), mean (SD)</td></tr><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">LoRA<sup><xref ref-type="table-fn" rid="table4fn1">a</xref></sup></td><td align="left" valign="top"><italic>94.2 (0.3)</italic><sup><xref ref-type="table-fn" rid="table4fn2">b</xref></sup></td><td align="left" valign="top">89.3 (0.4)</td><td align="left" valign="top"><italic>91.7 (0.3)</italic><sup><xref ref-type="table-fn" rid="table4fn3">c</xref>,<xref ref-type="table-fn" rid="table4fn4">d</xref></sup></td><td align="left" valign="top">88.2 (0.4)</td><td align="left" valign="top"><italic>87.2 (0.4)</italic></td><td align="left" valign="top"><italic>87.7 (0.3)</italic><sup><xref ref-type="table-fn" rid="table4fn3">c</xref>,<xref ref-type="table-fn" rid="table4fn4">d</xref></sup></td><td align="left" valign="top"><italic>90.5 (0.3)</italic></td><td align="left" valign="top"><italic>95.2 (0.2)</italic></td><td align="left" valign="top"><italic>92.8 (0.2)</italic><sup><xref ref-type="table-fn" rid="table4fn3">c</xref>,<xref ref-type="table-fn" rid="table4fn4">d</xref></sup></td></tr><tr><td align="left" valign="top">QLoRA<sup><xref ref-type="table-fn" rid="table4fn5">e</xref></sup></td><td align="left" valign="top">92.8 (0.4)</td><td align="left" valign="top"><italic>90.5 (0.3)</italic></td><td align="left" valign="top">91.6 (0.3)<sup><xref ref-type="table-fn" rid="table4fn6">f</xref></sup></td><td align="left" valign="top"><italic>90.0 (0.3)</italic></td><td align="left" valign="top">85.6 (0.4)</td><td align="left" valign="top"><italic>87.7 (0.3)</italic><sup><xref ref-type="table-fn" rid="table4fn6">f</xref></sup></td><td align="left" valign="top">90.2 (0.3)</td><td align="left" valign="top">95.1 (0.2)</td><td align="left" valign="top">92.7 (0.2)<sup><xref ref-type="table-fn" rid="table4fn6">f</xref></sup></td></tr><tr><td align="left" valign="top">Freeze</td><td align="left" valign="top">93.9 (0.4)</td><td align="left" valign="top">88.9 (0.4)</td><td align="left" valign="top">91.4 (0.3)</td><td align="left" valign="top">88.3 (0.4)</td><td align="left" valign="top">84.9 (0.5)</td><td align="left" valign="top">86.6 (0.4)</td><td align="left" valign="top">88.9 (0.3)</td><td align="left" valign="top">95.1 (0.3)</td><td align="left" valign="top">92.0 (0.3)</td></tr></tbody></table><table-wrap-foot><fn id="table4fn1"><p><sup>a</sup>LoRA: low-rank adaptation.</p></fn><fn id="table4fn2"><p><sup>b</sup>Italics indicate the best performance of each indicator.</p></fn><fn id="table4fn3"><p><sup>c</sup>LoRA vs quantized LoRA.</p></fn><fn id="table4fn4"><p><sup>d</sup>LoRA vs freeze.</p></fn><fn id="table4fn5"><p><sup>e</sup>QLoRA: quantized LoRA.</p></fn><fn id="table4fn6"><p><sup>f</sup>QLoRA vs freeze.</p></fn></table-wrap-foot></table-wrap><table-wrap id="t5" position="float"><label>Table 5.</label><caption><p>Recognition performance of various parameter-efficient fine-tuning (PEFT) methods on the NICTA-PIBOSO dataset (sentence-level classification).</p></caption><table id="table5" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">PEFT method</td><td align="left" valign="bottom" colspan="3">Population element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Intervention element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Outcome element (%), mean (SD)</td></tr><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">LoRA<sup><xref ref-type="table-fn" rid="table5fn1">a</xref></sup></td><td align="left" valign="top"><italic>79.2 (0.7)</italic><sup><xref ref-type="table-fn" rid="table5fn2">b</xref></sup></td><td align="left" valign="top">68.7 (0.9)</td><td align="left" valign="top"><italic>72.5 (0.7)</italic><sup><xref ref-type="table-fn" rid="table5fn3">c</xref>,<xref ref-type="table-fn" rid="table5fn4">d</xref></sup></td><td align="left" valign="top"><italic>78.5 (0.8)</italic></td><td align="left" valign="top">67.2 (0.9)</td><td align="left" valign="top">72.4 (0.7)<sup><xref ref-type="table-fn" rid="table5fn4">d</xref></sup></td><td align="left" valign="top">95.2 (0.3)</td><td align="left" valign="top"><italic>98.1 (0.2)</italic></td><td align="left" valign="top"><italic>96.6 (0.2)</italic><sup><xref ref-type="table-fn" rid="table5fn3">c</xref>,<xref ref-type="table-fn" rid="table5fn4">d</xref></sup></td></tr><tr><td align="left" valign="top">QLoRA<sup><xref ref-type="table-fn" rid="table5fn5">e</xref></sup></td><td align="left" valign="top">72.3 (0.9)</td><td align="left" valign="top"><italic>71.6 (0.8)</italic></td><td align="left" valign="top">71.9 (0.7)<sup><xref ref-type="table-fn" rid="table5fn6">f</xref></sup></td><td align="left" valign="top">77.9 (0.8)</td><td align="left" valign="top"><italic>70.4 (0.8)</italic></td><td align="left" valign="top"><italic>74.0 (0.7)</italic><sup><xref ref-type="table-fn" rid="table5fn3">c</xref>,<xref ref-type="table-fn" rid="table5fn6">f</xref></sup></td><td align="left" valign="top"><italic>95.7 (0.3)</italic></td><td align="left" valign="top">97.1 (0.3)</td><td align="left" valign="top">96.4 (0.2)<sup><xref ref-type="table-fn" rid="table5fn6">f</xref></sup></td></tr><tr><td align="left" valign="top">Freeze</td><td align="left" valign="top">78.8 (0.8)</td><td align="left" valign="top">61.7 (1.0)</td><td align="left" valign="top">69.2 (0.8)</td><td align="left" valign="top">68.3 (0.9)</td><td align="left" valign="top">68.8 (0.9)</td><td align="left" valign="top">68.5 (0.8)</td><td align="left" valign="top">94.9 (0.4)</td><td align="left" valign="top">97.1 (0.3)</td><td align="left" valign="top">96.0 (0.3)</td></tr></tbody></table><table-wrap-foot><fn id="table5fn1"><p><sup>a</sup>LoRA: low-rank adaptation.</p></fn><fn id="table5fn2"><p><sup>b</sup>Italics indicate the best performance of each indicator.</p></fn><fn id="table5fn3"><p><sup>c</sup>LoRA vs quantized LoRA.</p></fn><fn id="table5fn4"><p><sup>d</sup>LoRA vs freeze.</p></fn><fn id="table5fn5"><p><sup>e</sup>QLoRA: quantized LoRA.</p></fn><fn id="table5fn6"><p><sup>f</sup>QLoRA vs freeze.</p></fn></table-wrap-foot></table-wrap><p>The performance disparity between datasets is worth particular attention. Our analysis revealed a potential correlation with training data characteristics: the PubMed-PICO dataset contains 76,713 entries with balanced element distribution (<xref ref-type="table" rid="table1">Table 1</xref>), whereas NICTA-PIBOSO has only 6025 samples with skewed distributions (4523, 812, and 690 for the outcome, population, and intervention elements, respectively). This substantial difference in both total sample size and sample unbalanced distribution likely contributed to the superior performance on PubMed-PICO across all evaluation metrics.</p><p>For the PubMed-PICO dataset, COT showed a good balance and stable performance between precision and recall. On the other hand, ICL and MPR inconsistently diverged between precision and recall.</p><p>Given COT&#x2019;s demonstrated efficacy, consistency, and balance in preliminary experiments, we adopted COT as the baseline template for subsequent fine-tuning experiments. This methodological continuity ensured comparability between prompt engineering and fine-tuning approaches in our phased investigation.</p><p>Our quantitative analysis further revealed that fine-tuning substantially outperformed prompt engineering across all evaluation metrics. For instance, on the PubMed-PICO dataset, the LoRA&#x2013;fine-tuned model demonstrated substantial improvements: the COT method achieved an average <italic>F</italic><sub>1</sub>-score of 77.1% (SD 0.5%) for population element recognition. With COT as the chosen prompt engineering strategy, LoRA further enhanced the model, reaching an average <italic>F</italic><sub>1</sub>-score of 91.7% (SD 0.3%; +14.6%). Similar enhancements were observed in intervention element recognition (+17.3%) and outcome element recognition (+8.3%). This performance gap became more pronounced on the NICTA-PIBOSO dataset, where the LoRA-optimized model outperformed COT prompting by 24.2% in population element recognition. It is noteworthy that the intervention element performance leaped from an average of 46.4% (SD 1.2%) to 72.4% (SD 0.7%), representing a 26% improvement, accompanied by an 11.9% outcome element improvement. Overall, LoRA demonstrated superior performance across both benchmark datasets. Statistical analysis further supported the robustness of this advantage.</p><p>Following the 2-phase experimental design, we further conducted PICO element extraction tasks on the EBM-NLP dataset. Initial experiments compared 3 prompting strategies, followed by PEFT experiments with LLMs. The experimental results are presented in <xref ref-type="table" rid="table6">Tables 6</xref> and <xref ref-type="table" rid="table7">7</xref>.</p><table-wrap id="t6" position="float"><label>Table 6.</label><caption><p>Extraction performance of various prompt engineering methods on the EBM-NLP dataset (token-level named entity recognition).</p></caption><table id="table6" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">Prompt engineering method</td><td align="left" valign="bottom" colspan="3">Population element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Intervention element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Outcome element (%), mean (SD)</td></tr><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">ICL<sup><xref ref-type="table-fn" rid="table6fn1">a</xref></sup></td><td align="left" valign="top">75.2 (1.0)</td><td align="left" valign="top"><italic>77.1 (1.1)</italic><sup><xref ref-type="table-fn" rid="table6fn2">b</xref></sup></td><td align="left" valign="top">76.1 (0.9)<sup><xref ref-type="table-fn" rid="table6fn3">c</xref></sup></td><td align="left" valign="top">78.4 (1.0)</td><td align="left" valign="top"><italic>78.3 (1.1)</italic></td><td align="left" valign="top"><italic>78.3 (0.9)</italic><sup><xref ref-type="table-fn" rid="table6fn3">c</xref></sup><sup>,</sup><sup><xref ref-type="table-fn" rid="table6fn4">d</xref></sup></td><td align="left" valign="top">63.6 (1.3)</td><td align="left" valign="top">66.8 (1.2)</td><td align="left" valign="top">65.2 (1.1)</td></tr><tr><td align="left" valign="top">COT<sup><xref ref-type="table-fn" rid="table6fn5">e</xref></sup></td><td align="left" valign="top"><italic>88.6 (0.8)</italic></td><td align="left" valign="top">75.1 (1.1)</td><td align="left" valign="top"><italic>81.3 (0.8)</italic><sup><xref ref-type="table-fn" rid="table6fn4">d</xref>,<xref ref-type="table-fn" rid="table6fn6">f</xref></sup></td><td align="left" valign="top"><italic>82.7 (0.9)</italic></td><td align="left" valign="top">68.9 (1.2)</td><td align="left" valign="top">75.2 (0.9)<sup><xref ref-type="table-fn" rid="table6fn6">f</xref></sup></td><td align="left" valign="top">65.6 (1.1)</td><td align="left" valign="top">65.0 (1.2)</td><td align="left" valign="top">65.3 (1.0)<sup><xref ref-type="table-fn" rid="table6fn4">d</xref></sup></td></tr><tr><td align="left" valign="top">MPR<sup><xref ref-type="table-fn" rid="table6fn7">g</xref></sup></td><td align="left" valign="top">61.5 (1.4)</td><td align="left" valign="top">51.8 (1.5)</td><td align="left" valign="top">56.2 (1.2)</td><td align="left" valign="top">60.5 (1.3)</td><td align="left" valign="top">50.5 (1.4)</td><td align="left" valign="top">55.0 (1.2)</td><td align="left" valign="top"><italic>78.1 (0.9)</italic></td><td align="left" valign="top"><italic>73.2 (1.0)</italic></td><td align="left" valign="top"><italic>75.6 (0.8)</italic><sup><xref ref-type="table-fn" rid="table6fn3">c</xref></sup><sup>,</sup><sup><xref ref-type="table-fn" rid="table6fn6">f</xref></sup></td></tr></tbody></table><table-wrap-foot><fn id="table6fn1"><p><sup>a</sup>ICL: in-context learning.</p></fn><fn id="table6fn2"><p><sup>b</sup>Italics indicate the best performance of each indicator.</p></fn><fn id="table6fn3"><p><sup>c</sup>ICL vs multi-path reasoning.</p></fn><fn id="table6fn4"><p><sup>d</sup>Chain of thought vs ICL.</p></fn><fn id="table6fn5"><p><sup>e</sup>COT: chain of thought.</p></fn><fn id="table6fn6"><p><sup>f</sup>COT vs multi-path reasoning.</p></fn><fn id="table6fn7"><p><sup>g</sup>MPR: multi-path reasoning.</p></fn></table-wrap-foot></table-wrap><table-wrap id="t7" position="float"><label>Table 7.</label><caption><p>Extraction performance of various parameter-efficient fine-tuning (PEFT) methods on the EBM-NLP dataset (token-level named entity recognition)<sup><xref ref-type="table-fn" rid="table7fn1">a</xref></sup>.</p></caption><table id="table7" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">PEFT method</td><td align="left" valign="bottom" colspan="3">Population element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Intervention element (%), mean (SD)</td><td align="left" valign="bottom" colspan="3">Outcome element (%), mean (SD)</td></tr><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Precision</td><td align="left" valign="bottom">Recall</td><td align="left" valign="bottom"><italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">LoRA<sup><xref ref-type="table-fn" rid="table7fn2">b</xref></sup></td><td align="left" valign="top">81.6 (0.5)</td><td align="left" valign="top">76.7 (0.6)</td><td align="left" valign="top">79.1 (0.5)</td><td align="left" valign="top">86.7 (0.5)</td><td align="left" valign="top">72.1 (0.6)</td><td align="left" valign="top">78.7 (0.5)<sup><xref ref-type="table-fn" rid="table7fn3">c</xref></sup></td><td align="left" valign="top">80.2 (0.6)</td><td align="left" valign="top">67.2 (0.7)</td><td align="left" valign="top">73.1 (0.6)<sup><xref ref-type="table-fn" rid="table7fn3">c</xref></sup></td></tr><tr><td align="left" valign="top">QLoRA<sup><xref ref-type="table-fn" rid="table7fn4">d</xref></sup></td><td align="left" valign="top"><italic>82.0 (0.5)</italic><sup><xref ref-type="table-fn" rid="table7fn5">e</xref></sup></td><td align="left" valign="top"><italic>76.9 (0.5)</italic></td><td align="left" valign="top"><italic>79.3 (0.5)</italic><sup><xref ref-type="table-fn" rid="table7fn6">f</xref>,<xref ref-type="table-fn" rid="table7fn7">g</xref></sup></td><td align="left" valign="top"><italic>87.3 (0.5)</italic></td><td align="left" valign="top"><italic>72.6 (0.6)</italic></td><td align="left" valign="top"><italic>79.3 (0.5)</italic><sup><xref ref-type="table-fn" rid="table7fn6">f</xref>,<xref ref-type="table-fn" rid="table7fn7">g</xref></sup></td><td align="left" valign="top"><italic>81.1 (0.5)</italic></td><td align="left" valign="top"><italic>68.0 (0.6)</italic></td><td align="left" valign="top"><italic>74.0 (0.5)</italic><sup><xref ref-type="table-fn" rid="table7fn6">f</xref>,<xref ref-type="table-fn" rid="table7fn7">g</xref></sup></td></tr><tr><td align="left" valign="top">Freeze</td><td align="left" valign="top">81.7 (0.5)</td><td align="left" valign="top">76.8 (0.6)</td><td align="left" valign="top">79.2 (0.5)<sup><xref ref-type="table-fn" rid="table7fn3">c</xref></sup></td><td align="left" valign="top">83.2 (0.7)</td><td align="left" valign="top">69.1 (0.8)</td><td align="left" valign="top">75.5 (0.6)</td><td align="left" valign="top">78.0 (0.6)</td><td align="left" valign="top">65.3 (0.7)</td><td align="left" valign="top">71.1 (0.6)</td></tr></tbody></table><table-wrap-foot><fn id="table7fn1"><p><sup>a</sup>We compared our experimental results with those reported in previous studies using the same 3 datasets. Jin and Szolovits [<xref ref-type="bibr" rid="ref24">24</xref>] developed the CPED-BioBERT model based on deep neural networks through extensive work on PubMed-PICO and NICTA-PIBOSO. Their model achieved <italic>F</italic><sub>1</sub>-scores of 91.0% for population elements, 84.6% for intervention elements, and 88.9% for outcome elements on the PubMed-PICO dataset, which were consistently lower than those achieved by our low-rank adaptation&#x2013;fine-tuned model.</p></fn><fn id="table7fn2"><p><sup>b</sup>LoRA: low-rank adaptation.</p></fn><fn id="table7fn3"><p><sup>c</sup>LoRA vs freeze.</p></fn><fn id="table7fn4"><p><sup>d</sup>QLoRA: quantized LoRA.</p></fn><fn id="table7fn5"><p><sup>e</sup>Italics indicate the best performance of each indicator.</p></fn><fn id="table7fn6"><p><sup>f</sup>LoRA vs QLoRA.</p></fn><fn id="table7fn7"><p><sup>g</sup>QLoRA vs freeze.</p></fn></table-wrap-foot></table-wrap><p>In the prompt-based extraction experiments, consistent with findings from the recognition task, the COT method achieved an average <italic>F</italic><sub>1</sub>-score of 73.9% across all 3 elements, surpassing ICL (73.2%) and MPR (62.3%). It also showed superior average precision (79.0% vs 72.4% for ICL and 66.7% for MPR). These results collectively indicate the strongest average performance of COT prompting. Overall, COT achieved the highest overall average <italic>F</italic><sub>1</sub>-score. This advantage was further supported by statistical analysis.</p><p>For the fine-tuning experiments, we compared 3 algorithms (LoRA, QLoRA, and freeze) in LLM-based information extraction. In contrast to findings from the recognition task, QLoRA demonstrated superior performance across all metrics for the 3 entities, achieving average <italic>F</italic><sub>1</sub>-scores of 79.3% (SD 0.5%) for population elements, 79.3% (SD 0.5%) for intervention elements, and 74.0% (SD 0.5%) for outcome elements. The empirical findings substantiated that, when applied subsequent to prompt tuning, PEFT further enhanced the model&#x2019;s overall extraction performance, with element-dependent differences across PICO categories. Specifically, intervention elements improved from 75.2% (SD 0.9%) to 79.3% (SD 0.5%), and outcome elements increased from 65.3% (SD 1.0%) to 74.0% (SD 0.5%), whereas the <italic>F</italic><sub>1</sub>-score for population elements declined from 81.3% (SD 0.8%) with COT prompting to 79.3% (SD 0.5%) after QLoRA fine-tuning. Although the enhancement magnitude was less pronounced than in recognition tasks, these findings reaffirm the performance advantages of fine-tuned methods. This pattern suggests that the advantage of quantization is more evident in extraction tasks, whereas in the relatively simpler recognition setting, QLoRA does not fully realize its potential.</p><p>In addition to predictive performance, we further compared the computational efficiency of the 3 PEFT methods in 2 representative task settings, namely, PubMed-PICO recognition and EBM-NLP extraction.</p><p>As shown in <xref ref-type="table" rid="table8">Table 8</xref>, QLoRA consistently reduced peak GPU memory use relative to LoRA in both task settings. In the PubMed-PICO recognition task, QLoRA reduced peak GPU memory from 16.2 GB to 12.3 GB while maintaining the same inference latency. In the EBM-NLP extraction task, QLoRA likewise required less peak GPU memory than LoRA (18.0 GB vs 21.6 GB).</p><table-wrap id="t8" position="float"><label>Table 8.</label><caption><p>Computational efficiency of parameter-efficient fine-tuning methods. Inference latency (ms per sample) represents the total accumulated time required to extract all relevant population, intervention, comparison, and outcome elements from a single sample.</p></caption><table id="table8" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">Task and method</td><td align="left" valign="bottom">Training time (h)</td><td align="left" valign="bottom">Peak GPU<sup><xref ref-type="table-fn" rid="table8fn1">a</xref></sup> memory use (GB)</td><td align="left" valign="bottom">Inference latency (ms per sample)</td><td align="left" valign="bottom">GPU-hours</td><td align="left" valign="bottom">Effective deployment size (GB)</td></tr></thead><tbody><tr><td align="left" valign="top" colspan="6">PubMed-PICO recognition task</td></tr><tr><td align="left" valign="top"><named-content content-type="indent">&#x00A0;&#x00A0;&#x00A0;&#x00A0;</named-content>QLoRA<sup><xref ref-type="table-fn" rid="table8fn2">b</xref></sup></td><td align="left" valign="top">2.26</td><td align="left" valign="top">12.3</td><td align="left" valign="top">113</td><td align="left" valign="top">2.26</td><td align="left" valign="top">6.78</td></tr><tr><td align="left" valign="top"><named-content content-type="indent">&#x00A0;&#x00A0;&#x00A0;&#x00A0;</named-content>LoRA<sup><xref ref-type="table-fn" rid="table8fn3">c</xref></sup></td><td align="left" valign="top">2.10</td><td align="left" valign="top">16.2</td><td align="left" valign="top">113</td><td align="left" valign="top">2.10</td><td align="left" valign="top">6.78</td></tr><tr><td align="left" valign="top"><named-content content-type="indent">&#x00A0;&#x00A0;&#x00A0;&#x00A0;</named-content>Freeze</td><td align="left" valign="top">1.30</td><td align="left" valign="top">19.4</td><td align="left" valign="top">113</td><td align="left" valign="top">1.30</td><td align="left" valign="top">6.5</td></tr><tr><td align="left" valign="top" colspan="6">EBM-NLP extraction task</td></tr><tr><td align="left" valign="top"><named-content content-type="indent">&#x00A0;&#x00A0;&#x00A0;&#x00A0;</named-content>QLoRA</td><td align="left" valign="top">3.85</td><td align="left" valign="top">18.0</td><td align="left" valign="top">135</td><td align="left" valign="top">3.85</td><td align="left" valign="top">6.78</td></tr><tr><td align="left" valign="top"><named-content content-type="indent">&#x00A0;&#x00A0;&#x00A0;&#x00A0;</named-content>LoRA</td><td align="left" valign="top">3.74</td><td align="left" valign="top">21.6</td><td align="left" valign="top">135</td><td align="left" valign="top">3.74</td><td align="left" valign="top">6.78</td></tr><tr><td align="left" valign="top"><named-content content-type="indent">&#x00A0;&#x00A0;&#x00A0;&#x00A0;</named-content>Freeze</td><td align="left" valign="top">1.72</td><td align="left" valign="top">19.9</td><td align="left" valign="top">135</td><td align="left" valign="top">1.72</td><td align="left" valign="top">6.5</td></tr></tbody></table><table-wrap-foot><fn id="table8fn1"><p><sup>a</sup>GPU: graphics processing unit.</p></fn><fn id="table8fn2"><p><sup>b</sup>QLoRA: quantized low-rank adaptation.</p></fn><fn id="table8fn3"><p><sup>c</sup>LoRA: low-rank adaptation.</p></fn></table-wrap-foot></table-wrap><p>In the NICTA-PIBOSO recognition task, multiple research teams, including Lui [<xref ref-type="bibr" rid="ref33">33</xref>], Amini et al [<xref ref-type="bibr" rid="ref26">26</xref>], and Dernoncourt et al [<xref ref-type="bibr" rid="ref34">34</xref>], conducted comparable experiments to those by Jin and Szolovits [<xref ref-type="bibr" rid="ref24">24</xref>]. As detailed in <xref ref-type="table" rid="table9">Table 9</xref>, which summarizes <italic>F</italic><sub>1</sub>-score comparisons from multiple studies on the NICTA-PIBOSO dataset, our model outperformed previous methods in 2 of the 3 elements (intervention and outcome). Notably, while our average population element <italic>F</italic><sub>1</sub>-score (72.5%, SD 0.7%) was marginally lower than that reported by Jin and Szolovits [<xref ref-type="bibr" rid="ref24">24</xref>], we achieved the best reported <italic>F</italic><sub>1</sub>-scores for both intervention (mean 72.4%, SD 0.7%) and outcome (mean 96.6%, SD 0.2%) elements. This comprehensive comparison highlights the competitive performance of our approach across key evaluation metrics.</p><table-wrap id="t9" position="float"><label>Table 9.</label><caption><p><italic>F</italic><sub>1</sub>-scores on the test set of the NICTA-PIBOSO dataset<sup><xref ref-type="table-fn" rid="table9fn1">a</xref></sup>.</p></caption><table id="table9" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom"/><td align="left" valign="bottom">Population element (%), <italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Intervention element (%), <italic>F</italic><sub>1</sub>-score</td><td align="left" valign="bottom">Outcome element (%), <italic>F</italic><sub>1</sub>-score</td></tr></thead><tbody><tr><td align="left" valign="top">Lui [<xref ref-type="bibr" rid="ref33">33</xref>]</td><td align="left" valign="top">58.0</td><td align="left" valign="top">34.0</td><td align="left" valign="top">89.0</td></tr><tr><td align="left" valign="top">Amini et al [<xref ref-type="bibr" rid="ref26">26</xref>]</td><td align="left" valign="top">51.0</td><td align="left" valign="top">35.0</td><td align="left" valign="top">86.0</td></tr><tr><td align="left" valign="top">Dernoncourt et al [<xref ref-type="bibr" rid="ref34">34</xref>]</td><td align="left" valign="top">59.2</td><td align="left" valign="top">36.5</td><td align="left" valign="top">89.1</td></tr><tr><td align="left" valign="top">Jin and Szolovits [<xref ref-type="bibr" rid="ref24">24</xref>]</td><td align="left" valign="top"><italic>74.6</italic><sup><xref ref-type="table-fn" rid="table9fn2">b</xref></sup></td><td align="left" valign="top">64.3</td><td align="left" valign="top">90.9</td></tr><tr><td align="left" valign="top">Our model, mean (SD)</td><td align="left" valign="top">72.5 (0.7)</td><td align="left" valign="top"><italic>72.4</italic> (<italic>0.7</italic>)</td><td align="left" valign="top"><italic>96.6</italic> (<italic>0.2</italic>)</td></tr></tbody></table><table-wrap-foot><fn id="table9fn1"><p><sup>a</sup>This table follows the official NICTA-PIBOSO train-test split comparison reported in prior studies. Similarly, in the EBM-NLP extraction task, our model demonstrated superior performance compared to existing approaches. The mean <italic>F</italic><sub>1</sub>-score across the population, intervention, and outcome elements in this study reached 77.5%, outperforming established benchmarks, including SciBERT [<xref ref-type="bibr" rid="ref35">35</xref>] (73.1%), BioLinkBERT-Large [<xref ref-type="bibr" rid="ref36">36</xref>] (74.1%), BioBERT [<xref ref-type="bibr" rid="ref37">37</xref>] (73.1%), and AlpaPICO [<xref ref-type="bibr" rid="ref38">38</xref>] (64.8%). These comparative analyses collectively demonstrate the methodological rigor of our experimental design and validate the enhanced performance of our proposed model through external benchmarking against selected strong prior baselines.</p></fn><fn id="table9fn2"><p><sup>b</sup>The highest <italic>F</italic><sub>1</sub>-score achieved for each PICO element among all compared methods.</p></fn></table-wrap-foot></table-wrap><p>We additionally examined several representative incorrect predictions from the 3 benchmark datasets. As shown in <xref ref-type="table" rid="table10">Table 10</xref>, the observed errors mainly fell into 4 categories: incorrect extraction, entity omission, boundary mismatch, and sentence-level category confusion.</p><table-wrap id="t10" position="float"><label>Table 10.</label><caption><p>Representative population, intervention, comparison, and outcome (PICO) error cases.</p></caption><table id="table10" frame="hsides" rules="groups"><thead><tr><td align="left" valign="bottom">Error type</td><td align="left" valign="bottom">Dataset and task</td><td align="left" valign="bottom">Original text</td><td align="left" valign="bottom">Gold-standard annotation</td><td align="left" valign="bottom">Model prediction</td><td align="left" valign="bottom">Explanation</td></tr></thead><tbody><tr><td align="left" valign="top">Incorrect extraction</td><td align="left" valign="top">EBM-NLP; extraction</td><td align="left" valign="top">&#x201C;To evaluate the efficacy and safety of two 1-week low-dose triple-therapy drug regimens involving antisecretory drugs for Helicobacter pylori infection, 99 patients with H. pylori infection were treated with either lansoprazole (LPZ) or ranitidine (RNT) used together with clarithromycin (CAM) and metrinidazole (MTZ).&#x201D;</td><td align="left" valign="top">Intervention: &#x201C;antisecretory drugs,&#x201D; &#x201C;lansoprazole,&#x201D; &#x201C;ranitidine,&#x201D; &#x201C;clarithromycin (CAM),&#x201D; and &#x201C;metrinidazole (MTZ)&#x201D;; outcome: &#x201C;efficacy and safety&#x201D;; population: &#x201C;99&#x201D; and &#x201C;H. pylori infection&#x201D;</td><td align="left" valign="top">Intervention: &#x201C;lansoprazole (LPZ),&#x201D; &#x201C;ranitidine (RNT),&#x201D; &#x201C;clarithromycin (CAM),&#x201D; and &#x201C;metrinidazole (MTZ)&#x201D;; outcome: &#x201C;efficacy and safety&#x201D;; population: &#x201C;99&#x201D; and &#x201C;H. pylori infection&#x201D;</td><td align="left" valign="top">The prediction omitted the broader intervention phrase &#x201C;antisecretory drugs.&#x201D;</td></tr><tr><td align="left" valign="top">Entity omission</td><td align="left" valign="top">EBM-NLP; extraction</td><td align="left" valign="top">&#x201C;The cure rate of H. pylori infection was 88 % in the LCM group; 95 % CI 79-97 and 92% in the RCM group; 95 % CI 84-99.&#x201D;</td><td align="left" valign="top">Intervention: &#x201C;LCM&#x201D; and &#x201C;RCM&#x201D;; outcome: &#x201C;cure rate of H. pylori infection&#x201D;</td><td align="left" valign="top">Intervention: &#x201C;RCM&#x201D;; outcome: &#x201C;cure rate of H. pylori infection&#x201D;</td><td align="left" valign="top">The model correctly extracted the outcome but missed the &#x201C;LCM&#x201D; intervention, identifying only &#x201C;RCM.&#x201D;</td></tr><tr><td align="left" valign="top">Boundary mismatch</td><td align="left" valign="top">EBM-NLP; extraction</td><td align="left" valign="top">&#x201C;Seventy-eight women were randomized to receive 45 mg of hyperbaric 1.5 % lidocaine with or without 10 microg of fentanyl.&#x201D;</td><td align="left" valign="top">Intervention: &#x201C;45 mg of hyperbaric 1.5 % lidocaine with or without 10 microg of fentanyl&#x201D;; population: &#x201C;Seventy-eight women&#x201D;</td><td align="left" valign="top">Intervention: &#x201C;lidocaine with or without fentanyl&#x201D;; population: &#x201C;women&#x201D;</td><td align="left" valign="top">The prediction retained the core concepts but failed to match the complete gold standard annotation, especially dosage and population information.</td></tr><tr><td align="left" valign="top">Sentence-level category confusion</td><td align="left" valign="top">PubMed-PICO; recognition</td><td align="left" valign="top">&#x201C;Referral of postsurgical CRC survivors to weekly CR exercise classes and information sessions.&#x201D;</td><td align="left" valign="top">Intervention</td><td align="left" valign="top">Population</td><td align="left" valign="top">The sentence contains both population and intervention cues, whereas its dominant PICO role is &#x201C;intervention.&#x201D;</td></tr><tr><td align="left" valign="top">Sentence-level category confusion</td><td align="left" valign="top">NICTA-PIBOSO; recognition</td><td align="left" valign="top">&#x201C;Complete urinary continence was achieved in 37/44 men (84.1%) after 6 months and in 43/44 patients (97.7%) 1 year after surgery.&#x201D;</td><td align="left" valign="top">Outcome</td><td align="left" valign="top">Population</td><td align="left" valign="top">The sentence contains population terms within an outcome-reporting statement, leading to outcome-population confusion.</td></tr></tbody></table></table-wrap></sec><sec id="s4" sec-type="discussion"><title>Discussion</title><sec id="s4-1"><title>Principal Findings</title><p>This study systematically investigated prompt engineering and PEFT techniques for PICO element recognition and extraction driven by the practical demands of intelligent EBM development. Focusing on PICO elements in medical literature, we propose a novel framework integrating prompt engineering and PEFT to automate PICO element processing. Our methodology involved two key phases: (1) designing prompt templates for specific tasks, evaluating the basic reasoning ability of models based on prompt engineering, and using the optimal prompt configuration; and (2) based on prompt engineering, implementing PEFT to further optimize the performance of the model.</p><p>The experiment revealed 3 significant findings. First, our divide-and-conquer approach using COT prompting achieved the strongest average performance among the prompt engineering strategies across recognition and extraction tasks, indicating enhanced reasoning capability for interpreting complex medical contexts. This superiority suggests that structured cognitive prompting can effectively improve semantic comprehension and precision in recognition tasks. One explanation for COT&#x2019;s superior performance is that the relatively small-parameter models used in our experiments may struggle to process the intricate reasoning steps inherent in MPR or the implicit reasoning demonstrations typical of ICL. Consequently, these models likely derive greater benefit from the explicit, step-by-step reasoning provided by COT. Furthermore, considering the moderate complexity of the PICO recognition and extraction tasks, a sequential reasoning strategy such as COT aligns well with guiding model cognition in an explicit and systematic manner, thus improving task-specific performance. Second, in PEFT, for the recognition task, LoRA showed the best results on the PubMed-PICO dataset, and QLoRA showed the best results on the NICTA-PIBOSO dataset. For the extraction task, QLoRA performed best. These results validate PEFT&#x2019;s effectiveness in computing power&#x2013;constrained clinical scenarios, providing technical support for deploying lightweight models in real-world medical applications. To the best of our knowledge, this work presents the first systematic comparison between prompt engineering and further PEFT for PICO processing. This establishes clear methodological guidelines for PICO tasks: the optimized prompt engineering strategy is feasible, and the task effect can be further improved through supervision and fine-tuning when the training data are sufficient.</p></sec><sec id="s4-2"><title>Limitations</title><p>There are still some limitations to this study. First, the relatively modest performance gains in extraction tasks (eg, outcome element <italic>F</italic><sub>1</sub>-score increasing from an average of 65.3%, SD 1.0% to 74.0%, SD 0.5%) highlight persistent challenges in entity boundary detection and long-range dependency resolution. We also observed extraction errors in cases involving ambiguous entity boundaries and sentences containing multiple relevant entities. These difficulties may be associated with the relatively small model size and the added complexity of the prompt design. For example, the prompt instruction that &#x201C;only one category can be extracted from a text&#x201D; may have introduced ambiguity when sentences contained multiple distinct mentions of the same PICO element type, potentially contributing to incomplete extraction. Second, as our experiments were confined to the Llama 3.2-3B architecture, whether the observed findings generalize to larger models, other model families, or medical domain&#x2013;specific models remains unclear. Third, the framework has not yet been validated in real-world clinical decision support systems, so its practical utility still requires further verification. Fourth, class imbalance in NICTA-PIBOSO was not specifically investigated in this study. This should be addressed in future research. Finally, potential data contamination cannot be fully excluded for Llama 3.2-3B given that PubMed-PICO, NICTA-PIBOSO, and EBM-NLP are publicly available benchmark datasets; therefore, part of the baseline performance may reflect prior exposure rather than true zero-shot comprehension.</p></sec><sec id="s4-3"><title>Future Directions</title><p>Future research should explore hybrid strategies that combine syntactic parsing with contextual augmentation to better address the challenges in entity boundary detection and long-range dependency resolution. Promising directions also include integrating LLMs with knowledge graphs [<xref ref-type="bibr" rid="ref39">39</xref>] to capture implicit medical logic and using advanced models (eg, DeepSeek 671B) [<xref ref-type="bibr" rid="ref40">40</xref>] to distill smaller LLMs, thereby potentially enhancing efficiency while achieving superior performance. In addition, implementing our framework in clinical decision support systems could further validate its real-world utility and extend its applicability to population, intervention, comparison, outcome, and study design (PICOS) framework analysis.</p></sec><sec id="s4-4"><title>Conclusions</title><p>This study demonstrated that the application of advanced prompt engineering and PEFT techniques can substantially enhance the ability of LLMs to recognize and extract PICO elements from biomedical literature, achieving notable performance gains across diverse datasets. These findings underscore the potential utility of LLMs in the field of EBM and provide empirical support for future innovative endeavors in this domain.</p></sec></sec></body><back><notes><sec><title>Funding</title><p>This research received no external funding.</p></sec><sec><title>Data Availability</title><p>The datasets used in this study (PubMed-PICO, NICTA-PIBOSO, and EBM-NLP) are publicly available from their original published sources. The code used for prompt templates, model download, fine-tuning, inference, and evaluation has been deposited in a publicly accessible GitHub repository [<xref ref-type="bibr" rid="ref41">41</xref>].</p></sec></notes><fn-group><fn fn-type="con"><p>ZH contributed to study design. YD and ZH contributed to writing the manuscript. YW and ZH contributed to data analysis. All authors reviewed the manuscript.</p></fn><fn fn-type="conflict"><p>None declared.</p></fn></fn-group><glossary><title>Abbreviations</title><def-list><def-item><term id="abb1">COT</term><def><p>chain of thought</p></def></def-item><def-item><term id="abb2">EBM</term><def><p>evidence-based medicine</p></def></def-item><def-item><term id="abb3">GPU</term><def><p>graphics processing unit</p></def></def-item><def-item><term id="abb4">ICL</term><def><p>in-context learning</p></def></def-item><def-item><term id="abb5">LLM</term><def><p>large language model</p></def></def-item><def-item><term id="abb6">LoRA</term><def><p>low-rank adaptation</p></def></def-item><def-item><term id="abb7">MPR</term><def><p>multi-path reasoning</p></def></def-item><def-item><term id="abb8">NER</term><def><p>named entity recognition</p></def></def-item><def-item><term id="abb9">PEFT</term><def><p>parameter-efficient fine-tuning</p></def></def-item><def-item><term id="abb10">PICO</term><def><p>population, intervention, comparison, and outcome</p></def></def-item><def-item><term id="abb11">PICOS</term><def><p>population, intervention, comparison, outcome, and study design</p></def></def-item><def-item><term id="abb12">QLoRA</term><def><p>quantized low-rank adaptation</p></def></def-item></def-list></glossary><ref-list><title>References</title><ref id="ref1"><label>1</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Sackett</surname><given-names>DL</given-names> </name><name name-style="western"><surname>Rosenberg</surname><given-names>WM</given-names> </name><name name-style="western"><surname>Gray</surname><given-names>JA</given-names> </name><name name-style="western"><surname>Haynes</surname><given-names>RB</given-names> </name><name name-style="western"><surname>Richardson</surname><given-names>WS</given-names> </name></person-group><article-title>Evidence based medicine: what it is and what it isn&#x2019;t</article-title><source>BMJ</source><year>1996</year><month>01</month><day>13</day><volume>312</volume><issue>7023</issue><fpage>71</fpage><lpage>72</lpage><pub-id pub-id-type="doi">10.1136/bmj.312.7023.71</pub-id><pub-id pub-id-type="medline">8555924</pub-id></nlm-citation></ref><ref id="ref2"><label>2</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Ogrinc</surname><given-names>M</given-names> </name><name name-style="western"><surname>Korou&#x0161;i&#x0107; Seljak</surname><given-names>B</given-names> </name><name name-style="western"><surname>Eftimov</surname><given-names>T</given-names> </name></person-group><article-title>Zero-shot evaluation of ChatGPT for food named-entity recognition and linking</article-title><source>Front Nutr</source><year>2024</year><volume>11</volume><fpage>1429259</fpage><pub-id pub-id-type="doi">10.3389/fnut.2024.1429259</pub-id><pub-id pub-id-type="medline">39290564</pub-id></nlm-citation></ref><ref id="ref3"><label>3</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Li</surname><given-names>Z</given-names> </name><name name-style="western"><surname>Wei</surname><given-names>Q</given-names> </name><name name-style="western"><surname>Huang</surname><given-names>LC</given-names> </name><etal/></person-group><article-title>Ensemble pretrained language models to extract biomedical knowledge from literature</article-title><source>J Am Med Inform Assoc</source><year>2024</year><month>09</month><day>1</day><volume>31</volume><issue>9</issue><fpage>1904</fpage><lpage>1911</lpage><pub-id pub-id-type="doi">10.1093/jamia/ocae061</pub-id><pub-id pub-id-type="medline">38520725</pub-id></nlm-citation></ref><ref id="ref4"><label>4</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Matsumoto</surname><given-names>N</given-names> </name><name name-style="western"><surname>Moran</surname><given-names>J</given-names> </name><name name-style="western"><surname>Choi</surname><given-names>H</given-names> </name><etal/></person-group><article-title>KRAGEN: a knowledge graph-enhanced RAG framework for biomedical problem solving using large language models</article-title><source>Bioinformatics</source><year>2024</year><month>06</month><day>3</day><volume>40</volume><issue>6</issue><fpage>btae353</fpage><pub-id pub-id-type="doi">10.1093/bioinformatics/btae353</pub-id><pub-id pub-id-type="medline">38830083</pub-id></nlm-citation></ref><ref id="ref5"><label>5</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Feng</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Zhou</surname><given-names>L</given-names> </name><name name-style="western"><surname>Ma</surname><given-names>C</given-names> </name><name name-style="western"><surname>Zheng</surname><given-names>Y</given-names> </name><name name-style="western"><surname>He</surname><given-names>R</given-names> </name><name name-style="western"><surname>Li</surname><given-names>Y</given-names> </name></person-group><article-title>Knowledge graph-based thought: a knowledge graph-enhanced LLM framework for pan-cancer question answering</article-title><source>Gigascience</source><year>2025</year><month>01</month><day>6</day><volume>14</volume><fpage>giae082</fpage><pub-id pub-id-type="doi">10.1093/gigascience/giae082</pub-id><pub-id pub-id-type="medline">39775838</pub-id></nlm-citation></ref><ref id="ref6"><label>6</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Qu</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Huang</surname><given-names>K</given-names> </name><name name-style="western"><surname>Yin</surname><given-names>M</given-names> </name><etal/></person-group><article-title>CRISPR-GPT for agentic automation of gene-editing experiments</article-title><source>Nat Biomed Eng</source><year>2026</year><month>02</month><volume>10</volume><issue>2</issue><fpage>245</fpage><lpage>258</lpage><pub-id pub-id-type="doi">10.1038/s41551-025-01463-z</pub-id><pub-id pub-id-type="medline">40738974</pub-id></nlm-citation></ref><ref id="ref7"><label>7</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Lu</surname><given-names>J</given-names> </name><name name-style="western"><surname>Pan</surname><given-names>B</given-names> </name><name name-style="western"><surname>Chen</surname><given-names>J</given-names> </name><etal/></person-group><article-title>AgentLens: visual analysis for agent behaviors in LLM-based autonomous systems</article-title><source>IEEE Trans Visual Comput Graphics</source><year>2024</year><volume>31</volume><issue>8</issue><fpage>4182</fpage><lpage>4197</lpage><pub-id pub-id-type="doi">10.1109/TVCG.2024.3394053</pub-id></nlm-citation></ref><ref id="ref8"><label>8</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Tan</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Zhang</surname><given-names>Z</given-names> </name><name name-style="western"><surname>Li</surname><given-names>M</given-names> </name><etal/></person-group><article-title>MedChatZH: a tuning LLM for traditional Chinese medicine consultations</article-title><source>Comput Biol Med</source><year>2024</year><month>04</month><volume>172</volume><fpage>108290</fpage><pub-id pub-id-type="doi">10.1016/j.compbiomed.2024.108290</pub-id><pub-id pub-id-type="medline">38503097</pub-id></nlm-citation></ref><ref id="ref9"><label>9</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Akinseloyin</surname><given-names>O</given-names> </name><name name-style="western"><surname>Jiang</surname><given-names>X</given-names> </name><name name-style="western"><surname>Palade</surname><given-names>V</given-names> </name></person-group><article-title>A question-answering framework for automated abstract screening using large language models</article-title><source>J Am Med Inform Assoc</source><year>2024</year><month>09</month><day>1</day><volume>31</volume><issue>9</issue><fpage>1939</fpage><lpage>1952</lpage><pub-id pub-id-type="doi">10.1093/jamia/ocae166</pub-id><pub-id pub-id-type="medline">39042516</pub-id></nlm-citation></ref><ref id="ref10"><label>10</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Wu</surname><given-names>C</given-names> </name><name name-style="western"><surname>Lin</surname><given-names>W</given-names> </name><name name-style="western"><surname>Zhang</surname><given-names>X</given-names> </name><name name-style="western"><surname>Zhang</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Xie</surname><given-names>W</given-names> </name><name name-style="western"><surname>Wang</surname><given-names>Y</given-names> </name></person-group><article-title>PMC-LLaMA: toward building open-source language models for medicine</article-title><source>J Am Med Inform Assoc</source><year>2024</year><month>09</month><day>1</day><volume>31</volume><issue>9</issue><fpage>1833</fpage><lpage>1843</lpage><pub-id pub-id-type="doi">10.1093/jamia/ocae045</pub-id><pub-id pub-id-type="medline">38613821</pub-id></nlm-citation></ref><ref id="ref11"><label>11</label><nlm-citation citation-type="other"><person-group person-group-type="author"><name name-style="western"><surname>Luo</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Zhang</surname><given-names>J</given-names> </name><name name-style="western"><surname>Fan</surname><given-names>S</given-names> </name><etal/></person-group><article-title>BioMedGPT: open multimodal generative pre-trained transformer for biomedicine</article-title><source>arXiv</source><comment>Preprint posted online on  Aug 18, 2023</comment><pub-id pub-id-type="doi">10.48550/arXiv.2308.09442</pub-id></nlm-citation></ref><ref id="ref12"><label>12</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Demner-Fushman</surname><given-names>D</given-names> </name><name name-style="western"><surname>Lin</surname><given-names>J</given-names> </name></person-group><article-title>Answering clinical questions with knowledge-based and statistical techniques</article-title><source>Comput Linguist</source><year>2007</year><month>03</month><volume>33</volume><issue>1</issue><fpage>63</fpage><lpage>103</lpage><pub-id pub-id-type="doi">10.1162/coli.2007.33.1.63</pub-id></nlm-citation></ref><ref id="ref13"><label>13</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Cohen</surname><given-names>AM</given-names> </name><name name-style="western"><surname>Hersh</surname><given-names>WR</given-names> </name><name name-style="western"><surname>Peterson</surname><given-names>K</given-names> </name><name name-style="western"><surname>Yen</surname><given-names>PY</given-names> </name></person-group><article-title>Reducing workload in systematic review preparation using automated citation classification</article-title><source>J Am Med Inform Assoc</source><year>2006</year><volume>13</volume><issue>2</issue><fpage>206</fpage><lpage>219</lpage><pub-id pub-id-type="doi">10.1197/jamia.M1929</pub-id><pub-id pub-id-type="medline">16357352</pub-id></nlm-citation></ref><ref id="ref14"><label>14</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Huang</surname><given-names>KC</given-names> </name><name name-style="western"><surname>Chiang</surname><given-names>IJ</given-names> </name><name name-style="western"><surname>Xiao</surname><given-names>F</given-names> </name><name name-style="western"><surname>Liao</surname><given-names>CC</given-names> </name><name name-style="western"><surname>Liu</surname><given-names>CC</given-names> </name><name name-style="western"><surname>Wong</surname><given-names>JM</given-names> </name></person-group><article-title>PICO element detection in medical text without metadata: are first sentences enough?</article-title><source>J Biomed Inform</source><year>2013</year><month>10</month><volume>46</volume><issue>5</issue><fpage>940</fpage><lpage>946</lpage><pub-id pub-id-type="doi">10.1016/j.jbi.2013.07.009</pub-id><pub-id pub-id-type="medline">23899909</pub-id></nlm-citation></ref><ref id="ref15"><label>15</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Hassanzadeh</surname><given-names>H</given-names> </name><name name-style="western"><surname>Groza</surname><given-names>T</given-names> </name><name name-style="western"><surname>Hunter</surname><given-names>J</given-names> </name></person-group><article-title>Identifying scientific artefacts in biomedical literature: the evidence based medicine use case</article-title><source>J Biomed Inform</source><year>2014</year><month>06</month><volume>49</volume><fpage>159</fpage><lpage>170</lpage><pub-id pub-id-type="doi">10.1016/j.jbi.2014.02.006</pub-id><pub-id pub-id-type="medline">24530879</pub-id></nlm-citation></ref><ref id="ref16"><label>16</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Kiritchenko</surname><given-names>S</given-names> </name><name name-style="western"><surname>de Bruijn</surname><given-names>B</given-names> </name><name name-style="western"><surname>Carini</surname><given-names>S</given-names> </name><name name-style="western"><surname>Martin</surname><given-names>J</given-names> </name><name name-style="western"><surname>Sim</surname><given-names>I</given-names> </name></person-group><article-title>ExaCT: automatic extraction of clinical trial characteristics from journal publications</article-title><source>BMC Med Inform Decis Mak</source><year>2010</year><month>09</month><day>28</day><volume>10</volume><fpage>56</fpage><pub-id pub-id-type="doi">10.1186/1472-6947-10-56</pub-id><pub-id pub-id-type="medline">20920176</pub-id></nlm-citation></ref><ref id="ref17"><label>17</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Boudin</surname><given-names>F</given-names> </name><name name-style="western"><surname>Nie</surname><given-names>JY</given-names> </name><name name-style="western"><surname>Bartlett</surname><given-names>JC</given-names> </name><name name-style="western"><surname>Grad</surname><given-names>R</given-names> </name><name name-style="western"><surname>Pluye</surname><given-names>P</given-names> </name><name name-style="western"><surname>Dawes</surname><given-names>M</given-names> </name></person-group><article-title>Combining classifiers for robust PICO element detection</article-title><source>BMC Med Inform Decis Mak</source><year>2010</year><month>05</month><day>15</day><volume>10</volume><fpage>29</fpage><pub-id pub-id-type="doi">10.1186/1472-6947-10-29</pub-id><pub-id pub-id-type="medline">20470429</pub-id></nlm-citation></ref><ref id="ref18"><label>18</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Nye</surname><given-names>B</given-names> </name><name name-style="western"><surname>Jessy Li</surname><given-names>J</given-names> </name><name name-style="western"><surname>Patel</surname><given-names>R</given-names> </name><etal/></person-group><article-title>A corpus with multi-level annotations of patients, interventions and outcomes to support language processing for medical literature</article-title><source>Proc Conf Assoc Comput Linguist Meet</source><year>2018</year><month>07</month><volume>2018</volume><fpage>197</fpage><lpage>207</lpage><pub-id pub-id-type="doi">10.18653/v1/P18-1019</pub-id><pub-id pub-id-type="medline">30305770</pub-id></nlm-citation></ref><ref id="ref19"><label>19</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Wang</surname><given-names>Q</given-names> </name><name name-style="western"><surname>Liao</surname><given-names>J</given-names> </name><name name-style="western"><surname>Lapata</surname><given-names>M</given-names> </name><name name-style="western"><surname>Macleod</surname><given-names>M</given-names> </name></person-group><article-title>PICO entity extraction for preclinical animal literature</article-title><source>Syst Rev</source><year>2022</year><month>09</month><day>30</day><volume>11</volume><issue>1</issue><fpage>209</fpage><pub-id pub-id-type="doi">10.1186/s13643-022-02074-4</pub-id><pub-id pub-id-type="medline">36180888</pub-id></nlm-citation></ref><ref id="ref20"><label>20</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Stylianou</surname><given-names>N</given-names> </name><name name-style="western"><surname>Razis</surname><given-names>G</given-names> </name><name name-style="western"><surname>Goulis</surname><given-names>DG</given-names> </name><name name-style="western"><surname>Vlahavas</surname><given-names>I</given-names> </name></person-group><article-title>EBM+: advancing evidence-based medicine via two level automatic identification of populations, interventions, outcomes in medical literature</article-title><source>Artif Intell Med</source><year>2020</year><month>08</month><volume>108</volume><fpage>101949</fpage><pub-id pub-id-type="doi">10.1016/j.artmed.2020.101949</pub-id><pub-id pub-id-type="medline">32972669</pub-id></nlm-citation></ref><ref id="ref21"><label>21</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Li</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Viswaroopan</surname><given-names>D</given-names> </name><name name-style="western"><surname>He</surname><given-names>W</given-names> </name><etal/></person-group><article-title>Improving entity recognition using ensembles of deep learning and fine-tuned large language models: a case study on adverse event extraction from VAERS and social media</article-title><source>J Biomed Inform</source><year>2025</year><month>03</month><volume>163</volume><fpage>104789</fpage><pub-id pub-id-type="doi">10.1016/j.jbi.2025.104789</pub-id><pub-id pub-id-type="medline">39923968</pub-id></nlm-citation></ref><ref id="ref22"><label>22</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Martinez</surname><given-names>A</given-names> </name><name name-style="western"><surname>Garc&#x00ED;a-Santa</surname><given-names>N</given-names> </name></person-group><article-title>An analysis of FRE @ BC8 SympTEMIST track: named entity recognition</article-title><source>Database (Oxford)</source><year>2024</year><month>09</month><day>16</day><volume>2024</volume><fpage>baae101</fpage><pub-id pub-id-type="doi">10.1093/database/baae101</pub-id><pub-id pub-id-type="medline">39283593</pub-id></nlm-citation></ref><ref id="ref23"><label>23</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Keloth</surname><given-names>VK</given-names> </name><name name-style="western"><surname>Hu</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Xie</surname><given-names>Q</given-names> </name><etal/></person-group><article-title>Advancing entity recognition in biomedicine via instruction tuning of large language models</article-title><source>Bioinformatics</source><year>2024</year><month>03</month><day>29</day><volume>40</volume><issue>4</issue><fpage>btae163</fpage><pub-id pub-id-type="doi">10.1093/bioinformatics/btae163</pub-id><pub-id pub-id-type="medline">38514400</pub-id></nlm-citation></ref><ref id="ref24"><label>24</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Jin</surname><given-names>D</given-names> </name><name name-style="western"><surname>Szolovits</surname><given-names>P</given-names> </name></person-group><article-title>Advancing PICO element detection in biomedical text via deep neural networks</article-title><source>Bioinformatics</source><year>2020</year><month>06</month><day>1</day><volume>36</volume><issue>12</issue><fpage>3856</fpage><lpage>3862</lpage><pub-id pub-id-type="doi">10.1093/bioinformatics/btaa256</pub-id><pub-id pub-id-type="medline">32311009</pub-id></nlm-citation></ref><ref id="ref25"><label>25</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Kim</surname><given-names>SN</given-names> </name><name name-style="western"><surname>Martinez</surname><given-names>D</given-names> </name><name name-style="western"><surname>Cavedon</surname><given-names>L</given-names> </name><name name-style="western"><surname>Yencken</surname><given-names>L</given-names> </name></person-group><article-title>Automatic classification of sentences to support evidence based medicine</article-title><source>BMC Bioinformatics</source><year>2011</year><month>03</month><day>29</day><volume>12 Suppl 2</volume><issue>Suppl 2</issue><fpage>S5</fpage><pub-id pub-id-type="doi">10.1186/1471-2105-12-S2-S5</pub-id><pub-id pub-id-type="medline">21489224</pub-id></nlm-citation></ref><ref id="ref26"><label>26</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Amini</surname><given-names>I</given-names> </name><name name-style="western"><surname>Martinez</surname><given-names>D</given-names> </name><name name-style="western"><surname>Molla</surname><given-names>D</given-names> </name></person-group><article-title>Overview of the ALTA 2012 shared task</article-title><source>Proceedings of the Australasian Language Technology Association Workshop 2012</source><year>2012</year><publisher-name>Australasian Language Technology Association</publisher-name></nlm-citation></ref><ref id="ref27"><label>27</label><nlm-citation citation-type="other"><person-group person-group-type="author"><name name-style="western"><surname>Bsharat</surname><given-names>SM</given-names> </name><name name-style="western"><surname>Myrzakhan</surname><given-names>A</given-names> </name><name name-style="western"><surname>Shen</surname><given-names>Z</given-names> </name></person-group><article-title>Principled instructions are all you need for questioning LLaMA-1/2, GPT-3.5/4</article-title><source>arXiv</source><comment>Preprint posted online on  Dec 26, 2023</comment><pub-id pub-id-type="doi">10.48550/arXiv.2312.16171</pub-id></nlm-citation></ref><ref id="ref28"><label>28</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Wei</surname><given-names>J</given-names> </name><name name-style="western"><surname>Wang</surname><given-names>X</given-names> </name><name name-style="western"><surname>Schuurmans</surname><given-names>D</given-names> </name><etal/></person-group><article-title>Chain-of-thought prompting elicits reasoning in large language models</article-title><source>Advances in Neural Information Processing Systems 35</source><year>2023</year><publisher-name>Neural Information Processing Systems Foundation</publisher-name><pub-id pub-id-type="doi">10.52202/068431-1800</pub-id></nlm-citation></ref><ref id="ref29"><label>29</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Chen</surname><given-names>P</given-names> </name><name name-style="western"><surname>Zhang</surname><given-names>S</given-names> </name><name name-style="western"><surname>Han</surname><given-names>B</given-names> </name></person-group><article-title>CoMM: collaborative multi-agent, multi-reasoning-path prompting for complex problem solving</article-title><source>Findings of the Association for Computational Linguistics: NAACL 2024</source><year>2024</year><publisher-name>Association for Computational Linguistics</publisher-name><fpage>1720</fpage><lpage>1738</lpage><pub-id pub-id-type="doi">10.18653/v1/2024.findings-naacl.112</pub-id></nlm-citation></ref><ref id="ref30"><label>30</label><nlm-citation citation-type="other"><person-group person-group-type="author"><name name-style="western"><surname>Hu</surname><given-names>EJ</given-names> </name><name name-style="western"><surname>Shen</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Wallis</surname><given-names>P</given-names> </name><etal/></person-group><article-title>LoRA: low-rank adaptation of large language models</article-title><source>arXiv</source><comment>Preprint posted online on  Jun 17, 2021</comment><pub-id pub-id-type="doi">10.48550/arXiv.2106.09685</pub-id></nlm-citation></ref><ref id="ref31"><label>31</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Dettmers</surname><given-names>T</given-names> </name><name name-style="western"><surname>Pagnoni</surname><given-names>A</given-names> </name><name name-style="western"><surname>Holtzman</surname><given-names>A</given-names> </name><name name-style="western"><surname>Zettlemoyer</surname><given-names>L</given-names> </name></person-group><article-title>QLoRA: efficient finetuning of quantized LLMs</article-title><source>Advances in Neural Information Processing Systems 36</source><year>2023</year><publisher-name>Neural Information Processing Systems Foundation</publisher-name><pub-id pub-id-type="doi">10.52202/075280-0441</pub-id></nlm-citation></ref><ref id="ref32"><label>32</label><nlm-citation citation-type="other"><person-group person-group-type="author"><name name-style="western"><surname>Liu</surname><given-names>Y</given-names> </name><name name-style="western"><surname>Agarwal</surname><given-names>S</given-names> </name><name name-style="western"><surname>Venkataraman</surname><given-names>S</given-names> </name></person-group><article-title>AutoFreeze: automatically freezing model blocks to accelerate fine-tuning</article-title><source>arXiv</source><comment>Preprint posted online on  Feb 2, 2021</comment><pub-id pub-id-type="doi">10.48550/arXiv.2102.01386</pub-id></nlm-citation></ref><ref id="ref33"><label>33</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Lui</surname><given-names>M</given-names> </name></person-group><person-group person-group-type="editor"><name name-style="western"><surname>Cook</surname><given-names>P</given-names> </name><name name-style="western"><surname>Nowson</surname><given-names>S</given-names> </name></person-group><article-title>Feature stacking for sentence classification in evidence-based medicine</article-title><source>Proceedings of the Australasian Language Technology Association Workshop 2012</source><year>2012</year><publisher-name>Australasian Language Technology Association</publisher-name></nlm-citation></ref><ref id="ref34"><label>34</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Dernoncourt</surname><given-names>F</given-names> </name><name name-style="western"><surname>Lee</surname><given-names>JY</given-names> </name><name name-style="western"><surname>Szolovits</surname><given-names>P</given-names> </name></person-group><article-title>Neural networks for joint sentence classification in medical paper abstracts</article-title><source>Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2</source><year>2017</year><publisher-name>Association for Computational Linguistics</publisher-name><pub-id pub-id-type="doi">10.18653/v1/E17-2110</pub-id></nlm-citation></ref><ref id="ref35"><label>35</label><nlm-citation citation-type="other"><person-group person-group-type="author"><name name-style="western"><surname>Beltagy</surname><given-names>I</given-names> </name><name name-style="western"><surname>Lo</surname><given-names>K</given-names> </name><name name-style="western"><surname>Cohan</surname><given-names>A</given-names> </name></person-group><article-title>SciBERT: a pretrained language model for scientific text</article-title><source>arXiv</source><comment>Preprint posted online on  Mar 26, 2019</comment><pub-id pub-id-type="doi">10.48550/arXiv.1903.10676</pub-id></nlm-citation></ref><ref id="ref36"><label>36</label><nlm-citation citation-type="book"><person-group person-group-type="author"><name name-style="western"><surname>Yasunaga</surname><given-names>M</given-names> </name><name name-style="western"><surname>Leskovec</surname><given-names>J</given-names> </name><name name-style="western"><surname>Liang</surname><given-names>P</given-names> </name></person-group><article-title>LinkBERT: pretraining language models with document links</article-title><source>Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics</source><year>2022</year><publisher-name>Association for Computational Linguistics</publisher-name><pub-id pub-id-type="doi">10.18653/v1/2022.acl-long.551</pub-id></nlm-citation></ref><ref id="ref37"><label>37</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Lee</surname><given-names>J</given-names> </name><name name-style="western"><surname>Yoon</surname><given-names>W</given-names> </name><name name-style="western"><surname>Kim</surname><given-names>S</given-names> </name><etal/></person-group><article-title>BioBERT: a pre-trained biomedical language representation model for biomedical text mining</article-title><source>Bioinformatics</source><year>2020</year><month>02</month><day>15</day><volume>36</volume><issue>4</issue><fpage>1234</fpage><lpage>1240</lpage><pub-id pub-id-type="doi">10.1093/bioinformatics/btz682</pub-id><pub-id pub-id-type="medline">31501885</pub-id></nlm-citation></ref><ref id="ref38"><label>38</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Ghosh</surname><given-names>M</given-names> </name><name name-style="western"><surname>Mukherjee</surname><given-names>S</given-names> </name><name name-style="western"><surname>Ganguly</surname><given-names>A</given-names> </name><name name-style="western"><surname>Basuchowdhuri</surname><given-names>P</given-names> </name><name name-style="western"><surname>Naskar</surname><given-names>SK</given-names> </name><name name-style="western"><surname>Ganguly</surname><given-names>D</given-names> </name></person-group><article-title>AlpaPICO: extraction of PICO frames from clinical trial documents using LLMs</article-title><source>Methods</source><year>2024</year><month>06</month><volume>226</volume><fpage>78</fpage><lpage>88</lpage><pub-id pub-id-type="doi">10.1016/j.ymeth.2024.04.005</pub-id><pub-id pub-id-type="medline">38643910</pub-id></nlm-citation></ref><ref id="ref39"><label>39</label><nlm-citation citation-type="journal"><person-group person-group-type="author"><name name-style="western"><surname>Park</surname><given-names>C</given-names> </name><name name-style="western"><surname>Lee</surname><given-names>H</given-names> </name><name name-style="western"><surname>Jeong</surname><given-names>OR</given-names> </name></person-group><article-title>Leveraging medical knowledge graphs and large language models for enhanced mental disorder information extraction</article-title><source>Future Internet</source><year>2024</year><volume>16</volume><issue>8</issue><fpage>260</fpage><pub-id pub-id-type="doi">10.3390/fi16080260</pub-id></nlm-citation></ref><ref id="ref40"><label>40</label><nlm-citation citation-type="other"><person-group person-group-type="author"><collab>DeepSeek-AI</collab><name name-style="western"><surname>Guo</surname><given-names>D</given-names> </name><name name-style="western"><surname>Yang</surname><given-names>D</given-names> </name><name name-style="western"><surname>Zhang</surname><given-names>H</given-names> </name><etal/></person-group><article-title>DeepSeek-R1: incentivizing reasoning capability in LLMs via reinforcement learning</article-title><source>arXiv</source><comment>Preprint posted online on  Jan 22, 2025</comment><pub-id pub-id-type="doi">10.48550/arXiv.2501.12948</pub-id></nlm-citation></ref><ref id="ref41"><label>41</label><nlm-citation citation-type="web"><article-title>Zeyuanhao-cs/PICO</article-title><source>GitHub</source><access-date>2026-08-04</access-date><comment><ext-link ext-link-type="uri" xlink:href="https://github.com/zeyuanhao-cs/PICO">https://github.com/zeyuanhao-cs/PICO</ext-link></comment></nlm-citation></ref></ref-list><app-group><supplementary-material id="app1"><label>Multimedia Appendix 1</label><p>Prompt templates used for recognition and extraction tasks.</p><media xlink:href="jmir_v28i1e91215_app1.docx" xlink:title="DOCX File, 18 KB"/></supplementary-material></app-group></back></article>