paper-with-me

홈 › Papers

HARE: an entity and relation centric evaluation framework for histopathology reports

2025-09-19 · Yunsoo Kim, Michal W. S. Ong, Alex Shavick, Honghan Wu, Adam P. Levine arxiv

Medical domain automated text generation is an active area of research and development; however, evaluating the clinical quality of generated reports remains a challenge, especially in instances where domain-specific metrics are lacking, e.g. histopathology. We propose HARE (Histopathology Automated Report Evaluation), a novel entity and relation centric framework, composed of a benchmark dataset, a named entity recognition (NER) model, a relation extraction (RE) model, and a novel metric, which prioritizes clinically relevant content by aligning critical histopathology entities and relations between reference and generated reports. To develop the HARE benchmark, we annotated 813 de-identified clinical diagnostic histopathology reports and 652 histopathology reports from The Cancer Genome Atlas (TCGA) with domain-specific entities and relations. We fine-tuned GatorTronS, a domain-adapted language model to develop HARE-NER and HARE-RE which achieved the highest overall F1-score (0.915) among the tested models. The proposed HARE metric outperformed traditional metrics including ROUGE and Meteor, as well as radiology metrics such as RadGraph-XL, with the highest correlation and the best regression to expert evaluations (higher than the second best method, GREEN, a large language model based radiology report evaluator, by Pearson $r = 0.168$, Spearman $ρ= 0.161$, Kendall $τ= 0.123$, $R^2 = 0.176$, $RMSE = 0.018$). We release HARE, datasets, and the models at https://github.com/knowlab/HARE to foster advancements in histopathology report generation, providing a robust framework for improving the quality of reports.

📄 PDF Abstract BibTeX arXiv:2509.16326

Code (0)

등록된 구현이 없습니다.

Tasks

Relation ExtractionText Generation

Similar Papers 제목 키워드 기반

UniRel: Relation-Centric Knowledge Graph Question Answering with RL-Tuned LLM Reasoning

2025-12-18 · Yinxu Tang, Chengsong Huang, Jiaxin Huang, William Yeoh arxiv

Knowledge Graph Question Answering (KGQA) has largely focused on entity-centric queries that return a single answer entity. However, many real-world questions are inherently relational, aiming to understand how entities …

Graph Question AnsweringReinforcement Learning

Adapting an Entity Centric Model for Portuguese Coreference Resolution

2016-05-01 · LREC 2016 5 · Ev Fonseca, ro, Renata Vieira, Aline Vanin

This paper presents the adaptation of an Entity Centric Model for Portuguese coreference resolution, considering 10 named entity categories. The model was evaluated on named e using the HAREM Portuguese corpus and the re…

coreference-resolutionCoreference Resolution

EventEA: Benchmarking Entity Alignment for Event-centric Knowledge Graphs

2022-11-05 · Xiaobin Tian, Zequn Sun, Guangyao Li, Wei Hu

Entity alignment is to find identical entities in different knowledge graphs (KGs) that refer to the same real-world object. Embedding-based entity alignment techniques have been drawing a lot of attention recently becau…

AttributeBenchmarkingEntity AlignmentKnowledge Graphs

Improving Coreference Resolution by Leveraging Entity-Centric Features with Graph Neural Networks and Second-order Inference

2020-09-10 · Lu Liu, Zhenqiao Song, Xiaoqing Zheng, Jun He

One of the major challenges in coreference resolution is how to make use of entity-level features defined over clusters of mentions rather than mention pairs. However, coreferent mentions usually spread far apart in an e…

coreference-resolutionCoreference ResolutionGraph Neural Network

Rethinking the Evaluation of Pre-trained Text-and-Layout Models from an Entity-Centric Perspective

2024-02-04 · Chong Zhang, Yixi Zhao, Chenshu Yuan, Yi Tu 외

Recently developed pre-trained text-and-layout models (PTLMs) have shown remarkable success in multiple information extraction tasks on visually-rich documents. However, the prevailing evaluation pipeline may not be suff…

Entity LinkingSemantic entity labeling