中文
相关论文

相关论文: Implementation of EasyTime Formal Semantics using …

200 篇论文

The Invariant Refinement Method for Self Adaptation (IRM-SA) is a design method targeting development of smart Cyber-Physical Systems (sCPS). It allows for a systematic translation of the system requirements into the system architecture…

软件工程 · 计算机科学 2016-03-30 Jiri Vinarek , Petr Hnetynka

REC (Regular Expression Compiler) is a concise programming language which allows students to write programs without knowledge of the complicated syntax of languages like FORTRAN and ALGOL. The language is recursive and contains only four…

计算与语言 · 计算机科学 2011-07-12 Gerardo Cisneros

Most control synthesis methods under temporal logic properties require a model of the system, however, identifying such a model can be a challenging task. In this work, we develop a direct data-driven control synthesis method for temporal…

系统与控制 · 电气工程与系统科学 2024-04-05 Birgit C. van Huijgevoort , Chris Verhoek , Roland Tóth , Sofie Haesaert

This paper proposes a simple method for controllable text generation based on weighting logits with a free-form classifier, namely CAIF sampling. Using an arbitrary text classifier, we adjust a small part of a language model's logits and…

计算与语言 · 计算机科学 2022-11-14 Askhat Sitdikov , Nikita Balagansky , Daniil Gavrilov , Alexander Markov

Sparse linear algebra is central to many scientific programs, yet compilers fail to optimize it well. High-performance libraries are available, but adoption costs are significant. Moreover, libraries tie programs into vendor-specific…

性能 · 计算机科学 2020-01-29 Philip Ginsbach , Bruce Collie , Michael F. P. O'Boyle

Time series data measure how environments change over time and drive decision-making in critical domains like finance and healthcare. A common goal in analyzing time series data is to understand the underlying events that cause the observed…

人工智能 · 计算机科学 2025-05-26 Mingtian Tan , Mike A. Merrill , Zack Gottesman , Tim Althoff , David Evans , Tom Hartvigsen

Modern web test suites rot. A UI refactor breaks locators, a timing change causes race conditions, and within weeks developers abandon the suite entirely. This paper presents an AI-driven autonomous testing framework that addresses these…

密码学与安全 · 计算机科学 2026-05-18 Vinil Pasupuleti , Siva Rama Krishna Varma Bayyavarapu , Shrey Tyagi

Adapting LLM agents to domain-specific tool calling remains notably brittle under evolving interfaces. Prompt and schema engineering is easy to deploy but often fragile under distribution shift and strict parsers, while continual…

软件工程 · 计算机科学 2026-02-10 Youjin Wang , Run Zhou , Rong Fu , Shuaishuai Cao , Hongwei Zeng , Jiaxuan Lu , Sicheng Fan , Jiaqiao Zhao , Liangming Pan

Event-clock automata (ECA) are a well-known semantic subclass of timed automata (TA) which enjoy admirable theoretical properties, e.g., determinizability, and are practically useful to capture timed specifications. However, unlike for…

形式语言与自动机理论 · 计算机科学 2024-08-07 S Akshay , Paul Gastin , R Govind , B Srivathsan

Reactive computer systems bear inherent complexity due to continuous interactions with their environment. While this environment often proves to be uncontrollable, we still want to ensure that critical computer systems will not fail, no…

计算机科学与博弈论 · 计算机科学 2012-10-19 Mickael Randour

In recent years, Reinforcement Learning (RL), has become a popular field of study as well as a tool for enterprises working on cutting-edge artificial intelligence research. To this end, many researchers have built RL frameworks such as…

Controller synthesis is a theoretical approach to the systematic design of discrete event systems. It constructs a controller to provide feedback and control to the system, ensuring it meets specified control specifications. Traditional…

多智能体系统 · 计算机科学 2025-09-03 Ruohan Huang , Zining Cao

In this paper, we propose a procedure that given an integer reset timed automaton (IRTA) ${\cal A}$, produces a language equivalent deterministic one clock IRTA ${\cal B}$ whose size is at most doubly exponential in the size of ${\cal A}$.…

形式语言与自动机理论 · 计算机科学 2010-01-11 Lakshmi Manasa , Krishna. S

We explore different ways of implementing temporal constraints expressed in an extension of Answer Set Programming (ASP) with language constructs from dynamic logic. Foremost, we investigate how automata can be used for enforcing such…

人工智能 · 计算机科学 2021-09-07 Pedro Cabalar , Martín Diéguez , Susana Hahn , Torsten Schaub

The control of complex laboratory instrumentation often requires significant programming expertise, creating a barrier for researchers lacking computational skills. This work explores the potential of large language models (LLMs), such as…

人工智能 · 计算机科学 2026-04-07 Yong Xie , Kexin He , Andres Castellanos-Gomez

Parametric timed automata are a powerful formalism for reasoning on concurrent real-time systems with unknown or uncertain timing constants. In order to test the efficiency of new algorithms, a fair set of benchmarks is required. We present…

计算机科学中的逻辑 · 计算机科学 2021-06-21 Étienne André , Dylan Marinho , Jaco van de Pol

We present a low-compute non-generative system for implementing interview-style conversational agents which can be used to facilitate qualitative data collection through controlled interactions and quantitative analysis. Use cases include…

计算与语言 · 计算机科学 2025-08-21 Charles Welch , Allison Lahnala , Vasudha Varadarajan , Lucie Flek , Rada Mihalcea , J. Lomax Boyd , João Sedoc

Tracers provide users with useful information about program executions. In this article, we propose a ``tracer driver''. From a single tracer, it provides a powerful front-end enabling multiple dynamic analysis tools to be easily…

软件工程 · 计算机科学 2008-12-18 Ludovic Langevine , Mireille Ducasse

Precise measurements from sensors are crucial, but data is usually collected from low-cost, low-tech systems, which are often inaccurate. Thus, they require further calibrations. To that end, we first identify three requirements for…

机器学习 · 计算机科学 2024-12-31 Seokho Ahn , Hyungjin Kim , Sungbok Shin , Young-Duk Seo

Knowing the precise format of a program's input is a necessary prerequisite for systematic testing. Given a program and a small set of sample inputs, we (1) track the data flow of inputs to aggregate input fragments that share the same data…

编程语言 · 计算机科学 2017-08-30 Matthias Höschele , Alexander Kampmann , Andreas Zeller