Built with and by Teycir Ben Soltane•
How to Use•FAQ•GitHub•arXiv.org•
Share:
ArXivCSExplorer
☆☆Bookmarks🏆RSSHow to UseFAQ
Home/Authors/Bo Li

Bo Li

30 indexed papers

Recent (6 mo)
28
With code
0
Influential cites
0
Benchmarked
0

Publications per year

30
26

Top categories

AI×16Crypto×13NLP×6Software Eng.×5ML×5Vision×5Multiagent×3Distributed×2

Frequent co-authors

Bo Liu3×
Wanlei Zhou3×
Yibo Liu2×
Dianbo Liu2×
Min Zhang2×
Yubo Li2×

Research Timeline

2026
Root-Cause-Driven Automated Vulnerability Repair

The paper introduces Kumushi, a root-cause-driven patching agent that significantly improves automated vulnerability repair by focusing LLMs on the true source of bugs, outperforming existing methods and matching commercial agents.

One Turn Too Late: Response-Aware Defense Against Hidden Malicious Intent in Multi-Turn Dialogue

The paper introduces TurnGate, a response-aware defense mechanism that detects the earliest turn in a multi-turn dialogue where the accumulated interaction enables a harmful action, significantly improving malicious intent detection.

WARD: Adversarially Robust Defense of Web Agents Against Prompt Injections

The paper proposes WARD, a robust and efficient defense model that secures web agents against prompt injection attacks embedded in web content, achieving high recall and low false positives even against adaptive attacks.

The Chain Holds, the Answer Folds: Trace-Answer Dissociation in Reasoning Models Under Adversarial Pressure

The paper identifies a failure mode called unfaithful capitulation (UC), where reasoning models maintain a correct internal thought process (chain-of-thought) but output an incorrect final answer when subjected to sustained adversarial questioning.

Same Question, Different Source, Different Answer: Auditing Source-Dependence in Medical Multi-Source RAG

This paper introduces a framework to audit source-dependence in multi-source RAG systems, demonstrating that disagreement across institutional sources is a common and critical failure mode that current evaluation metrics overlook.

GUI Agents for Continual Game Generation

The paper proposes using GUI agents, both as objective evaluators and subjective playtesters, to significantly improve the generation of playable games from prompts, demonstrating a 66.8% rubric pass-rate with a novel iterative framework.

Loong: A Human-Like Long Document Translation Agent with Observe-and-Act Adaptive Context Selection

The paper introduces Loong, a novel human-like agent that significantly improves long document translation by adaptively selecting and utilizing optimal historical context using a specialized memory module and reinforcement learning.

Quotient DAGs for Off-Policy Evaluation:Forward-Flow Importance Sampling and Exact Slate Propensities

The paper introduces a quotient-DAG view to accurately estimate unordered slate propensities for off-policy evaluation, solving the nuisance variance and computational gap inherent in standard importance sampling for autoregressive recommenders.

DrugClaw and DrugAudit: A Primary-Source-Grounded Agent and Authority-Aware Benchmark for Drug-Information Question Answering

The paper introduces DrugClaw, a multi-agent system, and DrugAudit, a new benchmark, demonstrating that DrugClaw excels at answering drug-related questions by grounding answers in primary regulatory sources.

Initialization is Half the Battle: Generating Diverse Images from a Guidance Potential Posterior

The paper introduces Diversity-inducing Initialization (DivIn), a novel method that improves image diversity by re-weighting the initial noise selection based on the guidance potential, thereby mitigating mode collapse.

Hybrid Diffusion Transformer for Instruction-Guided Audio Editing via Rectified Flow

This paper proposes a hybrid two-stage diffusion transformer architecture for instruction-guided audio editing, balancing performance and efficiency.

In-situ Indexing via Memristive Content-Addressable Memory

The paper introduces PATH, an in-situ indexing architecture for Processing-in-Memory systems that achieves higher throughput, lower tail latency, and fewer memory accesses than state-of-the-art schemes.

Accelerating Conformal Prediction via Approximate Leave-One-Out

This paper accelerates conformal prediction by incorporating approximate leave-one-out estimators and establishes asymptotic coverage and efficiency.

SkillOpt-Lite: Better and Faster Agent Self-evolution via One Line of Vibe

This paper proposes SkillOpt-Lite, a minimal viable pipeline for skill optimization in autonomous agents, which accelerates convergence and outperforms full SkillOpt.

HoloGeo: Mitigating Landmark Bias in Geo-localization via Evidence-Driven Reasoning

This paper introduces HoloGeo, an evidence-driven reasoning framework to mitigate landmark bias in Vision-Language Models, and establishes metrics and a benchmark to evaluate its effectiveness.

