Skip to main content

Showing 1–50 of 82 results for author: Jansen, P

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.19819  [pdf, other

    cs.DS

    Steiner Tree Parameterized by Multiway Cut and Even Less

    Authors: Bart M. P. Jansen, Céline M. F. Swennenhuis

    Abstract: In the Steiner Tree problem we are given an undirected edge-weighted graph as input, along with a set $K$ of vertices called terminals. The task is to output a minimum-weight connected subgraph that spans all the terminals. The famous Dreyfus-Wagner algorithm running in $3^{|K|} \mathsf{poly}(n)$ time shows that the problem is fixed-parameter tractable parameterized by the number of terminals. We… ▽ More

    Submitted 28 June, 2024; originally announced June 2024.

    Comments: Full version of a paper that will appear at ESA 2024

    MSC Class: 05C85; 68Q27 ACM Class: F.2.2

  2. arXiv:2406.06769  [pdf, other

    cs.AI cs.CL

    DISCOVERYWORLD: A Virtual Environment for Develo** and Evaluating Automated Scientific Discovery Agents

    Authors: Peter Jansen, Marc-Alexandre Côté, Tushar Khot, Erin Bransom, Bhavana Dalvi Mishra, Bodhisattwa Prasad Majumder, Oyvind Tafjord, Peter Clark

    Abstract: Automated scientific discovery promises to accelerate progress across scientific domains. However, develo** and evaluating an AI agent's capacity for end-to-end scientific reasoning is challenging as running real-world experiments is often prohibitively expensive or infeasible. In this work we introduce DISCOVERYWORLD, the first virtual environment for develo** and benchmarking an agent's abil… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: 9 pages, 4 figures. Preprint, under review

  3. arXiv:2406.06485  [pdf, other

    cs.CL cs.AI

    Can Language Models Serve as Text-Based World Simulators?

    Authors: Ruoyao Wang, Graham Todd, Ziang Xiao, Xingdi Yuan, Marc-Alexandre Côté, Peter Clark, Peter Jansen

    Abstract: Virtual environments play a key role in benchmarking advances in complex planning and decision-making tasks but are expensive and complicated to build by hand. Can current language models themselves serve as world simulators, correctly predicting how actions change different world states, thus bypassing the need for extensive manual coding? Our goal is to answer this question in the context of tex… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

    Comments: ACL 2024

  4. arXiv:2405.19793  [pdf, other

    cs.CL

    PDDLEGO: Iterative Planning in Textual Environments

    Authors: Li Zhang, Peter Jansen, Tianyi Zhang, Peter Clark, Chris Callison-Burch, Niket Tandon

    Abstract: Planning in textual environments have been shown to be a long-standing challenge even for current models. A recent, promising line of work uses LLMs to generate a formal representation of the environment that can be solved by a symbolic planner. However, existing methods rely on a fully-observed environment where all entity states are initially known, so a one-off representation can be constructed… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

    Comments: In *SEM 2024

  5. arXiv:2404.16695  [pdf, other

    cs.DS cs.CC math.CO

    Kernelization Dichotomies for Hitting Subgraphs under Structural Parameterizations

    Authors: Marin Bougeret, Bart M. P. Jansen, Ignasi Sau

    Abstract: For a fixed graph $H$, the $H$-SUBGRAPH HITTING problem consists in deleting the minimum number of vertices from an input graph to obtain a graph without any occurrence of $H$ as a subgraph. This problem can be seen as a generalization of VERTEX COVER, which corresponds to the case $H = K_2$. We initiate a study of $H$-SUBGRAPH HITTING from the point of view of characterizing structural parameteri… ▽ More

    Submitted 25 April, 2024; originally announced April 2024.

    Comments: 58 pages, 7 figures

    MSC Class: 05C85 ACM Class: G.2.2; F.2.2

  6. arXiv:2404.09769  [pdf, other

    cs.DS

    Search-Space Reduction Via Essential Vertices Revisited: Vertex Multicut and Cograph Deletion

    Authors: Bart M. P. Jansen, Ruben F. A. Verhaegh

    Abstract: For an optimization problem $Π$ on graphs whose solutions are vertex sets, a vertex $v$ is called $c$-essential for $Π$ if all solutions of size at most $c \cdot OPT$ contain $v$. Recent work showed that polynomial-time algorithms to detect $c$-essential vertices can be used to reduce the search space of fixed-parameter tractable algorithms solving such problems parameterized by the size $k$ of th… ▽ More

    Submitted 15 April, 2024; originally announced April 2024.

    Comments: Conference version to appear at the 19th Scandinavian Symposium on Algorithm Theory (SWAT 2024)

  7. arXiv:2402.14798  [pdf, other

    cs.CL cs.AI

    Enhancing Systematic Decompositional Natural Language Inference Using Informal Logic

    Authors: Nathaniel Weir, Kate Sanders, Orion Weller, Shreya Sharma, Dongwei Jiang, Zheng** Jiang, Bhavana Dalvi Mishra, Oyvind Tafjord, Peter Jansen, Peter Clark, Benjamin Van Durme

    Abstract: Contemporary language models enable new opportunities for structured reasoning with text, such as the construction and evaluation of intuitive, proof-like textual entailment trees without relying on brittle formal logic. However, progress in this direction has been hampered by a long-standing lack of a clear protocol for determining what valid compositional entailment is. This absence causes noisy… ▽ More

    Submitted 27 February, 2024; v1 submitted 22 February, 2024; originally announced February 2024.

  8. arXiv:2312.04657  [pdf, other

    cs.CL cs.AI

    Self-Supervised Behavior Cloned Transformers are Path Crawlers for Text Games

    Authors: Ruoyao Wang, Peter Jansen

    Abstract: In this work, we introduce a self-supervised behavior cloning transformer for text games, which are challenging benchmarks for multi-step reasoning in virtual environments. Traditionally, Behavior Cloning Transformers excel in such tasks but rely on supervised training data. Our approach auto-generates training data by exploring trajectories (defined by common macro-action sequences) that lead to… ▽ More

    Submitted 7 December, 2023; originally announced December 2023.

    Comments: Accepted to EMNLP 2023 (Findings)

  9. arXiv:2310.10134  [pdf, other

    cs.CL cs.AI cs.LG

    CLIN: A Continually Learning Language Agent for Rapid Task Adaptation and Generalization

    Authors: Bodhisattwa Prasad Majumder, Bhavana Dalvi Mishra, Peter Jansen, Oyvind Tafjord, Niket Tandon, Li Zhang, Chris Callison-Burch, Peter Clark

    Abstract: Language agents have shown some ability to interact with an external environment, e.g., a virtual world such as ScienceWorld, to perform complex tasks, e.g., growing a plant, without the startup costs of reinforcement learning. However, despite their zero-shot capabilities, these agents to date do not continually improve over time beyond performance refinement on a specific task. Here we present C… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

    Comments: Project page: https://allenai.github.io/clin/

  10. arXiv:2310.04332  [pdf, other

    cs.DS

    On the Parameterized Complexity of Multiway Near-Separator

    Authors: Bart M. P. Jansen, Shivesh K. Roy

    Abstract: We study a new graph separation problem called Multiway Near-Separator. Given an undirected graph $G$, integer $k$, and terminal set $T \subseteq V(G)$, it asks whether there is a vertex set $S \subseteq V(G) \setminus T$ of size at most $k$ such that in graph $G-S$, no pair of distinct terminals can be connected by two pairwise internally vertex-disjoint paths. Hence each terminal pair can be sep… ▽ More

    Submitted 6 October, 2023; originally announced October 2023.

    Comments: Conference version to appear at the International Symposium on Parameterized and Exact Computation (IPEC 2023)

  11. arXiv:2310.04303  [pdf, other

    cs.DS

    Kernelization for Counting Problems on Graphs: Preserving the Number of Minimum Solutions

    Authors: Bart M. P. Jansen, Bart van der Steenhoven

    Abstract: A kernelization for a parameterized decision problem $\mathcal{Q}$ is a polynomial-time preprocessing algorithm that reduces any parameterized instance $(x,k)$ into an instance $(x',k')$ whose size is bounded by a function of $k$ alone and which has the same yes/no answer for $\mathcal{Q}$. Such preprocessing algorithms cannot exist in the context of counting problems, when the answer to be preser… ▽ More

    Submitted 6 October, 2023; originally announced October 2023.

    Comments: Extended abstract appears in the proceedings of IPEC 2023

    MSC Class: 68Q27; 05C69; ACM Class: F.2.2

  12. arXiv:2309.11366  [pdf, other

    cs.DS

    Single-Exponential FPT Algorithms for Enumerating Secluded $\mathcal{F}$-Free Subgraphs and Deleting to Scattered Graph Classes

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michał Włodarczyk

    Abstract: The celebrated notion of important separators bounds the number of small $(S,T)$-separators in a graph which are 'farthest from $S$' in a technical sense. In this paper, we introduce a generalization of this powerful algorithmic primitive that is phrased in terms of $k$-secluded vertex sets: sets with an open neighborhood of size at most $k$. In this terminology, the bound on important separator… ▽ More

    Submitted 20 September, 2023; originally announced September 2023.

    Comments: To appear at ISAAC'23

  13. arXiv:2309.01264  [pdf, other

    cs.CG cs.CC

    Upward and Orthogonal Planarity are W[1]-hard Parameterized by Treewidth

    Authors: Bart M. P. Jansen, Liana Khazaliya, Philipp Kindermann, Giuseppe Liotta, Fabrizio Montecchiani, Kirill Simonov

    Abstract: Upward planarity testing and Rectilinear planarity testing are central problems in graph drawing. It is known that they are both NP-complete, but XP when parameterized by treewidth. In this paper we show that these two problems are W[1]-hard parameterized by treewidth, which answers open problems posed in two earlier papers. The key step in our proof is an analysis of the All-or-Nothing Flow probl… ▽ More

    Submitted 3 September, 2023; originally announced September 2023.

    Comments: Appears in the Proceedings of the 31st International Symposium on Graph Drawing and Network Visualization (GD 2023)

  14. arXiv:2306.17065  [pdf, other

    cs.DS cs.CC

    5-Approximation for $\mathcal{H}$-Treewidth Essentially as Fast as $\mathcal{H}$-Deletion Parameterized by Solution Size

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michal Wlodarczyk

    Abstract: The notion of $\mathcal{H}$-treewidth, where $\mathcal{H}$ is a hereditary graph class, was recently introduced as a generalization of the treewidth of an undirected graph. Roughly speaking, a graph of $\mathcal{H}$-treewidth at most $k$ can be decomposed into (arbitrarily large) $\mathcal{H}$-subgraphs which interact only through vertex sets of size $O(k)$ which can be organized in a tree-like fa… ▽ More

    Submitted 29 June, 2023; originally announced June 2023.

    Comments: Conference version to appear at the European Symposium on Algorithms (ESA 2023)

  15. arXiv:2305.14879  [pdf, other

    cs.CL cs.AI

    ByteSized32: A Corpus and Challenge Task for Generating Task-Specific World Models Expressed as Text Games

    Authors: Ruoyao Wang, Graham Todd, Eric Yuan, Ziang Xiao, Marc-Alexandre Côté, Peter Jansen

    Abstract: In this work, we investigate the capacity of language models to generate explicit, interpretable, and interactive world models of scientific and common-sense reasoning tasks. We operationalize this as a task of generating text games, expressed as hundreds of lines of Python code. To facilitate this task, we introduce ByteSized32 (Code: github.com/cognitiveailab/BYTESIZED32), a corpus of 32 reasoni… ▽ More

    Submitted 23 October, 2023; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: Accepted to EMNLP 2023

  16. arXiv:2305.14874  [pdf, other

    cs.CL cs.AI

    From Words to Wires: Generating Functioning Electronic Devices from Natural Language Descriptions

    Authors: Peter Jansen

    Abstract: In this work, we show that contemporary language models have a previously unknown skill -- the capacity for electronic circuit design from high-level textual descriptions, akin to code generation. We introduce two benchmarks: Pins100, assessing model knowledge of electrical components, and Micro25, evaluating a model's capability to design common microcontroller circuits and code in the Arduino ec… ▽ More

    Submitted 13 October, 2023; v1 submitted 24 May, 2023; originally announced May 2023.

    Comments: Accepted to EMNLP 2023 (Findings)

  17. AutoVis: Enabling Mixed-Immersive Analysis of Automotive User Interface Interaction Studies

    Authors: Pascal Jansen, Julian Britten, Alexander Häusele, Thilo Segschneider, Mark Colley, Enrico Rukzio

    Abstract: Automotive user interface (AUI) evaluation becomes increasingly complex due to novel interaction modalities, driving automation, heterogeneous data, and dynamic environmental contexts. Immersive analytics may enable efficient explorations of the resulting multilayered interplay between humans, vehicles, and the environment. However, no such tool exists for the automotive domain. With AutoVis, we a… ▽ More

    Submitted 21 February, 2023; originally announced February 2023.

  18. A Design Space for Human Sensor and Actuator Focused In-Vehicle Interaction Based on a Systematic Literature Review

    Authors: Pascal Jansen, Mark Colley, Enrico Rukzio

    Abstract: Automotive user interfaces constantly change due to increasing automation, novel features, additional applications, and user demands. While in-vehicle interaction can utilize numerous promising modalities, no existing overview includes an extensive set of human sensors and actuators and interaction locations throughout the vehicle interior. We conducted a systematic literature review of 327 public… ▽ More

    Submitted 22 October, 2022; originally announced October 2022.

    Comments: Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies

    Journal ref: 6 (2022) 1-51

  19. arXiv:2210.07382  [pdf, other

    cs.CL cs.AI

    Behavior Cloned Transformers are Neurosymbolic Reasoners

    Authors: Ruoyao Wang, Peter Jansen, Marc-Alexandre Côté, Prithviraj Ammanabrolu

    Abstract: In this work, we explore techniques for augmenting interactive agents with information from symbolic modules, much like humans use tools like calculators and GPS systems to assist with arithmetic and navigation. We test our agent's abilities in text games -- challenging benchmarks for evaluating the multi-step reasoning abilities of game agents in grounded, language-based environments. Our experim… ▽ More

    Submitted 11 February, 2023; v1 submitted 13 October, 2022; originally announced October 2022.

    Comments: Accepted to EACL 2023

  20. arXiv:2208.01174  [pdf, other

    cs.CL cs.AI

    TextWorldExpress: Simulating Text Games at One Million Steps Per Second

    Authors: Peter A. Jansen, Marc-Alexandre Côté

    Abstract: Text-based games offer a challenging test bed to evaluate virtual agents at language understanding, multi-step problem-solving, and common-sense reasoning. However, speed is a major limitation of current text-based games, cap** at 300 steps per second, mainly due to the use of legacy tooling. In this work we present TextWorldExpress, a high-performance simulator that includes implementations of… ▽ More

    Submitted 2 March, 2023; v1 submitted 1 August, 2022; originally announced August 2022.

    Comments: Accepted to EACL 2023

  21. arXiv:2207.00386  [pdf, other

    cs.DS cs.CC

    Search-Space Reduction via Essential Vertices

    Authors: Benjamin Merlin Bumpus, Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We investigate preprocessing for vertex-subset problems on graphs. While the notion of kernelization, originating in parameterized complexity theory, is a formalization of provably effective preprocessing aimed at reducing the total instance size, our focus is on finding a non-empty vertex set that belongs to an optimal solution. This decreases the size of the remaining part of the solution which… ▽ More

    Submitted 1 July, 2022; originally announced July 2022.

    Comments: Conference version to appear at the European Symposium on Algorithms (ESA 2022)

    MSC Class: 68W99 ACM Class: F.2.0

  22. arXiv:2206.09884  [pdf, ps, other

    cs.DS cs.CC

    Finding $k$-Secluded Trees Faster

    Authors: Huib Donkers, Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We revisit the \textsc{$k$-Secluded Tree} problem. Given a vertex-weighted undirected graph $G$, its objective is to find a maximum-weight induced subtree $T$ whose open neighborhood has size at most $k$. We present a fixed-parameter tractable algorithm that solves the problem in time $2^{\mathcal{O}(k \log k)}\cdot n^{\mathcal{O}(1)}$, improving on a double-exponential running time from earlier w… ▽ More

    Submitted 24 June, 2022; v1 submitted 20 June, 2022; originally announced June 2022.

  23. arXiv:2206.04387  [pdf, other

    cs.DS

    Kernelization for Feedback Vertex Set via Elimination Distance to a Forest

    Authors: David Dekker, Bart M. P. Jansen

    Abstract: We study efficient preprocessing for the undirected Feedback Vertex Set problem, a fundamental problem in graph theory which asks for a minimum-sized vertex set whose removal yields an acyclic graph. More precisely, we aim to determine for which parameterizations this problem admits a polynomial kernel. While a characterization is known for the related Vertex Cover problem based on the recently in… ▽ More

    Submitted 9 June, 2022; originally announced June 2022.

    Comments: 40 pages, 4 figures. To be published in the Proceedings of WG2022

    MSC Class: 05C85; 68R10 ACM Class: F.2.2; G.2.2

  24. arXiv:2203.07540  [pdf, other

    cs.CL cs.AI

    ScienceWorld: Is your Agent Smarter than a 5th Grader?

    Authors: Ruoyao Wang, Peter Jansen, Marc-Alexandre Côté, Prithviraj Ammanabrolu

    Abstract: We present ScienceWorld, a benchmark to test agents' scientific reasoning abilities in a new interactive text environment at the level of a standard elementary school science curriculum. Despite the transformer-based progress seen in question-answering and scientific text processing, we find that current models cannot reason about or explain learned science concepts in novel contexts. For instance… ▽ More

    Submitted 14 November, 2022; v1 submitted 14 March, 2022; originally announced March 2022.

    Comments: Accepted to EMNLP 2022

  25. arXiv:2202.02174  [pdf, other

    cs.DS cs.CC

    Lossy Planarization: A Constant-Factor Approximate Kernelization for Planar Vertex Deletion

    Authors: Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the F-minor-free deletion problem we want to find a minimum vertex set in a given graph that intersects all minor models of graphs from the family F. The Vertex planarization problem is a special case of F-minor-free deletion for the family F = {K_5, K_{3,3}}. Whenever the family F contains at least one planar graph, then F-minor-free deletion is known to admit a constant-factor approximation a… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: To appear at STOC'22

  26. arXiv:2201.05721  [pdf, other

    cs.CL

    Extracting Space Situational Awareness Events from News Text

    Authors: Zhengnan Xie, Alice Saebom Kwak, Enfa George, Laura W. Dozal, Hoang Van, Moriba Jah, Roberto Furfaro, Peter Jansen

    Abstract: Space situational awareness typically makes use of physical measurements from radar, telescopes, and other assets to monitor satellites and other spacecraft for operational, navigational, and defense purposes. In this work we explore using textual input for the space situational awareness task. We construct a corpus of 48.5k news articles spanning all known active satellites between 2009 and 2020.… ▽ More

    Submitted 14 January, 2022; originally announced January 2022.

    Comments: Submitted to LREC 2022

  27. arXiv:2110.01868  [pdf, other

    cs.DS

    Preprocessing for Outerplanar Vertex Deletion: An Elementary Kernel of Quartic Size

    Authors: Huib Donkers, Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the $\mathcal{F}$-Minor-Free Deletion problem one is given an undirected graph $G$, an integer $k$, and the task is to determine whether there exists a vertex set $S$ of size at most $k$, so that $G-S$ contains no graph from the finite family $\mathcal{F}$ as a minor. It is known that whenever $\mathcal{F}$ contains at least one planar graph, then $\mathcal{F}$-Minor-Free Deletion admits a poly… ▽ More

    Submitted 5 October, 2021; originally announced October 2021.

  28. arXiv:2109.03334  [pdf, other

    cs.CL cs.AI

    On the Challenges of Evaluating Compositional Explanations in Multi-Hop Inference: Relevance, Completeness, and Expert Ratings

    Authors: Peter Jansen, Kelly Smith, Dan Moreno, Huitzilin Ortiz

    Abstract: Building compositional explanations requires models to combine two or more facts that, together, describe why the answer to a question is correct. Typically, these "multi-hop" explanations are evaluated relative to one (or a small number of) gold explanations. In this work, we show these evaluations substantially underestimate model performance, both in terms of the relevance of included facts, as… ▽ More

    Submitted 7 September, 2021; originally announced September 2021.

    Comments: Accepted to EMNLP 2021

  29. arXiv:2107.08146  [pdf, other

    cs.CL

    Picard understanding Darmok: A Dataset and Model for Metaphor-Rich Translation in a Constructed Language

    Authors: Peter Jansen, Jordan Boyd-Graber

    Abstract: Tamarian, a fictional language introduced in the Star Trek episode Darmok, communicates meaning through utterances of metaphorical references, such as "Darmok and Jalad at Tanagra" instead of "We should work together." This work assembles a Tamarian-English dictionary of utterances from the original episode and several follow-on novels, and uses this to construct a parallel corpus of 456 English-T… ▽ More

    Submitted 14 October, 2022; v1 submitted 16 July, 2021; originally announced July 2021.

    Comments: Accepted to the the 2022 Workshop on Figurative Language Processing (at EMNLP 2022)

  30. arXiv:2107.04132  [pdf, other

    cs.CL cs.AI

    A Systematic Survey of Text Worlds as Embodied Natural Language Environments

    Authors: Peter A Jansen

    Abstract: Text Worlds are virtual environments for embodied agents that, unlike 2D or 3D environments, are rendered exclusively using textual descriptions. These environments offer an alternative to higher-fidelity 3D environments due to their low barrier to entry, providing the ability to study semantics, compositional inference, and other high-level tasks with rich high-level action spaces while controlli… ▽ More

    Submitted 8 July, 2021; originally announced July 2021.

    Comments: 18 pages

  31. arXiv:2107.02554  [pdf, other

    cs.DS cs.CC

    On the Hardness of Compressing Weights

    Authors: Bart M. P. Jansen, Shivesh K. Roy, Michał Włodarczyk

    Abstract: We investigate computational problems involving large weights through the lens of kernelization, which is a framework of polynomial-time preprocessing aimed at compressing the instance size. Our main focus is the weighted Clique problem, where we are given an edge-weighted graph and the goal is to detect a clique of total weight equal to a prescribed value. We show that the weighted variant, param… ▽ More

    Submitted 6 July, 2021; originally announced July 2021.

    Comments: To appear at MFCS'21

  32. Preprocessing to Reduce the Search Space: Antler Structures for Feedback Vertex Set

    Authors: Huib Donkers, Bart M. P. Jansen

    Abstract: The goal of this paper is to open up a new research direction aimed at understanding the power of preprocessing in speeding up algorithms that solve NP-hard problems exactly. We explore this direction for the classic Feedback Vertex Set problem on undirected graphs, leading to a new type of graph structure called antler decomposition, which identifies vertices that belong to an optimal solution. I… ▽ More

    Submitted 11 April, 2024; v1 submitted 22 June, 2021; originally announced June 2021.

    Comments: Small updates to some proofs due to journal revisions

  33. arXiv:2106.04191  [pdf, other

    cs.DS

    FPT Algorithms to Compute the Elimination Distance to Bipartite Graphs and More

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: For a hereditary graph class $\mathcal{H}$, the $\mathcal{H}$-elimination distance of a graph $G$ is the minimum number of rounds needed to reduce $G$ to a member of $\mathcal{H}$ by removing one vertex from each connected component in each round. The $\mathcal{H}$-treewidth of a graph $G$ is the minimum, taken over all vertex sets $X$ for which each connected component of $G - X$ belongs to… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

    Comments: 14 pages, to appear at WG 2021

  34. arXiv:2104.08661  [pdf, other

    cs.CL cs.AI

    Explaining Answers with Entailment Trees

    Authors: Bhavana Dalvi, Peter Jansen, Oyvind Tafjord, Zhengnan Xie, Hannah Smith, Leighanna Pipatanangkura, Peter Clark

    Abstract: Our goal, in the context of open-domain textual question-answering (QA), is to explain answers by showing the line of reasoning from what is known to the answer, rather than simply showing a fragment of textual evidence (a "rationale'"). If this could be done, new opportunities for understanding and debugging the system's reasoning become possible. Our approach is to generate explanations in the f… ▽ More

    Submitted 28 May, 2022; v1 submitted 17 April, 2021; originally announced April 2021.

    Comments: published in EMNLP 2021

  35. arXiv:2103.09715  [pdf, other

    cs.DS

    Vertex Deletion Parameterized by Elimination Distance and Even Less

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon, Michał Włodarczyk

    Abstract: We study the parameterized complexity of various classic vertex-deletion problems such as Odd cycle transversal, Vertex planarization, and Chordal vertex deletion under hybrid parameterizations. Existing FPT algorithms for these problems either focus on the parameterization by solution size, detecting solutions of size $k$ in time $f(k) \cdot n^{O(1)}$, or width parameterizations, finding arbitrar… ▽ More

    Submitted 18 July, 2022; v1 submitted 17 March, 2021; originally announced March 2021.

    Comments: The extended abstract of this article appeared at STOC'21. This version contains a tighter analysis for Planar Vertex Deletion parameterized by planar-treewidth

  36. arXiv:2009.14259  [pdf, other

    cs.CL cs.CV

    Visually-Grounded Planning without Vision: Language Models Infer Detailed Plans from High-level Instructions

    Authors: Peter A. Jansen

    Abstract: The recently proposed ALFRED challenge task aims for a virtual robotic agent to complete complex multi-step everyday tasks in a virtual home environment from high-level natural language directives, such as "put a hot piece of bread on a plate". Currently, the best-performing models are able to complete less than 5% of these tasks successfully. In this work we focus on modeling the translation prob… ▽ More

    Submitted 26 October, 2020; v1 submitted 29 September, 2020; originally announced September 2020.

    Comments: Accepted to Findings of EMNLP. V2: corrected typo Table 1; margins Table 3

  37. arXiv:2009.08353  [pdf, other

    cs.CC

    Sparsification Lower Bounds for List $H$-Coloring

    Authors: Hubie Chen, Bart M. P. Jansen, Karolina Okrasa, Astrid Pieterse, Paweł Rzążewski

    Abstract: We investigate the List $H$-Coloring problem, the generalization of graph coloring that asks whether an input graph $G$ admits a homomorphism to the undirected graph $H$ (possibly with loops), such that each vertex $v \in V(G)$ is mapped to a vertex on its list $L(v) \subseteq V(H)$. An important result by Feder, Hell, and Huang [JGT 2003] states that List $H$-Coloring is polynomial-time solvable… ▽ More

    Submitted 17 September, 2020; originally announced September 2020.

    Comments: Accepted to ISAAC 2020

  38. arXiv:2009.08158  [pdf, ps, other

    cs.DS

    p-Edge/Vertex-Connected Vertex Cover: Parameterized and Approximation Algorithms

    Authors: Carl Einarson, Gregory Gutin, Bart M. P. Jansen, Diptapriyo Majumdar, Magnus Wahlstrom

    Abstract: We introduce and study two natural generalizations of the Connected VertexCover (VC) problem: the $p$-Edge-Connected and $p$-Vertex-Connected VC problem (where $p \geq 2$ is a fixed integer). Like Connected VC, both new VC problems are FPT, but do not admit a polynomial kernel unless $NP \subseteq coNP/poly$, which is highly unlikely. We prove however that both problems admit time efficient polyno… ▽ More

    Submitted 22 August, 2022; v1 submitted 17 September, 2020; originally announced September 2020.

    ACM Class: F.2.2; G.2.2

  39. arXiv:2004.12865  [pdf, other

    cs.DS cs.CC math.CO

    Bridge-Depth Characterizes which Structural Parameterizations of Vertex Cover Admit a Polynomial Kernel

    Authors: Marin Bougeret, Bart M. P. Jansen, Ignasi Sau

    Abstract: We study the kernelization complexity of structural parameterizations of the Vertex Cover problem. Here, the goal is to find a polynomial-time preprocessing algorithm that can reduce any instance $(G,k)$ of the Vertex Cover problem to an equivalent one, whose size is polynomial in the size of a pre-determined complexity parameter of $G$. A long line of previous research deals with parameterization… ▽ More

    Submitted 24 July, 2023; v1 submitted 27 April, 2020; originally announced April 2020.

    Comments: Author-accepted version of SIDMA publication

    MSC Class: 05C85 ACM Class: G.2.2; F.2.2

    Journal ref: SIAM J. Discret. Math. 36(4): 2737-2773 (2022)

  40. arXiv:2004.08818  [pdf, other

    cs.DS math.CO

    Preprocessing Vertex-Deletion Problems: Characterizing Graph Properties by Low-Rank Adjacencies

    Authors: Bart M. P. Jansen, Jari J. H. de Kroon

    Abstract: We consider the $Π$-free Deletion problem parameterized by the size of a vertex cover, for a range of graph properties $Π$. Given an input graph $G$, this problem asks whether there is a subset of at most $k$ vertices whose removal ensures the resulting graph does not contain a graph from $Π$ as induced subgraph. Many vertex-deletion problems such as Perfect Deletion, Wheel-free Deletion, and Inte… ▽ More

    Submitted 19 April, 2020; originally announced April 2020.

    Comments: To appear in the Proceedings of SWAT 2020

    MSC Class: 05C85; 68R10; 05C50 ACM Class: F.2.2; G.2.2

  41. arXiv:2002.03443  [pdf, other

    cs.CC cs.DS

    Optimal polynomial-time compression for Boolean Max CSP

    Authors: Bart M. P. Jansen, Michał Włodarczyk

    Abstract: In the Boolean maximum constraint satisfaction problem - Max CSP$(Γ)$ - one is given a collection of weighted applications of constraints from a finite constraint language $Γ$, over a common set of variables, and the goal is to assign Boolean values to the variables so that the total weight of satisfied constraints is maximized. There exists an elegant dichotomy theorem providing a criterion on… ▽ More

    Submitted 9 February, 2020; originally announced February 2020.

  42. arXiv:1911.10436  [pdf, other

    cs.CL

    ScienceExamCER: A High-Density Fine-Grained Science-Domain Corpus for Common Entity Recognition

    Authors: Hannah Smith, Zeyu Zhang, John Culnan, Peter Jansen

    Abstract: Named entity recognition identifies common classes of entities in text, but these entity labels are generally sparse, limiting utility to downstream tasks. In this work we present ScienceExamCER, a densely-labeled semantic classification corpus of 133k mentions in the science exam domain where nearly all (96%) of content words have been annotated with one or more fine-grained semantic class labels… ▽ More

    Submitted 23 November, 2019; originally announced November 2019.

  43. arXiv:1910.11473  [pdf, other

    cs.CL

    QASC: A Dataset for Question Answering via Sentence Composition

    Authors: Tushar Khot, Peter Clark, Michal Guerquin, Peter Jansen, Ashish Sabharwal

    Abstract: Composing knowledge from multiple pieces of texts is a key challenge in multi-hop question answering. We present a multi-hop reasoning dataset, Question Answering via Sentence Composition(QASC), that requires retrieving facts from a large corpus and composing them to answer a multiple-choice question. QASC is the first dataset to offer two desirable properties: (a) the facts to be composed are ann… ▽ More

    Submitted 4 February, 2020; v1 submitted 24 October, 2019; originally announced October 2019.

    Comments: AAAI-20 Camera Ready Version

  44. arXiv:1908.09325  [pdf, other

    cs.DS cs.CC

    Fine-Grained Complexity of k-OPT in Bounded-Degree Graphs for Solving TSP

    Authors: Édouard Bonnet, Yoichi Iwata, Bart M. P. Jansen, Łukasz Kowalik

    Abstract: Local search is a widely-employed strategy for finding good solutions to Traveling Salesman Problem. We analyze the problem of determining whether the weight of a given cycle can be decreased by a popular $k$-opt move. Earlier work has shown that (i) assuming the Exponential Time Hypothesis, there is no algorithm to find an improving $k$-opt move in time $f(k)n^{o(k/\log k)}$ for any function $f$,… ▽ More

    Submitted 3 September, 2019; v1 submitted 25 August, 2019; originally announced August 2019.

    Comments: A new running time bound for counting cycles and paths in graphs was added

  45. arXiv:1908.05441  [pdf, other

    cs.CL cs.AI

    Multi-class Hierarchical Question Classification for Multiple Choice Science Exams

    Authors: Dongfang Xu, Peter Jansen, Jaycie Martin, Zhengnan Xie, Vikas Yadav, Harish Tayyar Madabushi, Oyvind Tafjord, Peter Clark

    Abstract: Prior work has demonstrated that question classification (QC), recognizing the problem domain of a question, can help answer it more accurately. However, develo** strong QC algorithms has been hindered by the limited size and complexity of annotated data available. To address this, we present the largest challenge dataset for QC, containing 7,787 science exam questions paired with detailed class… ▽ More

    Submitted 15 August, 2019; originally announced August 2019.

  46. arXiv:1906.05565  [pdf, other

    cs.DS cs.CC

    A Turing Kernelization Dichotomy for Structural Parameterizations of $\mathcal{F}$-Minor-Free Deletion

    Authors: Huib Donkers, Bart M. P. Jansen

    Abstract: For a fixed finite family of graphs $\mathcal{F}$, the $\mathcal{F}$-Minor-Free Deletion problem takes as input a graph $G$ and an integer $\ell$ and asks whether there exists a set $X \subseteq V(G)$ of size at most $\ell$ such that $G-X$ is $\mathcal{F}$-minor-free. For $\mathcal{F}=\{K_2\}$ and $\mathcal{F}=\{K_3\}$ this encodes Vertex Cover and Feedback Vertex Set respectively. When parameteri… ▽ More

    Submitted 16 July, 2019; v1 submitted 13 June, 2019; originally announced June 2019.

  47. arXiv:1902.08899  [pdf, other

    cs.CL

    The ARIEL-CMU Systems for LoReHLT18

    Authors: Aditi Chaudhary, Siddharth Dalmia, Junjie Hu, Xinjian Li, Austin Matthews, Aldrian Obaja Muis, Naoki Otani, Shruti Rijhwani, Zaid Sheikh, Nidhi Vyas, Xinyi Wang, Jiateng Xie, Ruochen Xu, Chunting Zhou, Peter J. Jansen, Yiming Yang, Lori Levin, Florian Metze, Teruko Mitamura, David R. Mortensen, Graham Neubig, Eduard Hovy, Alan W Black, Jaime Carbonell, Graham V. Horwood , et al. (5 additional authors not shown)

    Abstract: This paper describes the ARIEL-CMU submissions to the Low Resource Human Language Technologies (LoReHLT) 2018 evaluations for the tasks Machine Translation (MT), Entity Discovery and Linking (EDL), and detection of Situation Frames in Text and Speech (SF Text and Speech).

    Submitted 24 February, 2019; originally announced February 2019.

  48. arXiv:1902.01745  [pdf, other

    cs.DS math.CO

    Hamiltonicity below Dirac's condition

    Authors: Bart M. P. Jansen, László Kozma, Jesper Nederlof

    Abstract: Dirac's theorem (1952) is a classical result of graph theory, stating that an $n$-vertex graph ($n \geq 3$) is Hamiltonian if every vertex has degree at least $n/2$. Both the value $n/2$ and the requirement for every vertex to have high degree are necessary for the theorem to hold. In this work we give efficient algorithms for determining Hamiltonicity when either of the two conditions are relax… ▽ More

    Submitted 5 February, 2019; originally announced February 2019.

  49. arXiv:1810.01136  [pdf, other

    cs.DS

    A deterministic polynomial kernel for Odd Cycle Transversal and Vertex Multiway Cut in planar graphs

    Authors: Bart M. P. Jansen, Marcin Pilipczuk, Erik Jan van Leeuwen

    Abstract: We show that Odd Cycle Transversal and Vertex Multiway Cut admit deterministic polynomial kernels when restricted to planar graphs and parameterized by the solution size. This answers a question of Saurabh. On the way to these results, we provide an efficient sparsification routine in the flavor of the sparsification routine used for the Steiner Tree problem in planar graphs (FOCS 2014). It differ… ▽ More

    Submitted 12 December, 2018; v1 submitted 2 October, 2018; originally announced October 2018.

  50. arXiv:1809.06171  [pdf, other

    cs.CC cs.DS

    Best-case and Worst-case Sparsifiability of Boolean CSPs

    Authors: Hubie Chen, Bart M. P. Jansen, Astrid Pieterse

    Abstract: We continue the investigation of polynomial-time sparsification for NP-complete Boolean Constraint Satisfaction Problems (CSPs). The goal in sparsification is to reduce the number of constraints in a problem instance without changing the answer, such that a bound on the number of resulting constraints can be given in terms of the number of variables n. We investigate how the worst-case sparsificat… ▽ More

    Submitted 17 September, 2018; originally announced September 2018.