Qinggang Zhang
Other people with similar names: Qinggang Zhang
Unverified author pages with similar names: Qinggang Zhang
2026
BAPO: Boundary-Aware Policy Optimization for Reliable Agentic Search
Shiyu Liu | Yongjing Yin | Jianhao Yan | Yunbo Tang | Qinggang Zhang | Bei Li | Xin Chen | Jingang Wang | Xunliang Cai | Jinsong Su
Findings of the Association for Computational Linguistics: ACL 2026
Shiyu Liu | Yongjing Yin | Jianhao Yan | Yunbo Tang | Qinggang Zhang | Bei Li | Xin Chen | Jingang Wang | Xunliang Cai | Jinsong Su
Findings of the Association for Computational Linguistics: ACL 2026
RL-based agentic search enables LLMs to solve complex questions via dynamic planning and external search. While this approach significantly enhances accuracy with agent policies optimized via large-scale reinforcement learning, we identify a critical gap in reliability: these agents fail to recognize their reasoning boundaries and rarely admit "I DON’T KNOW" even when evidence is insufficient or reasoning reaches its limit. The lack of reliability often leads to plausible but unreliable answers, introducing significant risks in many real-world scenarios. To this end, we propose Boundary-Aware Policy Optimization (BAPO), a novel RL framework designed to cultivate reliable boundary awareness without compromising accuracy. BAPO introduces two key components: (i) a group-based boundary-aware reward that encourages an IDK response only when the reasoning reaches its limit, and (ii) an adaptive reward modulator that strategically suspends this reward during early exploration, preventing the model from exploiting IDK as a shortcut. Extensive experiments on four benchmarks demonstrate that BAPO substantially enhances the overall reliability of agentic search.
Beyond Black-Box Interventions: Latent Probing for Faithful Retrieval-Augmented Generation
Linfeng Gao | Qinggang Zhang | Baolong Bi | Bo Zeng | Zheng Yuan | Zerui Chen | Zhimin Wei | Shenghua Liu | Linlong Xu | Longyue Wang | Weihua Luo | Jinsong Su
Findings of the Association for Computational Linguistics: ACL 2026
Linfeng Gao | Qinggang Zhang | Baolong Bi | Bo Zeng | Zheng Yuan | Zerui Chen | Zhimin Wei | Shenghua Liu | Linlong Xu | Longyue Wang | Weihua Luo | Jinsong Su
Findings of the Association for Computational Linguistics: ACL 2026
Retrieval-Augmented Generation (RAG) systems often fail to maintain contextual faithfulness, generating responses that conflict with the provided context. Existing methods attempt to improve faithfulness through external interventions, such as specialized prompting, decoding-based calibration, or preference optimization. However, since these approaches treat the LLM as a black box, they lack a reliable mechanism to assess how these conflicts occur. Consequently, they tend to be brittle, data-intensive, and agnostic to the model’s internal reasoning process. In this paper, we move beyond black-box interventions to analyze the model’s internal reasoning process. We discover that conflicting and aligned knowledge states are linearly separable in the model’s latent space, and contextual noise systematically increases the entropy of these representations. Based on these findings, we propose ProbeRAG, a novel framework for faithful RAG that operates in three stages: (i) fine-grained knowledge pruning to filter irrelevant context, (ii) latent conflict probing to identify hard conflicts in the model’s latent space, and (iii) conflict-aware attention to modulate attention heads toward faithful context integration. Extensive experiments demonstrate that ProbeRAG substantially improves both accuracy and contextual faithfulness. The related resources are available at https://github.com/XMUDeepLIT/ProbeRAG.
LogicPoison: Logical Attacks on Graph Retrieval-Augmented Generation
Yilin Xiao | Jin Chen | Qinggang Zhang | Yujing Zhang | Chuang Zhou | Longhao Yang | Lingfei Ren | Xin Yang | Xiao Huang
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Yilin Xiao | Jin Chen | Qinggang Zhang | Yujing Zhang | Chuang Zhou | Longhao Yang | Lingfei Ren | Xin Yang | Xiao Huang
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Graph-based Retrieval-Augmented Generation (GraphRAG) enhances the reasoning capabilities of Large Language Models (LLMs) by grounding their responses in structured knowledge graphs. Leveraging community detection and relation filtering techniques, GraphRAG systems demonstrate inherent resistance to traditional RAG attacks, such as text poisoning and prompt injection. However, in this paper, we find that the security of GraphRAG systems fundamentally relies on the topological integrity of the underlying graph, which can be undermined by implicitly corrupting the logical connections, without altering surface-level text semantics. To exploit this vulnerability, we propose LogicPoison, a novel attack framework that targets logical reasoning rather than injecting false contents. Specifically, LogicPoison employs a type-preserving entity swapping mechanism to perturb both global logic hubs for disrupting overall graph connectivity and query-specific reasoning bridges for severing essential multi-hop inference paths. This approach effectively reroutes valid reasoning into dead ends while maintaining surface-level textual plausibility. Comprehensive experiments across multiple benchmarks demonstrate that LogicPoison successfully bypasses GraphRAG’s defenses, significantly degrading performance and outperforming state-of-the-art baselines in both effectiveness and stealth. Our code is available at <https://github.com/Jord8061/logicPoison>.
LegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal Reasoning
Zerui Chen | Qinggang Zhang | Zhishang Xiang | Zhimin Wei | Linfeng Gao | Xiao Huang | Zhihong Zhang | Jinsong Su
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Zerui Chen | Qinggang Zhang | Zhishang Xiang | Zhimin Wei | Linfeng Gao | Xiao Huang | Zhihong Zhang | Jinsong Su
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Graph-based Retrieval-Augmented Generation (GraphRAG) advances flat document retrieval by structuring knowledge as relational graphs, enabling more coherent and effective reasoning. However, applying it to specific domains like legal reasoning faces critical challenges. (i) Legal corpora are heterogeneous, containing multi-granular knowledge from cases, articles and interpretations. A flat knowledge graph cannot adequately differentiate between factual details, applied rules, and abstract principles, limiting accurate retrieval. (ii) Reliable legal judgment demands transparent, evidence-based reasoning. Traditional RAG passes retrieved context directly to an LLM without verification, resulting in opaque, error-prone reasoning. To this end, we propose LegalGraphRAG, a framework designed for reliable legal reasoning. Our approach introduces two core components: a hierarchical legal graph that hierarchically organizes legal sources to enable retrieval at appropriate abstraction levels, and a multi-agent system for reliable legal reasoning, where a Researcher retrieves candidate evidence, an Auditor rigorously verifies its validity against source documents, and an Adjudicator synthesizes the set of verified evidence to render a final judgment. Extensive experiments show that LegalGraphRAG achieves the state-of-the-art performance, outperforming existing GraphRAG baselines in accurate and trustworthy legal analysis. Our code, datasets and implementation details are available at https://github.com/XMUDeepLIT/LegalGraphRAG.
Search
Fix author
Co-authors
- Jinsong Su 3
- Zerui Chen 2
- Linfeng Gao 2
- Xiao Huang 2
- Zhimin Wei 2
- Baolong Bi 1
- Xunliang Cai 1
- Jin Chen (陈瑾) 1
- Xin Chen 1
- Bei Li 1
- Shenghua Liu 1
- Shiyu Liu 1
- Weihua Luo 1
- Lingfei Ren 1
- Yunbo Tang 1
- Jingang Wang 1
- Longyue Wang 1
- Zhishang Xiang 1
- Yilin Xiao 1
- Linlong Xu 1
- Jianhao Yan 1
- Longhao Yang 1
- Xin Yang 1
- Yongjing Yin 1
- Zheng Yuan 1
- Bo Zeng 1
- Yujing Zhang 1
- Zhihong Zhang 1
- Chuang Zhou 1