<?xml-model href='http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng' schematypens='http://relaxng.org/ns/structure/1.0'?><TEI xmlns="http://www.tei-c.org/ns/1.0">
	<teiHeader>
		<fileDesc>
			<titleStmt><title level='a'>FactPICO: Factuality Evaluation for Plain Language Summarization of Medical Evidence</title></titleStmt>
			<publicationStmt>
				<publisher>Association for Computational Linguistics</publisher>
				<date>08/14/2024</date>
			</publicationStmt>
			<sourceDesc>
				<bibl> 
					<idno type="par_id">10523782</idno>
					<idno type="doi"></idno>
					
					<author>Sebastian Antony</author><author>Lily Chen</author><author>Jan Trienes</author><author>Hannah Louisa</author><author>Monika Coers</author><author>Wei Xu</author><author>Byron C Wallace</author><author>Jessy L Junyi</author>
				</bibl>
			</sourceDesc>
		</fileDesc>
		<profileDesc>
			<abstract><ab><![CDATA[Plain language summarization with LLMs can be useful for improving textual accessibility of technical content. But how factual are these summaries in a high-stakes domain like medicine? This paper presents FACTPICO, a factuality benchmark for plain language summarization of medical texts describing randomized controlled trials (RCTs), which are the basis of evidence-based medicine and can directly inform patient treatment. FACTPICO consists of 345 plain language summaries of RCT abstracts generated from three LLMs (i.e., GPT-4, Llama-2, and Alpaca), with fine-grained evaluation and natural language rationales from experts. We assess the factuality of critical elements of RCTs in those summaries: Populations, Interventions, Comparators, Outcomes (PICO), as well as the reported findings concerning these. We also evaluate the correctness of the extra information (e.g., explanations) added by LLMs. Using FACTPICO, we benchmark a range of existing factuality metrics, including the newly devised ones based on LLMs. We find that plain language summarization of medical evidence is still challenging, especially when balancing between simplicity and factuality, and that existing metrics correlate poorly with expert judgments on the instance level.]]></ab></abstract>
		</profileDesc>
	</teiHeader>
	<text><body xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>New findings in medicine observed in randomized controlled trials (RCTs) are published in journal articles which describe their design and outcomes. These RCTs "measure the effectiveness of a new intervention or treatment" <ref type="bibr">(Hariton and Locascio, 2018)</ref> and are the important basis of evidencebased medicine <ref type="bibr">(Sackett et al., 1996)</ref>. However, * Equal Contribution understanding such articles requires "specific attention outside of general literacy capacities" (Ad Hoc Committee on Health Literacy, 1999), rendering them effectively inaccessible to most (lay) people. Ideally, healthcare providers would stay current on all medical evidence and share relevant findings with patients, but this is impractical due to the volume and growth of the evidence base <ref type="bibr">(Bastian et al., 2010;</ref><ref type="bibr">Marshall et al., 2021)</ref>.</p><p>LLMs may provide a means for lay readers to access such findings by automatically summarizing and simplifying texts into plain language <ref type="bibr">(August et al., 2023;</ref><ref type="bibr">Shaib et al., 2023)</ref>. Done successfully, this could allow patients to access the most up-todate literature relevant to their healthcare. In turn, this may promote health literacy broadly by disseminating trustworthy information <ref type="bibr">(Thielmann et al., 2023;</ref><ref type="bibr">Cheng et al., 2022)</ref>. But given the inherent risks to personal health, the factual correctness of such outputs is paramount in this domain.</p><p>While <ref type="bibr">Shaib et al. (2023)</ref> showed that GPT-3 infrequently introduced outright errors when simplifying RCT abstracts, inaccuracies are occasionally introduced; this ought to be addressed before wide adoption of such technology. Unfortunately, there is no standard evaluation benchmark for factuality on this important medical evidence text simplification task. Consequently, it is unknown whether and to what degree existing automatic factuality evaluation metrics align with human judgments.</p><p>We posit that focusing on critical elements in the RCT structure is key for factual medical evidence communication. This work presents FACT-PICO, an expert-constructed factuality benchmark for the plain language summarization of technical abstracts describing RCTs.<ref type="foot">foot_0</ref> FACTPICO is a finegrained benchmark focused on key characteristics of trials: Populations (e.g. COVID patients; diabetics), Interventions (e.g. remdesivir), Comparators (e.g. placebo), Outcomes (e.g. 30 day mortality, or pain), as well as Evidence Inference (i.e., whether the intervention yielded a significant difference in the treated group with respect to the outcome; <ref type="bibr">Lehman et al. 2019)</ref>. PICO is a standard framework to structure clinical questions.</p><p>Figure <ref type="figure">1</ref> shows an example of FACTPICO annotation. In contrast to standard summaries, plain language summaries have the additional goal of simplifying content for lay readers. This may involve elaboration and explanation of difficult concepts to foster understanding <ref type="bibr">(Srikanth and Li, 2021)</ref>. Thus, FACTPICO includes a correctness assessment of added content. FACTPICO is also distinct in that it includes expert-written rationales that contextualize the evaluation of these fine-grained characteristics, providing a useful first step in assessing explainable factuality evaluation methods.</p><p>FACTPICO includes outputs from a mix of proprietary and open-source LLMs (GPT-4, Llama-2-Chat, and Alpaca). Our findings are somewhat less optimistic than prior work in medical <ref type="bibr">(Shaib et al., 2023)</ref> and news summarization <ref type="bibr">(Goyal et al., 2022)</ref>: Factual errors (occasionally important ones) with respect to key RCT elements are introduced by LLMs. One concerning phenomenon is the extent to which models overgeneralize, resulting in problematic information loss <ref type="bibr">(Trienes et al., 2024)</ref>.</p><p>Using FACTPICO, we evaluated a suite of exist-ing automatic metrics shown to perform well for factuality in summarization <ref type="bibr">(Scialom et al., 2021;</ref><ref type="bibr">Goyal and Durrett, 2021;</ref><ref type="bibr">Fabbri et al., 2022;</ref><ref type="bibr">Zha et al., 2023a;</ref><ref type="bibr">Tang et al., 2023a)</ref>, as well as newly devised LLM-based evaluations. We find that existing metrics correlate with expert ratings at the system level, but not at the instance level. The best performing metric is an LLM-based approach in which we first identify key RCT elements; this shows that providing models with explicit domain knowledge may help. Analysis of LLM-generated rationales shows that LLMs often provide flawed reasoning when justifying their self-evaluations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">FACTPICO Benchmark</head><p>The FACTPICO benchmark consists of expert factuality assessments of 345 LLM-generated plain language summaries of 115 RCT abstracts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">LLM-based Plain Language Summaries</head><p>The medical abstracts used in FACTPICO are sourced from the Evidence Inference 2.0 dataset <ref type="bibr">(DeYoung et al., 2020)</ref>, which contains abstracts and full articles that describe RCTs from PubMed.</p><p>We use a subset of the abstracts which include annotated spans that state clinical results. We also exclude abstracts that have corresponding humanwritten plain language summaries in the PubMed database, which may have appeared in the pretraining data of the LLMs we are experimenting with.<ref type="foot">foot_1</ref> FACTPICO includes 115 abstracts randomly sampled from this filtered subset.</p><p>For each abstract, we generate plain language summaries using three different LLMs under zeroshot prompting. This zero-shot setting better emulates how lay users would likely interact with models, compared to few-shot. We use <ref type="bibr">GPT-4 (OpenAI, 2023)</ref>, Llama-2-Chat <ref type="bibr">(Touvron et al., 2023)</ref>, and Alpaca <ref type="bibr">(Taori et al., 2023)</ref>, which resulted in 345 (115 &#215; 3) total outputs. In a preliminary investigation, we found that these models seemed qualitatively best at generating plain language summaries. Details about this pilot study, prompt exploration, and the final prompts are in Appendix E.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Human Evaluation Framework</head><p>We evaluate generated summaries using a set of questions addressing factuality as related to the key PICO aspects of RCTs, as well as information added by LLMs during simplification. We ask evaluators to score model outputs and provide natural language rationales to justify their ratings. Annotation interface details are in Appendix P.</p><p>PICO Elements. Population, Intervention, Comparator, Outcome (PICO) elements are the key components of an <ref type="bibr">RCT (Richardson et al., 1995)</ref>. The trial population concerns characteristics of subjects in the trial, including what condition they have, the number of participants, and their demographics. The intervention is the active treatment being assessed for comparative efficacy; the comparator is the control with respect to which this is being compared. Finally, outcomes are those things that are measured to determine results.</p><p>Accurate representation of these essential descriptors in the plain language summaries of an RCT is imperative. More explanations and examples are provided in Appendix Table <ref type="table">7</ref>. We ask evaluators to provide a rating between 1 to 4 codifying the factuality with respect to each PICO element, respectively: 4: Mentioned and described accurately; 3: Mentioned but described somewhat inaccurately or vaguely; 2: Mentioned but described with severe inaccuracies and/or is missing critical descriptors; 1: Missing. We describe the rating system in greater detail in Appendix A.</p><p>Rationales. Evaluators are also asked to provide natural language rationales justifying their chosen rating. Such rationales may reveal technical justifications for annotations which would be difficult for a layperson to assess (see Figure <ref type="figure">2</ref> for examples). More usefully, rationales can express a degree of uncertainty in evaluations. For example, consider the following rationale for an intervention being evaluated as accurately mentioned:</p><p>The interventions are clearly described as one group receiving morphine and one triamcinolone, yet their combination with bupivacaine is missing, but doesn't seem very important.</p><p>This rationale indicates that the choice to evaluate the intervention as accurate was not a clear-cut decision. By including rationales in FACTPICO, this complex decision process is documented. We compare LLM rationales and expert rationales in Section 6, and envision future work to dive deeply into explainable factuality measures.</p><p>Evidence Inference. We additionally evaluate the evidence inference aspect of LLM-generated plain language summaries, i.e., whether the results and findings concerning PICO are reported factually, as PICO covers what outcomes were measured, it does not account for the corresponding results (e.g., if an intervention was found to outperform a comparator). A challenge here is that most trials will report multiple results, any of which may be conveyed (un)factually in the summary. Thus, we collect factuality assessments at the level of individual results, using findings annotated in the source abstracts from the Evidence Inference 2.0 dataset as reference. Evaluators are asked to determine how well each particular inference is reflected in the plain language summary (4: accurate, 3: vague/slightly inaccurate, 2: inaccurate, 1: not mentioned), with a free-text rationale.</p><p>Added Information. Unlike traditional summarization where content addition is seen as extrinsic hallucination <ref type="bibr">(Maynez et al., 2020)</ref>, plain language summarization often requires the model to explain and elaborate complex concepts <ref type="bibr">(Srikanth and Li, 2021)</ref>. It is important to verify the correctness of content additions. We ask annotators to highlight addition spans, determine whether they are factual, and justify each rating with a free-text rationale.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Annotation</head><p>FACTPICO was annotated by two senior students in their fifth year of medical school who are highly proficient in English. They are experienced with</p><p>Type &#954; Type &#954; Population 0.56 Evidence Inference 0.47 Intervention 0.80 Added Info 0.65 Comparator 0.73 -correctness 0.86 Outcome 0.60 Table 1: Inter-evaluator agreement. For PICO evaluations (left) we show agreement on the subset of 15 undiscussed texts (see Appendix C). For other undiscussed questions (right), we show agreement on all 75 doubly annotated texts.</p><p>data annotation for text simplification and summarization tasks. To ensure high annotation quality, we conducted a training phase which involved annotating a set of summaries as pilot (excluded from FACTPICO). Next, we collected two sets of annotations on 75 summaries (25 from each model). For the first 60 of these summaries, we asked annotators to discuss their responses with respect to the PICO elements. These discussions were intended to resolve any conceptual differences related to PICO annotation (Appendix C). The remaining 15 summaries were evaluated individually. Compensation was 12C per hour, which is standard for fixed-hour contracts with the annotators' institutions.</p><p>Inter-Evaluator Agreement. Table <ref type="table">1</ref> reports agreement on the 15 held-out (undiscussed) subset for PICO elements, as well as agreement on the full set of 75 texts for the Evidence Inference and Added Information questions (all annotated without discussion). We report Randolph's kappa <ref type="bibr">(Randolph, 2005)</ref>, a free-marginal version of Fleiss' kappa. <ref type="foot">3</ref> With respect to added information, the agreement reported in Table <ref type="table">1</ref> is at the sentence level (for each sentence, whether it is considered as added information). The correctness of added information is reported on the 48 spans both annotators identified as added information. Overall, evaluators showed moderate to high agreement <ref type="bibr">(Artstein and Poesio, 2008)</ref>. This range of kappa values are expected given the degree of subjectivity inherent to rating the severity of factual errors.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Evaluation and Analysis of Plain Language Summaries</head><p>Results of the factuality evaluation of the plain language summaries generated by GPT-4, Llama-2, and Alpaca in FACTPICO are presented in Table <ref type="table">3</ref>.</p><p>We report average ratings for each PICO category and Evidence Inference, as well as the number and percentage of non-factual added information spans identified by either of the evaluators. Since readability is a key goal of plain language summarization, we also report the change in Flesch-Kincaid Grade <ref type="bibr">Level (Kincaid et al., 1975)</ref> between the abstract and the summary (&#8710;FK), as well as the ROUGE-L score <ref type="bibr">(Lin, 2004)</ref>, which quantifies ngram overlap between the generated plain language summary and the original abstract (i.e., high overlap may indicate low readability).</p><p>Factuality vs. Simplicity. We observe a clear trade-off between the simplicity of the generated text and its factuality. Plain language summaries generated by Alpaca are rated as more factual across all dimensions, including most of the automatic metrics (Table <ref type="table">5</ref>) discussed in Section 5. However, Alpaca is also the most extractive (i.e., heavily relying on deletion), with a near 0.5 ROUGE-L score and an advanced reading level. By contrast, GPT-4 and Llama-2 both simplify by rephrasing, with similar ROUGE-L and reading levels. Yet the plain language summaries generated by GPT-4 and Llama-2 are less factual, with a significant increase in the number of hallucinations (added non-factual information). Comparatively, Llama-2 produced the least factual summaries.</p><p>Can LLMs reliably convey critical RCT elements? The fine-grained framework in FACT-PICO exposes issues with LLM-generated plain language summaries for medical texts. As shown in Table <ref type="table">3</ref>, LLMs can explain the Interventions and Outcomes more accurately, while failing to do so for other information, such as the Populations, Comparators, and Evidence Inference.</p><p>Overgeneralization and omissions of such critical elements may distort the findings and conclusions of medical research studies in nuanced but important ways. Consider this example where GPT-4 omitted a critical element of RCT in its summary.</p><p>Scientists did a study to see if people who know they have a gene that puts them at risk for heart problems would eat healthier. They looked at people's intake of a vitamin called folate, which is good for heart health. The participants in the study were told if they have the risk gene or not. But in the end, there was no difference in how much folate the people with the risk gene ate compared to those without the risk gene. So, knowing if they have the risk gene didn't make people eat healthier.</p><p>In the original RCT abstract, participants received "either general healthy eating advice or varying lev-Supplementary Elaboration (factual) Source: We conducted a randomized, placebo-controlled clinical trial to prove efficacy of botulinum toxin for neck pain in chronic whiplash syndrome. Simplification : Scientists did a study to see if a certain type of medicine, called botulinum toxin, could help people who had long-lasting neck pain from whiplash (an injury that happens if your head jerks hard). Rationale: This is an explanation that is not mentioned in the original. Substituting Elaboration (factual) Source: The aim of the study was to compare the effect of co-administered dexamethasone and diclofenac potassium (diclofenac K) with diclofenac K alone on the postoperative pain, swelling and trismus after surgical removal of third molars. Simplification [Llama-2]: The study compared how well two different medicines, dexamethasone and diclofenac K, worked together to help people feel better after having surgery to remove their wisdom teeth. Rationale: This is the correct explanation for 3rd molar. Nonsensical Hallucination (non-factual) Source: Intra-articular morphine was as effective as intra-articular triamcinolone for analgesia in patients with osteoarthritis knee. Intra-articular morphine is possibly a better option than intra-articular steroid as it has lesser side effects. Simplification [GPT-4]: The study concluded that both morphine and triamcinolone are useful, but morphine might be better as it has fewer side effects. So, if granny or grandpa is having pain because of osteoarthritis, an injection with morphine could help them better. Rationale: This is definitely not factual or good advice to give, even though the information within is technically true. Jumping to Conclusions (non-factual) Source: This study aimed to determine if raloxifene prevents the negative effects of diabetes on skeletal fragility in diabetes-prone rats. Simplification [Llama-2]: Raloxifene is a medicine that can help prevent diabetes from causing weak bones. Rationale: The abstract says that this study aims to test IF Raloxifene can help prevent diabetes from causing "weak bones"/"if raloxifene prevents the negative effects of diabetes on skeletal fragility in diabetes-prone rats" Table 3: Human evaluation on a 1-4 scale &#8593; (Section 2.2) on the factuality of PICO elements and Evidence Inferences. The average length of the original technical abstracts is 343.5 tokens. &#8710;FK and Rg-L: Flesch Kincaid Grade Level difference and ROUGE-L between abstract and summary. #N: number of non-factual additions. %N: percentage of summaries in FACTPICO with at least one non-factual addition.</p><p>els of personalised nutrition advice". One of the levels of such personalized advice involved testing for a gene "in relation to cardiovascular health and the importance of a sufficient intake of folate". But, the generated summary above fails to mention the comparator, which is the general healthy eating advice; instead, it focuses on the overgeneralized intervention, i.e., personalized advice involving genetic variants (without mentioning the personalized nutrition advice). These omissions not only render the simplification incomplete, but they also make understanding the actual result impossible.</p><p>Do LLMs generate accurate elaborations? Table 3 also shows a concerning amount of nonfactual additions within the generated simplifications. Examples of these span-level annotations can be found in Table <ref type="table">2</ref>. Most of these non-factual additions may misrepresent the original medical text and consequently mislead lay readers. Even GPT-4 produced many plain language summaries (31.3% of all additions added) with such errors, raising questions as to the trustworthiness of LLMs for tasks in high-stakes domains such as medicine, when used by zero-shot prompting (a most common use-case for lay users).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Factuality Evaluation Metrics</head><p>FACTPICO is a dataset that can be used to assess automatic evaluation methods for plain language summarization of RCT texts. We assess existing methods used for factuality evaluation, as well as the capabilities of LLMs themselves to evaluate factuality. These analyses focus on questions about PICO elements and Evidence Inference; we leave evaluation of the factuality of added information for future work, as this entails fact-checking using external knowledge sources.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Factuality Metrics Evaluated</head><p>We first evaluate a suite of existing automatic factuality metrics shown to be effective in prior work.</p><p>(1) Dependency-Arc Entailment (DAE) (Goyal and Durrett, 2021) decomposes summaries into smaller entailment tasks at the arc-level to assess their factuality. We use a numeric score by taking the minimum of the probability scores assigned to individual arcs. (2) QuestEval <ref type="bibr">(Scialom et al., 2021)</ref> uses a QA-based framework to analyze the factual faithfulness of a summary to the original text. This method scores summaries a 0 if there is no common token and a 1 for an exact match.</p><p>(3) QAFactEval (Fabbri et al., 2022) is a QA- Table 5: Average of systematic metrics per LLM for plain language summary.</p><p>based metric that combines various components from other factuality metrics and assigns scores based on the LERC score <ref type="bibr">(Chen et al., 2020)</ref>. This score, usually used for evaluating reading comprehension answers, ranges from 1 to 5, where 1 is a completely wrong answer and 5 is a perfect answer. ( <ref type="formula">4</ref>) AlignScore <ref type="bibr">(Zha et al., 2023b</ref>) is an alignment-based method for analyzing factual consistency. The final score assigned is the average of the maximum alignment probabilities between sentences from the summary to context chunks from the original abstract.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">LLM Evaluators</head><p>Prior work has also shown that LLMs themselves can be good evaluators for factuality in summarization <ref type="bibr">(Luo et al., 2023;</ref><ref type="bibr">Wang et al., 2023;</ref><ref type="bibr">Tang et al., 2023a;</ref><ref type="bibr">Tian et al., 2023)</ref>. FACTPICO judgments are finer-grained. Therefore, we prompt LLMs with instructions emulating the questions asked of human evaluators in FACTPICO. In addition to ratings, the LLMs also generate rationales for their scores, which we analyze in Section 6.</p><p>The implementation details and the prompts used for this task are in Appendix H. Prior work found that LLM evaluations may be biased in that a sys-tem may 'prefer' its own outputs <ref type="bibr">(Liu et al., 2023</ref>), but we did not observe this here (Table <ref type="table">5</ref>). Full-Text Evaluation. As input, we provide LLMs the full-text of a complex medical abstract and corresponding LLM-generated plain language summary. We instruct the evaluator LLM to find PICO elements in the text and evaluate them according to the provided criteria. In addition to PICO elements, we also evaluate Evidence Inference outputs; here the reference results span (annotated in prior work) is compared against the full text of the plain language summary. We evaluate four LLMs in this way: GPT-4 (OpenAI, 2023), Llama-2-Chat (7B) <ref type="bibr">(Touvron et al., 2023)</ref>, Alpaca (7B) <ref type="bibr">(Taori et al., 2023), and Mistral (7B-Instruct-v0.1;</ref><ref type="bibr">Jiang et al. 2023)</ref>.</p><p>PICO-R Extraction Pipeline. We also evaluate LLM scorers explicitly informed of the PICO elements and results inferred from evidence (PICO-R). We adopt this two-stage pipeline using GPT-4. We first extract PICO-R from both the original abstract and the plain language summary. 4 For Evidence Inference, this extraction is only necessary from the summary. Next, extracted elements are passed to GPT-4 along with an evaluation prompt.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Factuality Metric Evaluation Results</head><p>To conduct a meta evaluation of the system factuality metrics, we compute the Kendall's &#964; b coefficient, Spearman correlation coefficient, and Pairwise Accuracy coefficient <ref type="bibr">(Deutsch et al., 2023)</ref> for automatic vs. human evaluations for each of the PICO and evidence inference aspect. We posit that good metrics must correlate well with the most salient elements in a high-stake domain.</p><p>Instance-level Results. We present the results for the above metrics in Table <ref type="table">4</ref>. <ref type="foot">5</ref> Across most measures, with the exception of Kendall's &#964; b , the pipeline combining GPT-4 evaluation with PICO extraction has the highest correlations with the FACTPICO ratings. Thus, decomposing the original evaluation task into separate localization then evaluation steps yield better performance, indicating that LLMs benefit from breaking apart a complex tasks into a series of simpler steps completed separately.</p><p>FACTPICO ratings correlated more with dedicated factuality models than LLM evaluators with the exception of GPT-4. In fact, the smaller, opensource LLMs had barely any correlation at all with the FACTPICO ratings. These results show that there is a sizeable gap in an LLMs ability to evaluate generated text compared to its generation capabilities.</p><p>System-level Results. LLMs in Table <ref type="table">5</ref>, with the exception of Alpaca, produce similar results compared to the human average PICO-R ratings in FACTPICO in Table <ref type="table">3</ref>. Alpaca rates plain language summaries low, with averages under the minimum in the scale (1), and so has failed to follow the evaluation instructions. Although Alpaca-generated summaries have higher ratings, these aren't meaningful as are extractive.</p><p>Visual Analysis. For more visual analysis of the system factuality metrics vs human ratings, Figure <ref type="figure">2</ref> shows the top three performing systems vs. averaged human scores. The highest performing system, the PICO-R extraction pipeline, has a the most balanced linear pattern. On the other hand,</p><p>GPT-4 Llama-2 Alpaca Mistral Extract P 0.189 0.073 0.153 0.21 0.156 0.201 I 0.173 0.073 0.210 0.11 0.169 0.205 C 0.181 0.092 0.126 0.11 0.173 0.215 O 0.148 0.075 0.111 0.19 0.158 0.176 R 0.061 0.019 0.045 0.60 0.045 0.060 Table 6: BERTScore (rescore baseline) F1 average for PICO and Evidence Inference (R). Note, the results for Alpaca omit rationales. We show the percentage of nonempty rationales next to the BERTScore for Alpaca. We caution comparing the results for Alpaca here against those of other LLMs because instances of empty rationales have been excluded in this evaluation. GPT-4 without PICO-R extraction often rates nonfactual summaries highly. Contrastively, QuestEval, the best performing non-LLM factuality metric, is more cautious and rates high quality summaries lower. We further analyze automatic vs. human rating distributions in Appendix G. These results hint at the potential challenges of factuality assessment brought by the shift in readability.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Preliminary LLM Rationale Analysis</head><p>We perform a preliminary analysis on LLM rationales, comparing to expert rationales in FACT-PICO; we leave a thorough human evaluation of LLM rationales for future work. Qualitative analysis of a small sample of rationales show that Llama-2 and Mistral are often able to comprehend the medical text but fail in making correct judgments according to the provided instructions. Most commonly, Mistral focuses on the abstract rather than the evaluated summary, while Llama-2 generates long explanations that eventually arrive at the wrong conclusion. Rationales from GPT-4 and its pipelined counterpart usually did not do this. For the most part, rationales made logical sense. However, some rationales were overly generous in it evaluation, ignoring critical errors. We provide examples of such erroneous rationales in Appendix M.</p><p>Table <ref type="table">6</ref> shows the BERTScore <ref type="bibr">(Zhang et al., 2020)</ref> between expert vs. LLM rationales across all evaluators experimented in this work. Overall, the rationales are dissimilar. The PICO-R extraction pipeline produced rationales most similar to that of humans, with the exception of rationales for evidence inferences, where GPT-4 rationales are slightly more similar than others. Despite explicit prompting, Alpaca frequently did not produce rationales and stopped generation after outputting a</p><p>1.0 1.5 2.0 2.5 3.0 3.5 4.0 Avg. PICO-R 0.2 0.3 0.4 0.5 0.6 0.7 0.8 QuestEval 0 100 0 50 GPT-4 LLAMA-2 ALPACA 1.0 1.5 2.0 2.5 3.0 3.5 4.0 Avg. PICO-R 1.0 1.5 2.0 2.5 3.0 3.5 4.0 GPT-4 0 100 0 100 GPT-4 LLAMA-2 ALPACA 1.0 1.5 2.0 2.5 3.0 3.5 4.0 Avg. PICO-R 1.0 1.5 2.0 2.5 3.0 3.5 4.0 Extract 0 100 0 50 GPT-4 LLAMA-2 ALPACA numerical rating. Despite reporting these preliminary results, we advise caution when adopting reference-based metrics for automatic free-text rationale evaluation, as the results may be misleading. For example, we observed that Alpaca rationales tend to be a somewhat arbitrary variation of the rating descriptions (e.g., The interventions were described accurately), and human evaluators often use the words in these descriptions in their rationales (e.g., The intervention is described correctly as an 8 week program of specific exercises), inflating word overlap scores. By contrast, an example Llama-2 rationale (The comparator in the PICO model is the placebo group...) could present the same idea as a human rationale (ex: Comparator (placebo) is mentioned.), but result in a low BERTScore (ex: -0.182) because rationales from Llama-2 tend to (much) longer than those written by humans. Future work developing metrics for rationale correctness should not solely rely on reference-based metrics. We additionally present a length analysis in Appendix L.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Related Work</head><p>Meta-evaluation of factual consistency metrics in summarization (and related tasks) in the "general domain", e.g., Wikipedia and news, has garnered considerable attention <ref type="bibr">(Pagnoni et al., 2021;</ref><ref type="bibr">Honovich et al., 2022;</ref><ref type="bibr">Laban et al., 2022;</ref><ref type="bibr">Tang et al., 2023a;</ref><ref type="bibr">Min et al., 2023)</ref>. However, in addition to focusing on different domains, these existing benchmarks in summarization include primarily older models. Newer LLMs may yield novel error types (or be more factual overall) <ref type="bibr">(Tang et al., 2023a)</ref>.</p><p>Existing summarization factuality benchmarks also fail to generalize to simplification, in which content addition in the form of elaborations or explanations is often necessary <ref type="bibr">(Srikanth and Li, 2021)</ref>. Broadly, simplification entails substantial language changes that often lead to the text being more general <ref type="bibr">(Li and Nenkova, 2015)</ref>. Devaraj et al. ( <ref type="formula">2022</ref>) evaluated the factuality of automated simplification model outputs at the sentence-level, noticing that content deletion can often lead to factual errors (in contrast to only summarization). Our findings confirm that these errors also exist in plain language summarization; the overgeneralization problem may lead to safety issues in the medical domain. <ref type="bibr">Shaib et al. (2023)</ref> and <ref type="bibr">Tang et al. (2023b)</ref> evaluated LLM-generated summaries of medical evidence. Notably, <ref type="bibr">Shaib et al. (2023)</ref>'s work included an evaluation of plain language summaries. Our work deepens this analysis with a finer-grained evaluation focusing on critical components of RCTs and medical evidence, covering three LLMs. Our findings call for caution against LLM-generated plain language summaries despite the absence of outright inconsistencies. <ref type="bibr">Pal et al. (2023)</ref> presents an analysis of "hallucinations" in medical QA tests, focusing on reasoning rather than factual consistency.</p><p>The inclusion of human-written natural language rationales in factuality benchmarks is rare, and there is a paucity of work evaluating these. The FELM benchmark <ref type="bibr">(Chen et al., 2023)</ref>, an opendomain evaluation of LLM-generated long form texts covering factual knowledge, math, and reasoning included human rationales. Work in LLM critiquing has started to incorporate natural language critiques from both humans <ref type="bibr">(Saunders et al., 2022)</ref> and <ref type="bibr">LLMs (Cui et al., 2023;</ref><ref type="bibr">Kim et al., 2024)</ref>. FACTPICO is the first factuality benchmark of the plain language summarization task that includes expert-generated natural language rationales. We introduced FACTPICO, an expert-annotated benchmark in the domain of evidence-based medicine for evaluating the factuality of plain language summarization with respect to clinically important dimensions. Using FACTPICO, we presented an analysis of factual errors along these fine-grained aspects in LLM-generated plain language summaries. We also presented an analysis of methods to evaluate factuality, including both dedicated factuality models and novel LLM-based methods.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Limitations</head><p>The process of evaluating texts in FACTPICO was time consuming for human evaluators, requiring close reading of complex, technical language. Consequently, to make the workload manageable, we did not ask evaluators to localize PICO elements (or results regarding these) in texts in plain language summaries. Annotating how these elements are represented overall in the summary would provide more insights in cases where they are vaguely represented and thus required more focus in this evaluation. We automatically localize these elements in the evaluated PICO-R extraction pipeline, but we encourage future work expanding FACTPICO to include human-annotated, span-level annotations.</p><p>We primarily evaluated the zero-shot capabilities of LLMs in evaluating the factuality of simplified medical texts. We chose this setting as it best reflects how an end-user-a lay individualwould likely interact with an LLM, as such users are unlikely to provide LLMs with expert-evaluated plain language summaries for few-shot prompting. Future work could explore other LLM evaluation methods methods and use FACTPICO as an evaluation benchmark.</p><p>In our meta-evaluation we compared factuality metrics that assess the overall factuality of a text against numerical ratings assessing the fine-grained factuality of key characteristics in these texts. We acknowledge that this is not an equivalent comparison. However, we posit that the aggregation of these assessments should be well-correlated with the overall factuality of RCT texts for them to be useful in this important domain.</p><p>predictor of awareness, engagement, and use of a national web-based personal health record: Populationbased survey study. Journal of Medical Internet Research, 24(9):e35772. Ganqu Cui, Lifan Yuan, Ning Ding, Guanming Yao, Wei Zhu, Yuan Ni, Guotong Xie, Zhiyuan Liu, and Maosong Sun. 2023. Ultrafeedback: Boosting language models with high-quality feedback. arXiv preprint arXiv:2310.01377. Daniel Deutsch, George Foster, and Markus Freitag. 2023. Ties matter: Meta-evaluating modern metrics with pairwise accuracy and tie calibration. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, pages 12914-12929, Singapore. Association for Computational Linguistics. Ashwin Devaraj, William Sheffield, Byron Wallace, and Junyi Jessy Li. 2022. Evaluating factuality in text simplification. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 7331-7345, Dublin, Ireland. Association for Computational Linguistics. Jay DeYoung, Eric Lehman, Benjamin Nye, Iain Marshall, and Byron C. Wallace. 2020. Evidence inference 2.0: More data, better models. In Proceedings of the 19th SIGBioMed Workshop on Biomedical Language Processing, pages 123-132, Online. Association for Computational Linguistics. Alexander Fabbri, Chien-Sheng Wu, Wenhao Liu, and Caiming Xiong. 2022. QAFactEval: Improved QAbased factual consistency evaluation for summarization. In Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 2587-2601, Seattle, United States. Association for Computational Linguistics. Tanya Goyal and Greg Durrett. 2021. Annotating and modeling fine-grained factuality in summarization. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 1449-1462, Online. Association for Computational Linguistics. Tanya Goyal, Junyi Jessy Li, and Greg Durrett. 2022. News summarization and evaluation in the era of GPT-3. arXiv preprint arXiv:2209.12356. Eduardo Hariton and Joseph J Locascio. 2018. Randomised controlled trials-the gold standard for effectiveness research. BJOG: an international journal of obstetrics and gynaecology, 125(13):1716. David Heineman, Yao Dou, and Wei Xu. 2023. Thresh: A unified, customizable and deployable platform for fine-grained text evaluation. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, pages 336-345, Singapore. Association for Computational Linguistics. Or Honovich, Roee Aharoni, Jonathan Herzig, Hagai Taitelbaum, Doron Kukliansy, Vered Cohen, Thomas Scialom, Idan Szpektor, Avinatan Hassidim, and Yossi Matias. 2022. TRUE: Re-evaluating factual consistency evaluation. In Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, pages 3905-3920, Seattle, United States. Association for Computational Linguistics. Albert Q. Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, L&#233;lio Renard Lavaud, Marie-Anne Lachaux, Pierre Stock, Teven Le Scao, Thibaut Lavril, Thomas Wang, Timoth&#233;e Lacroix, and William El Sayed. 2023. Mistral 7b. Seungone Kim, Jamin Shin, Yejin Cho, Joel Jang, Shayne Longpre, Hwaran Lee, Sangdoo Yun, Seongjin Shin, Sungdong Kim, James Thorne, and Minjoon Seo. 2024. Prometheus: Inducing finegrained evaluation capability in language models. In The Twelfth International Conference on Learning Representations. J Peter Kincaid, Robert P. Fishburne Jr., Richard L. Rogers, and Brad S. Chissom. 1975. Derivation of new readability formulas (Automated Readability Index, Fog Count and Flesch Reading Ease Formula) for navy enlisted personnel. Naval Technical Training Command Millington TN Research Branch. Philippe Laban, Tobias Schnabel, Paul N. Bennett, and Marti A. Hearst. 2022. SummaC: Re-visiting NLIbased models for inconsistency detection in summarization. Transactions of the Association for Computational Linguistics, 10:163-177. Eric Lehman, Jay DeYoung, Regina Barzilay, and Byron C. Wallace. 2019. Inferring which medical treatments work from reports of clinical trials. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 3705-3717, Minneapolis, Minnesota. Association for Computational Linguistics. Junyi Jessy Li and Ani Nenkova. 2015. Fast and accurate prediction of sentence specificity. In Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence, AAAI'15, page 2281-2287. AAAI Press. Chin-Yew Lin. 2004. ROUGE: A package for automatic evaluation of summaries. In Text Summarization Branches Out, pages 74-81, Barcelona, Spain. Association for Computational Linguistics. Yang Liu, Dan Iter, Yichong Xu, Shuohang Wang, Ruochen Xu, and Chenguang Zhu. 2023. G-eval: NLG evaluation using gpt-4 with better human alignment. In Proceedings of the 2023 Conference on</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A Evaluation Guidelines</head><p>Annotators are shown a "source" input (abstract of a technical paper describing an RCT), along with a plain language summary of it, automatically produced by a model, and asked a series of 7 questions for evaluation.</p><p>Question I: Added Information For this part of the question, please highlight words, phrases, or sentences in the output that adds or modifies the information from the original document. Afterwards, answer whether this added/modified information is factual or not factual. Also, provide a rationale for why this is added/modified information and why it is factual or not factual.</p><p>Questions II-V (one analogous question for each PICO element): For instance, for population, we ask:</p><p>&#9633; The population is mentioned, and described accurately &#9633; The population is mentioned, but described somewhat inaccurately or vaguely &#9633; The population is mentioned, but described with severe inaccuracies and/or is missing critical descriptors &#9633; The population is missing in the model summary</p><p>Please provide a rationale for why you chose the answer choice in relation to the abstract and the summary. Some examples will actually not quite be randomized trials (e.g., they might be observational studies, or a description of a prospective trial not yet run). In these cases, it may be that there is no meaningful population (or intervention, comparator, and outcome). Here you should select the "N/A" option.</p><p>Exhaustive Outcomes (Analyzed in Appendix I): Sometimes, the plain language summary may not mention all the outcome measures described in the abstract. The summary may still be considered factual if the omitted measures are non-critical for the experiment and are not mentioned any further in the abstract. However, please do annotate separately when the plain language summary does exhaustively mention all outcome measures and when it does not.</p><p>Question VI: Evidence Inferences You will be presented with a span of text highlighting the inferred result from the experiment presented in the abstract. Based on this span, choose the following based on how this span is presented in the plain language summary:</p><p>Please provide a rationale for why you chose the answer choice in relation to the evidence inference span and the summary.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A.1 Additional Questions</head><p>We also collected information for any additional comments on the generated plain language summary, as well as contradictions that are not covered by the other questions. These annotations are scarce, thus we have not included them in the FACTPICO benchmark.</p><p>Additional comments: "asks you to write down any commands you would want the machine to follow if you could interact with it, e.g., "Make it shorter", "Explain XXX a bit more", and so on."</p><p>Contradictions: "Here you will be looking for content in the output that contradicts some part of the input. We ask you to annotate both the input and the output for this question. Please provide a rationale for why the content is a contradiction." The contradictions are analyzed in Appendix J.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>B Data Release and License</head><p>We reused RCT abstracts from the Evidence Inference V2.0 dataset (DeYoung et al., 2020); <ref type="url">https://  evidence-inference.ebm-nlp.com</ref>, accessed 2024-02-15). All articles in this dataset are from the PubMed Open Access subset which only includes license terms that allow reuse (<ref type="url">https://ncbi.nlm.nih.gov/  pmc/tools/openftlist</ref>, accessed 2024-02-15). After discussion with our institutions' librarian on fair use, we release the annotations in FACTPICO under CC-BY-4.0.</p><p>PICO Element Description Critical Descriptors Example(s) Population The types of patients &#8226; Demographics &#8226; Diabetic males involved in the trial &#8226; Specific condition &#8226; Healthy adults Intervention The treatments considered &#8226; Mentioned as an intervention &#8226; Aspirin &#8226; Differentiates from comparator</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Comparator</head><p>The alternative treatment &#8226; Mentioned as comparing &#8226; Placebo to which the intervention against intervention is being compared against.</p><p>&#8226; Differentiates from intervention</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Outcome</head><p>The measures used. NOT &#8226; Primary outcomes mentioned</p><p>&#8226; Mortality what was found in the study (cannot make any conclusions &#8226; Duration of ("result"). For example, if the without them). headache study finds a drug reduces the duration of headache, the outcome here is just the "duration of headache", not that it reduced it. Table 8: Inter-evaluator agreement measured through Randolph's &#954;; for PICO evaluations we show agreement on all 75 doubly annotated documents (left) and only the subset of 15 undiscussed documents (right).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>C Improving Agreement Through Discussion</head><p>Initially, we had observed low agreement on PICO questions among evaluators on the first 30 doubly annotated documents. Upon deeper analysis of these disagreements, we modified our instructions to be clearer and more detailed. We had asked evaluators to independently re-evaluate the previous annotations as well as doubly annotate 30 more documents. We observed that while agreement had improved significantly overall, evaluators still disagreed substantially on questions regarding population and outcome.</p><p>To fix this issue, we facilitated a "soft" discussion between evaluators regarding their annotations. Evaluators were presented with documents in which they had disagreed majorly on any PICO questions from the last 30 documents they evaluated. Then they were asked to come to consensus on how to rate these questions. Afterwards, we asked evaluators to independently reevaluate their previous annotations based on the insights they gained from this discussion. Similarly, they were asked to doubly annotate 15 new documents inde-pendently.</p><p>Table <ref type="table">8</ref> shows the resulting agreement through Randolph's kappa after this discussion. For each question type, the first number is the kappa for the entire set of 75 doubly annotated documents. The second number is the kappa for the set of 15 documents that were annotated independently after the discussion. Both sets of number show moderate to high agreement for these questions. Furthermore, the agreement for this undiscussed set being significantly higher than the agreement for all 75 doubly annotated documents indicates that this discussion method was effective at improving agreement.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>D Model Details and Compute</head><p>We used a High-RAM T4 GPU through Google Colab Pro+ to conduct our experiments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>D.1 Plain Language Summary Generation</head><p>GPT-4 We used a frequency penalty of 0, presence penalty of 0, temperature of 1, and top p of 1. Llama-2 7B Chat. We set the max new tokens to 4000, did multinomial sampling, temperature of 1, top k of 50, and top p of 1.0. Alpaca (7B). We set the max new tokens to 4000, used greedy decoding, temperature of 1, top k of 50, and top p of 1.0.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>D.2 LLM evaluation</head><p>GPT-4 We used a frequency penalty of 0, presence penalty of 0, temperature of 1, and top p of 1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Together.AI We ran experiments with</head><p>Llama-2 7B Chat, Alpaca (7B), and Mistral-7B-Instruct-v0.1 using the Together.AI API interface. For all models, we set the max new tokens to 256, temperature of 0.6, top k of 90, top p of 0.8, and a repetition penalty of 1.1. E Zero-shot Prompts for Plain Language Summarization/Simplification E.1 Preliminary Prompt Exploration and Model Evaluation</p><p>We conducted a preliminary evaluation in Table <ref type="table">9</ref> for prompt engineering and model exploration on 100 medical abstracts from <ref type="bibr">Shaib et al. (2023)</ref>. The prompts we tested for are all typical-use prompts, representing how these systems would be usually used by the public. We avoided engineering prompts for the best-case use of these systems for this task, as we did not want to induce a false trust in any of these systems for medical use, which could be potentially harmful. Given this criteria, we evaluated the following prompts:</p><p>Paper Plain: <ref type="bibr">(August et al., 2023)</ref> My fifth grader asked me what this passage means: [abstract] I rephrased it for him, in plain language a fifth grader can understand:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Short:</head><p>"My fifth grader asked me what this passage means: [abstract] Help me summarize it for him, in plain language a fifth grader can understand. Make it short."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Summarize:</head><p>"My fifth grader asked me what this passage means: [abstract] Help me summarize it for him, in plain language a fifth grader can understand." 5th grade:</p><p>5th Grade: Paraphrase this passage completely in your own words. Always define words the reader may not know: <ref type="bibr">[abstract]</ref> Complex:</p><p>"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.</p><p>### Instruction: Rewrite the following complex passage in order to make it easier to understand by non-native speakers of English.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>### Input:" [abstract]</head><p>###Response:"</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Medical:</head><p>"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>### Instruction:</head><p>Rewrite the following medical abstract in order to make it easier to understand by non-native speakers of English.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>### Input:" [abstract]</head><p>###Response:"</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>E.2 FACTPICO Prompts</head><p>For GPT-4, we randomly sampled from GPT-4 Summarize and GPT-4 Short . We also used Llama-2 Paper Plain and Alpaca Complex .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>E.3 Explanation of Selection Criteria</head><p>We primarily selected prompts based on the length of the plain language summaries produced when they are used. They had to be substantially shorter than their corresponding abstracts, qualifying them as plain language summaries. We did not use any form of length control outside of prompt instructions, as we found prompt instructions, such as "Make it short.", are just as effective as other forms of length control without creating any unwanted artifacts and disfluencies in the text. We did not consider ChatGPT-DA <ref type="bibr">(Wang et al., 2023)</ref> to be a reliable measure of factuality. However, it was an effective sanity check in determining the relevance of the summaries to their corresponding abstracts.</p><p>We included two prompts to get generations from GPT-4 because both prompts met the above selection criteria and added more diversity in FACT-PICO. As a benchmark for factuality evaluation methods, including more diverse outputs will ensure only very robust systems are capable of attaining good results on FACTPICO.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>F Analysis of PICO Specific LLM Evaluations</head><p>We present the attribute-wise results for each LLMbased system we evaluated in Table <ref type="table">10</ref>. Similar to the results presented in Table <ref type="table">4</ref>, the GPT-4 based systems are more correlated with human ratings than the other LLM evaluators. Interestingly, we do see that for some attributes, in particular Population and Evidence Inference, the full text GPT-4 approach produced more human correlated ratings compared to those produced using the extraction pipeline. This suggests that evaluation of these elements requires more context than that provided in the extracted spans to perform a more accurate evaluation. However, despite this result, in terms of overall factuality, the extraction pipeline is slightly more correlated than the full text approach, suggesting an overall benefit to decomposing a complex task such as this into smaller, simpler steps to be executed sequentially.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>G System to Avg. PICO-R Visualizations</head><p>Figure <ref type="figure">4</ref> shows all system evaluations plotted against human evaluations. Figure <ref type="figure">3</ref> describes the distribution of averaged FACTPICO ratings alongside those of the automatic evaluation methods. These graphs display Gaussian approximations of the standardized distributions, allowing for easy visual comparison despite differences in scales. We only observe the average of the PICO-R ratings across human and LLM evaluations. Our primary focus in this analysis is observing how closely the distribution of automaticallyderived factuality scores are to the human evaluations in FACTPICO. Upon visual inspection of Figure <ref type="figure">3</ref>, we see that GPT-4, Mistral, and Align-Score seem to have the most closely aligned distributions to the average human rating distribution in FACTPICO. In order to quantify this, we also calculated the KL divergence between the distributions of the evaluated metrics and the distribution of the averaged human ratings from FACTPICO as they are presented in Figure <ref type="figure">3</ref>. These results can be found in Table <ref type="table">11</ref>. As previously hypothesized, the three distributions closest to the averaged human distribution are from AlignScore, Mistral, and GPT-4, in that order. Another trend that is observable in Figure <ref type="figure">3</ref> are the differences in the narrowness of the distributions between some LLM evaluators and dedicated factuality models. Ratings from GPT-4, Mistral, and, to a certain extent, Alpaca typically have narrow distributions, indicating an overall preference towards a single rating. On the other hand, distributions from dedicated factuality models are wider, signaling more variation.</p><p>Interestingly, these is a mismatch between wellcorrelated metrics and metrics whose distribution aligns closer to that of the human ratings (Figures <ref type="figure">2</ref> and <ref type="figure">4</ref>). Having a closely aligned distribution does not imply good correlation. Similarly, good correlation, unless it is exceptionally high, does not imply closely aligned distributions. This is the most evident in the case of AlignScore. However, this mismatch does highlight interesting trends. A left or right skew in a score distribution references the "strictness" of the evaluator, with a more leaning skew indicating the evaluators are less strict and vice versa. Through this lens, the human evaluators could be viewed as not as "strict" compared to many of the metrics. A possible explanation of this effect could be that the simplified nature of the text or the accurate elaborations present in the text GPT-4 Llama-2 Alpaca Mistral Extract &#964; b Pop. 0.323 0.017 0.095 -0.052 0.377 Inter. 0.233 0.053 0.036 0.081 0.222 Comp. 0.506 0.001 0.064 -0.001 0.575 Out. 0.260 0.086 0.090 0.145 0.261 Evd. Inf. 0.561 0.137 -0.045 0.068 0.506 Avg. 0.475 0.055 0.081 0.047 0.474 &#961; Pop. 0.363 0.019 0.110 -0.059 0.429 Inter. 0.246 0.058 0.040 0.089 0.246 Comp. 0.558 0.001 0.072 -0.001 0.649 Out. 0.279 0.094 0.100 0.159 0.292 Evd. Inf. 0.667 0.170 -0.051 0.078 0.604 Avg. 0.619 0.080 0.115 0.065 0.633 acceq Pop. 0.469 0.331 0.365 0.287 0.482 Inter. 0.538 0.379 0.365 0.420 0.419 Comp. 0.604 0.339 0.366 0.343 0.632 Out. 0.502 0.381 0.383 0.450 0.423 Evd. Inf. 0.665 0.419 0.342 0.287 0.631 Avg. 0.676 0.482 0.481 0.402 0.686 </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H Zero-shot Prompts for LLM Evaluation</head><p>Here we present the prompts used for LLM evaluation. To find the implementation details see Appendix D.2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H.1 Post-processing Ratings</head><p>The ratings produced from the prompts displayed below follow a reverse scale, where lower scores indicate the evaluated text is more factual. For the sake of comparison, we post-process these ratings as 5 -Original Rating, flipping the scale so that it follows the rest of the evaluated metrics. Llama-2 is the only system that was not post-processed. We present the reasons for why this was done in Appendix K.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H.2 LLM Full-text Evaluation Prompt for PICO Elements</head><p>The following prompt is provided as a system prompt to the large language model. You are given an abstract and a summary. &lt;PI-COInfo&gt; Find the &lt;PICOElem&gt; in accordance with PICO in both the abstract and the summary and use it rate the summary between 1 to 5.</p><p>The ratings are as follows.</p><p>1 -The &lt;PICOElem&gt; is mentioned in the model summary and described accurately. 2 -The &lt;PICOElem&gt; is mentioned in the model summary but described vaguely or somewhat inaccurately. 3 -The &lt;PICOElem&gt; is mentioned in the model summary but described inaccurately or is missing critical descriptors. 4 -The &lt;PICOElem&gt; is missing in the model summary.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">-N/A</head><p>Please provide only the rating and the rationale for the rating. Provide the rating after stating "Rating:".</p><p>The model is then queried as follows:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Abstract: &lt;Abstract&gt;</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Summary: &lt;Summary&gt;</head><p>The tag "&lt;PICOInfo&gt;" correspond to the following four descriptors depending on the evaluated PICO element.</p><p>Population: Population in PICO describes the type of subjects involved in the trial. Critical descriptors for population include important demographic information and any specific shared conditions. Intervention: Intervention in PICO describes the treatments considered in the trial. Comparator: Comparator in PICO describes the alternative treatment to which the intervention is being compared against. Outcome: Outcome in PICO describes the outcome measures used to determine results of the trial. If the primary outcome measures are not be mentioned, then the summary is critically flawed.</p><p>The "&lt;PICOElem&gt;" tag is replaced with the evaluated PICO element name ("population", "intervention", "comparator", "outcome").</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H.3 PICO-only LLM Evaluation Prompt</head><p>The prompt used for PICO-only LLM evaluation is almost identical to the one above. The only change is that the first sentence of the previous prompt ("You are given an abstract and a summary.") is changed to "You are given a list of PICO elements from an abstract and a summary."</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H.4 Prompt for Extracting PICO Elements</head><p>The following prompt is used to extract PICO elements from medical text.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition of each PICO element:</head><p>Population: The types of patients involved in the trial Intervention: The treatments considered Comparator: The alternative treatment to which the intervention is being compared to. Outcome: What is measured. NOT what was found in the study ("result"). For example, if the study finds a drug reduces the duration of headache, the outcome here is just the "duration of headache", not that it reduced it.</p><p>Identify the PICO elements in the following passage. Pull direct quotes from the passage:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H.5 Evidence Inference Full-Text Prompt</head><p>In FACTPICO, evaluators analyze if individual evidence inference spans from the abstract are accurately represented in the plain language summary. The LLM evaluation is modeled after this as well, comparing evidence inference spans from the abstract to the full text of the summary. The following is the system prompt used for this evaluation. You are given a result inference span from an abstract, and you are given a summary. A result inference span corresponds to an inferred result in an experiment. Find the corresponding result inference in the summary and use it to rate the summary between 1 to 4.</p><p>The ratings are as follows:</p><p>1 -The result inference is mentioned and described accurately. 2 -The result inference is mentioned but is described vaguely or is slightly inaccurate. 3 -The result inference is critically inaccurate. 4 -The result inference is missing in the model summary.</p><p>Please provide only the rating and the rationale for the rating. Provide the rating after stating "Rating:".</p><p>The model is then queried as follows:</p><p>Result Inference Span: &lt;Span from abstract&gt; Summary: &lt;Summary&gt;</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>H.6 Evidence Inference Extraction Prompts</head><p>We used the following prompt to extract evidence inferences from the plain language summary. These extractions are subsequently compared against evidence inferences from the abstract for the evaluations. The extraction prompt is as follows:</p><p>An result inference span corresponds to an inferred result in an experiment.</p><p>Identify result inference spans in the following passage. Pull direct quotes from the passage:</p><p>Here is the prompt for the evaluation itself:</p><p>You are given a result inference span from both an abstract and a summary. A result span corresponds to an inferred result in an experiment. Use the result inference spans from the abstract and the summary to rate the summary between 1 to 4.</p><p>The ratings are as follows:</p><p>1 -The result inference is mentioned and described accurately. 2 -The result inference is mentioned but is described vaguely or is slightly inaccurate. 3 -The result inference is critically inaccurate. 4 -The result inference is missing in the model summary.</p><p>Please provide only the rating and the rationale for the rating. Provide the rating after stating "Rating:".</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>The model is then queried as follows:</head><p>Abstract: &lt;Abstract Evidence Inference Span&gt; Summary: &lt;Extracted Evidence Inferences from Summary&gt;</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I Exhaustive Outcomes</head><p>The outcome element in RCTs may often be represented through multiple measures, some of which may not be critical for the experiment. The omission of these non-critical outcome measures in plain language summaries usually does not impact its factuality. In FACTPICO we also asked evaluators to determine whether all outcome measures are exhaustively mentioned in the plain language summary as a separate tag exhaustive. This enables us to keep track of when these omissions occur without tying them to the factuality evaluation. The addition of this annotation also enabled better agreement on outcome annotations. This was one of the factors that led to better agreement as discussed in Section C. We also calculated agreement for exhaustive annotations through Randolph's kappa and report it to be 0.44, which signifies moderate agreement. These collected annotations will also be included in the released data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>J Contradictions</head><p>#C %C ALPACA 11 8.70 GPT-4 16 10.4 LLAMA-2 36 25.2 Table 12: Total number of contradictions (#C) and percentage of FACTPICO that is a summary with at least one contradiction (%C).</p><p>We define Contradictions as pieces of information in the plain language summary that meaningfully disagree with the input abstract. In addition to the characteristics described in the main paper, we also ask evaluators to find spans in both the original abstract and the plain language summary that contradict each other and provide a rationale. The results are presented in Table <ref type="table">12</ref>, following similar trends to that found for other dimensions in Table <ref type="table">3</ref>.</p><p>We observed poor agreement overall for this question, largely due to "fuzzy" nature of this task. We define fuzziness as the difficulty to exhaustive distinguish such characteristics within a text. Table 13 shows a fuzzy, contradiction example which demonstrates how certain exaggerations may not be detected by the reader because it may be considered acceptable to use as part of the simplified language style. Annotators with different levels of discernment will likely suffer from low agreement for these types of annotations due to this phenomenon <ref type="bibr">(Trienes et al., 2024)</ref>. These collected annotations will also be included in the released data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>K Llama-2 Correlation</head><p>The negative correlations under the Flip column of Table <ref type="table">14</ref> demonstrate the worser performance of Llama-2 scores that are flipped (post-processed to be 5-x) compared to its original ratings. Out of all LLM evaluators, this occurrence is unique to Llama-2 . We attribute this to Llama-2's struggles to remain consistent and faithful to the rating system defined in the prompt. Through analyzing its rationales, we discovered that Llama-2 often ranks summaries it explains as accurate with high numbers, which was opposite to the instructions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Complete Contradiction</head><p>Source: Compared to OP group, the post operative diclofenac requirement was significantly less in LP group (mean 107.14 mg) and OP group required mean of (682.35 mg). Simplification [Llama-2]: The study found that laparoscopic pyeloplasty takes longer to do and needs more medicine to help with pain after the surgery, but it also has fewer problems and the person stays in the hospital for less time. Rationale: The LPA group needed LESS pain medication, not more. Misinterpretation Source: The effects of add-on prolonged-release melatonin (PRM)...were investigated in 80 patients... In this randomized, double-blind, parallel-group study, patients were treated for 2 weeks with placebo and then randomized (1:1) to receive 2 mg of PRM or placebo nightly for 24 weeks, followed by 2 weeks placebo. Simplification [Llama-2]: The medicine was given to 80 people with AD, some of whom also had trouble sleeping. Rationale: According to my understanding the 80 people were split 1:1 so that only 40 people were treated with melatonin and 40 received a placebo. Exaggeration (fuzzy) Source: Although, laparoscopic pyeloplasty has the disadvantages of longer operative time and requires significant skill of intracorporeal knotting but it is here to stay and represents an emerging standard of care. Simplification [GPT-4]: So, they think the camera surgery is becoming the best choice even if it's a bit more difficult to do. Rationale: This is not necessarily linked with each other.</p><p>Table <ref type="table">13</ref>: Examples of contradictions found in plain language summaries within FACTPICO. This Llama-2 rationale assigns a rating of 4 to a summary that it describes as accurate and sufficiently detailed, which is the opposite of the rating system provided in the prompt.</p><p>"The population in the abstract and summary is described accurately and with sufficient detail. The authors mention the type of subjects involved in the trial, including their demographics (age, sex, and duration of HIV infection) and any specific shared conditions (abacavir use). The summary provides a brief overview of the study population, including their baseline characteristics and the results of the intervention.The summary accurately reflects the information provided in the abstract and provides a clear and concise summary of the study population. The authors use descriptive language to highlight the key findings related to the study population, such as the slight improvement in endothelial function after maraviroc intensification. The summary does not contain any inaccuracies or vagueness that could affect the reader's understanding of the study population. Therefore, I would rate the summary as a 4, indicating that the population is described accurately and with sufficient detail."</p><p>Additionally, the following rationale demonstrates the hallucinations that Llama-2 makes about the rating scale, as it assumes a ranking order of 1-5 with 5 being the most accurate. Not only is 5 out of the range of the rating options given in the prompt, but also this scale is inconsistent with Llama-2's other evaluation scale of using 4 as its highest rating.</p><p>"The population in the abstract and summary is described as "drug users" or "people using illicit opiates," which is a broad and vague term that does not provide critical demographic information. The summary does not provide enough detail about the specific characteristics of the population, such as age, gender, ethnicity, or comorbidities. Additionally, the summary does not indicate whether the population was selected randomly or if there were any exclusion criteria.</p><p>To rate the summary, I would give it a score of 4 because it does not provide sufficient information about the population involved in the study. A rating of 5 would indicate that the summary provides detailed and accurate information about the population, including critical demographic information and any specific shared conditions." This analysis explains why non-flipped Llama-2 ratings were more correlated with human evaluation. Llama-2 has a tendency to not follow rating instructions and rate more accurate summaries with higher numbers, defeating the purpose of flipping its ratings in post-processing. Furthermore, Table <ref type="table">5</ref> shows how Llama-2 (non-flipped) is capable of rating plain language summaries similarly to human annotators in Table <ref type="table">3</ref>. If we flipped Llama-2 ratings, the average ratings for Llama-2 would have given opposite results. Therefore, we report the non-flipped Llama-2 evaluations throughout this paper to most accurately depict Llama-2's intended ratings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>L Rationale Length Analysis</head><p>Table <ref type="table">15</ref> shows the average number of tokens for rationales in FACTPICO and those generated by LLMs. As discussed in Section 6, Llama-2 produced the longest rationales. GPT-4, Mistral, and GPT-4 pipelined with PICO-R extraction generated rationales with similar lengths. Among the LLMs, Alpaca produced the shortest rationales. However, overall, expert-written rationales in FACTPICO have the shortest lengths. This is largely because evaluators tend to justify themselves as concisely as possible, especially for easy evaluation instances, such as when an element is clearly mentioned accurately or clearly missing.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>M LLM Rationale Errors</head><p>Table <ref type="table">16</ref> shows several examples of erronous rationales generated by various LLMs. These rationales illustrate several patterns of errors exhibited when these systems generate rationales. The examples from Mistral show the tendency to "forget" to evaluate the summary as described in Section 6. Mistral here either completely ignores the input summary or it passes off text from the abstract as belonging to the summary, as exemplified by the very first example. In addition to this issue, we also observe that Mistral generates illogical and contradictory language in its rationales (ex 3). The examples from Llama-2 exemplify the length of its rationales as well as its tendency to use irrelevant ideas in its justifications. For example, it may acknowledge factual information from the summary ("While the summary mentions the age range of the patients (adults) and the type of surgery (elective)"), but draws invalid conclusions ("it does not provide additional demographic information").</p><p>Rationale examples from GPT-4 here ignores critical factual errors in the summary. For example, the first GPT-4 example shows that the model acknowledges that the summary left critical characteristics missing ("Although the summary doesn't specifically mention 'adult' patients or the type of hospital"), but claims that "this doesn't seem to be crucial information", downplaying its effect during evaluation.</p><p>We also included some examples from Alpaca, showing its rationales tend to be very similar to the the rating descriptions provided through the prompt, and exceptions to this tend be nonsensical and illogical text.</p><p>N Full Text of Abstract in Figure <ref type="figure">1</ref> Due to space constraints, Figure <ref type="figure">1</ref> substituted the full abstract used during evaluation with a link. The full text of this abstract is included below: NicVAX&#174;, a nicotine vaccine (3'AmNic-rEPA), has been clinically evaluated to determine if higher antibody concentrations are associated with higher smoking abstinence rates and if doses and frequency of administration are associated with increased antibody response. This randomized, double-blinded, placebo-controlled multicenter clinical trial (N=301 smokers) tested 200 and 400 &#181;g doses administered 4 or 5 times over 6 months compared to placebo. 3'AmNic-rEPA recipients with the highest serum anti-nicotine antibody response (top 30% by AUC) were significantly more likely to attain 8 weeks continuous abstinence from weeks 19 through 26 than the placebo recipients (24.6% vs. 12.0%, p=0.024, OR=2.69, 95% CI, 1.14-6.37). The 5 injection 400 &#181;g dose regimen had the greatest antibody response and had significantly higher abstinence rates than placebo. This study demonstrates proof-of-concept that 3'AmNic-rEPA elicits antibodies to nicotine and is associated with higher continuous abstinence rates, justifying its further development as a treatment for nicotine dependence. Information), and highlighting text. Figure <ref type="figure">6</ref> shows how evaluators can select spans in text to evaluate. Evaluators answer questions by clicking the pencil icon next to each edit. Figure <ref type="figure">7</ref> shows how questions are displayed for evaluators to answer.  </p></div><note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0"><p>We focus on abstracts, because they are always publicly accessible, and typically include the key results that would be of interest to individuals.</p></note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1"><p>We check this by querying the Entrez database system and filtering out abstracts which have other abstracts associated with their PubMed ID.</p></note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2"><p>Free-marginal refers to distributions where raters have no prior knowledge as to the quantity of instances that would be assigned each rating, such as is the case with FACTPICO.</p></note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3"><p>Initial experiments showed that GPT-4 can more accurately extract PICO elements compared to other LLMs and PICO-tagger models<ref type="bibr">(Nye et al., 2020)</ref>, especially for plain language summaries.</p></note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4"><p>The evaluation scale for Llama-2 was reversed because it struggled to follow the original instructions. We described this behavior in greater detail in Appendix K</p></note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5"><p>https://goodsystems.utexas.edu</p></note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6"><p>This version of Thresh is available as a fork of the original project through this link: https://github.com/SebaJoe/ thresh</p></note>
		</body>
		</text>
</TEI>