MagicSelector: Joint Optimization for Agent Tool Selection via Counterfactual Decomposition and Progressive Reranking

MagicSelector is a framework for tool retrieval in agents using counterfactual task decomposition, progressive reranking, and dynamic Top-K.

MineValiCoder: Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation

This paper proposes MineValiCoder, a collaborative closed-loop TDD framework using mutual reinforcement of test-case quality and code quality to address stochasticity in Large Language Model-based Test-Driven Development.

DBA-Bench: A Production-Fidelity Benchmark for LLM-Based Database Operations Agents

The paper introduces DBA-Bench, a benchmark for evaluating database agents with production fidelity, outcome-first evaluation, and controlled scenario reproducibility.

Beyond Byzantine: An Organizational Consensus Algorithm for Self-Interested Agents Under Information Asymmetry

This paper introduces the Organizational Consensus Algorithm (OCA) for internal negotiation and decision coordination in organizational structures, modeling inter-departmental conflict as a dynamic game and using a retrospective penalty system.

From LLM Inference to Agentic Workloads: Characterization and Implications for Serving Systems

This paper introduces AgentSysBench, a benchmark suite and measurement toolkit for agentic applications, and identifies six properties that distinguish agentic workloads from conventional LLM serving.

Highlighted terms show continued research focus across papers

Papers

cs.OScs.AIcs.DCEmpiricalRecentAug 15, 2026

From LLM Inference to Agentic Workloads: Characterization and Implications for Serving Systems

Chaokun Chang, Yukun Zhou, Kaihua Fu, Dakai An +9 more

This paper introduces AgentSysBench, a benchmark suite and measurement toolkit for agentic applications, and identifies six properties that distinguish agentic workloads from conventional LLM serving.

View →
cs.GTcs.DCcs.MAEmpirical
Recent
Jul 31, 2026

Beyond Byzantine: An Organizational Consensus Algorithm for Self-Interested Agents Under Information Asymmetry

Jiawei Zhang, Jianbo Liu

This paper introduces the Organizational Consensus Algorithm (OCA) for internal negotiation and decision coordination in organizational structures, modeling inter-departmental conflict as a dynamic ga…

View →
cs.SEcs.AIEmpiricalRecentJul 24, 2026

MineValiCoder: Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation

Zhen Zhao, Qihang Yang, Feifei Dai, Xiangfang Li +1 more

This paper proposes MineValiCoder, a collaborative closed-loop TDD framework using mutual reinforcement of test-case quality and code quality to address stochasticity in Large Language Model-based Tes…

View →
cs.DBcs.AIcs.CLEmpiricalRecentJul 24, 2026

DBA-Bench: A Production-Fidelity Benchmark for LLM-Based Database Operations Agents

Junming Chen, Junyang Jiang, Xu Chen, Zibo Liang +1 more

The paper introduces DBA-Bench, a benchmark for evaluating database agents with production fidelity, outcome-first evaluation, and controlled scenario reproducibility.

View →
cs.IREmpiricalRecentJul 20, 2026

MagicSelector: Joint Optimization for Agent Tool Selection via Counterfactual Decomposition and Progressive Reranking

HONOR Agentic Search Team, Zhengzong Chen, Lei Tang, Lijun Liu +26 more

MagicSelector is a framework for tool retrieval in agents using counterfactual task decomposition, progressive reranking, and dynamic Top-K.

View →
cs.CVEmpiricalRecentJul 16, 2026

HoloGeo: Mitigating Landmark Bias in Geo-localization via Evidence-Driven Reasoning

Pengcheng Zhou, Xuanyu Liu, Yanchen Yin, Bobo Li +3 more

This paper introduces HoloGeo, an evidence-driven reasoning framework to mitigate landmark bias in Vision-Language Models, and establishes metrics and a benchmark to evaluate its effectiveness.

View →
cs.SEcs.AIcs.LGEmpiricalRecentJul 3, 2026

SkillOpt-Lite: Better and Faster Agent Self-evolution via One Line of Vibe

Yifei Shen, Bo Li, Xinjie Zhang

This paper proposes SkillOpt-Lite, a minimal viable pipeline for skill optimization in autonomous agents, which accelerates convergence and outperforms full SkillOpt.

View →
cs.ARcs.ETEmpiricalRecentJun 30, 2026

In-situ Indexing via Memristive Content-Addressable Memory

Bing Wu, Xueliang Wei, Shiyi Song, Yibo Liu +5 more

The paper introduces PATH, an in-situ indexing architecture for Processing-in-Memory systems that achieves higher throughput, lower tail latency, and fewer memory accesses than state-of-the-art scheme…

View →
stat.MLcs.LGTheoreticalRecentJun 30, 2026

