跳到正文
Jones Ray

ScholarPulse 日报 2026-06-18

2026-06-18 学术简报:2 篇。AI代理在小分子临床前药理学决策中表现有限,最强模型准确率仅59.3%。

今日速览

序号标题来源日期主题推荐等级
1TxBench-PP: Analyzing AI Agent Performance on Small-Molecule Preclinical PharmacologyarXiv2026-06-17AI-Agent中
2Runtime Compliance Verification for AI AgentsarXiv2026-06-17AI-Agent中

重点论文与技术动态

1. TxBench-PP: Analyzing AI Agent Performance on Small-Molecule Preclinical Pharmacology

一句话结论

AI代理在小分子临床前药理学决策中表现有限,最强模型准确率仅59.3%。

一段话:TxBench-PP基准测试表明,当前AI代理无法可靠地从真实实验数据中恢复临床前药理学决策,最高准确率仅为59.3%,远低于实用要求。

核心内容

方法与数据

价值判断

摘要 Artificial intelligence (AI) agents promise to accelerate drug discovery by compressing interpretation and decision-making loops, but practical deployment requires trusted evaluation on realistic program decisions. We introduce TherapeuticsBench Preclinical Pharmacology (TxBench-PP), a verifiable benchmark for small-molecule preclinical pharmacology and the first focused slice of a broader TherapeuticsBench effort across drug-discovery stages and therapeutic modalities. TxBench-PP tests whether agents can recover accurate conclusions from real-world assay data rather than memorized facts from literature. The benchmark contains 100 evaluations indexed by program stage, assay type, and task structure, spanning mechanism-of-action (MoA) and pharmacodynamic (PD) reasoning, compound-target engagement, causal target validation, developability and safety, and translational efficacy. Agents receive realistic workflow snapshots, inspect files in a coding environment, and return structured answers graded deterministically. Across 16 model-harness configurations, comprising 11 models and 4,800 trajectories, no system reliably recovered preclinical pharmacology decisions. The strongest configuration, Claude Opus 4.8 / Pi, passed 59.3\% of endpoint attempts (178/300; 95\% CI, 51.1-67.6), followed by GPT-5.5 / Pi at 55.3\% (166/300; 47.0-63.6).

2. Runtime Compliance Verification for AI Agents

一句话结论

C-Trace框架通过实时监控AI代理执行轨迹,有效保障GDPR合规性,在10%提取噪声下将攻击成功率控制在12%以下、假阳性率不超过16%,完美提取时实现0%攻击成功率。

核心内容

方法与数据

价值判断

摘要 AI agents now handle personal data through tool use, function calls, and multi turn dialogue, which can create obligations under the General Data Protection Regulation (GDPR). Current testing practices mainly rely on offline red teaming or static prompt review, but they do not guarantee at runtime that agent behavior follows regulatory rules. We propose C-Trace (Compliance Trace based Runtime Agent Conformance Enforcement), a verification framework that: (i) expresses a subset of GDPR requirements, including consent, purpose limitation, data minimization, and the right to erasure, as formal policy predicates over agent execution traces; (ii) uses a runtime monitor that intercepts every tool invocation and model output and rejects non-compliant actions; and (iii) tests the agent with attack dialogues, including DSPy generated prompts and verbatim prompts from red teaming corpora, that try to induce violations. We evaluate the framework on four case studies reframed to GDPR. Under 10 percent per-category extractor noise, including drop-out and over-typing, the monitor keeps the attack success rate at less than or equal to 12 percent, below the baselines we compare against, and false positives at less than or equal to 16 percent, and reaches 0 percent ASR under perfect extraction.