← Search

Fengbin Zhu

8 accepted papers

2026

CAPSUL: A Comprehensive Human Protein Benchmark for Subcellular Localization

ICLR 2026poster

Subcellular localization is a crucial biological task for drug target identification and function annotation. Although it has been biologically realized that subcellular localization is closely associated with protein structure, no existing dataset offers comprehensive 3D structural information with…

Cited by 0SourceScholar
2025

CrAM: Credibility-Aware Attention Modification in LLMs for Combating Misinformation in RAG

AAAI 2025technical

Retrieval-Augmented Generation (RAG) can alleviate hallucinations of Large Language Models (LLMs) by referencing external documents. However, the misinformation in external documents may mislead LLMs' generation. To address this issue, we explore the task of "credibility-aware RAG", in which LLMs au…

2025

IGD: Token Decisiveness Modeling via Information Gain in LLMs for Personalized Recommendation

NeurIPS 2025poster

Large Language Models (LLMs) have shown strong potential for recommendation by framing item prediction as a token-by-token language generation task. However, existing methods treat all item tokens equally, simply pursuing likelihood maximization during both optimization and decoding. This overlooks…

Cited by 0SourcecodeScholar
2025

Latent Inter-User Difference Modeling for LLM Personalization

EMNLP 2025

Large language models (LLMs) are increasingly integrated into users’ daily lives, leading to a growing demand for personalized outputs.Previous work focuses on leveraging a user’s own history, overlooking inter-user differences that are crucial for effective personalization.While recent work has att

2024

Doc2SoarGraph: Discrete Reasoning over Visually-Rich Table-Text Documents via Semantic-Oriented Hierarchical Graphs

COLING 2024main

Table-text document (e.g., financial reports) understanding has attracted increasing attention in recent two years. TAT-DQA is a realistic setting for the understanding of visually-rich table-text documents, which involves answering associated questions requiring discrete reasoning. Most existing wo…

2024

Think Twice Before Trusting: Self-Detection for Large Language Models through Comprehensive Answer Reflection

EMNLP 2024finding

Self-detection for Large Language Models (LLMs) seeks to evaluate the trustworthiness of the LLM’s output by leveraging its own capabilities, thereby alleviating the issue of output hallucination. However, existing self-detection approaches only retrospectively evaluate answers generated by LLM, typ…

Cited by 8SourcePDFScholar
2022

Learning to Imagine: Integrating Counterfactual Thinking in Neural Discrete Reasoning

ACL 2022long

Neural discrete reasoning (NDR) has shown remarkable progress in combining deep models with discrete reasoning. However, we find that existing NDR solution suffers from large performance drop on hypothetical questions, e.g. “what the annualized rate of return would be if the revenue in 2020 was doub…

Cited by 29SourcePDFScholar
2021

TAT-QA: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance

ACL 2021long

Hybrid data combining both tabular and textual content (e.g., financial reports) are quite pervasive in the real world. However, Question Answering (QA) over such hybrid data is largely neglected in existing research. In this work, we extract samples from real financial reports to build a new large-…