Skip to content
Snippets Groups Projects
Select Git revision
  • f3d88ac42379e518cb650d4f78faad5cc133585c
  • master default protected
2 results

index.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.html 7.34 KiB
    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
        <title>PyDial3: The Python3 Statistical Dialog System &#8212; PyDial 1.0.0 documentation</title>
    
        <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
        <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
        <link rel="top" title="PyDial 1.0.0 documentation" href="#" />
        <link rel="next" title="Agent - the Complete Dialogue System" href="Agent.html" />
    
      <link rel="stylesheet" href="_static/custom.css" type="text/css" />
    
       <script>
        function supportsImports() {
          return 'import' in document.createElement('link');
        }
    
    // if (supportsImports()) {
    //   document.write('<link rel="import" href="http://example.com/elements.html">');
    // }
    
    </script>
    
      <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
    
      </head>
      <body role="document">
    
    
        <div class="document">
          <div class="documentwrapper">
            <div class="bodywrapper">
              <div class="body" role="main">
    
      <div class="section" id="pydial3-the-python3-statistical-dialog-system">
    <h1>PyDial 3.0<a class="headerlink" href="#pydial3-cued-python3-statistical-dialog-system" title="Permalink to this headline"></a></h1>
    <div class="section" id="welcome">
    <h2>The Python Multi-domain Statistical Dialogue System Toolkit<a class="headerlink" href="#welcome" title="Permalink to this headline"></a></h2>
    <p>Welcome to the PyDial website. PyDial is an open-source end-to-end statistical spoken dialogue system toolkit which provides implementations of statistical approaches for all dialogue system modules. Moreover, it has been extended to provide multi-domain conversational functionality. It offers easy configuration, easy extensibility, and domain-independent implementations of the respective dialogue system modules.</p>
    <p>PyDial is a scientific system developed for scientific purposes and actively used for research by the <a href="https://www.cs.hhu.de/en/research-groups/dialog-systems-and-machine-learning.html" target=_blank>Dialogue Systems and Machine Learning Group</a> at the Heinrich-Heine University, Düsseldorf. Although we put great effort into designing clean interfaces and easily understandable structures, some the code will not necessarily be up to commercial standards. As it is used actively for research, the code may also change in the future. However, the core intefaces have been designed in a way that there should not be any need to change them.</p>
    <!-- <p>The toolkit will be made available soon. In the meantime, have a look at the <a href="Docs/">tutorials and documentation</a>.</p> -->
    <!--<p>To get started, <a href="cu-pydial.zip">download</a> the toolkit, have a look at the README for instructions to get it running and / or have a look at the <a href="Docs/">tutorials and documentation</a>. The final relsease will be made directly accessible through a git repository.</p>-->
    <p>To stay up to date, <a href="https://groups.google.com/forum/#!forum/pydial/join" target=_blank>sign up to our mailing list</a>.
    
    <!-- <hr/ style="width:100%"> -->
    <p>To cite PyDial, please use the following paper:
    <!-- <br />
    <br />
    S. Ultes, L. Rojas-Barahona, P. Su, D. Vandyke, D. Kim, I. Casanueva, P. Budzianowski, T. Wen, M. Gašić and S. Young<br />
    <b>PyDial: A Multi-domain Statistical Dialogue System Toolkit</b><br />
    Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics-System Demonstrations, ACL, Vancouver, August 2017 -->
    <pre><code style="font-size:80%">@InProceedings{ultes2017pydial,
      author    = {Ultes, Stefan  and  Rojas Barahona, Lina M.  and  Su, Pei-Hao  and  Vandyke, David  and  Kim, Dongho  and  Casanueva, I\~{n}igo  and  Budzianowski, Pawe{\l}  and  Mrk\v{s}i\'{c}, Nikola  and  Wen, Tsung-Hsien  and  Gasic, Milica  and  Young, Steve},
      title     = {{PyDial: A Multi-domain Statistical Dialogue System Toolkit}},
      booktitle = {Proceedings of ACL 2017, System Demonstrations},
      month     = {July},
      year      = {2017},
      address   = {Vancouver, Canada},
      publisher = {Association for Computational Linguistics},
      pages     = {73--78},
      url       = {http://aclweb.org/anthology/P17-4013}
    }
    </code></pre>
    
    <!-- <p><a href="http://camdial.org/~sdsgroup/pydial/demo/pydial-demo.py">Talk to the demo system about restaurants in Cambridge.</a></p> -->
    
    <div class="section" id="acknowledgements">
    <h1>Acknowledgements<a class="headerlink" href="#acknowledgements" title="Permalink to this headline">¶</a></h1>
    <p>PyDial was originally developed by the Dialogue Systems Group at Cambridge University Engineering Department (CUED).</p>