paper-with-me

홈 › Papers

On Compiling DNNFs without Determinism

2017-09-20 · Umut Oztok, Adnan Darwiche

State-of-the-art knowledge compilers generate deterministic subsets of DNNF, which have been recently shown to be exponentially less succinct than DNNF. In this paper, we propose a new method to compile DNNFs without enforcing determinism necessarily. Our approach is based on compiling deterministic DNNFs with the addition of auxiliary variables to the input formula. These variables are then existentially quantified from the deterministic structure in linear time, which would lead to a DNNF that is equivalent to the input formula and not necessarily deterministic. On the theoretical side, we show that the new method could generate exponentially smaller DNNFs than deterministic ones, even by adding a single auxiliary variable. Further, we show that various existing techniques that introduce auxiliary variables to the input formulas can be employed in our framework. On the practical side, we empirically demonstrate that our new method can significantly advance DNNF compilation on certain benchmarks.

📄 PDF Abstract BibTeX arXiv:1709.07092

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the relation between structured $d$-DNNFs and SDDs

2019-12-02 · Beate Bollig, Martin Farenholtz

Structured $d$-DNNFs and SDDs are restricted negation normal form circuits used in knowledge compilation as target languages into which propositional theories are compiled. Structuredness is imposed by so-called vtrees. …

NegationRelation

Lower Bounds for Exact Model Counting and Applications in Probabilistic Databases

2013-09-26 · Paul Beame, Jerry Li, Sudeepa Roy, Dan Suciu

The best current methods for exactly computing the number of satisfying assignments, or the satisfying probability, of Boolean formulas can be seen, either directly or indirectly, as building 'decision-DNNF' (decision de…

Negation

Replayable Financial Agents: A Determinism-Faithfulness Assurance Harness for Tool-Using LLM Agents

2026-01-17 · Raffi Khatchadourian arxiv

LLM agents struggle with regulatory audit replay: when asked to reproduce a flagged transaction decision with identical inputs, many deployments fail to return consistent results. We introduce the Determinism-Faithfulnes…

A Lower Bound on DNNF Encodings of Pseudo-Boolean Constraints

2021-01-06 · Alexis de Colnet

Two major considerations when encoding pseudo-Boolean (PB) constraints into SAT are the size of the encoding and its propagation strength, that is, the guarantee that it has a good behaviour under unit propagation. Sever…

Negation

On the Foundations of Trustworthy Artificial Intelligence

2026-03-26 · TJ Dunham arxiv

We prove that platform-deterministic inference is necessary and sufficient for trustworthy AI. We formalize this as the Determinism Thesis and introduce trust entropy to quantify the cost of non-determinism, proving that…