中文
相关论文

相关论文: How Can I Do That with ACL2? Recent Enhancements t…

200 篇论文

Smtlink is an extension of ACL2 with Satisfiability Modulo Theories (SMT) solvers. We presented an earlier version at ACL2'2015. Smtlink 2.0 makes major improvements over the initial version with respect to soundness, extensibility,…

计算机科学中的逻辑 · 计算机科学 2018-10-11 Yan Peng , Mark R. Greenstreet

We present a tool, simplify-defun, that transforms the definition of a given function into a simplified definition of a new function, providing a proof checked by ACL2 that the old and new functions are equivalent. When appropriate it also…

编程语言 · 计算机科学 2017-05-04 Alessandro Coglio , Matt Kaufmann , Eric W. Smith

This volume contains the proceedings of the Eighteenth International Workshop on the ACL2 Theorem Prover and Its Applications (ACL2-2023), a two-day workshop held at the University of Texas at Austin and online, on November 13-14. These…

计算机科学中的逻辑 · 计算机科学 2023-11-15 Alessandro Coglio , Sol Swords

We present an experimental, verified clause processor ctv-cp that fits into the framework used at Arm for formal verification of arithmetic hardware designs. This largely automates the ACL2 proof development effort for integer multiplier…

计算机科学中的逻辑 · 计算机科学 2025-07-28 Mayank Manjrekar

This volume contains the proceedings of the Eleventh International Workshop on the ACL2 Theorem Prover and its Applications, held on May 30 and 31, 2013, in Laramie, Wyoming, USA. ACL2 is an industrial-strength automated reasoning system,…

计算机科学中的逻辑 · 计算机科学 2013-04-29 Ruben Gamboa , Jared Davis

In-context learning (ICL) is a recent advancement in the capabilities of large language models (LLMs). This feature allows users to perform a new task without updating the model. Concretely, users can address tasks during the inference time…

密码学与安全 · 计算机科学 2024-07-10 Wai Man Si , Michael Backes , Yang Zhang

Common and community software packages, such as ROOT, Geant4 and event generators have been a key part of the LHC's success so far and continued development and optimisation will be critical in the future. The challenges are driven by an…

计算物理 · 物理学 2020-09-01 HEP Software Foundation , : , Thea Aarrestad , Simone Amoroso , Markus Julian Atkinson , Joshua Bendavid , Tommaso Boccali , Andrea Bocci , Andy Buckley , Matteo Cacciari , Paolo Calafiura , Philippe Canal , Federico Carminati , Taylor Childers , Vitaliano Ciulli , Gloria Corti , Davide Costanzo , Justin Gage Dezoort , Caterina Doglioni , Javier Mauricio Duarte , Agnieszka Dziurda , Peter Elmer , Markus Elsing , V. Daniel Elvira , Giulio Eulisse , Javier Fernandez Menendez , Conor Fitzpatrick , Rikkert Frederix , Stefano Frixione , Krzysztof L Genser , Andrei Gheata , Francesco Giuli , Vladimir V. Gligorov , Hadrien Benjamin Grasland , Heather Gray , Lindsey Gray , Alexander Grohsjean , Christian Gütschow , Stephan Hageboeck , Philip Coleman Harris , Benedikt Hegner , Lukas Heinrich , Burt Holzman , Walter Hopkins , Shih-Chieh Hsu , Stefan Höche , Philip James Ilten , Vladimir Ivantchenko , Chris Jones , Michel Jouvin , Teng Jian Khoo , Ivan Kisel , Kyle Knoepfel , Dmitri Konstantinov , Attila Krasznahorkay , Frank Krauss , Benjamin Edward Krikler , David Lange , Paul Laycock , Qiang Li , Kilian Lieret , Miaoyuan Liu , Vladimir Loncar , Leif Lönnblad , Fabio Maltoni , Michelangelo Mangano , Zachary Louis Marshall , Pere Mato , Olivier Mattelaer , Joshua Angus McFayden , Samuel Meehan , Alaettin Serhan Mete , Ben Morgan , Stephen Mrenna , Servesh Muralidharan , Ben Nachman , Mark S. Neubauer , Tobias Neumann , Jennifer Ngadiuba , Isobel Ojalvo , Kevin Pedro , Maurizio Perini , Danilo Piparo , Jim Pivarski , Simon Plätzer , Witold Pokorski , Adrian Alan Pol , Stefan Prestel , Alberto Ribon , Martin Ritter , Andrea Rizzi , Eduardo Rodrigues , Stefan Roiser , Holger Schulz , Markus Schulz , Marek Schönherr , Elizabeth Sexton-Kennedy , Frank Siegert , Andrzej Siódmok , Graeme A Stewart , Malik Sudhir , Sioni Paris Summers , Savannah Jennifer Thais , Nhan Viet Tran , Andrea Valassi , Marc Verderi , Dorothea Vom Bruch , Gordon T. Watts , Torre Wenaus , Efe Yazgan

