Projects

Passport is a project studying new ways of encoding identifiers for neural models of code in the context of learning-guided foundational verification. It proposes three novel encoding mechanisms for identifiers: a method of indexing common identifiers while storing the category of every identifier (local variable, definition, or constructor), an encoding of the subwords which make up the identifier name, and an encoding of the file and module locations where the identifiers are defined. Passport is free and open source software, and you can find the pre-print paper draft on arXiv.

Proverbot9001 is a ongoing initiative which uses neural network guided proof search to solve proof obligations in the Coq proof assistant. It has been shown to outperform enumerative and solver-based proof search tools, as well as other state-of-the-art machine-learning based proof search tools. Proverbot9001 is free and open source software, published at MAPL 2020 in June 2020. You can find an extended version of the paper here on my site.

REPLica

REPLica is a tool that instruments Coq’s interaction model in order to collect fine-grained data on proof developments, as well as a user-study initiative which used the REPLica tool to collect data over the span of a month from a group of intermediate through expert proof engineers. REPLica is free and open source (as well as data), published at CPP 2020 as REPLica: REPL Instrumentation for Coq Analysis.

Scooter & Sidecar is a new tool for secure database migrations that respect data access policies. The project consists of several languages, for specifying data access policies, specifying migration actions, and maniuplating database values. It also includes tooling for interacting with those languages, automatically enforcing the policies at runtime, running the migrations over existing database, and statically checking that the migrations do not leak data unintentionally. Caravan is an ongoing work in collaboration with John Renner (UCSD), Fraser Brown (Stanford), and Deian Stefan (UCSD).

Herbgrind is a debugging tool to help developers find the root cause of floating-point inaccuracy in large numerical software. It runs directly on program binaries, and produces reports about inaccuracies found that affect program outputs. Herbgrind is free and open source software, published at PLDI 2018 as Finding Root Causes of Floating Point Error.

fpbench is a benchmark format and suite for the development of floating point tooling. I co-authored the original FPBench paper, published at NSV 2016 as Toward a Standard Benchmark Format and Suite for Floating-Point Analysis. Since then, the project has grown to include instutitions and teams across the world.

Herbie is a tool to help scientists and programmers write accurate floating point code more easily. You give it a floating point expression, and it tests it against hundreds of points to find a version that’s more accurate. Herbie is open source software, published at PLDI 2015 as Automatically Improving Accuracy for Floating Point Expressions.