paper-with-me

홈 › Papers

Advances in ACL2 Proof Debugging Tools

2023-11-15 · Matt Kaufmann, J Strother Moore

The experience of an ACL2 user generally includes many failed proof attempts. A key to successful use of the ACL2 prover is the effective use of tools to debug those failures. We focus on changes made after ACL2 Version 8.5: the improved break-rewrite utility and the new utility, with-brr-data.

📄 PDF Abstract BibTeX arXiv:2311.08856

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Agentic Vulnerability Reasoning on Windows COM Binaries

2026-05-06 · Hwiwon Lee, Jongseong Kim, Lingming Zhang arxiv

Windows Component Object Model (COM) services run with elevated privileges and are widely accessible to authenticated users, making race conditions in these binaries a critical surface for local privilege escalation. We …

Interactive Visualization for Debugging RL

2020-08-14 · Shuby Deshpande, Benjamin Eysenbach, Jeff Schneider

Visualization tools for supervised learning allow users to interpret, introspect, and gain an intuition for the successes and failures of their models. While reinforcement learning practitioners ask many of the same ques…

Debugging Differential Privacy: A Case Study for Privacy Auditing

2022-02-24 · Florian Tramer, Andreas Terzis, Thomas Steinke, Shuang Song 외

Differential Privacy can provide provable privacy guarantees for training data in machine learning. However, the presence of proofs does not preclude the presence of errors. Inspired by recent advances in auditing which …

Automated Proof Generation for Rust Code via Self-Evolution

2024-10-21 · Tianyu Chen, Shuai Lu, Shan Lu, Yeyun Gong 외

Ensuring correctness is crucial for code generation. Formal verification offers a definitive assurance of correctness, but demands substantial human effort in proof construction and hence raises a pressing need for autom…

Code Generation

Do AI models help produce verified bug fixes?

2025-07-21 · Li Huang, Ilgiz Mustafin, Marco Piccioni, Alessandro Schena 외 arxiv

Among areas of software engineering where AI techniques -- particularly, Large Language Models -- seem poised to yield dramatic improvements, an attractive candidate is Automatic Program Repair (APR), the production of s…

Program Repair