ESBMC implements many state-of-the-art techniques for model checking. We report on new and improved features that allow us to obtain verification results for previously unsupported programs and properties. ESBMC employs a new static…

Nowadays, we are witnessing a wide adoption of Machine learning (ML) models in many safety-critical systems, thanks to recent breakthroughs in deep learning and reinforcement learning. Many people are now interacting with systems based on…

软件工程 · 计算机科学 2018-12-07 Houssem Ben Braiek , Foutse Khomh

Python is a high-level interpreted language that has become an industry standard in a wide variety of applications. In this paper, we take a first step towards using ACL2s to reason about Python code by developing an embedding of a subset…

编程语言 · 计算机科学 2025-07-28 Samuel Xifaras , Panagiotis Manolios , Andrew T. Walter , William Robertson

When ACL2 is used to model the operational semantics of computing machines, machine states are typically represented by terms recording the contents of the state components. When models are realistic and are stepped through thousands of…

计算机科学中的逻辑 · 计算机科学 2015-09-22 J. Strother Moore

This document presents TLS and how to make it secure enough as of 2014 Spring. Of course all the information given here will rot with time. Protocols known as secure will be cracked and will be replaced with better versions. Fortunately we…

密码学与安全 · 计算机科学 2014-07-09 Emmanuel Dreyfus

In-context learning (ICL) has emerged as a powerful capability of large language models (LLMs), enabling them to perform new tasks based on a few provided examples without explicit fine-tuning. Despite their impressive adaptability, these…

Users who come to recommendation platforms are heterogeneous in activity levels. There usually exists a group of core users who visit the platform regularly and consume a large body of content upon each visit, while others are casual users…

信息检索 · 计算机科学 2022-04-05 Jianling Wang , Ya Le , Bo Chang , Yuyan Wang , Ed H. Chi , Minmin Chen

The OpenMP language continues to evolve with every new specification release, as does the need to validate and verify the new features that have been introduced. With the release of OpenMP 5.0 and OpenMP 5.1, plenty of new target offload…

Iterative algorithms are traditionally expressed in ACL2 using recursion. On the other hand, Common Lisp provides a construct, loop, which -- like most programming languages -- provides direct support for iteration. We describe an ACL2…

计算机科学中的逻辑 · 计算机科学 2020-09-30 Matt Kaufmann , J Strother Moore

We demonstrate that LLMs may learn indicators of document usefulness and modulate their updates accordingly. We introduce random strings ("tags") as indicators of usefulness in a synthetic fine-tuning dataset. Fine-tuning on this dataset…

机器学习 · 计算机科学 2024-07-16 Dmitrii Krasheninnikov , Egor Krasheninnikov , Bruno Mlodozeniec , Tegan Maharaj , David Krueger

AI-assisted code generation tools have revolutionized software development, offering unprecedented efficiency and scalability. However, multiple studies have consistently highlighted challenges such as security vulnerabilities, reliability…

软件工程 · 计算机科学 2025-06-16 Ahilan Ayyachamy Nadar Ponnusamy

Distributed software is very tricky to implement correctly as some errors only occur in peculiar situations. For such errors testing is not effective. Mathematically proving correctness is hard and time consuming, and therefore, it is…

计算机科学中的逻辑 · 计算机科学 2025-08-08 Jan Friso Groote , Jeroen J. A. Keiren

In-context Learning (ICL) has achieved notable success in the applications of large language models (LLMs). By adding only a few input-output pairs that demonstrate a new task, the LLM can efficiently learn the task during inference without…

软件工程 · 计算机科学 2024-09-10 Zeming Wei , Yihao Zhang , Meng Sun