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

update README template

parent 1321b3dd
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- **Repository:** data link - **Repository:** data link
- **Paper:** paper link - **Paper:** paper link
- **Leaderboard:** leaderboard link if any else empty - **Leaderboard:** leaderboard link if any else None
- **Who transforms the dataset:** Name(email, e.g. xxx at gmail dot com) - **Who transforms the dataset:** Name(email, e.g. xxx at gmail dot com)
### Dataset Summary ### Dataset Summary
......
...@@ -17,6 +17,7 @@ MultiWOZ 2.1 fixed the noise in state annotations and dialogue utterances. It al ...@@ -17,6 +17,7 @@ MultiWOZ 2.1 fixed the noise in state annotations and dialogue utterances. It al
- Correct some grammar errors in the text, mainly following `tokenization.md` in MultiWOZ_2.1. - Correct some grammar errors in the text, mainly following `tokenization.md` in MultiWOZ_2.1.
- Normalize slot name and value. See `normalize_domain_slot_value` function in `preprocess.py`. - Normalize slot name and value. See `normalize_domain_slot_value` function in `preprocess.py`.
- Correct some non-categorical slots' values and provide character level span annotation. - Correct some non-categorical slots' values and provide character level span annotation.
- Concatenate multiple values in user goal & state using `|`.
- **Annotations:** - **Annotations:**
- user goal, dialogue acts, state. - user goal, dialogue acts, state.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment