Skip to main content

Showing 1–9 of 9 results for author: Kadlec, R

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

    cs.AI cs.GT cs.LG

    Student of Games: A unified learning algorithm for both perfect and imperfect information games

    Authors: Martin Schmid, Matej Moravcik, Neil Burch, Rudolf Kadlec, Josh Davidson, Kevin Waugh, Nolan Bard, Finbarr Timbers, Marc Lanctot, G. Zacharias Holland, Elnaz Davoodi, Alden Christianson, Michael Bowling

    Abstract: Games have a long history as benchmarks for progress in artificial intelligence. Approaches using search and learning produced strong performance across many perfect information games, and approaches using game-theoretic reasoning and learning demonstrated strong performance for specific imperfect information poker variants. We introduce Student of Games, a general-purpose algorithm that unifies p… ▽ More

    Submitted 15 November, 2023; v1 submitted 6 December, 2021; originally announced December 2021.

    Comments: Published in Science Advances

    Journal ref: Science Advances 9, eadg3256 (2023)

  2. arXiv:1809.03057  [pdf, other

    cs.GT cs.AI

    Variance Reduction in Monte Carlo Counterfactual Regret Minimization (VR-MCCFR) for Extensive Form Games using Baselines

    Authors: Martin Schmid, Neil Burch, Marc Lanctot, Matej Moravcik, Rudolf Kadlec, Michael Bowling

    Abstract: Learning strategies for imperfect information games from samples of interaction is a challenging problem. A common method for this setting, Monte Carlo Counterfactual Regret Minimization (MCCFR), can have slow long-term convergence rates due to high variance. In this paper, we introduce a variance reduction technique (VR-MCCFR) that applies to any sampling variant of MCCFR. Using this technique, p… ▽ More

    Submitted 9 September, 2018; originally announced September 2018.

  3. arXiv:1807.01961  [pdf, other

    cs.LG stat.ML

    A Boo(n) for Evaluating Architecture Performance

    Authors: Ondrej Bajgar, Rudolf Kadlec, Jan Kleindienst

    Abstract: We point out important problems with the common practice of using the best single model performance for comparing deep learning architectures, and we propose a method that corrects these flaws. Each time a model is trained, one gets a different result due to random factors in the training process, which include random parameter initialization and random data shuffling. Reporting the best single mo… ▽ More

    Submitted 23 July, 2018; v1 submitted 5 July, 2018; originally announced July 2018.

    Comments: ICML 2018

    Journal ref: Proceedings of the 35th International Conference on Machine Learning (ICML 2018). Volume 80 of the Proceedings of Machine Learning Research (PMLR)

  4. arXiv:1705.10744  [pdf, other

    cs.LG cs.AI

    Knowledge Base Completion: Baselines Strike Back

    Authors: Rudolf Kadlec, Ondrej Bajgar, Jan Kleindienst

    Abstract: Many papers have been published on the knowledge base completion task in the past few years. Most of these introduce novel architectures for relation learning that are evaluated on standard datasets such as FB15k and WN18. This paper shows that the accuracy of almost all models published on the FB15k can be outperformed by an appropriately tuned baseline - our reimplementation of the DistMult mode… ▽ More

    Submitted 30 May, 2017; originally announced May 2017.

  5. arXiv:1702.06336  [pdf, other

    cs.CL

    Hybrid Dialog State Tracker with ASR Features

    Authors: Miroslav Vodolán, Rudolf Kadlec, Jan Kleindienst

    Abstract: This paper presents a hybrid dialog state tracker enhanced by trainable Spoken Language Understanding (SLU) for slot-filling dialog systems. Our architecture is inspired by previously proposed neural-network-based belief-tracking systems. In addition, we extended some parts of our modular architecture with differentiable rules to allow end-to-end training. We hypothesize that these rules allow our… ▽ More

    Submitted 21 February, 2017; originally announced February 2017.

    Comments: Accepted to EACL 2017

  6. arXiv:1610.00956  [pdf, other

    cs.CL cs.AI cs.LG cs.NE

    Embracing data abundance: BookTest Dataset for Reading Comprehension

    Authors: Ondrej Bajgar, Rudolf Kadlec, Jan Kleindienst

    Abstract: There is a practically unlimited amount of natural language data available. Still, recent work in text comprehension has focused on datasets which are small relative to current computing possibilities. This article is making a case for the community to move to larger data and as a step in that direction it is proposing the BookTest, a new dataset similar to the popular Children's Book Test (CBT),… ▽ More

    Submitted 4 October, 2016; originally announced October 2016.

    Comments: The first two authors contributed equally to this work. Submitted to EACL 2017. Code and dataset are publicly available

  7. arXiv:1603.01547  [pdf, other

    cs.CL

    Text Understanding with the Attention Sum Reader Network

    Authors: Rudolf Kadlec, Martin Schmid, Ondrej Bajgar, Jan Kleindienst

    Abstract: Several large cloze-style context-question-answer datasets have been introduced recently: the CNN and Daily Mail news data and the Children's Book Test. Thanks to the size of these datasets, the associated text comprehension task is well suited for deep-learning techniques that currently seem to outperform all alternative approaches. We present a new, simple model that uses attention to directly p… ▽ More

    Submitted 24 June, 2016; v1 submitted 4 March, 2016; originally announced March 2016.

    Comments: Presented at ACL 2016

  8. arXiv:1510.03753  [pdf, other

    cs.CL

    Improved Deep Learning Baselines for Ubuntu Corpus Dialogs

    Authors: Rudolf Kadlec, Martin Schmid, Jan Kleindienst

    Abstract: This paper presents results of our experiments for the next utterance ranking on the Ubuntu Dialog Corpus -- the largest publicly available multi-turn dialog corpus. First, we use an in-house implementation of previously reported models to do an independent evaluation using the same data. Second, we evaluate the performances of various LSTMs, Bi-LSTMs and CNNs on the dataset. Third, we create an e… ▽ More

    Submitted 3 November, 2015; v1 submitted 13 October, 2015; originally announced October 2015.

    Comments: Accepted to Machine Learning for SLU & Interaction NIPS 2015 Workshop

  9. arXiv:1510.03710  [pdf, other

    cs.CL

    Hybrid Dialog State Tracker

    Authors: Miroslav Vodolán, Rudolf Kadlec, Jan Kleindienst

    Abstract: This paper presents a hybrid dialog state tracker that combines a rule based and a machine learning based approach to belief state tracking. Therefore, we call it a hybrid tracker. The machine learning in our tracker is realized by a Long Short Term Memory (LSTM) network. To our knowledge, our hybrid tracker sets a new state-of-the-art result for the Dialog State Tracking Challenge (DSTC) 2 datase… ▽ More

    Submitted 14 January, 2016; v1 submitted 13 October, 2015; originally announced October 2015.

    Comments: Accepted to Machine Learning for SLU & Interaction NIPS 2015 Workshop. Model description in Section 2.1 simplified compared to the previous version