REVIEW 3 major objections 4 minor 39 references
This paper claims that decomposing the harmfulness of scientific LLM responses into executability and net-new risk yields a metric that tracks expert judgments far more closely than existing LLM-as-a-judge methods, and that this metric expo
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-01 14:41 UTC pith:6W34NZYR
load-bearing objection A well-built benchmark and a genuinely clever decomposed harm metric — but the 90.17% headline needs a cleaner validation design before I'd trust it. the 3 major comments →
SciHazard: A Benchmark for Measuring Scientific Safety Risks with Decomposed Harm Scoring
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery is that a single holistic 'harmfulness' score is unstable even among experts (inter-annotator α=0.568), but decomposing it into Executability (E) and Net-New Risk (N) raises agreement to α=0.832. The automated DeHarm-Score operationalizes this decomposition: the E-branch generates an importance-weighted dynamic checklist from the query and uses two-pass fact matching to score how completely the response satisfies it; the N-branch extracts up to ten technical claims from the response, retrieves public evidence for each, and rates coverage and synthesis barrier. The final score is S=H_q·R·(E+N)/8, where H_q is query hazard severity, R is a refusal indicator, and (E+N)/8 m
What carries the argument
The load-bearing mechanism is the multiplicative DeHarm-Score S = H_q · R · (E+N)/8, which encodes a progressive gating logic: query severity sets the theoretical ceiling, refusal is a binary off-switch, and the normalized sum of Executability (E) and Net-New Risk (N) modulates residual harm. Executability is measured by an importance-weighted dynamic checklist with blocker items that cap the score, while Net-New Risk is measured by retrieval-augmented claim extraction that grades public coverage and synthesis barrier. This decomposition is what allows the metric to distinguish 'detailed but trivial' from 'vague but novel' responses, and it is the reason the metric survives perturbations tha
Load-bearing premise
The metric's validity rests on the assumption that the 173 expert-annotated responses, scored with the paper's Executability and Net-New Risk rubrics, are an unbiased ground truth for scientific harmfulness—if the ground truth is rubric-bound and the metric is tuned to that rubric, the reported agreement may not generalize to other notions of harm.
What would settle it
A concrete test: take a set of responses whose harmfulness is independently judged by real-world consequences (e.g., whether a biosecurity or chemical safety incident actually followed from the information), or have a fresh set of experts score the same responses using a generic 'harmfulness' definition without the E/N rubric, and check whether DeHarm-Score still achieves QWK above 0.7 against that independent criterion. If agreement collapses, the metric is measuring its own rubric rather than scientific harm.
If this is right
- If DeHarm-Score is valid, safety evaluations of scientific LLMs and agents can move from subjective holistic judgments to a reproducible, decomposed protocol that separates actionability from knowledge uplift.
- The finding that deep research agents score 32.3% higher than standard LLMs implies that agentic retrieval and planning erode refusal barriers and amplify content-level harm, so safety benchmarks for frontier systems must include agentic configurations.
- The perturbation results imply that simple holistic judges are systematically blind to unexecutable parameter tampering and overly sensitive to safety disclaimers, while the E/N decomposition catches both.
- The high refusal rate of some models (e.g., o3 at 82.2%) does not imply safety, because conditional harmfulness (DeHarm†) remains high; evaluations should report both refusal rate and per-response harm.
Where Pith is reading between the lines
- Editorial extension: the E/N decomposition is a natural fit for any dual-use knowledge domain (e.g., cyber operations, financial fraud), where 'can the reader act on this?' and 'is this more than public knowledge?' are the operative questions; applying it there would test its generality.
- Editorial extension: because Net-New Risk is measured against live web retrieval, DeHarm-Score is a moving target—scores depend on what is already public at evaluation time, so cross-time comparisons require the caching protocol the paper introduces.
- Editorial extension: to confirm that DeHarm-Score tracks real-world harm rather than the authors' rubric, a future study could compare scores against an independent harm criterion (e.g., whether the response actually enables a documented attack), which the current expert validation does not isolate.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SciHazard is a scientific-safety benchmark and an associated evaluation metric, DeHarm-Score. The dataset contains 2,400 harmful and 600 oversafety questions across 12 disciplines, generated by a dual-track pipeline grounded in regulated substances and documented misuse scenarios. DeHarm-Score computes S = Hq * R * (E+N)/8, where E is a checklist-based executability score and N is a retrieval-based net-new-risk score. The authors validate the metric on 173 expert-annotated responses, reporting QWK = 0.774, MAE = 0.196, Spearman rho = 0.812, and use it to benchmark 31 models, finding that deep-research agents have a 32.3% higher mean score than standard LLMs.
Significance. The paper addresses an important evaluation gap: LLM-as-a-judge metrics often fail in knowledge-dense scientific domains. The proposed decomposition into E and N is well motivated, and the authors provide substantial open resources: the benchmark, code, and a timestamp-controlled retrieval caching protocol for reproducibility. The ablations (Appendix G) indicate that retrieval and decomposition contribute non-redundantly. If the human-alignment claim survives a stricter meta-evaluation, this would be a valuable contribution to scientific safety measurement. At present, however, the central claim is not fully supported because the ground truth is rubric-bound, threshold fitting is not disclosed, uncertainty is not quantified, and the baseline comparison is asymmetric.
major comments (3)
- [§5.3, Appendix F.3.1/F.3.2] The central validity claim rests on agreement with expert annotations, but those annotations were produced using the authors' own Executability and Net-New Risk rubrics (Appendix B, Table 10), and DeHarm-Score outputs E and N on exactly those scales. The aggregation thresholds are reported only as 'specified in the released configuration file' (F.3.1, F.3.2), with no description of how they were set and no train/test split. If thresholds were chosen after inspecting the 173 validation responses, the reported QWK of 0.774 is an in-sample estimate. Please provide a held-out evaluation, a sensitivity analysis over threshold values, or a statement that all thresholds were fixed before expert annotation.
- [§5.3, Tables 3–5] The meta-evaluation is based on only 173 expert-annotated responses, yet no confidence intervals or significance tests are reported for QWK, MAE, or Spearman rho. The 0.774 vs. 0.407 QWK margin over DeepReject could be meaningful, but with n=173 and no uncertainty quantification the reader cannot assess whether the margin is reliable or stable across subdisciplines. Please report bootstrap CIs and, where appropriate, paired significance tests for the aggregate metrics and for the subdimensional results in Tables 3 and 4.
- [Eq. (1), Appendix C, Table 5] The headline comparison with baselines is asymmetric. DeHarm-Score receives Hq, a query hazard severity label that was precomputed and separately validated (91.38% exact match, Appendix D), while the baseline methods—DeepReject, StrongReject, LLM-as-a-Judge, SafetyScore—must infer severity end-to-end from the query. If Hq is available as benchmark metadata, it should be given to all methods, or DeHarm-Score should be re-run without Hq, to establish that the reported margin is not an artifact of privileged information. This is especially important because Hq enters multiplicatively in Eq. (1).
minor comments (4)
- [Table 1] The row for the proposed dataset lists 'Ours 3000' but the paper describes 2400 harmful + 600 oversafety questions. Please make the arithmetic explicit in the table caption or text.
- [§5.2, Table 2] The 'Composite' agreement metric should be defined precisely: is it the agreement of the composite score Hq*R*(E+N)/8 computed from each expert's E and N, and does it use a shared Hq? If Hq is shared across raters, that partly mechanical agreement should be acknowledged.
- [Appendix D] The Hq validation study uses 360 queries and is separate from the 173-sample meta-evaluation. Please clarify whether the 173 responses are a subset of those 360 queries or an independent sample, since this affects how the Hq validation supports the main results.
- [General] There are inconsistent spellings of the second dimension: 'NET-NEWRISK' in the abstract and figure captions, 'Net-New Risk' in Section 4, and 'Net-new risk' in Appendix A. Please standardize. Also, the claim in Appendix G that gains are 'super-additive' is asserted without an interaction test; a more conservative phrasing would be preferable.
Circularity Check
No significant circularity: DeHarm's E/N branches are independently operationalized and externally validated; threshold nondisclosure is a reproducibility weakness, not a demonstrated circular reduction.
full rationale
The central derivation is not circular. DeHarm-Score is defined in Eq. 1 as S = Hq * R * (E+N)/8, with E and N produced by a checklist/retrieval pipeline (Appendix F) rather than by fitting to expert labels. The expert labels were collected using the authors' rubrics in Table 10, but the paper reports no equation or fitting procedure that makes the predicted E/N equal to the human annotations; the QWK values in Tables 3-5 are empirical correlations against independently collected human judgments. The Hq component is externally validated against experts (91.38% exact match, QWK 0.96, Appendix D), and the N-branch relies on live-web retrieval, which provides an external anchor. The ablation study (Appendix G) further shows that retrieval and decomposition each contribute non-redundant gains, supporting the claim that the pipeline's components have independent content. The main caveat is that Appendix F.3.1/F.3.2 state that 'All threshold values are specified in the released configuration file,' with no train/test split or threshold-fitting disclosure; this is a reproducibility weakness and a potential tuning concern, but the paper does not exhibit the specific reduction needed to establish circularity. Self-citations (e.g., SALAD-Bench [15], Intern-S1-Pro [33]) are used as baselines or independently released systems, not as load-bearing justification of DeHarm's validity. Overall, no step in the derivation chain reduces by construction to the metric's own inputs.
Axiom & Free-Parameter Ledger
free parameters (2)
- E-branch aggregation thresholds and blocking rules =
not disclosed; in released config file
- N-branch criticality weights and thresholds =
not disclosed; in released config file
axioms (5)
- domain assumption Executability and Net-New Risk are orthogonal and jointly sufficient to characterize response-level harmfulness
- domain assumption Hazard severity of a query is an intrinsic property independent of the response, determinable from regulatory tier and operational intent
- domain assumption Public web availability via Serper search is a sufficient proxy for the public-knowledge barrier
- domain assumption The two-stage refusal classifier correctly identifies substantive refusals
- domain assumption The 2,400 hazardous questions are realistic, actionable misuse scenarios
read the original abstract
Large language models (LLMs) increasingly support science, but they can also convert hazardous scientific knowledge into actionable misuse guidance. Existing benchmarks often rely on templated queries disconnected from real-world hazards, and employ LLM-as-a-Judge paradigms without domain grounding. To address this, we introduce SciHazard, a real-world-grounded benchmark for scientific risks and a dataset agnostic evaluation framework for measuring harmfulness. SciHazard contains 2400 hazardous questions and 600 oversafety questions across 12 disciplines, with both queries grounded in regulated entities and documented failure scenarios. To compute \textsc{DeHarm-Score} , we develop a decomposed evaluating procedure that combines query hazard severity, refusal behavior, and response-level risk. For non-refused responses, it further decomposes response-level harm into \textsc{Executability}, quantified via dynamic checklists with importance weighting, and \textsc{Net-new risk}, assessed through retrieval-augmented claim extraction and synthesis-barrier verification. An expert-validation study shows that \textsc{DeHarm-Score} improves agreement with expert annotations by 90.17\% over the strongest baseline. We benchmark 31 frontier LLMs and deep research agents in an extensive scientific safety evaluation. Notably, deep research agents yield 32.3\% higher mean \textsc{DeHarm-Score} than standard LLMs, exposing autonomous agents as a critical blind spot in current safety defenses. Code and dataset are available at https://anonymous.4open.science/r/DeharmScore-7B55.
Figures
Reference graph
Works this paper leans on
-
[1]
Markus Anderljung, Joslyn Barnhart, Anton Korinek, Jade Leung, Cullen O’Keefe, Jess Whit- tlestone, Shahar Avin, Miles Brundage, Justin Bullock, Duncan Cass-Beggs, et al. Frontier ai regulation: Managing emerging risks to public safety.arXiv preprint arXiv:2307.03718, 2023
Pith/arXiv arXiv 2023
-
[2]
Agentharm: A benchmark for measuring harmfulness of llm agents.arXiv preprint arXiv:2410.09024, 2024
Maksym Andriushchenko, Alexandra Souly, Mateusz Dziemian, Derek Duenas, Maxwell Lin, Justin Wang, Dan Hendrycks, Andy Zou, Zico Kolter, Matt Fredrikson, et al. Agentharm: A benchmark for measuring harmfulness of llm agents.arXiv preprint arXiv:2410.09024, 2024
Pith/arXiv arXiv 2024
-
[3]
Roshita Bhonsle, Rishav Dutta, Sneha Vavilapalli, Harsh Seth, Abubakarr Jaye, Yapei Chang, Mukund Rungta, Emmanuel Aboah Boateng, Sadid Hasan, Ehi Nosakhare, et al. Auto-eval judge: Towards a general agentic framework for task completion evaluation.arXiv preprint arXiv:2508.05508, 2025
Pith/arXiv arXiv 2025
-
[4]
Deerflow: An open-source long-horizon superagent harness
ByteDance. Deerflow: An open-source long-horizon superagent harness. https://github. com/bytedance/deer-flow, 2026. Version 2.0
2026
-
[5]
Deep research brings deeper harm.arXiv preprint arXiv:2510.11851, 2025
Shuo Chen, Zonggen Li, Zhen Han, Bailan He, Tong Liu, Haokun Chen, Georg Groh, Philip Torr, V olker Tresp, and Jindong Gu. Deep research brings deeper harm.arXiv preprint arXiv:2510.11851, 2025
arXiv 2025
-
[6]
Weighted kappa: Nominal scale agreement provision for scaled disagreement or partial credit.Psychological bulletin, 70(4):213, 1968
Jacob Cohen. Weighted kappa: Nominal scale agreement provision for scaled disagreement or partial credit.Psychological bulletin, 70(4):213, 1968
1968
-
[7]
Mind2web 2: Evaluating agentic search with agent-as-a-judge.arXiv preprint arXiv:2506.21506, 2025
Boyu Gou, Zanming Huang, Yuting Ning, Yu Gu, Michael Lin, Weijian Qi, Andrei Kopanev, Botao Yu, Bernal Jiménez Gutiérrez, Yiheng Shu, et al. Mind2web 2: Evaluating agentic search with agent-as-a-judge.arXiv preprint arXiv:2506.21506, 2025
Pith/arXiv arXiv 2025
-
[8]
Hakan Inan, Kartikeya Upasani, Jianfeng Chi, Rashi Rungta, Krithika Iyer, Yuning Mao, Michael Tontchev, Qing Hu, Brian Fuller, Davide Testuggine, et al. Llama guard: Llm-based input-output safeguard for human-ai conversations.arXiv preprint arXiv:2312.06674, 2023
Pith/arXiv arXiv 2023
-
[9]
Sosbench: Benchmarking safety alignment on six scientific domains
Fengqing Jiang, Fengbo Ma, Zhangchen Xu, Yuetai Li, Zixin Rao, Bhaskar Ramasubrama- nian, Luyao Niu, Bo Li, Xianyan Chen, Zhen Xiang, et al. Sosbench: Benchmarking safety alignment on six scientific domains. InThe Fourteenth International Conference on Learning Representations, 2026
2026
-
[10]
Christina Q Knight, Kaustubh Deshpande, Ved Sirdeshmukh, Meher Mankikar, Scale Red Team, SEAL Team, and Julian Michael. Fortress: Frontier risk evaluation for national security and public safety.arXiv preprint arXiv:2506.14922, 2025
Pith/arXiv arXiv 2025
-
[11]
Quantifying cbrn risk in frontier models.arXiv preprint arXiv:2510.21133, 2025
Divyanshu Kumar, Nitin Aravind Birur, Tanay Baswa, Sahil Agarwal, and Prashanth Harshangi. Quantifying cbrn risk in frontier models.arXiv preprint arXiv:2510.21133, 2025
arXiv 2025
-
[12]
Thomas Kuntz, Agatha Duzan, Hao Zhao, Francesco Croce, Zico Kolter, Nicolas Flammarion, and Maksym Andriushchenko. Os-harm: A benchmark for measuring safety of computer use agents.arXiv preprint arXiv:2506.14866, 2025
arXiv 2025
-
[13]
The measurement of observer agreement for categorical data.biometrics, pages 159–174, 1977
J Richard Landis and Gary G Koch. The measurement of observer agreement for categorical data.biometrics, pages 159–174, 1977
1977
-
[14]
Realharm: A collection of real-world language model application failures
Pierre Le Jeune, Jiaen Liu, Luca Rossi, and Matteo Dora. Realharm: A collection of real-world language model application failures. InProceedings of the The First Workshop on LLM Security (LLMSEC), pages 87–100, 2025
2025
-
[15]
Salad-bench: A hierarchical and comprehensive safety benchmark for large language models
Lijun Li, Bowen Dong, Ruohui Wang, Xuhao Hu, Wangmeng Zuo, Dahua Lin, Yu Qiao, and Jing Shao. Salad-bench: A hierarchical and comprehensive safety benchmark for large language models. InFindings of the Association for Computational Linguistics: ACL 2024, pages 3923–3954, 2024
2024
-
[16]
Nathaniel Li, Alexander Pan, Anjali Gopal, Summer Yue, Daniel Berrios, Alice Gatti, Justin D Li, Ann-Kathrin Dombrowski, Shashwat Goel, Long Phan, et al. The wmdp benchmark: Measuring and reducing malicious use with unlearning.arXiv preprint arXiv:2403.03218, 2024. 10
Pith/arXiv arXiv 2024
-
[17]
Tianhao Li, Jingyu Lu, Chuangxin Chu, Tianyu Zeng, Yujia Zheng, Mei Li, Haotian Huang, Bin Wu, Zuoxian Liu, Kai Ma, et al. Scisafeeval: a comprehensive benchmark for safety alignment of large language models in scientific tasks.arXiv preprint arXiv:2410.03769, 2024
Pith/arXiv arXiv 2024
-
[18]
Xiaoxi Li, Jiajie Jin, Guanting Dong, Hongjin Qian, Yongkang Wu, Ji-Rong Wen, Yutao Zhu, and Zhicheng Dou. Webthinker: Empowering large reasoning models with deep research capability.arXiv preprint arXiv:2504.21776, 2025
Pith/arXiv arXiv 2025
-
[19]
Fact-audit: An adaptive multi-agent framework for dynamic fact-checking evaluation of large language models
Hongzhan Lin, Yang Deng, Yuxuan Gu, Wenxuan Zhang, Jing Ma, See Kiong Ng, and Tat-Seng Chua. Fact-audit: An adaptive multi-agent framework for dynamic fact-checking evaluation of large language models. InProceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 360–381, 2025
2025
-
[20]
David Noever and Forrest McKee. Forbidden science: Dual-use ai challenge benchmark and scientific refusal tests.arXiv preprint arXiv:2502.06867, 2025
Pith/arXiv arXiv 2025
-
[21]
S1-deepresearch: End-to-end deep research models, 2026
ScienceOne Team. S1-deepresearch: End-to-end deep research models, 2026. URL https: //github.com/ScienceOne-AI/S1-DeepResearch
2026
-
[22]
A strongreject for empty jailbreaks.Advances in Neural Information Processing Systems, 37:125416–125440, 2024
Alexandra Souly, Qingyuan Lu, Dillon Bowen, Tu Trinh, Elvis Hsieh, Sana Pandey, Pieter Abbeel, Justin Svegliato, Scott Emmons, Olivia Watkins, et al. A strongreject for empty jailbreaks.Advances in Neural Information Processing Systems, 37:125416–125440, 2024
2024
-
[23]
How might large language models aid actors in reaching the competency threshold required to carry out a chemical attack?The Nonproliferation Review, pages 1–22, 2024
Ryan T Stendall, Freddie JO Martin, and Jonas B Sandbrink. How might large language models aid actors in reaching the competency threshold required to carry out a chemical attack?The Nonproliferation Review, pages 1–22, 2024
2024
-
[24]
Safearena: Evaluating the safety of autonomous web agents.arXiv preprint arXiv:2503.04957, 2025
Ada Defne Tur, Nicholas Meade, Xing Han Lù, Alejandra Zambrano, Arkil Patel, Esin Durmus, Spandana Gella, Karolina Sta ´nczak, and Siva Reddy. Safearena: Evaluating the safety of autonomous web agents.arXiv preprint arXiv:2503.04957, 2025
Pith/arXiv arXiv 2025
-
[25]
Clawsafety:" safe" llms, unsafe agents.arXiv preprint arXiv:2604.01438, 2026
Bowen Wei, Yunbei Zhang, Jinhao Pan, Kai Mei, Xiao Wang, Jihun Hamm, Ziwei Zhu, and Yingqiang Ge. Clawsafety:" safe" llms, unsafe agents.arXiv preprint arXiv:2604.01438, 2026
Pith/arXiv arXiv 2026
-
[26]
Yu Yan, Sheng Sun, Zhe Wang, Yijun Lin, Zenghao Duan, Min Liu, Jianping Zhang, et al. Confusion is the final barrier: Rethinking jailbreak evaluation and investigating the real misuse threat of llms.arXiv preprint arXiv:2508.16347, 2025
arXiv 2025
-
[27]
Chemsafetybench: Benchmarking llm safety on chemistry domain.arXiv preprint arXiv:2411.16736, 2024
Haochen Zhao, Xiangru Tang, Ziran Yang, Xiao Han, Xuanzhi Feng, Yueqing Fan, Senhao Cheng, Di Jin, Yilun Zhao, Arman Cohan, et al. Chemsafetybench: Benchmarking llm safety on chemistry domain.arXiv preprint arXiv:2411.16736, 2024
Pith/arXiv arXiv 2024
-
[28]
Yujun Zhou, Jingdong Yang, Yue Huang, Kehan Guo, Zoe Emory, Bikram Ghosh, Amita Bedar, Sujay Shekar, Zhenwen Liang, Pin-Yu Chen, et al. Labsafety bench: Benchmarking llms on safety issues in scientific labs.arXiv preprint arXiv:2410.14182, 2024
arXiv 2024
-
[29]
Benchmarking large language models on safety risks in scientific laboratories.Nature Machine Intelligence, pages 1–12, 2026
Yujun Zhou, Jingdong Yang, Yue Huang, Kehan Guo, Zoe Emory, Bikram Ghosh, Amita Bedar, Sujay Shekar, Zhenwen Liang, Pin-Yu Chen, et al. Benchmarking large language models on safety risks in scientific laboratories.Nature Machine Intelligence, pages 1–12, 2026
2026
-
[30]
Safescientist: Toward risk-aware scientific discoveries by llm agents
Kunlun Zhu, Jiaxun Zhang, Ziheng Qi, Nuoxing Shang, Zijia Liu, Peixuan Han, Yue Su, Haofei Yu, and Jiaxuan You. Safescientist: Toward risk-aware scientific discoveries by llm agents. arXiv preprint arXiv:2505.23559, 2025
Pith/arXiv arXiv 2025
-
[31]
Safescientist: Enhancing ai scientist safety for risk-aware scientific discovery
Kunlun Zhu, Jiaxun Zhang, Ziheng Qi, Nuoxing Shang, Zijia Liu, Peixuan Han, Yue Su, Haofei Yu, and Jiaxuan You. Safescientist: Enhancing ai scientist safety for risk-aware scientific discovery. InProceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 2289–2317, 2025
2025
-
[32]
Xiangyang Zhu, Yuan Tian, Qi Jia, Kaiwei Zhang, Zicheng Zhang, Chunyi Li, Kaiyuan Ji, Dongrui Liu, Zijian Chen, Lu Sun, et al. Safesci: Safety evaluation of large language models in science domains and beyond.arXiv preprint arXiv:2603.01589, 2026
Pith/arXiv arXiv 2026
-
[33]
Yicheng Zou, Dongsheng Zhu, Lin Zhu, Tong Zhu, Yunhua Zhou, Peiheng Zhou, Xinyu Zhou, Dongzhan Zhou, Zhiwang Zhou, Yuhao Zhou, et al. Intern-s1-pro: Scientific multimodal foundation model at trillion scale.arXiv preprint arXiv:2603.25040, 2026. 11 A Comparison with Existing Safety Benchmarks Table 8: Comparison of SciHazard with existing safety benchmarks...
arXiv 2026
-
[34]
Contextual Comprehension:Experts thoroughly review the original adversarial query and the model’s response to accurately grasp the attacker’s underlying intent, the scientific context, and the overall logic of the generated output
-
[35]
They must explicitly separate scientifically viable and harmful knowledge from scientifically invalid pseudoscience (hallucinations) or benign alternative solutions
Fact-Checking and Knowledge Extraction:As the most critical and time-consuming phase, experts leverage their deep domain expertise—augmented by authoritative literature, patent databases, and web retrieval—to rigorously vet the information within the response. They must explicitly separate scientifically viable and harmful knowledge from scientifically in...
-
[36]
To ensure sufficient depth, this playbook must meet a strict minimum length requirement 12 Table 9: More examples of benign and unsafe queries in our dataset
Action Guide Synthesis and Bottleneck Identification:Utilizing the harmful knowledge and procedural steps extracted from the model’s response, experts are required to synthesize a comprehensive operational playbook (action guide) targeting the specific harmful query. To ensure sufficient depth, this playbook must meet a strict minimum length requirement 1...
-
[37]
Fine-Grained Dimensional Scoring:Based on the verified actionable information extracted in the previous step, experts strictly follow the rubric to independently assign quantitative scores forExecutability(E∈ {1,2,3,4}) andNet-New Risk(N∈ {1,2,3,4})
-
[38]
single holistic scoring paradigm
Holistic Harmfulness Scoring:For benchmarking purposes, experts also provide a tra- ditional, intuition-based overall harmfulness score (Hdirect ∈ {1,2,3,4,5}), referencing the holistic safety guidelines established by OpenAI. This direct score serves as a crucial baseline to demonstrate the limitations and failure modes of the conventional “single holist...
2026
-
[39]
superficial harmfulness
primarily investigate model performance under jailbreak conditions. For instance, SOSBench applies jailbreak wrappers to 3,000 harmful scientific queries, ensuring that smaller open-source models generate responses before testing them on closed-source models. In contrast, our SciHazard is specifically designed to investigate thenativeharmful scientific re...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.