中文
相关论文

相关论文: Smt-Switch: a solver-agnostic C++ API for SMT Solv…

200 篇论文

Speculative decoding (SD) has emerged as a widely used paradigm to accelerate LLM inference without compromising quality. It works by first employing a compact model to draft multiple tokens efficiently and then using the target LLM to…

计算与语言 · 计算机科学 2025-03-07 Heming Xia , Yongqi Li , Jun Zhang , Cunxiao Du , Wenjie Li

Layout-sensitive grammars have been adopted in many modern programming languages. However, tool support for this kind of grammars still remains limited and immature. In this paper, we present Lay-it-out, an interactive framework for…

编程语言 · 计算机科学 2022-03-31 Fengmin Zhu , Jiangyi Liu , Fei He

MapReduce is a popular programming model for data parallel computation. In MapReduce, the reducer produces an output from a list of inputs. Due to the scheduling policy of the platform, the inputs may arrive at the reducers in different…

形式语言与自动机理论 · 计算机科学 2016-10-03 Yu-Fang Chen , Lei Song , Zhilin Wu

Constraint satisfaction problems (CSPs) are about finding values of variables that satisfy the given constraints. We show that Transformer extended with recurrence is a viable approach to learning to solve CSPs in an end-to-end manner,…

人工智能 · 计算机科学 2023-07-12 Zhun Yang , Adam Ishay , Joohyung Lee

Simultaneous Machine Translation (SiMT) requires high-quality translations under strict real-time constraints, which traditional encoder-decoder policies with only READ/WRITE actions cannot fully address. We extend the action space of SiMT…

计算与语言 · 计算机科学 2025-09-29 Qianen Zhang , Satoshi Nakamura

In the past several years I have written two SMT solvers called STP and HAMPI that have found widespread use in computer security research by leading groups in academia, industry and the government. In this brief note I summarize the…

密码学与安全 · 计算机科学 2012-04-16 Vijay Ganesh

This paper introduces the 2019 version of \us{}, a novel Constraint Programming framework for floating point verification problems expressed with the SMT language of SMTLIB. SMT solvers decompose their task by delegating to specific…

人工智能 · 计算机科学 2020-03-02 Heytem Zitoun , Claude Michel , Laurent Michel , Michel Rueher

Nowadays, the active filters represent a viable alternative for controlling harmonic levels in industrial consumers electrical installations. It must be noted the availability of many different types of filter configurations that can be…

科普物理 · 物理学 2010-02-26 Gligor Adrian

The ability to carve the world into useful abstractions in order to reason about time and space is a crucial component of intelligence. In order to successfully perceive and act effectively using senses we must parse and compress large…

机器学习 · 计算机科学 2022-10-21 Ryan Faulkner , Daniel Zoran

Scikit-learn is an increasingly popular machine learning li- brary. Written in Python, it is designed to be simple and efficient, accessible to non-experts, and reusable in various contexts. In this paper, we present and discuss our design…

This paper presents an open-source neural machine translation toolkit named CytonMT (https://github.com/arthurxlw/cytonMt). The toolkit is built from scratch only using C++ and NVIDIA's GPU-accelerated libraries. The toolkit features…

计算与语言 · 计算机科学 2018-06-05 Xiaolin Wang , Masao Utiyama , Eiichiro Sumita

SPOT is an open source and free visual data analytics tool for multi-dimensional data-sets. Its web-based interface allows a quick analysis of complex data interactively. The operations on data such as aggregation and filtering are…

人机交互 · 计算机科学 2018-09-25 Faruk Diblen , Jisk Attema , Rena Bakhshi , Sascha Caron , Luc Hendriks , Bob Stienen

This article describes a prototype implementation of a web interface for the Matita proof assistant. The interface supports all basic functionalities of the local Gtk interface, but takes advantage of the markup to enrich the document with…

计算机科学中的逻辑 · 计算机科学 2012-07-13 Andrea Asperti , Wilmer Ricciotti

Spot is a C ++ 17 library for LTL and $\omega$-automata manipulation, with command-line utilities, and Python bindings. This paper summarizes its evolution over the past six years, since the release of Spot 2.0, which was the first version…

This report provides an introduction to the ensmallen numerical optimization library, as well as a deep dive into the technical details of how it works. The library provides a fast and flexible C++ framework for mathematical optimization of…

数学软件 · 计算机科学 2023-11-16 Ryan R. Curtin , Marcus Edel , Rahul Ganesh Prabhu , Suryoday Basak , Zhihao Lou , Conrad Sanderson

IoT applications usually rely on cloud computing services to perform data analysis such as filtering, aggregation, classification, pattern detection, and prediction. When applied to specific domains, the IoT needs to deal with unique…

信号处理 · 电气工程与系统科学 2022-05-09 Márcio Miguel Gomes , Rodrigo da Rosa Righi , Cristiano André da Costa , Dalvan Griebler

Code-switching, the alternation of languages within a conversation or utterance, is a common communicative phenomenon that occurs in multilingual communities across the world. This survey reviews computational approaches for code-switched…

计算与语言 · 计算机科学 2020-07-24 Sunayana Sitaram , Khyathi Raghavi Chandu , Sai Krishna Rallabandi , Alan W Black

Efficient omission of symmetric solution candidates is essential for combinatorial problem-solving. Most of the existing approaches are instance-specific and focus on the automatic computation of Symmetry Breaking Constraints (SBCs) for…

计算机科学中的逻辑 · 计算机科学 2022-04-26 Alice Tarzariol , Martin Gebser , Konstantin Schekotihin

The Why3 IDE and verification system facilitates the use of a wide range of Satisfiability Modulo Theories (SMT) solvers through a driver-based architecture. We present Where4: a portfolio-based approach to discharge Why3 proof obligations.…

软件工程 · 计算机科学 2017-01-31 Andrew Healy , Rosemary Monahan , James F. Power

A major hurdle for students and professional software developers who want to enter the world of machine learning (ML), is mastering not just the scientific background but also the available ML APIs. Therefore, we address the challenge of…

软件工程 · 计算机科学 2022-04-07 Lars Reimann , Günter Kniesel-Wünsche