paper-with-me

홈 › Papers

A Deep Dive into Conflict Generating Decisions

2021-05-10 · Md Solimul Chowdhury, Martin Müller, Jia You

Boolean Satisfiability (SAT) is a well-known NP-complete problem. Despite this theoretical hardness, SAT solvers based on Conflict Driven Clause Learning (CDCL) can solve large SAT instances from many important domains. CDCL learns clauses from conflicts, a technique that allows a solver to prune its search space. The selection heuristics in CDCL prioritize variables that are involved in recent conflicts. While only a fraction of decisions generate any conflicts, many generate multiple conflicts. In this paper, we study conflict-generating decisions in CDCL in detail. We investigate the impact of single conflict (sc) decisions, which generate only one conflict, and multi-conflict (mc) decisions which generate two or more. We empirically characterize these two types of decisions based on the quality of the learned clauses produced by each type of decision. We also show an important connection between consecutive clauses learned within the same mc decision, where one learned clause triggers the learning of the next one forming a chain of clauses. This leads to the consideration of similarity between conflicts, for which we formulate the notion of conflictsproximity as a similarity measure. We show that conflicts in mc decisions are more closely related than consecutive conflicts generated from sc decisions. Finally, we develop Common Reason Variable Reduction (CRVR) as a new decision strategy that reduces the selection priority of some variables from the learned clauses of mc decisions. Our empirical evaluation of CRVR implemented in three leading solvers demonstrates performance gains in benchmarks from the main track of SAT Competition-2020.

📄 PDF Abstract BibTeX arXiv:2105.04595

Code (1)

simewu/top-sat-solvers-2021

Similar Papers 제목 키워드 기반

Learning to Resolve Conflicts for Multi-Agent Path Finding with Conflict-Based Search

2020-12-10 · Taoan Huang, Bistra Dilkina, Sven Koenig

Conflict-Based Search (CBS) is a state-of-the-art algorithm for multi-agent path finding. At the high level, CBS repeatedly detects conflicts and resolves one of them by splitting the current problem into two subproblems…

Multi-Agent Path Finding

Three-Way Decisions-Based Conflict Analysis Models

2019-03-07 · Guangming Lang

Three-way decision theory, which trisects the universe with less risks or costs, is considered as a powerful mathematical tool for handling uncertainty in incomplete and imprecise information tables, and provides an effe…

Decision Making

Resolving Knowledge Conflicts in Large Language Models

2023-10-02 · Yike Wang, Shangbin Feng, Heng Wang, Weijia Shi 외

Large language models (LLMs) often encounter knowledge conflicts, scenarios where discrepancy arises between the internal parametric knowledge of LLMs and non-parametric information provided in the prompt context. In thi…

Large Language Models (LLMs) as Traffic Control Systems at Urban Intersections: A New Paradigm

2024-11-16 · Sari Masri, Huthaifa I. Ashqar, Mohammed Elhenawy

This study introduces a novel approach for traffic control systems by using Large Language Models (LLMs) as traffic controllers. The study utilizes their logical reasoning, scene understanding, and decision-making capabi…

Autonomous VehiclesDecision MakingLogical ReasoningManagement+2

Learning Debiased Representation via Disentangled Feature Augmentation

2021-07-03 · NeurIPS 2021 12 · Jungsoo Lee, Eungyeup Kim, Juyoung Lee, Jihyeon Lee 외

Image classification models tend to make decisions based on peripheral attributes of data items that have strong correlation with a target variable (i.e., dataset bias). These biased models suffer from the poor generaliz…

Data Augmentationimage-classificationImage Classification