Code Monkey home page Code Monkey logo

dstc's Introduction

Dialog State Tracking Challenge viewer, statistics and Yarbus baseline

In this repository , you will find various tools in C++:

  • a tool for computing statistics on the dialog acts in the Dialog State Tracking challenge datasets (dstc2, dstc3)
  • a tool for viewing the data as well as tracker outputs (synchronized to the viewer of the dialog/label files)
  • the scripts for running the Yarbus tracker : check out the dedicated page; The associated paper presenting the tracker is available on arxiv

It aims at providing an easy way to play with the JSON data under the format of Dialog State Tracking Challenge. It has developped while working in the ANR MaRDi project

Install/Usage

  • mkdir build
  • cd build
  • cmake ..
  • make

As the viewer requires Qt, it has been disabled by default. To allow its compilation, you have to activate it while running cmake : Yarbus

  • cmake .. -DDSTC_Viewer=ON
  • make

The project is not aimed to be installed anywhere, so set up your LD_LIBRARY_FLAGS correctly before running the scripts :

  • export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./src

More about the Statistics

To compute the statistics

  • cd CLONE_DIR/build
  • export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./src
  • ./src/statistics dstc2_test.flist

statistics allows you to compute statistics over the dialogs. It displays the statistics in the console and generate a LaTex file for it as well that you need to compile (calling pdflatex 2 times on it); Below are the computed statistics for DSTC-2 :

More about the GUI

To run the GUI :

  • cd CLONE_DIR/build
  • export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./src
  • ./src/viewer

You can view :

  • ontology files
  • dialog and label files (providing a flist file listing the dialogs)
  • tracker output files

All these files must fit the DSTC JSON format.

Viewer

dstc's People

Contributors

jeremyfix avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.