Beyond Memorization: A Rigorous Evaluation Framework for Medical Knowledge Editing (2026.eacl-long)
Copied to clipboard
| Challenge: | Existing knowledge editing methods show promising results on general-domain benchmarks, but their effectiveness in the medical domain remains largely unexplored. |
| Approach: | They propose a framework to evaluate medical knowledge editing using model-generated rationales as editing targets. |
| Outcome: | The proposed method improves editing efficacy and generalization in medical models without full retraining. |
Similar Papers
ConKE: Conceptualization-Augmented Knowledge Editing in Large Language Models for Commonsense Reasoning (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing knowledge editing methods face limited knowledge coverage in existing knowledge bases, infeasibility of annotating labels for an overabundance of commonsense knowledge, and strict knowledge formats. |
| Approach: | They propose a framework that integrates conceptualization and instantiation into the KE pipeline for LLMs to enhance their commonsense reasoning capabilities. |
| Outcome: | The proposed framework diagnoses implausible commonsense knowledge within an LLM and augments the source knowledge to be edited with conceptualization for stronger generalizability. |
Can We Edit LLMs for Long-Tail Biomedical Knowledge? (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing knowledge editing methods can enhance LLMs' performance on long-tail biomedical knowledge, but their performance on high-frequency popular knowledge remains inferior to that on high frequency popular knowledge. |
| Approach: | They conduct the first comprehensive study to investigate the effectiveness of knowledge editing methods for editing long-tail biomedical knowledge. |
| Outcome: | The proposed methods improve LLMs' performance on long-tail biomedical knowledge, but their performance on high-frequency popular knowledge remains inferior even after editing. |
Bridging the Editing Gap in LLMs: FineEdit for Precise and Targeted Text Modifications (2025.findings-emnlp)
Copied to clipboard
| Challenge: | a recent study shows that large language models can perform precise text editing tasks. |
| Approach: | InstrEditBench is a benchmark dataset that compares 30,000 structured editing tasks . experimental evaluations show FineEdit outperforms state-of-the-art models . |
| Outcome: | The proposed model outperforms state-of-the-art models on single-turn edits and mistral-7B-OpenOrca on direct edits. |
MedScore: Generalizable Factuality Evaluation of Open-ended Long-form Medical Answers by Domain-adapted Claim Decomposition and Verification (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing factuality evaluation pipelines are poor matches for medical domains . existing methods are limited to objective, entity-centric, formulaic texts . |
| Approach: | They propose a pipeline to decompose medical answers into condition-aware valid facts . they use a decomposition-then-verify approach to evaluate generated text . |
| Outcome: | The proposed method extracts up to three times as many valid facts as existing methods . the resulting factuality score substantially varies by decomposition method, corpus, and used backbone LLM . |
ScEdit: Script-based Assessment of Knowledge Editing (2025.findings-acl)
Copied to clipboard
Xinye Li, Zunwen Zheng, Qian Zhang, Dekai Zhuang, Jiabao Kang, Liyan Xu, Qingbin Liu, Xi Chen, Zhiying Tu, Dianhui Chu, Dianbo Sui
| Challenge: | Knowledge Editing (KE) has gained increasing attention, yet current evaluation frameworks do not integrate KE into real-world application scenarios. |
| Approach: | They propose a script-based benchmark which encompasses both counterfactual and temporal edits and integrates token-level and text-level evaluation methods. |
| Outcome: | The proposed method combines token-level and text-level evaluation methods with a new fact-based evaluation framework. |
Reasoning or Knowledge: Stratified Evaluation of Biomedical LLMs (2026.eacl-long)
Copied to clipboard
| Challenge: | Medical reasoning in large language models is a complex cognitive process through which clinicians interpret patient data and make diagnostic and therapeutic decisions. |
| Approach: | They propose an evaluation framework that disentangles knowledge recall from reasoning by training a PubMedBERT-based classifier and applying it to 11 widely used biomedical QA benchmarks. |
| Outcome: | The proposed evaluation framework disentangles knowledge recall from reasoning by training a PubMedBERT-based classifier and applying it to 11 widely used biomedical QA benchmarks. |
Knowledge Graph-Driven Memory Editing with Directional Interventions (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) are hampered by inaccuracies and outdated information. |
| Approach: | They propose a framework that constructs knowledge graphs using available information to guide the direction of knowledge editing. |
| Outcome: | The proposed framework allows consistent, aligned, and stable information during large-scale editing scenarios. |
Editing Across Languages: A Survey of Multilingual Knowledge Editing (2025.emnlp-main)
Copied to clipboard
| Challenge: | Knowledge Editing is a growing subdomain of model editing focused on ensuring factual edits generalize across languages. |
| Approach: | They present a taxonomy of multilingual knowledge editing methods and benchmarks . authors summarize key findings on method effectiveness and transfer patterns . |
| Outcome: | The proposed methods are compared against available benchmarks and benchmark datasets. |
EasyEdit: An Easy-to-use Knowledge Editing Framework for Large Language Models (2024.acl-demos)
Copied to clipboard
Peng Wang, Ningyu Zhang, Bozhong Tian, Zekun Xi, Yunzhi Yao, Ziwen Xu, Mengru Wang, Shengyu Mao, Xiaohan Wang, Siyuan Cheng, Kangwei Liu, Yuansheng Ni, Guozhou Zheng, Huajun Chen
| Challenge: | Large Language Models (LLMs) suffer from knowledge cutoff or fallacy issues, which means they are unaware of unseen events or generate text with incorrect facts owing to outdated/noisy data. |
| Approach: | They propose an easy-to-use knowledge editing framework for Large Language Models that allows users to easily edit updated knowledge and adjust undesired behavior while minimizing the impact on unrelated inputs. |
| Outcome: | The proposed framework surpasses traditional fine-tuning in terms of reliability and generalization. |
RuleEdit: Towards Rule-Level Knowledge Generalization to Mitigate Over-Editing in Large Language Models (2025.findings-acl)
Copied to clipboard
| Challenge: | Existing knowledge editing methods focus on instance-level editing, which is prone to knowledge degradation and general ability deterioration due to redundant instance-specific modifications. |
| Approach: | They propose a rule-level editing method that generalizes rule-derived knowledge to update rule-based instances. |
| Outcome: | The proposed method improves portability and performance over baselines for LLaMA-2-7B on RULEmix. |