REVIEW 4 major objections 5 minor 75 references
VetScore: Risk-Weighted Fact Verification for Veterinary Long-Form QA with Citations
T0 review · 4 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read VetScore claims an automated, risk-weighted faithfulness score can match veterinary expert judgments on cited long-form answers, reaching a 0.783 correlation with small judge models.
desk verdict Solid risk-weighted verification pipeline for veterinary QA with a genuinely useful dataset, but the combined-score headline leans on a hand-set weight shared with the human gold. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the risk-adjusted combined score S(Y')=1−p_global(Y'), where p_global is the harm-weighted penalty: each claim contributes w_i^p(1−v_i) to the numerator and Σ w_j^p to the denominator, with v_i the binary verification label, w_i the 1–5 harm potential, and p=2.426 chosen so a harm score of 5 accounts for about half the weight when harm levels are uniformly distributed. The decompose-then-verify architecture with separate harm scoring is the mechanism that makes the weighting possible; the paper contrasts it with verification-only and end-to-end baselines.
What would settle it
Re-run the meta-evaluation with p=1 (plain harm-weighted average) and with p fitted to maximise expert agreement; if the rank correlation at p=1 does not fall, or if a fitted p differs substantially from 2.426, then the specific risk-weighting mechanism is not what drives the reported agreement.
Extended reading notes
Core claim
The paper introduces a four-step pipeline: split an answer into citation segments; decompose each segment into atomic claims using an LLM with conversational context; score each claim twice—once for whether the cited excerpts support it (binary) and once for its harm potential on a 1–5 scale; then aggregate the two signals into a risk-adjusted verification score. The aggregation raises each harm score to a fixed exponent p=2.426 so that high-harm claims dominate the penalty, and reports the fraction of total weighted harm potential that remains unverified. The authors argue that this risk-weighting is what makes the score clinically informative, and they validate it by correlating both the c
Load-bearing premise
The load-bearing premise is that the hand-set exponent p=2.426, which makes a harm score of 5 carry about half of the total weight, captures how veterinarians actually trade off harm; the same exponent is used to build the human gold score that VetScore is measured against, so if that weighting is wrong, the combined-score validation weakens.
Editorial extensions
If this is right
- An automated VetScore run can flag individual unverified high-harm claims (e.g. a wrong dose) in real time, giving practitioners a threshold-based safety filter rather than a single opaque number.
- Deployment with open-weight models like Gemma 4 31B is viable, with only about 0.06 lower correlation than the best proprietary judge on the combined score.
- Verification-only scoring without harm weighting loses alignment with expert absolute combined scores, so the risk-weighting component is doing measurable work.
- End-to-end single-prompt scoring, without decomposition, correlates less than half as well with experts, showing the multi-step structure is necessary.
- The component scores (verification, harm) each carry explainability as natural-language justifications, so the pipeline doubles as an audit trail.
Reading between the lines
- If the risk exponent were re-estimated on held-out expert data instead of being hand-set, the pipeline could adapt across specialties; testing a flat p would reveal whether the exact value matters.
- Because the score only measures claims the system actually states, a model that omits a key warning could score well; explicit omission-aware penalties would close that gap.
- The same harm-weighted decomposition could transfer to human medical QA, but the 1–5 rubric would need re-anchoring to human clinical decisions before use.
- Comparing VetScore against a simple harm-weighted average (p=1) would isolate whether the concave weighting, rather than the decomposition, drives expert agreement.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents VetScore, a decompose-then-verify evaluation method for veterinary long-form QA with citations. The pipeline segments a generated answer, decomposes each segment into atomic claims, verifies each claim against the cited excerpts, scores each claim for its potential clinical harm on a 1–5 scale, and aggregates the two signals into a risk-adjusted score using an exponent p=2.426 (Eqs. 1–4). The authors construct a meta-evaluation dataset from 67 queries, six generator LLMs, 1,200 cited segments, and 4,986 claims, annotated by 18 veterinary experts. They evaluate nine judge models and report Spearman correlations up to 0.783 for fact verification, 0.763 for harm potential, and 0.740 for the absolute combined score, with the open-weight Gemma 4 31B reaching 0.724/0.721/0.677. Ablations, IRT-based annotator adjustment, consistency analysis, and token-efficiency analysis are also included.
Significance. If the central claim holds, VetScore offers a clinically interpretable, explainable, and risk-aware faithfulness signal for a high-stakes domain, and the expert-annotated dataset is a useful resource for future work. The component-level results—fact verification and harm potential scoring—are the most robust part of the paper: they are evaluated against independent human annotations and show strong correlations across multiple judge models, including open-weight ones. The paper also deserves credit for its explicit ablation study, use of IRT to handle annotator severity, and systematic analysis of decomposition errors. However, the paper's headline risk-weighted combined score is currently under-supported because the human 'combined' gold is constructed using the same hand-set exponent p that defines the model score, and no sensitivity analysis or holistic expert validation is provided. This limits the strength of the conclusions that can be drawn from the combined-score columns.
major comments (4)
- [Section 3.2, Eqs. (1)–(4), Table 3] The combined-score validation is confounded by the shared hand-set exponent p. The paper fixes p=2.426 in footnote 2 and uses the same exponent to build both the model score and the human 'combined' gold against which the model is correlated. Since Spearman correlation is rank-based, any monotone transformation of the harm weights affects the model and human rankings in the same way. The reported combined correlations (e.g., 0.740 for Gemini 3.6 Flash, 0.677 for Gemma 4 31B) may therefore reflect agreement on the weighting convention rather than agreement on a clinically meaningful risk-adjusted verification score. The paper does not vary p, does not compare against p=1 or equal weighting, and does not elicit a harm-tradeoff weighting from experts. This is load-bearing because the risk-adjusted combined score is the paper's core contribution. Please add a sensitivity analysis over p and
- [Limitations, Section 5 (Meta-evaluation)] The manuscript explicitly states in the Limitations that holistic segment-level scores were not annotated. The human combined gold is constructed by applying the same aggregation equations (Eqs. 2–4) to component human scores. This makes the combined-score correlation partly circular: the model and the gold share the same nonlinear weighting assumption. The limitation is acknowledged, but it is not reflected in the abstract or conclusion, where the combined score is presented as a headline result. A subset of segments with holistic expert risk-adjusted ratings would break the circularity; at minimum, the claims in the abstract and Section 7 should be tempered to component-level validation unless such evidence is added.
- [Table 3, Verification-only rows] The claimed advantage of risk weighting is not visible in the normalized local and global combined scores. For Gemini 3.6 Flash, verification-only achieves rho=0.770 (local) and 0.788 (global), compared with VetScore's 0.760 and 0.772; the differences are small and sometimes in the opposite direction from the headline. The only column where risk weighting improves the correlation substantially is the absolute combined score (0.666 vs. 0.740 for Gemini 3.6 Flash). However, S_abs is unbounded and sensitive to segment length and claim count, so it is not a clean measure of risk-adjusted verification. The paper should either explain why the normalized scores are the appropriate metric despite showing no benefit from risk weighting, or restrict the risk-weighting claim to the absolute score with appropriate caveats.
- [Section 4.3, Task 2] The harm-potential annotation has only moderate inter-annotator agreement (Krippendorff's alpha=0.462). While the IRT-based adjustment in Appendix G is a reasonable and well-described remedy, the noise in the harm gold propagates into the combined gold and therefore into the combined-score correlations. This is acknowledged only implicitly. The combined correlations should be interpreted with this noise in mind, and the paper would be stronger if the sensitivity of the combined score to the harm-gold quality were analyzed, e.g., by recomputing the combined correlation under alternative aggregations of the raw harm annotations.
minor comments (5)
- [Eq. (1)] The notation in Eq. (1) reuses the index i for both the segment and the claims within the segment. Use a separate index (e.g., j) for claims to avoid confusion, consistent with the problem statement.
- [Appendix J.1] The text in Appendix J.1 swaps the references to Figure 15 and Figure 16. It states that Figure 16 shows human scores and Figure 15 shows LLM judge scores, but the figures are captioned the other way around.
- [Abstract / Section 4] The abstract says 'Code and data will be released' while the contributions list says 'We make our meta-evaluation dataset publicly available.' Please make the release status and timeline consistent, and note whether the annotation interfaces and model outputs will also be released.
- [Abstract] Minor grammar issue: 'how well are generated claims supported' should be 'how well generated claims are supported.'
- [Table 3] The table caption introduces 'Combined (local)' and 'Combined (global)' but the main text does not define which equations produce these variants. Please add a reference to Eqs. (2) and (3) in the caption or surrounding text.
Circularity Check
Combined-score validation is partly self-referential: the human combined gold is built with the same hand-set harm-weight exponent p=2.426 as VetScore; the component-level correlations are independently validated.
-
self definitional
[Section 3.2, Equations (1)-(4) and footnote 2; Section 5, Meta-evaluation; Limitations]
""The exponent p allows us to control the contribution of higher scores to the penalty relative to lower scores. We use p= 2.426 in all experiments." ... "We also evaluate combined scores obtained through the aggregation method (see Section 3.2) by calculating the Spearman correlation with combined scores derived from the human annotation.""
The human 'combined' gold is not an independent holistic expert judgment; it is constructed by applying the same Section 3.2 aggregation (including the same hand-set p=2.426) to the human fact-verification and harm-potential labels. Therefore the Combined columns of Table 3 compare two applications of the same nonlinear weighting formula to different component scores. Any rank distortion caused by the exponent is applied on both sides, so the correlation cannot validate the risk-weighting choice itself. The Limitations section confirms that no holistic segment-level scores were annotated. The fact-verification and harm-potential component correlations are independent of this issue, since they use raw human labels.
full rationale
The paper's component-level claims are not circular: fact verification and harm potential scoring are each correlated with independently collected human annotations on those components (Spearman up to 0.783 and 0.763, respectively). Claim decomposition is manually validated with a separate error analysis. No load-bearing self-citation or imported uniqueness theorem is used; the OpeNLGauge citation is background only. The circularity concern is confined to the risk-weighted combined score. The human combined gold is 'derived from the human annotation' using 'the aggregation method (see Section 3.2)', i.e., the same hand-set p=2.426 that defines VetScore's combined score. Because the target is constructed from the same formula, the combined-score correlation measures agreement between two applications of that formula rather than validating the formula against an external holistic expert judgment. This is partial self-definitionality, not a full reduction: the model's component scores are genuinely independent predictions, and a different judge model could still rank segments differently. Still, the headline 'risk-adjusted score' correlation is weaker evidence than the component correlations, and the paper itself notes the absence of holistic segment-level annotation. Score 3 reflects one partially self-referential validation step while the central component evaluations retain independent content.
Assumptions & free parameters
free parameters (1)
- Harm weight exponent p =
2.426
assumptions (5)
- domain assumption Faithfulness to the provided excerpts is the correct target for evaluating veterinary answers.
- domain assumption Veterinary expert annotations are a valid gold standard for verification and harm potential.
- domain assumption Claims generated by Gemini 3 Flash are the right unit for all subsequent evaluation.
- ad hoc to paper p=2.426 yields clinically meaningful risk weights.
- standard math The IRT partial credit model assumptions hold for annotator aggregation.
Cite this review
Pith. "Pith review of VetScore: Risk-Weighted Fact Verification for Veterinary Long-Form QA with Citations." pith.science (2026). https://pith.science/paper/IYD6OFGJ
@misc{pith2026260803675,
author = {Pith},
title = {Pith review of: VetScore: Risk-Weighted Fact Verification for Veterinary Long-Form QA with Citations},
year = {2026},
howpublished = {\url{https://pith.science/paper/IYD6OFGJ}},
note = {Machine review of arXiv:2608.03675}
}
read the original abstract
Citation excerpts can be used to increase the reliability of generated outputs and their faithfulness to cited sources, which is especially important in high-stakes domains such as human and veterinary medicine. However, this does not guarantee that generated claims are faithful to the provided excerpts. We present VetScore, a multi-step evaluation method for veterinary long-form question answering, designed to assess how well are generated claims supported by the provided excerpts, weighing this information by each claim's harm potential. VetScore first segments the output and decomposes it into individual claims, then scores each claim with respect to its harm potential and evaluates its faithfulness to source excerpts, and finally calculates the overall risk-adjusted score. We collect an expert-annotated meta-evaluation dataset, evaluate our approach with a range of judge models, and show that it achieves high correlations with veterinary experts even with small judge models, while offering explainability across multiple dimensions.
Figures
Figures from the paper (16 more)
Reference graph
Works this paper leans on
-
[2]
Provide a brief explanation (1-3 sentences) of why the claim is supported or not
-
[3]
Return true if the claim can be found or reasonably inferred from any source
-
[4]
Return false if the claim contradicts sources or cannot be verified OUTPUT FORMAT (array of objects): [ { "claim": "<verbatim copy of claim>", "reasoning": "<explanation>", "isSupported": true/false }, ... ] IMPORTANT: Return exactly {n_claims} objects in the array, one for each fact in the same order. Figure 3: Prompt template for claim verification. 18 ...
-
[5]
The dosage is 10mg per kg orally twice daily for 7 days
Make sure to support all your factual claims by citations with excerpts. EXAMPLES: "The dosage is 10mg per kg orally twice daily for 7 days."["recommended daily dose of 10mg/kg of body weight, PO, q12h for the duration of seven days"](journal_abc12345:L45-46) "Symptoms include diarrhea, vomiting, and lethargy."["Vomiting, diarrhea, and lethargy"] (journal...
work page 2026
-
[6]
Cited but not verified: Parsing and evaluat- ing source attribution in LLM deep research agents. CoRR, abs/2605.06635. Qwen Team. 2026. Qwen3.5: Towards native multi- modal agents. Hannah Rashkin, Vitaly Nikolaev, Matthew Lamm, Lora Aroyo, Michael Collins, Dipanjan Das, Slav Petrov, Gaurav Singh Tomar, Iulia Turc, and David Reitter. 2023. Measuring attrib...
arXiv 2026
-
[7]
Attribution, citation, and quotation: A sur- vey of evidence-based text generation with large lan- guage models. InProceedings of the 64th Annual Meeting of the Association for Computational Lin- guistics (Volume 1: Long Papers), ACL 2026, pages 30956–31000, San Diego, California, United States. 11 Meet Shah, Jason Gusdorf, Anil Palepu, Chunjong Park, Jac...
work page Pith review arXiv 2026
-
[8]
Long-form factuality in large language models. InAdvances in Neural Information Processing Sys- tems 37: Annual Conference on Neural Information Processing Systems 2024, NeurIPS 2024, Vancouver, BC, Canada. Claire E Welsh, Marco Duz, Timothy DH Parkin, and John F Marshall. 2017. Disease and pharmaco- logic risk factors for first and subsequent episodes of...
work page 2024
-
[9]
The required dose of propofol for induction in the trazodone group was 1.36±0.55 mg/kg
Show all 75 references
-
[10]
The required dose of propofol for induction in the placebo group was 2.13±1.20 mg/kg
-
[11]
The reduction in propofol dose for induction was not statistically signifi- cant
-
[12]
enriched with 6.5 per cent MCT oil (as fed basis)
The study results showed a trend toward lower propofol doses in the tra- zodone group. Suboptimal decomposition The attributes of the study (prospec- tive, randomized, double-blinded, in- volving 16 dogs) should each have a corresponding atomic claim. Efficacy has been demonst...
-
[14]
Copy the claim verbatim (exact text)
-
[15]
Provide a brief explanation (1–3 sentences) of the score
-
[16]
claim":
Assign a score based on the rubric above (1–5) FACTS TO SCORE: {claims} OUTPUT FORMAT (JSON array): [ { "claim": "<verbatim copy of claim>", "reasoning": "<explanation>", "score": <1-5> }, ... ] Return exactly {num_claims} objects, one for each fact in order. Figure 4: Prompt ...
-
[17]
EVERY factual statement MUST have a citation immediately after it
-
[18]
Quote excerpt text from the source that supports the claim
-
[19]
Use ONLY source IDs from the provided source list
-
[20]
Factual claim
Multiple sources for the same fact use SEPARATE brackets: "Factual claim"["excerpt A"](source1)["excerpt B"](source2)
-
[22]
Studies have evaluated the admin- istration of robenacoxib at extreme dosages
-
[23]
One extreme dosage studied was 20 times the recommended dose of robe- nacoxib
-
[24]
The duration of the extreme dosage study was 42 days
-
[25]
The extreme dosage was admin- istered at 10 mg/kg every 12 hours (q12h)
-
[26]
Suboptimal decomposition Claim (4) contains both a dose and frequency claims
The administration of robenacoxib at 20 times the recommended dose for 42 days resulted in no observable toxic effects. Suboptimal decomposition Claim (4) contains both a dose and frequency claims. These should be de- composed into two separate claims for the system to be able...
-
[27]
A prospective, randomized, double-blinded clinical study was conducted involving 16 female dogs undergoing ovariectomy
-
[28]
Trazodone was administered at a dose of 5 mg/kg orally
-
[29]
Trazodone was administered 2 hours prior to hospital arrival
-
[30]
Trazodone significantly reduced stress scores on the Clinic Dog Stress Scale (CDSS) compared to placebo
-
[31]
The mean CDSS score for the tra- zodone group was 5.12±2.95
-
[32]
The mean CDSS score for the placebo group was 11.50±6.16
-
[33]
The p-value for the difference in CDSS scores was 0.02
-
[34]
Trazodone reduced the required doses of propofol for induction com- pared to placebo
-
[39]
Efficacy has been demonstrated in trials evaluating diets enriched with MCT oil
-
[40]
The diets evaluated in these trials were enriched with 6.5% MCT oil
-
[41]
Suboptimal decomposition The claim could be further decom- posed to two separate claims: one about the trials and the other about their efficacy
The 6.5% MCT oil enrichment level is calculated on an as-fed basis. Suboptimal decomposition The claim could be further decom- posed to two separate claims: one about the trials and the other about their efficacy. Continued on next page 28 Table 7 – continued from previous pag...
-
[42]
Further research on maropitant is required
-
[43]
The literature concludes that stud- ies investigating the pharmacokinetics of maropitant in other species are war- ranted
-
[44]
The literature concludes that pharmacodynamic studies evaluat- ing the potential for maropitant’s use as an anti-inflammatory drug in birds are warranted
-
[45]
Semantic drift Coordination scope error
The literature concludes that the performance of pharmacodynamic studies for maropitant in birds is warranted. Semantic drift Coordination scope error. The combination of advanced age and a structural brain lesion signifies a higher risk of early mortality
-
[46]
Advanced age signifies a higher risk of early mortality
-
[47]
A structural brain lesion signifies a higher risk of early mortality
-
[48]
Semantic drift Fallacy of division: the original claim links the risk to the combination of the two factors, not to any of the factors in isolation
The combination of advanced age and a structural brain lesion signifies a higher risk of early mortality. Semantic drift Fallacy of division: the original claim links the risk to the combination of the two factors, not to any of the factors in isolation. Dogs with no antimicro...
-
[49]
Dogs that received no antimicro- bials had a median hospitalization of 1 day
-
[50]
Dogs that received no antimicro- bials showed significant improvement after fluid resuscitation
-
[51]
Semantic drift Missing evidential link between the first two claims and the last claim
Supportive care is sufficient in most cases of AHDS. Semantic drift Missing evidential link between the first two claims and the last claim. The **most defensible evidence- based position** is that ponazuril is a biologically credible option be- cause it is toltrazuril’s main ...
-
[52]
The most defensible evidence- based position is that ponazuril is a biologically credible option
-
[53]
Ponazuril is the main metabolite of toltrazuril
-
[54]
Ponazuril has pharmacokinetic fea- tures compatible with durable anticoc- cidial activity
-
[55]
Toltrazuril has broad evidence of efficacy in species other than dogs
-
[56]
Toltrazuril has known limitations related to the timing of treatment
-
[57]
Semantic drift Missing causal link between claim (1) and claims (2) and (3)
Toltrazuril has known limitations related to possible resistance. Semantic drift Missing causal link between claim (1) and claims (2) and (3). The current evidence supporting the use of low-dose ketamine specifi- cally for the medical management of abdominal pain (colic) in ho...
-
[58]
Low-dose ketamine is used for the medical management of abdominal pain in horses
-
[59]
Abdominal pain in horses is also known as colic
-
[60]
The current evidence supporting the use of low-dose ketamine for the med- ical management of abdominal pain in horses is limited
-
[61]
current evi- dence supporting the use of low-dose ketamine is limited
Non-steroidal anti-inflammatory drugs (NSAIDs) are the standard of care for the medical management of abdominal pain in horses. Semantic drift A presupposition is incorrectly inter- preted as an entailment: “current evi- dence supporting the use of low-dose ketamine is limited...
-
[62]
Evidence regarding trazodone use in this scenario must be extrap- olated from studies in non-pregnant dogs undergoing surgery
-
[63]
Studies in non-pregnant dogs under- going surgery suggest trazodone can reduce pre-surgical stress
-
[64]
this scenario
Studies in non-pregnant dogs under- going surgery suggest trazodone can reduce anesthetic requirements. Decontextualization The anaphora (“this scenario”) is not resolved properly. The same cohort reported that ivabradine was discontinued in 4 of 7 SVT patients after resolutio...
-
[65]
The same cohort reported that ivabradine was discontinued in 4 of 7 SVT patients
-
[66]
The discontinuation of ivabra- dine occurred after resolution of tach- yarrhythmia
-
[67]
The discontinuation of ivabradine occurred after improvement in heart rate
-
[68]
The findings support the short-term effectiveness of ivabradine in selected infants
-
[69]
The findings support the medium- term effectiveness of ivabradine in se- lected infants
-
[70]
the same cohort
The findings do not specifically prove superiority of the beta-blocker combination over other regimens. Decontextualization The anaphora (“the same cohort”) is not resolved properly. As of 2026, the most current and high-certainty evidence indicates that **continuous or prolon...
2026
-
[71]
As of 2026, the evidence for beta- lactam infusion in dogs with sepsis is the most current
2026
-
[72]
The evidence supporting the rec- ommendations is of high certainty
-
[73]
Continuous infusion of beta-lactam antibiotics is recommended for dogs with sepsis
-
[74]
Prolonged infusion of beta-lactam antibiotics is recommended for dogs with sepsis
-
[75]
The recommendation for contin- uous or prolonged infusion applies when pharmacodynamic targets are difficult to achieve with intermittent dosing
-
[76]
Uninformative The claims are not informative, since the first claim is tautological, while the second claim is unverifiable
The pharmacodynamic target for beta-lactam antibiotics is time above MIC (minimum inhibitory concentra- tion). Uninformative The claims are not informative, since the first claim is tautological, while the second claim is unverifiable. 30 # Original Fixed∆ 1 1.000 0.733 -0.267...
1994
-
[2016]
Evaluation of supervised machine-learning al- gorithms to distinguish between inflammatory bowel 9 disease and alimentary lymphoma in cats.Journal of veterinary diagnostic investigation, 28(6):679–687. Mayla R. Boguslav, Adam Kiehl, David Kott, G. Joseph Strecker, Tracy Webb, ...
2024 arXiv
-
[2022]
Sewon Min, Kalpesh Krishna, Xinxi Lyu, Mike Lewis, Wen tau Yih, Pang Wei Koh, Mohit Iyyer, Luke Zettlemoyer, and Hannaneh Hajishirzi
Teaching language models to support answers with verified quotes.CoRR, abs/2203.11147. Sewon Min, Kalpesh Krishna, Xinxi Lyu, Mike Lewis, Wen tau Yih, Pang Wei Koh, Mohit Iyyer, Luke Zettlemoyer, and Hannaneh Hajishirzi. 2023. FActScore: Fine-grained atomic evaluation of factu...
2023 arXiv
-
[2023]
InProceedings of the 2023 Con- ference on Empirical Methods in Natural Language Processing, EMNLP 2023, pages 6465–6488, Singa- pore
Enabling large language models to generate text with citations. InProceedings of the 2023 Con- ference on Empirical Methods in Natural Language Processing, EMNLP 2023, pages 6465–6488, Singa- pore. Anisha Gunjal and Greg Durrett. 2024. Molecular facts: Desiderata for decontext...
2023
-
[2024]
InFindings of the Association for Computational Linguistics, ACL 2024, volume ACL 2024 ofFindings of ACL, pages 14095–14113, Bangkok, Thailand
Learning fine-grained grounded citations for attributed large language models. InFindings of the Association for Computational Linguistics, ACL 2024, volume ACL 2024 ofFindings of ACL, pages 14095–14113, Bangkok, Thailand. Brian Hur, Timothy Baldwin, Karin Verspoor, Laura Hard...
2024 arXiv
-
[2025]
Context-dependent scoring
First, do NOHARM: Towards clinically safe large language models.CoRR, abs/2512.01241. Judit M. Wulcan, Kevin L. Jacques, Mary Ann Lee, Samantha L. Kovacs, Nicole Dausend, Lauren E. Prince, Jonatan Wulcan, Sina Marsilio, and Stefan M. Keller. 2024. Classification performance an...
2024 arXiv
-
[2026]
E70052 VOP-25-04- 3534
Comparison of diagnostic performance be- tween large language models and veterinary evalua- tors in feline ocular diseases based on clinical sum- maries and anterior segment photographs.Veterinary Ophthalmology, 29(1):e70052. E70052 VOP-25-04- 3534. Hailey Onweller, Elias Lume...
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.