Skip to main content

Showing 1–9 of 9 results for author: Botea, A

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

    cs.SI

    Client Network: An Interactive Model for Predicting New Clients

    Authors: Massimiliano Mattetti, Akihiro Kishimoto, Adi Botea, Elizabeth Daly, Inge Vejsbjerg, Bei Chen, Öznur Alkan

    Abstract: Understanding prospective clients becomes increasingly important as companies aim to enlarge their market bases. Traditional approaches typically treat each client in isolation, either studying its interactions or similarities with existing clients. We propose the Client Network, which considers the entire client ecosystem to predict the success of sale pitches for targeted clients by complex netw… ▽ More

    Submitted 9 July, 2020; originally announced July 2020.

  2. arXiv:1910.03040  [pdf, other

    cs.IR

    IRF: Interactive Recommendation through Dialogue

    Authors: Oznur Alkan, Massimiliano Mattetti, Elizabeth M. Daly, Adi Botea, Inge Vejsbjerg

    Abstract: Recent research focuses beyond recommendation accuracy, towards human factors that influence the acceptance of recommendations, such as user satisfaction, trust, transparency and sense of control.We present a generic interactive recommender framework that can add interaction functionalities to non-interactive recommender systems.We take advantage of dialogue systems to interact with the user and w… ▽ More

    Submitted 3 October, 2019; originally announced October 2019.

    Comments: 2 pages, 1 figure, ACM RecSys Conference 2019

  3. arXiv:1904.07765  [pdf, other

    cs.IR cs.HC

    An Evaluation Framework for Interactive Recommender System

    Authors: Oznur Alkan, Elizabeth M. Daly, Adi Botea

    Abstract: Traditional recommender systems present a relatively static list of recommendations to a user where the feedback is typically limited to an accept/reject or a rating model. However, these simple modes of feedback may only provide limited insights as to why a user likes or dislikes an item and what aspects of the item the user has considered. Interactive recommender systems present an opportunity t… ▽ More

    Submitted 16 April, 2019; originally announced April 2019.

    Comments: 7 pages

  4. arXiv:1902.00771  [pdf, other

    cs.AI

    Generating Dialogue Agents via Automated Planning

    Authors: Adi Botea, Christian Muise, Shubham Agarwal, Oznur Alkan, Ondrej Bajgar, Elizabeth Daly, Akihiro Kishimoto, Luis Lastras, Radu Marinescu, Josef Ondrej, Pablo Pedemonte, Miroslav Vodolan

    Abstract: Dialogue systems have many applications such as customer support or question answering. Typically they have been limited to shallow single turn interactions. However more advanced applications such as career coaching or planning a trip require a much more complex multi-turn dialogue. Current limitations of conversational systems have made it difficult to support applications that require personali… ▽ More

    Submitted 2 February, 2019; originally announced February 2019.

    Comments: Accepted at the AAAI-2019 DEEP-DIAL workshop

  5. arXiv:1708.05296  [pdf, other

    cs.AI

    A Survey of Parallel A*

    Authors: Alex Fukunaga, Adi Botea, Yuu **nai, Akihiro Kishimoto

    Abstract: A* is a best-first search algorithm for finding optimal-cost paths in graphs. A* benefits significantly from parallelism because in many applications, A* is limited by memory usage, so distributed memory implementations of A* that use all of the aggregate memory on the cluster enable problems that can not be solved by serial, single-machine implementations to be solved. We survey approaches to par… ▽ More

    Submitted 15 August, 2017; originally announced August 2017.

    Comments: arXiv admin note: text overlap with arXiv:1201.3204

  6. MAPP: a Scalable Multi-Agent Path Planning Algorithm with Tractability and Completeness Guarantees

    Authors: Ko-Hsin Cindy Wang, Adi Botea

    Abstract: Multi-agent path planning is a challenging problem with numerous real-life applications. Running a centralized search such as A* in the combined state space of all units is complete and cost-optimal, but scales poorly, as the state space size is exponential in the number of mobile units. Traditional decentralized approaches, such as FAR and WHCA*, are faster and more scalable, being based on pr… ▽ More

    Submitted 16 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 42, pages 55-90, 2011

  7. Evaluation of a Simple, Scalable, Parallel Best-First Search Strategy

    Authors: Akihiro Kishimoto, Alex Fukunaga, Adi Botea

    Abstract: Large-scale, parallel clusters composed of commodity processors are increasingly available, enabling the use of vast processing capabilities and distributed RAM to solve hard search problems. We investigate Hash-Distributed A* (HDA*), a simple approach to parallel best-first search that asynchronously distributes and schedules work among processors based on a hash function of the search state. We… ▽ More

    Submitted 24 October, 2012; v1 submitted 16 January, 2012; originally announced January 2012.

    Comments: in press, to appear in Artificial Intelligence

    Journal ref: Artificial Intelligence (2013), vol. 195, pp. 222-248

  8. Macro-FF: Improving AI Planning with Automatically Learned Macro-Operators

    Authors: A. Botea, M. Enzenberger, M. Mueller, J. Schaeffer

    Abstract: Despite recent progress in AI planning, many benchmarks remain challenging for current planners. In many domains, the performance of a planner can greatly be improved by discovering and exploiting information about the domain structure that is not explicitly encoded in the initial PDDL formulation. In this paper we present and compare two automated methods that learn relevant information from prev… ▽ More

    Submitted 9 September, 2011; originally announced September 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 24, pages 581-621, 2005

  9. arXiv:1106.4083  [pdf, other

    cs.AI cs.RO

    Symmetry-Based Search Space Reduction For Grid Maps

    Authors: Daniel Harabor, Adi Botea, Philip Kilby

    Abstract: In this paper we explore a symmetry-based search space reduction technique which can speed up optimal pathfinding on undirected uniform-cost grid maps by up to 38 times. Our technique decomposes grid maps into a set of empty rectangles, removing from each rectangle all interior nodes and possibly some from along the perimeter. We then add a series of macro-edges between selected pairs of remaining… ▽ More

    Submitted 21 June, 2011; originally announced June 2011.