← Search

Hongfeng Chai

8 accepted papers

2026

GAM-RAG: Gain-Adaptive Memory for Evolving Retrieval in Retrieval-Augmented Generation

ICML 2026poster

Retrieval-Augmented Generation (RAG) grounds large language models with external evidence, but many implementations rely on pre-built indices that remain static after construction. Related queries therefore repeat similar multi-hop traversal, increasing latency and compute. Motivated by \emph{schema…

Cited by 0SourceScholar
2026

Teach2Eval: An Interaction-Driven LLMs Evaluation Method via Teaching Effectiveness

ICLR 2026poster

Recent progress in large language models (LLMs) has outpaced the development of effective evaluation methods. Evaluating LLMs with static, task-specific benchmarks is increasingly fragile due to contamination and saturation, and it fails to capture interactive reasoning. We introduce Teach2Eval, whi…

Cited by 0SourcecodeScholar
2025

Are LLMs Rational Investors? A Study on the Financial Bias in LLMs

ACL 2025finding

Large language models (LLMs) excel in natural language generation but also exhibit biases, particularly in gender, race, and religion, which can be amplified with widespread use. However, research on biases in specific domains, such as finance, remains limited. To address this gap, we conducted a co…

2025

Enhancing Federated Knowledge Distillation in Heterogeneous and Non-IID Scenarios

ICASSP 2025accepted

Federated Learning (FL) allows multiple participants to train models together while keeping their data private. Some FL frameworks use Knowledge Distillation to address model heterogenity, but many struggle in non-IID and heterogeneous environments, making it hard for clients to learn from each othe…

Cited by 0SourceScholar
2025

FedCAda: Adaptive Client-Side Optimization for Accelerated and Stable Federated Learning

ICASSP 2025accepted

Federated learning (FL) enables collaborative model training across distributed clients while preserving data privacy. However, achieving both acceleration and stability, particularly on the client side, remains a challenge. In this paper, we introduce FedCAda, an adaptive algorithm that leverages a…

Cited by 0SourceScholar
2024

CI-STHPAN: Pre-trained Attention Network for Stock Selection with Channel-Independent Spatio-Temporal Hypergraph

AAAI 2024technical

Quantitative stock selection is one of the most challenging FinTech tasks due to the non-stationary dynamics and complex market dependencies. Existing studies rely on channel mixing methods, exacerbating the issue of distribution shift in financial time series. Additionally, complex model structures…

Cited by 17SourcePDFScholar
2024

R3-NL2GQL: A Model Coordination and Knowledge Graph Alignment Approach for NL2GQL

EMNLP 2024finding

While current tasks of converting natural language to SQL (NL2SQL) using Foundation Models have shown impressive achievements, adapting these approaches for converting natural language to Graph Query Language (NL2GQL) encounters hurdles due to the distinct nature of GQL compared to SQL, alongside th…