Skip to main content

Showing 1–13 of 13 results for author: Köhler, N

.
  1. arXiv:2405.01581  [pdf, other

    cs.CL cs.AI

    The Mercurial Top-Level Ontology of Large Language Models

    Authors: Nele Köhler, Fabian Neuhaus

    Abstract: In our work, we systematize and analyze implicit ontological commitments in the responses generated by large language models (LLMs), focusing on ChatGPT 3.5 as a case study. We investigate how LLMs, despite having no explicit ontology, exhibit implicit ontological categorizations that are reflected in the texts they generate. The paper proposes an approach to understanding the ontological commitme… ▽ More

    Submitted 26 April, 2024; originally announced May 2024.

  2. arXiv:2402.10815  [pdf, other

    cs.DS cs.CC cs.GT

    Core Stability in Additively Separable Hedonic Games of Low Treewidth

    Authors: Tesshu Hanaka, Noleen Köhler, Michael Lampis

    Abstract: Additively Separable Hedonic Game (ASHG) are coalition-formation games where we are given a graph whose vertices represent $n$ selfish agents and the weight of each edge $uv$ denotes how much agent $u$ gains (or loses) when she is placed in the same coalition as agent $v$. We revisit the computational complexity of the well-known notion of core stability of ASHGs, where the goal is to construct a… ▽ More

    Submitted 16 February, 2024; originally announced February 2024.

  3. arXiv:2309.17204  [pdf, other

    cs.DS cs.CC

    Bandwidth Parameterized by Cluster Vertex Deletion Number

    Authors: Tatsuya Gima, Eun Jung Kim, Noleen Köhler, Nikolaos Melissinos, Manolis Vasilakis

    Abstract: Given a graph $G$ and an integer $b$, Bandwidth asks whether there exists a bijection $π$ from $V(G)$ to $\{1, \ldots, |V(G)|\}$ such that $\max_{\{u, v \} \in E(G)} | π(u) - π(v) | \leq b$. This is a classical NP-complete problem, known to remain NP-complete even on very restricted classes of graphs, such as trees of maximum degree 3 and caterpillars of hair length 3. In the realm of parameterize… ▽ More

    Submitted 2 October, 2023; v1 submitted 29 September, 2023; originally announced September 2023.

    Comments: An extended abstract of this article was presented at IPEC 2023

  4. arXiv:2304.03810  [pdf, ps, other

    cs.LO cs.CC cs.DM cs.DS math.CO

    On Testability of First-Order Properties in Bounded-Degree Graphs and Connections to Proximity-Oblivious Testing

    Authors: Isolde Adler, Noleen Köhler, Pan Peng

    Abstract: We study property testing of properties that are definable in first-order logic (FO) in the bounded-degree graph and relational structure models. We show that any FO property that is defined by a formula with quantifier prefix $\exists^*\forall^*$ is testable (i.e., testable with constant query complexity), while there exists an FO property that is expressible by a formula with quantifier prefix… ▽ More

    Submitted 7 April, 2023; originally announced April 2023.

    Comments: Preliminary version of this article appeared in SODA'21 (arXiv:2008.05800) and CCC'21 (arXiv:2105.08490)

  5. arXiv:2303.03225  [pdf, other

    cs.DM math.CO

    Odd Chromatic Number of Graph Classes

    Authors: Rémy Belmonte, Ararat Harutyunyan, Noleen Köhler, Nikolaos Melissinos

    Abstract: A graph is called odd (respectively, even) if every vertex has odd (respectively, even) degree. Gallai proved that every graph can be partitioned into two even induced subgraphs, or into an odd and an even induced subgraph. We refer to a partition into odd subgraphs as an odd colouring of G. Scott [Graphs and Combinatorics, 2001] proved that a graph admits an odd colouring if and only if it has an… ▽ More

    Submitted 6 March, 2023; originally announced March 2023.

    Comments: 21 pages, 3 figures

  6. arXiv:2204.04558  [pdf, other

    cs.RO cs.LG

    Gradient-Based Trajectory Optimization With Learned Dynamics

    Authors: Bhavya Sukhija, Nathanael Köhler, Miguel Zamora, Simon Zimmermann, Sebastian Curi, Andreas Krause, Stelian Coros

    Abstract: Trajectory optimization methods have achieved an exceptional level of performance on real-world robots in recent years. These methods heavily rely on accurate analytical models of the dynamics, yet some aspects of the physical world can only be captured to a limited extent. An alternative approach is to leverage machine learning techniques to learn a differentiable dynamics model of the system fro… ▽ More

    Submitted 25 June, 2023; v1 submitted 9 April, 2022; originally announced April 2022.

  7. arXiv:2204.00722  [pdf, other

    cs.DS cs.DM cs.LO math.CO

    Twin-width VIII: delineation and win-wins

    Authors: Édouard Bonnet, Dibyayan Chakraborty, Eun Jung Kim, Noleen Köhler, Raul Lopes, Stéphan Thomassé

    Abstract: We introduce the notion of delineation. A graph class $\mathcal C$ is said delineated if for every hereditary closure $\mathcal D$ of a subclass of $\mathcal C$, it holds that $\mathcal D$ has bounded twin-width if and only if $\mathcal D$ is monadically dependent. An effective strengthening of delineation for a class $\mathcal C$ implies that tractable FO model checking on $\mathcal C$ is perfect… ▽ More

    Submitted 1 April, 2022; originally announced April 2022.

    Comments: 51 pages, 19 figures

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

  8. arXiv:2201.11731  [pdf, other

    cs.DS cs.CC cs.DM math.CO

    An Algorithmic Framework for Locally Constrained Homomorphisms

    Authors: Laurent Bulteau, Konrad K. Dabrowski, Noleen Köhler, Sebastian Ordyniak, Daniël Paulusma

    Abstract: A homomorphism $f$ from a guest graph $G$ to a host graph $H$ is locally bijective, injective or surjective if for every $u\in V(G)$, the restriction of $f$ to the neighbourhood of $u$ is bijective, injective or surjective, respectively. The corresponding decision problems, LBHOM, LIHOM and LSHOM, are well studied both on general graphs and on special graph classes. Apart from complexity results w… ▽ More

    Submitted 27 January, 2022; originally announced January 2022.

  9. arXiv:2105.08490  [pdf, ps, other

    cs.CC cs.DM cs.DS cs.LO

    GSF-locality is not sufficient for proximity-oblivious testing

    Authors: Isolde Adler, Noleen Köhler, Pan Peng

    Abstract: In Property Testing, proximity-oblivious testers (POTs) form a class of particularly simple testing algorithms, where a basic test is performed a number of times that may depend on the proximity parameter, but the basic test itself is independent of the proximity parameter. In their seminal work, Goldreich and Ron [STOC 2009; SICOMP 2011] show that the graph properties that allow constant-query pr… ▽ More

    Submitted 18 May, 2021; originally announced May 2021.

    Comments: 28 pages, 3 figures

    ACM Class: F.4.1; G.2.2

  10. arXiv:2008.05801  [pdf, ps, other

    cs.DM cs.CC cs.DS

    An explicit construction of graphs of bounded degree that are far from being Hamiltonian

    Authors: Isolde Adler, Noleen Köhler

    Abstract: Hamiltonian cycles in graphs were first studied in the 1850s. Since then, an impressive amount of research has been dedicated to identifying classes of graphs that allow Hamiltonian cycles, and to related questions. The corresponding decision problem, that asks whether a given graph is Hamiltonian (i.\,e.\ admits a Hamiltonian cycle), is one of Karp's famous NP-complete problems. In this paper we… ▽ More

    Submitted 21 January, 2022; v1 submitted 13 August, 2020; originally announced August 2020.

    Comments: 19 pages, 4 figures

    ACM Class: G.2.2

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 24, no. 1, Graph Theory (January 31, 2022) dmtcs:7109

  11. arXiv:2008.05800  [pdf, ps, other

    cs.LO cs.CC cs.DM cs.DS math.CO

    On Testability of First-Order Properties in Bounded-Degree Graphs

    Authors: Isolde Adler, Noleen Köhler, Pan Peng

    Abstract: We study property testing of properties that are definable in first-order logic (FO) in the bounded-degree graph and relational structure models. We show that any FO property that is defined by a formula with quantifier prefix $\exists^*\forall^*$ is testable (i.e., testable with constant query complexity), while there exists an FO property that is expressible by a formula with quantifier prefix… ▽ More

    Submitted 7 January, 2021; v1 submitted 13 August, 2020; originally announced August 2020.

    Comments: 37 pages, 4 figures

    ACM Class: F.4.1; G.2.2

  12. Economic model predictive control for snake robot locomotion

    Authors: Marko Nonhoff, Philipp N. Köhler, Anna M. Kohl, Kristin Y. Pettersen, Frank Allgöwer

    Abstract: In this work, the control of snake robot locomotion via economic model predictive control (MPC) is studied. Only very few examples of applications of MPC to snake robots exist and rigorous proofs for recursive feasibility and convergence are missing. We propose an economic MPC algorithm that maximizes the robot's forward velocity and integrates the choice of the gait pattern into the closed loop.… ▽ More

    Submitted 22 May, 2020; v1 submitted 2 September, 2019; originally announced September 2019.

    Comments: Extended version, accepted for IEEE Conference on Decision and Control (CDC) 2019. 8 pages, 5 figures

    Journal ref: In Proc. IEEE 58th Conference on Decision and Control (CDC), 2019, pp. 8329-8334

  13. arXiv:1807.02876  [pdf, other

    physics.comp-ph cs.LG hep-ex stat.ML

    Machine Learning in High Energy Physics Community White Paper

    Authors: Kim Albertsson, Piero Altoe, Dustin Anderson, John Anderson, Michael Andrews, Juan Pedro Araque Espinosa, Adam Aurisano, Laurent Basara, Adrian Bevan, Wahid Bhimji, Daniele Bonacorsi, Bjorn Burkle, Paolo Calafiura, Mario Campanelli, Louis Capps, Federico Carminati, Stefano Carrazza, Yi-fan Chen, Taylor Childers, Yann Coadou, Elias Coniavitis, Kyle Cranmer, Claire David, Douglas Davis, Andrea De Simone , et al. (103 additional authors not shown)

    Abstract: Machine learning has been applied to several problems in particle physics research, beginning with applications to high-level physics analysis in the 1990s and 2000s, followed by an explosion of applications in particle and event identification and reconstruction in the 2010s. In this document we discuss promising future research and development areas for machine learning in particle physics. We d… ▽ More

    Submitted 16 May, 2019; v1 submitted 8 July, 2018; originally announced July 2018.

    Comments: Editors: Sergei Gleyzer, Paul Seyfert and Steven Schramm