中文
相关论文

相关论文: Predicting Lemmas in Generalization of IC3

200 篇论文

The IC3 algorithm represents the state-of-the-art (SOTA) hardware model checking technique, owing to its robust performance and scalability. A significant body of research has focused on enhancing the solving efficiency of the IC3…

计算机科学中的逻辑 · 计算机科学 2026-04-24 Xiaofeng Zhou , Guangyu Hu , Hongce Zhang , Wei Zhang

IC3, also known as property-directed reachability (PDR), is a commonly-used algorithm for hardware safety model checking. It checks if a state transition system complies with a given safety property. IC3 either returns UNSAFE (indicating…

人工智能 · 计算机科学 2026-04-07 Mingkai Miao , Guangyu Hu , Ziyi Yang , Hongce Zhang

Click-through rate (CTR) prediction is a core task in recommender systems. Existing methods (IDRec for short) rely on unique identities to represent distinct users and items that have prevailed for decades. On one hand, IDRec often faces…

信息检索 · 计算机科学 2024-03-18 Yuanbo Gao , Peng Lin , Dongyue Wang , Feng Mei , Xiwei Zhao , Sulong Xu , Jinghe Hu

Principal component analysis (PCA) is perhaps the most widely used method for data dimensionality reduction. A key question in PCA is deciding how many factors to retain. This manuscript describes a new approach to automatically selecting…

统计方法学 · 统计学 2026-02-10 Enes Makalic , Daniel F. Schmidt

Latent variable models represent a useful tool for the analysis of complex data when the constructs of interest are not observable. A problem related to these models is that the integrals involved in the likelihood function cannot be solved…

统计方法学 · 统计学 2015-03-05 Silvia Bianconcini , Silvia Cagnone , Dimitris Rizopoulos

IC3 has been a leap forward in symbolic model checking. This paper proposes PrIC3 (pronounced pricy-three), a conservative extension of IC3 to symbolic model checking of MDPs. Our main focus is to develop the theory underlying PrIC3.…

计算机科学中的逻辑 · 计算机科学 2020-05-19 Kevin Batz , Sebastian Junges , Benjamin Lucien Kaminski , Joost-Pieter Katoen , Christoph Matheja , Philipp Schröer

Dimensionality reduction (DR) algorithms compress high-dimensional data into a lower dimensional representation while preserving important features of the data. DR is a critical step in many analysis pipelines as it enables visualisation,…

机器学习 · 统计学 2023-05-26 Aditya Ravuri , Francisco Vargas , Vidhi Lalchand , Neil D. Lawrence

We present a PDR/IC3 algorithm for finding inductive invariants with quantifier alternations. We tackle scalability issues that arise due to the large search space of quantified invariants by combining a breadth-first search strategy and a…

编程语言 · 计算机科学 2021-12-13 Jason R. Koenig , Oded Padon , Sharon Shoham , Alex Aiken

Despite the recent success of Large Language Models (LLMs), it remains challenging to feed LLMs with long prompts due to the fixed size of LLM inputs. As a remedy, prompt compression becomes a promising solution by removing redundant tokens…

计算与语言 · 计算机科学 2025-01-06 Ziyang Yu , Yuyu Liu

Zero-shot text classification typically relies on prompt engineering, but the inherent prompt brittleness of large language models undermines its reliability. Minor changes in prompt can cause significant discrepancies in model performance.…

计算与语言 · 计算机科学 2025-04-07 Junlang Qian , Zixiao Zhu , Hanzhang Zhou , Zijian Feng , Zepeng Zhai , Kezhi Mao

The IC3 algorithm is widely used in hardware formal verification, with generalization as a crucial step. Standard generalization expands a cube by dropping literals to include more unreachable states. The CTG approach enhances this by…

形式语言与自动机理论 · 计算机科学 2025-01-10 Yuheng Su , Qiusong Yang , Yiwei Ci , Ziyu Huang

IC3, a well-known model checker, proves a property of a transition system by building a sequence of formulas $F_0,\dots,F_k$. Formula $F_i$, $0 \leq i \leq k$ over-approximates the set of states reachable in at most $i$ transitions. The…

计算机科学中的逻辑 · 计算机科学 2018-10-19 Eugene Goldberg

Cross-lingual natural language understanding (NLU) is a critical task in natural language processing (NLP). Recent advancements have seen multilingual pre-trained language models (mPLMs) significantly enhance the performance of these tasks.…

计算与语言 · 计算机科学 2024-02-27 Taixi Lu , Haoyu Wang , Huajie Shao , Jing Gao , Huaxiu Yao

Property Directed Reachability (\textsc{Pdr}), also known as IC3, is a state-of-the-art model checking algorithm widely used for verifying safety properties. While \textsc{Pdr} is effective in finding inductive invariants, its underlying…

计算机科学中的逻辑 · 计算机科学 2025-05-27 Andrew Luka , Yakir Vizel

In this paper, we propose the generalized mixed reduced rank regression method, GMR$^3$ for short. GMR$^3$ is a regression method for a mix of numeric, binary, and ordinal response variables. The predictor variables can be a mix of binary,…

统计方法学 · 统计学 2025-01-23 Mark de Rooij , Lorenza Cotugno , Roberta Siciliano

Process reward models (PRMs) provide fine-grained supervision for reasoning, but reliable PRMs often require step annotations or heavy verification pipelines, making them costly to scale and refresh during online RL. Implicit PRMs reduce…

计算与语言 · 计算机科学 2026-05-29 Shiping Gao , Hongzhan Chen , Xiaojun Quan , Qifan Wang , Lifu Huang

Static IR drop analysis is a fundamental and critical task in the field of chip design. Nevertheless, this process can be quite time-consuming, potentially requiring several hours. Moreover, addressing IR drop violations frequently demands…

机器学习 · 计算机科学 2025-11-18 Kai Ma , Zhen Wang , Hongquan He , Qi Xu , Tinghuan Chen , Hao Geng

Due to the large number of parameters, the inference phase of Large Language Models (LLMs) is resource-intensive. Unlike traditional model compression, which needs retraining, recent dynamic computation methods show that not all components…

计算与语言 · 计算机科学 2025-11-27 Siqi Fan , Xuezhi Fang , Xingrun Xing , Peng Han , Shuo Shang , Yequan Wang

SMT-based model checkers, especially IC3-style ones, are currently the most effective techniques for verification of infinite state systems. They infer global inductive invariants via local reasoning about a single step of the transition…

计算机科学中的逻辑 · 计算机科学 2020-05-28 Hari Govind V K , YuTing Chen , Sharon Shoham , Arie Gurfinkel

Generalization of time series prediction remains an important open issue in machine learning, wherein earlier methods have either large generalization error or local minima. We develop an analytically solvable, unsupervised learning scheme…

机器学习 · 统计学 2022-01-21 Takuya Isomura , Taro Toyoizumi
‹ 上一页 1 2 3 10 下一页 ›