Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding spoken dialogue state tracking recipes for Spoken MultiWoz and SpokenWoz datasets #2424

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    f97e515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f04c12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7c2219 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86f0283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aec1030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7acb781 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa44284 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a1ff58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9268404 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20bb39c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c394b05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d10e58 View commit details
    Browse the repository at this point in the history
  13. Updating headers

    LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0b3dd0f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e59abfd View commit details
    Browse the repository at this point in the history
  15. FIX: Uniformising yamls

    LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7037110 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4cd1996 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0546257 View commit details
    Browse the repository at this point in the history
  18. Ran black over code

    LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7989b56 View commit details
    Browse the repository at this point in the history
  19. Corrected README

    LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3d758cb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    077f872 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2420c2e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2b7963e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5838ebd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3f04c58 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d53b202 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e49dc32 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b112c3f View commit details
    Browse the repository at this point in the history
  28. Some cleanups in multiWOZ data prep

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    50d64b9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3697c35 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    30f424a View commit details
    Browse the repository at this point in the history
  31. Crash MultiWOZ training if not fp32

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ad6e02e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d5442e4 View commit details
    Browse the repository at this point in the history
  33. data/->meta/ + rename + remove test_manifest.txt from repo

    Still need a further commit to download the test_manifest from dropbox once
    I can reupload it.
    The dataset download script was removed and merged into the README as we
    always avoid having shell scripts in the repo (might be worth simplifying
    the steps down the line and avoid the destructive renames etc.).
    The extract_audio script was renamed to explicitly refer to the DSTC11 version.
    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    74afc3b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e6826fb View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    75e392b View commit details
    Browse the repository at this point in the history
  36. Update link to test manifest

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c3c9852 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4b259b5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    374a62e View commit details
    Browse the repository at this point in the history
  39. Rename SpokenWoz to SpokenWOZ

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5226ea1 View commit details
    Browse the repository at this point in the history
  40. typo

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d2e89d6 View commit details
    Browse the repository at this point in the history
  41. Update recipe script name too

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    17aff14 View commit details
    Browse the repository at this point in the history
  42. Add fp32 check to spokenWOZ as well

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa63d2c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ca2b8be View commit details
    Browse the repository at this point in the history
  44. Fix recipe test path again

    asumagic authored and LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6509ed9 View commit details
    Browse the repository at this point in the history
  45. Moving JGATracker to metrics_stats.py and dataset specific parts of e…

    …valuation script in each recipe
    LucasDruart committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8f2c55d View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    85055eb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    433af3b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5476fda View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    64547a4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    16755ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19f845d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d6e96d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd3eb77 View commit details
    Browse the repository at this point in the history