paper-with-me

Papers

A Multivariate Complexity Analysis of Qualitative Reasoning Problems

2022-09-30 · Leif Eriksson, Victor Lagerkvist

Qualitative reasoning is an important subfield of artificial intelligence where one describes relationships with qualitative, rather than numerical, relations. Many such reasoning tasks, e.g., Allen's interval algebra, can be solved in $2^{O(n \cdot \log n)}$ time, but single-exponential running times $2^{O(n)}$ are currently far out of reach. In this paper we consider single-exponential algorithms via a multivariate analysis consisting of a fine-grained parameter $n$ (e.g., the number of variables) and a coarse-grained parameter $k$ expected to be relatively small. We introduce the classes FPE and XE of problems solvable in $f(k) \cdot 2^{O(n)}$, respectively $f(k)^n$, time, and prove several fundamental properties of these classes. We proceed by studying temporal reasoning problems and (1) show that the Partially Ordered Time problem of effective width $k$ is solvable in $16^{kn}$ time and is thus included in XE, and (2) that the network consistency problem for Allen's interval algebra with no interval overlapping with more than $k$ others is solvable in $(2nk)^{2k} \cdot 2^{n}$ time and is included in FPE. Our multivariate approach is in no way limited to these to specific problems and may be a generally useful approach for obtaining single-exponential algorithms.

📄 PDF Abstract BibTeX arXiv:2209.15275

Code (0)

등록된 구현이 없습니다.

Tasks

2k

Similar Papers 제목 키워드 기반

Improved Algorithms for Allen's Interval Algebra by Dynamic Programming with Sublinear Partitioning

2023-05-25 · Leif Eriksson, Victor Lagerkvist

Allen's interval algebra is one of the most well-known calculi in qualitative temporal reasoning with numerous applications in artificial intelligence. Recently, there has been a surge of improvements in the fine-grained…

Spatial Reasoning

Less is More Tokens: Efficient Math Reasoning via Difficulty-Aware Chain-of-Thought Distillation

2025-09-05 · Abdul Waheed, Chancharik Mitra, Laurie Z. Wang, Deva Ramanan 외 arxiv

Chain-of-thought reasoning, while powerful, can produce unnecessarily verbose output for simpler problems. We present a framework for difficulty-aware reasoning that teaches models to dynamically adjust reasoning depth b…

TableVista: Benchmarking Multimodal Table Reasoning under Visual and Structural Complexity

2026-05-07 · Zheyuan Yang, Liqiang Shang, Junjie Chen, Xun Yang 외 arxiv

We introduce TableVista, a comprehensive benchmark for evaluating foundation models in multimodal table reasoning under visual and structural complexity. TableVista consists of 3,000 high-quality table reasoning problems…

When Does In-Context Search Help? A Sampling-Complexity Theory of Reflection-Driven Reasoning

2026-07-07 · Yotam Wolf, Noam Wies, Amnon Shashua arxiv

Training large language models (LLMs) with extended reasoning has enabled in-context search, in which models iteratively generate, critique, and revise solution attempts. We provide a theoretical analysis of in-context s…

Reinforcement Learning

A Generalised Approach for Encoding and Reasoning with Qualitative Theories in Answer Set Programming

2020-08-04 · George Baryannis, Ilias Tachmazidis, Sotiris Batsakis, Grigoris Antoniou 외

Qualitative reasoning involves expressing and deriving knowledge based on qualitative terms such as natural language expressions, rather than strict mathematical quantities. Well over 40 qualitative calculi have been pro…

Robot Manipulation