How to submit runs

Distribution of evaluation data

At the time of the formal-run, we will distribute evaluation data. Please freeze your programs once you have unzipped the evaluation data. You can only fix trivial mistakes after you see the evaluation data.

To make the evaluation process as fair as possible, we do not include reference dialogue breakdown labels in the evaluation data. We replace all reference labels with “O”. Once we receive your dialogue breakdown detection results, we (the organizers) will run the evaluation script on your result files and let you know the evaluation results as soon as possible.

How to submit your runs

For each language, each team can submit upto 5 runs. The run file should have the name DBDC4-<your-team-ID>-<lang>-<run#>.zip. <lang> should be either en or jp.

Each zip file should have the following directory structure.

For English

en/
  |-<dialogue-id>.labels.json
  |-...
  |-<dialogue-id>.labels.json

Each zip file for English should have 200 json files.

en is the top-level folder and below that, there are 200 json files.

For Japanese

jp/
  |-DCM/
    |-<dialogue-id>.labels.json
    |-...
    |-<dialogue-id>.labels.json
  |-DIT/
    |-<dialogue-id>.labels.json
    |-...
    |-<dialogue-id>.labels.json
  |-IRS/
    |-<dialogue-id>.labels.json
    |-...
    |-<dialogue-id>.labels.json
  |-dbd_livecompe_eval/
    |-IRS/
        |-<dialogue-id>.labels.json
        |-...
        |-<dialogue-id>.labels.json
    |-MMK/
        |-<dialogue-id>.labels.json
        |-...
        |-<dialogue-id>.labels.json
    |-MRK/
        |-<dialogue-id>.labels.json
        |-...
        |-<dialogue-id>.labels.json
    |-TRF/
        |-<dialogue-id>.labels.json
        |-...
        |-<dialogue-id>.labels.json
    |-ZNK/
        |-<dialogue-id>.labels.json
        |-...
        |-<dialogue-id>.labels.json

Each zip file for Japanese should have 223 json files.

jp is the top-level folder and below that, there are four folders named DCM, DIT, IRS and dbd_livecompe_eval.

Under each of DCM, DIT, IRS folders, there should be 50 json files.

Under dbd_livecompe_eval folder, there should be five folders. Under each of these five folders, there should be 14 to 16 json files.

See the submission format for the details of the <dialogue-id>.labels.json file.

As an example, if your team-ID is AAA and you submit two runs for English and three runs for Japanese, you will prepare the following files for submission.

DBDC3-AAA-en-1.zip
DBDC3-AAA-en-2.zip
DBDC3-AAA-jp-1.zip
DBDC3-AAA-jp-2.zip
DBDC3-AAA-jp-3.zip

Where to submit your runs

We will notify the participants where to submit your runs when the formal-run begins.

If you have any questions

Please contact: dbdc4-admin@googlegroups.com