中文
相关论文

相关论文: Semantics for Locking Specifications

200 篇论文

Like the notion of computation via (strong) monads serves to classify various flavours of impurity, including exceptions, non-determinism, probability, local and global store, the notion of guardedness classifies well-behavedness of cycles…

计算机科学中的逻辑 · 计算机科学 2026-03-11 Sergey Goncharov

Programmers have long ignored warnings, especially those generated by static analysis tools, due to the potential for false-positives. In some cases, warnings may be indicative of larger issues, but programmers may not understand how a…

软件工程 · 计算机科学 2025-05-20 Hansen Chang , Christian DeLozier

Type soundness is an important property of modern programming languages. In this paper we explore the idea that "well-typed languages are sound": the idea that the appropriate typing discipline over language specifications guarantees that…

编程语言 · 计算机科学 2016-11-17 Matteo Cimini , Dale Miller , Jeremy G. Siek

In this paper we discuss how semantic annotations can be used to introduce mathematical algorithmic information of the underlying imperative code to enable compilers to produce code transformations that will enable better performance. By…

编程语言 · 计算机科学 2016-03-14 Daniel Rubio Bonilla , Colin W. Glass , Jan Kuper

Many existing systems track aliasing and uniqueness, each with their own trade-off between expressiveness and developer effort. We propose Latte, a new approach that aims to minimize both the amount of annotations and the complexity of…

编程语言 · 计算机科学 2023-09-12 Conrad Zimmerman , Catarina Gamboa , Alcides Fonseca , Jonathan Aldrich

We illustrate how a calibrated model can help balance common trade-offs in task-oriented parsing. In a simulated annotator-in-the-loop experiment, we show that well-calibrated confidence scores allow us to balance cost with annotator load,…

计算与语言 · 计算机科学 2023-10-23 Elias Stengel-Eskin , Benjamin Van Durme

English language requirements are often used to specify the behavior of complex cyber-physical systems. The process of transforming these requirements to a formal specification language is often challenging, especially if the specification…

软件工程 · 计算机科学 2016-04-28 John D. Backes , Michael W. Whalen , Andrew Gacek , John Komp

Runtime monitoring is generally considered a light-weight alternative to formal verification. In safety-critical systems, however, the monitor itself is a critical component. For example, if the monitor is responsible for initiating…

计算机科学中的逻辑 · 计算机科学 2021-10-25 Dauer J. C. , Finkbeiner B. , Schirmer S

Strictness analysis is critical to efficient implementation of languages with non-strict evaluation, mitigating much of the performance overhead of laziness. However, reasoning about strictness at the source level can be challenging and…

编程语言 · 计算机科学 2026-01-12 Daniel Sainati , Joseph W. Cutler , Benjamin C. Pierce , Stephanie Weirich

To ensure programs do not leak private data, we often want to be able to provide formal guarantees ensuring such data is handled correctly. Often, we cannot keep such data secret entirely; instead programmers specify how private data may be…

编程语言 · 计算机科学 2026-04-21 Jan Menz , Andrew K. Hirsch , Peixuan Li , Deepak Garg

Software developers maintain extensive mental models of code they produce and its context, often relying on memory to retrieve or reconstruct design decisions, edge cases, and debugging experiences. These missing links and data obstruct…

软件工程 · 计算机科学 2025-04-29 Edward Misback , Erik Vank , Zachary Tatlock , Steven Tanimoto

Bounded verification has proved useful to detect bugs and to increase confidence in the correctness of a program. In contrast to unbounded verification, reasoning about calls via (bounded) inlining and about loops via (bounded) unrolling…

计算机科学中的逻辑 · 计算机科学 2023-03-14 Thibault Dardinier , Gaurav Parthasarathy , Peter Müller

Comprehending lyrics, as found in songs and poems, can pose a challenge to human and machine readers alike. This motivates the need for systems that can understand the ambiguity and jargon found in such creative texts, and provide…

计算与语言 · 计算机科学 2017-08-14 Lucas Sterckx , Jason Naradowsky , Bill Byrne , Thomas Demeester , Chris Develder

Distributed applications often deal with data with different consistency requirements: while a post in a social network only requires weak consistency, the user balance in turn has strong correctness requirements, demanding mutations to be…

符号计算 · 计算机科学 2023-01-02 Marco Giunti , Hervé Paulino , António Ravara

Instruction tuning has proven effective in enhancing Large Language Models' (LLMs) performance on downstream tasks. However, real-world fine-tuning faces inherent conflicts between model providers' intellectual property protection, clients'…

机器学习 · 计算机科学 2025-01-22 Haonan Shi , Tu Ouyang , An Wang

A well-established approach to proving progress properties such as deadlock-freedom and termination is to associate obligations with threads. For example, in most existing work the proof rule for lock acquisition prescribes a standard usage…

编程语言 · 计算机科学 2024-12-20 Justus Fasse , Bart Jacobs

Uncertainty, error, and similar complications add to the many challenges of cyber security. Various disciplines have developed methods for managing these complications, but applying these methods involves disambiguating overlapping…

密码学与安全 · 计算机科学 2018-04-27 Antonio Roque

Almost every programming language's syntax includes a notion of binder and corresponding bound occurrences, along with the accompanying notions of $\alpha$-equivalence, capture-avoiding substitution, typing contexts, runtime environments,…

编程语言 · 计算机科学 2021-10-13 Guillaume Allais , Robert Atkey , James Chapman , Conor McBride , James McKinna

This article illustrates the use of a logical specification language to capture various forms of confidentiality properties used in the security literature.

计算机科学中的逻辑 · 计算机科学 2007-05-23 Riccardo Pucella

We introduce a framework for reasoning about the security of computer systems using modal logic. This framework is sufficiently expressive to capture a variety of known security properties, while also being intuitive and independent of…

密码学与安全 · 计算机科学 2023-09-19 Matvey Soloviev , Musard Balliu , Roberto Guanciale