Skip to content
Snippets Groups Projects
Commit 64c9b6db authored by zqwerty's avatar zqwerty
Browse files

unified format allow multiple values by '|' sep token

parent 9817e12b
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,8 @@ We first introduce the unified format of `ontology` and `dialogues`. To transfor ...@@ -97,6 +97,8 @@ We first introduce the unified format of `ontology` and `dialogues`. To transfor
- `db_results`: (*dict*, system side, could be empty) - `db_results`: (*dict*, system side, could be empty)
- `$domain_name`: (*list* of *dict*) topk entities (each entity contains slot-value pairs) - `$domain_name`: (*list* of *dict*) topk entities (each entity contains slot-value pairs)
Note that multiple descriptions/values are separated by `"|"`.
Other attributes are optional. Other attributes are optional.
Run `python check.py $dataset` in the `data/unified_datasets` directory to check the validation of processed dataset and get data statistics. Run `python check.py $dataset` in the `data/unified_datasets` directory to check the validation of processed dataset and get data statistics.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment