paper-with-me

홈 › Papers

HERO: Hypothesis-Driven Evidence Retrieval from Omics for Multi-Task Breast Cancer Analysis

2026-06-19 · Xiangyu Li, Ran Su arxiv

Matched multi-omics can improve WSI-based biomarker and prognosis prediction, but most existing pipelines use omics as a paral lel feature stream or textual context rather than as an explicit retrieval constraint. HERO asks whether observed omics can be a testable mor phology hypothesis: a sparse pathway-to-morphology prior maps DNA methylation and miRNA into a K-dimensional intent vector m (K=16), TF-IDF retrieval over structured 10 captions selects endpoint-relevant regions, and a cosine gate c=cos(m,v) triggers deterministic deficit driven repair when c<τc. This closed-loop design bounds VLM calls, reduces reliance on embedding-based semantic matching, and makes every retrieval and verification step lexically auditable. On TCGA-BRCA (930WSIs, patient-level 5-fold CV), HERO sets new state-of-the-art across ER, PR, HER2, subtype, and risk prediction, outperforming both multimodal fusion and VLM-based baselines.

📄 PDF Abstract BibTeX arXiv:2606.21174

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

V-Retrver: Evidence-Driven Agentic Reasoning for Universal Multimodal Retrieval

2026-02-05 · Dongyang Chen, Chaoyang Wang, Dezhao Su, Xi Xiao 외 arxiv

Multimodal Large Language Models (MLLMs) have recently been applied to universal multimodal retrieval, where Chain-of-Thought (CoT) reasoning improves candidate reranking. However, existing approaches remain largely lang…

Reinforcement Learning

HerO at AVeriTeC: The Herd of Open Large Language Models for Verifying Real-World Claims

2024-10-16 · Yejun Yoon, JaeYoon Jung, Seunghyun Yoon, Kunwoo Park

To tackle the AVeriTeC shared task hosted by the FEVER-24, we introduce a system that only employs publicly available large language models (LLMs) for each step of automated fact-checking, dubbed the Herd of Open LLMs fo…

Fact CheckingLanguage ModelingLanguage ModellingQuestion Generation+2

Towards the New XAI: A Hypothesis-Driven Approach to Decision Support Using Evidence

2024-02-02 · Thao Le, Tim Miller, Liz Sonenberg, Ronal Singh

Prior research on AI-assisted human decision-making has explored several different explainable AI (XAI) approaches. A recent paper has proposed a paradigm shift calling for hypothesis-driven XAI through a conceptual fram…

Decision Making

HeroNet: A Hybrid Retrieval-Generation Network for Conversational Bots

2023-01-29 · Bolin Zhang, Yunzhe Xu, Zhiying Tu, Dianhui Chu

Using natural language, Conversational Bot offers unprecedented ways to many challenges in areas such as information searching, item recommendation, and question answering. Existing bots are usually developed through ret…

Multi-Task LearningQuestion AnsweringRetrievalSentence

Hypothesis-Conditioned Query Rewriting for Decision-Useful Retrieval

2026-03-19 · Hangeol Chang, Changsun Lee, Seungjoon Rho, Junho Yeo 외 arxiv

Retrieval-Augmented Generation (RAG) improves Large Language Models (LLMs) by grounding generation in external, non-parametric knowledge. However, when a task requires choosing among competing options, simply grounding g…

Answer Selection