Skip to main content

Showing 1–21 of 21 results for author: Cappart, Q

.
  1. arXiv:2407.05291  [pdf, other

    cs.AI

    WorkArena++: Towards Compositional Planning and Reasoning-based Common Knowledge Work Tasks

    Authors: Léo Boisvert, Megh Thakkar, Maxime Gasse, Massimo Caccia, Thibault Le Sellier De Chezelles, Quentin Cappart, Nicolas Chapados, Alexandre Lacoste, Alexandre Drouin

    Abstract: The ability of large language models (LLMs) to mimic human-like intelligence has led to a surge in LLM-based autonomous agents. Though recent LLMs seem capable of planning and reasoning given user instructions, their effectiveness in applying these capabilities for autonomous task solving remains underexplored. This is especially true in enterprise settings, where automated agents hold the promise… ▽ More

    Submitted 7 July, 2024; originally announced July 2024.

  2. arXiv:2403.07718  [pdf, other

    cs.LG cs.AI

    WorkArena: How Capable Are Web Agents at Solving Common Knowledge Work Tasks?

    Authors: Alexandre Drouin, Maxime Gasse, Massimo Caccia, Issam H. Laradji, Manuel Del Verme, Tom Marty, Léo Boisvert, Megh Thakkar, Quentin Cappart, David Vazquez, Nicolas Chapados, Alexandre Lacoste

    Abstract: We study the use of large language model-based agents for interacting with software via web browsers. Unlike prior work, we focus on measuring the agents' ability to perform tasks that span the typical daily work of knowledge workers utilizing enterprise software systems. To this end, we propose WorkArena, a remote-hosted benchmark of 33 tasks based on the widely-used ServiceNow platform. We also… ▽ More

    Submitted 14 June, 2024; v1 submitted 12 March, 2024; originally announced March 2024.

    Comments: 21 pages, 11 figures, preprint

  3. arXiv:2403.06026  [pdf, other

    cs.LG cs.AI

    Towards a Generic Representation of Combinatorial Problems for Learning-Based Approaches

    Authors: Léo Boisvert, Hélène Verhaeghe, Quentin Cappart

    Abstract: In recent years, there has been a growing interest in using learning-based approaches for solving combinatorial problems, either in an end-to-end manner or in conjunction with traditional optimization algorithms. In both scenarios, the challenge lies in encoding the targeted combinatorial problems into a structure compatible with the learning algorithm. Many existing works have proposed problem-sp… ▽ More

    Submitted 12 March, 2024; v1 submitted 9 March, 2024; originally announced March 2024.

  4. arXiv:2402.06040  [pdf, other

    math.OC

    Deep Learning for Data-Driven Districting-and-Routing

    Authors: Arthur Ferraz, Quentin Cappart, Thibaut Vidal

    Abstract: Districting-and-routing is a strategic problem aiming to aggregate basic geographical units (e.g., zip codes) into delivery districts. Its goal is to minimize the expected long-term routing cost of performing deliveries in each district separately. Solving this stochastic problem poses critical challenges since repeatedly evaluating routing costs on a set of scenarios while searching for optimal d… ▽ More

    Submitted 8 February, 2024; originally announced February 2024.

  5. arXiv:2312.14836  [pdf, other

    cs.AI cs.LG math.OC

    Learning Lagrangian Multipliers for the Travelling Salesman Problem

    Authors: Augustin Parjadis, Quentin Cappart, Bistra Dilkina, Aaron Ferber, Louis-Martin Rousseau

    Abstract: Lagrangian relaxation is a versatile mathematical technique employed to relax constraints in an optimization problem, enabling the generation of dual bounds to prove the optimality of feasible solutions and the design of efficient propagators in constraint programming (such as the weighted circuit constraint). However, the conventional process of deriving Lagrangian multipliers (e.g., using subgra… ▽ More

    Submitted 22 December, 2023; originally announced December 2023.

  6. arXiv:2312.08884  [pdf, other

    cs.LG cs.MA eess.SY

    Global Rewards in Multi-Agent Deep Reinforcement Learning for Autonomous Mobility on Demand Systems

    Authors: Heiko Hoppe, Tobias Enders, Quentin Cappart, Maximilian Schiffer

    Abstract: We study vehicle dispatching in autonomous mobility on demand (AMoD) systems, where a central operator assigns vehicles to customer requests or rejects these with the aim of maximizing its total profit. Recent approaches use multi-agent deep reinforcement learning (MADRL) to realize scalable yet performant algorithms, but train agents based on local rewards, which distorts the reward signal with r… ▽ More

    Submitted 19 May, 2024; v1 submitted 14 December, 2023; originally announced December 2023.

    Comments: 22 pages, 6 figures, extended version of paper accepted at the 6th Learning for Dynamics & Control Conference (L4DC 2024)

  7. arXiv:2312.01404  [pdf, other

    math.OC

    Decision Diagrams in Space!

    Authors: Isaac Rudich, Quentin Cappart, Manuel López-Ibáñez, Michael Römer, Louis-Martin Rousseau

    Abstract: The Asteroid Routing Problem is like the Traveling Salesman Problem, but in space. The European Space Agency is interested in visiting asteroids to extract minerals, however, the asteroids are moving, and calculating trajectories between asteroids can be computationally expensive. The goal of the Asteroid Routing Problem is to find the optimal path that visits a set of asteroids while taking the m… ▽ More

    Submitted 3 December, 2023; originally announced December 2023.

    Comments: 9 pages, 2 figures, submitted to CPAIOR 2024

    MSC Class: 90-08

  8. Improved Peel-and-Bound: Methods for Generating Dual Bounds with Multivalued Decision Diagrams

    Authors: Isaac Rudich, Quentin Cappart, Louis-Martin Rousseau

    Abstract: Decision diagrams are an increasingly important tool in cutting-edge solvers for discrete optimization. However, the field of decision diagrams is relatively new, and is still incorporating the library of techniques that conventional solvers have had decades to build. We drew inspiration from the warm-start technique used in conventional solvers to address one of the major challenges faced by deci… ▽ More

    Submitted 17 August, 2023; v1 submitted 10 February, 2023; originally announced February 2023.

    Comments: 50 pages, 31 figures, published by JAIR, supplementary materials at https://github.com/IsaacRudich/ImprovedPnB. arXiv admin note: substantial text overlap with arXiv:2205.05216

    MSC Class: 90-08

    Journal ref: Journal of Artificial Intelligence Research, 77:1489-1538 (2023)

  9. Learning a Generic Value-Selection Heuristic Inside a Constraint Programming Solver

    Authors: Tom Marty, Tristan François, Pierre Tessier, Louis Gauthier, Louis-Martin Rousseau, Quentin Cappart

    Abstract: Constraint programming is known for being an efficient approach for solving combinatorial problems. Important design choices in a solver are the branching heuristics, which are designed to lead the search to the best solutions in a minimum amount of time. However, develo** these heuristics is a time-consuming process that requires problem-specific expertise. This observation has motivated many e… ▽ More

    Submitted 2 October, 2023; v1 submitted 5 January, 2023; originally announced January 2023.

    Comments: 15 pages

    Journal ref: Constraint Programming 29 (2023) 25:1--25:19

  10. Peel-and-Bound: Generating Stronger Relaxed Bounds with Multivalued Decision Diagrams

    Authors: Isaac Rudich, Quentin Cappart, Louis-Martin Rousseau

    Abstract: Decision diagrams are an increasingly important tool in cutting-edge solvers for discrete optimization. However, the field of decision diagrams is relatively new, and is still incorporating the library of techniques that conventional solvers have had decades to build. We drew inspiration from the warm-start technique used in conventional solvers to address one of the major challenges faced by deci… ▽ More

    Submitted 10 May, 2022; originally announced May 2022.

    Comments: 20 pages with 11 figures, to be published in CP 2022

    MSC Class: 90-08

    Journal ref: 28th International Conference on Principles and Practice of Constraint Programming (CP 2022): 235:1-235:20

  11. arXiv:2203.02433  [pdf, ps, other

    cs.LG cs.NE math.OC stat.ML

    The Machine Learning for Combinatorial Optimization Competition (ML4CO): Results and Insights

    Authors: Maxime Gasse, Quentin Cappart, Jonas Charfreitag, Laurent Charlin, Didier Chételat, Antonia Chmiela, Justin Dumouchelle, Ambros Gleixner, Aleksandr M. Kazachkov, Elias Khalil, Pawel Lichocki, Andrea Lodi, Miles Lubin, Chris J. Maddison, Christopher Morris, Dimitri J. Papageorgiou, Augustin Parjadis, Sebastian Pokutta, Antoine Prouvost, Lara Scavuzzo, Giulia Zarpellon, Linxin Yang, Sha Lai, Akang Wang, Xiaodong Luo , et al. (16 additional authors not shown)

    Abstract: Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have focused on solving problem instances in isolation, ignoring that they often stem from related data distributions in practice. However, recent years have seen a surge of interest in using machine learning as a new approach for solving combinatorial problems, either dir… ▽ More

    Submitted 17 March, 2022; v1 submitted 4 March, 2022; originally announced March 2022.

    Comments: Neurips 2021 competition. arXiv admin note: text overlap with arXiv:2112.12251 by other authors

  12. arXiv:2112.10229  [pdf, other

    cs.LG stat.ME

    On Causal Inference for Data-free Structured Pruning

    Authors: Martin Ferianc, Anush Sankaran, Olivier Mastropietro, Ehsan Saboori, Quentin Cappart

    Abstract: Neural networks (NNs) are making a large impact both on research and industry. Nevertheless, as NNs' accuracy increases, it is followed by an expansion in their size, required number of compute operations and energy consumption. Increase in resource consumption results in NNs' reduced adoption rate and real-world deployment impracticality. Therefore, NNs need to be compressed to make them availabl… ▽ More

    Submitted 19 December, 2021; originally announced December 2021.

    Comments: Accepted to ITCI'22: The AAAI-22 Workshop on Information-Theoretic Methods for Causal Inference and Discovery

  13. arXiv:2102.09544  [pdf, ps, other

    cs.LG cs.DS cs.NE math.OC stat.ML

    Combinatorial optimization and reasoning with graph neural networks

    Authors: Quentin Cappart, Didier Chételat, Elias Khalil, Andrea Lodi, Christopher Morris, Petar Veličković

    Abstract: Combinatorial optimization is a well-established area in operations research and computer science. Until recently, its methods have focused on solving problem instances in isolation, ignoring that they often stem from related data distributions in practice. However, recent years have seen a surge of interest in using machine learning, especially graph neural networks (GNNs), as a key building bloc… ▽ More

    Submitted 23 September, 2022; v1 submitted 18 February, 2021; originally announced February 2021.

    Journal ref: Journal of Machine Learning Research, 24(130):1-61, 2023

  14. arXiv:2102.09193  [pdf, other

    cs.LG cs.AI

    SeaPearl: A Constraint Programming Solver guided by Reinforcement Learning

    Authors: Félix Chalumeau, Ilan Coulon, Quentin Cappart, Louis-Martin Rousseau

    Abstract: The design of efficient and generic algorithms for solving combinatorial optimization problems has been an active field of research for many years. Standard exact solving approaches are based on a clever and complete enumeration of the solution set. A critical and non-trivial design choice with such methods is the branching strategy, directing how the search is performed. The last decade has shown… ▽ More

    Submitted 20 April, 2021; v1 submitted 18 February, 2021; originally announced February 2021.

  15. Learning the Travelling Salesperson Problem Requires Rethinking Generalization

    Authors: Chaitanya K. Joshi, Quentin Cappart, Louis-Martin Rousseau, Thomas Laurent

    Abstract: End-to-end training of neural network solvers for graph combinatorial optimization problems such as the Travelling Salesperson Problem (TSP) have seen a surge of interest recently, but remain intractable and inefficient beyond graphs with few hundreds of nodes. While state-of-the-art learning-driven approaches for TSP perform closely to classical solvers when trained on trivially small sizes, they… ▽ More

    Submitted 25 May, 2022; v1 submitted 12 June, 2020; originally announced June 2020.

    Comments: Accepted to the 27th International Conference on Principles and Practice of Constraint Programming (CP 2021) and Constraints (2022). Code and data available at https://github.com/chaitjo/learning-tsp

  16. arXiv:2006.01610  [pdf, other

    cs.AI cs.LG

    Combining Reinforcement Learning and Constraint Programming for Combinatorial Optimization

    Authors: Quentin Cappart, Thierry Moisan, Louis-Martin Rousseau, Isabeau Prémont-Schwarz, Andre Cire

    Abstract: Combinatorial optimization has found applications in numerous fields, from aerospace to transportation planning and economics. The goal is to find an optimal solution among a finite set of possibilities. The well-known challenge one faces with combinatorial optimization is the state-space explosion problem: the number of possibilities grows exponentially with the problem size, which makes solving… ▽ More

    Submitted 2 June, 2020; originally announced June 2020.

  17. arXiv:1909.13121  [pdf, other

    cs.AI cs.LG

    How to Evaluate Machine Learning Approaches for Combinatorial Optimization: Application to the Travelling Salesman Problem

    Authors: Antoine François, Quentin Cappart, Louis-Martin Rousseau

    Abstract: Combinatorial optimization is the field devoted to the study and practice of algorithms that solve NP-hard problems. As Machine Learning (ML) and deep learning have popularized, several research groups have started to use ML to solve combinatorial optimization problems, such as the well-known Travelling Salesman Problem (TSP). Based on deep (reinforcement) learning, new models and architecture for… ▽ More

    Submitted 28 September, 2019; originally announced September 2019.

  18. arXiv:1809.03359  [pdf, other

    cs.AI

    Improving Optimization Bounds using Machine Learning: Decision Diagrams meet Deep Reinforcement Learning

    Authors: Quentin Cappart, Emmanuel Goutierre, David Bergman, Louis-Martin Rousseau

    Abstract: Finding tight bounds on the optimal solution is a critical element of practical solution methods for discrete optimization problems. In the last decade, decision diagrams (DDs) have brought a new perspective on obtaining upper and lower bounds that can be significantly better than classical bounding mechanisms, such as linear relaxations. It is well known that the quality of the bounds achieved th… ▽ More

    Submitted 27 February, 2019; v1 submitted 10 September, 2018; originally announced September 2018.

    Comments: Accepted and presented at AAAI'19

  19. arXiv:1605.06245  [pdf, other

    cs.SE

    Verification of railway interlocking - Compositional approach with OCRA

    Authors: Christophe Limbree, Quentin Cappart, Charles Pecheur, Stefano Tonetta

    Abstract: In the railway domain, an electronic interlocking is a computerised system that controls the railway signalling components (e.g. switches or signals) in order to allow a safe operation of the train traffic. Interlockings are controlled by a software logic that relies on a generic software and a set of application data particular to the station under control. The verification of the application dat… ▽ More

    Submitted 20 May, 2016; originally announced May 2016.

    Comments: 16 pages

  20. Verification of interlocking systems using statistical model checking

    Authors: Quentin Cappart, Christophe Limbree, Pierre Schaus, Jean Quilbeuf, Louis-Marie Traonouez, Axel Legay

    Abstract: In the railway domain, an interlocking is the system ensuring safe train traffic inside a station by controlling its active elements such as the signals or points. Modern interlockings are configured using particular data, called application data, reflecting the track layout and defining the actions that the interlocking can take. The safety of the train traffic relies thereby on application data… ▽ More

    Submitted 4 August, 2017; v1 submitted 9 May, 2016; originally announced May 2016.

    Comments: 12 pages, 3 figures, 2 tables

    Journal ref: IEEE 18th International Symposium on High Assurance Systems Engineering (HASE), Singapore, pp. 61-68 (2017)

  21. Verification of railway interlocking systems

    Authors: Simon Busard, Quentin Cappart, Christophe Limbrée, Charles Pecheur, Pierre Schaus

    Abstract: In the railway domain, an interlocking is a computerised system that controls the railway signalling objects in order to allow a safe operation of the train traffic. Each interlocking makes use of particular data, called application data, that reflects the track layout of the station under control. The verification and validation of the application data are performed manually and is thus error-pr… ▽ More

    Submitted 11 June, 2015; originally announced June 2015.

    Comments: In Proceedings ESSS 2015, arXiv:1506.03250

    Journal ref: EPTCS 184, 2015, pp. 19-31