Accelerating Conformal Prediction via Approximate Leave-One-Out

Jiachen Cong, Jingbo Liu

This paper accelerates conformal prediction by incorporating approximate leave-one-out estimators and establishes asymptotic coverage and efficiency.

View →
cs.SDcs.AIcs.MMEmpiricalRecentJun 18, 2026

Hybrid Diffusion Transformer for Instruction-Guided Audio Editing via Rectified Flow

Liting Gao, Yonggang Zhu, Yaru Chen, Dongyu Wang +4 more

This paper proposes a hybrid two-stage diffusion transformer architecture for instruction-guided audio editing, balancing performance and efficiency.

View →
cs.CVcs.AIRecentJun 1, 2026

Initialization is Half the Battle: Generating Diverse Images from a Guidance Potential Posterior

Xiang Li, Dianbo Liu, Kenji Kawaguchi

The paper introduces Diversity-inducing Initialization (DivIn), a novel method that improves image diversity by re-weighting the initial noise selection based on the guidance potential, thereby mitiga…

View →
cs.CLRecentMay 31, 2026

DrugClaw and DrugAudit: A Primary-Source-Grounded Agent and Authority-Aware Benchmark for Drug-Information Question Answering

Qing Wang, Bo Li, Jialu Liang, Daling Shi +2 more

The paper introduces DrugClaw, a multi-agent system, and DrugAudit, a new benchmark, demonstrating that DrugClaw excels at answering drug-related questions by grounding answers in primary regulatory s…

View →
cs.CLcs.AIRecentMay 28, 2026

Loong: A Human-Like Long Document Translation Agent with Observe-and-Act Adaptive Context Selection

Yutong Wang, Xuebo Liu, Derek F. Wong, Zhilin Li +5 more

The paper introduces Loong, a novel human-like agent that significantly improves long document translation by adaptively selecting and utilizing optimal historical context using a specialized memory m…

View →
cs.LGcs.AIRecentMay 28, 2026

Quotient DAGs for Off-Policy Evaluation:Forward-Flow Importance Sampling and Exact Slate Propensities

Ziwen Xie, Shaowen Xiang, Hongyu He, Dianbo Liu

The paper introduces a quotient-DAG view to accurately estimate unordered slate propensities for off-policy evaluation, solving the nuisance variance and computational gap inherent in standard importa…

View →
cs.AIRecentMay 27, 2026

The Chain Holds, the Answer Folds: Trace-Answer Dissociation in Reasoning Models Under Adversarial Pressure

Yubo Li, Ramayya Krishnan, Rema Padman

The paper identifies a failure mode called unfaithful capitulation (UC), where reasoning models maintain a correct internal thought process (chain-of-thought) but output an incorrect final answer when…

View →
cs.CLcs.AIcs.IRRecentMay 27, 2026

Same Question, Different Source, Different Answer: Auditing Source-Dependence in Medical Multi-Source RAG

Yubo Li, Rema Padman, Ramayya Krishnan

This paper introduces a framework to audit source-dependence in multi-source RAG systems, demonstrating that disagreement across institutional sources is a common and critical failure mode that curren…

View →
cs.SEcs.AIcs.CVRecentMay 27, 2026

GUI Agents for Continual Game Generation

Yixu Huang, Bo Li, Na Li, Zhe Wang +7 more

The paper proposes using GUI agents, both as objective evaluators and subjective playtesters, to significantly improve the generation of playable games from prompts, demonstrating a 66.8% rubric pass-…

View →
cs.CRcs.AIRecentMay 14, 2026

WARD: Adversarially Robust Defense of Web Agents Against Prompt Injections

Tri Cao, Yulin Chen, Hieu Cao, Yibo Li +7 more

The paper proposes WARD, a robust and efficient defense model that secures web agents against prompt injection attacks embedded in web content, achieving high recall and low false positives even again…

View →
cs.CLcs.AIcs.CRRecentMay 7, 2026

One Turn Too Late: Response-Aware Defense Against Hidden Malicious Intent in Multi-Turn Dialogue

Xinjie Shen, Rongzhe Wei, Peizhi Niu, Haoyu Wang +5 more

The paper introduces TurnGate, a response-aware defense mechanism that detects the earliest turn in a multi-turn dialogue where the accumulated interaction enables a harmful action, significantly impr…

View →
cs.CRcs.SERecentMay 5, 2026

Root-Cause-Driven Automated Vulnerability Repair

Hulin Wang, Zion Leonahenahe Basque, Jie Hu, Ati Priya Bajaj +12 more

The paper introduces Kumushi, a root-cause-driven patching agent that significantly improves automated vulnerability repair by focusing LLMs on the true source of bugs, outperforming existing methods…

View →