|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"""TODO: Add a description here.""" |
|
|
|
import textwrap |
|
import csv |
|
import pandas as pd |
|
import json |
|
import os |
|
|
|
import datasets |
|
|
|
_VERSION = datasets.Version("1.1.0") |
|
|
|
|
|
|
|
_DAISO_CITATION = """\ |
|
@InProceedings{huggingface:dataset, |
|
title = {A great new dataset}, |
|
author={Igor Kuzmin |
|
}, |
|
year={2023} |
|
} |
|
""" |
|
|
|
|
|
|
|
_DAISO_DESCRIPTION = """\ |
|
This new dataset is designed to solve this great NLP task and is crafted with a lot of care. |
|
""" |
|
|
|
|
|
_HOMEPAGE = "" |
|
|
|
|
|
_LICENSE = "" |
|
|
|
|
|
|
|
|
|
_URL = "https://raw.githubusercontent.com/igorktech/DAISO-benchmark/dev" |
|
|
|
LABELS_MAPPING = { |
|
"ami": { |
|
"bck": { |
|
"base": "Backchannel", |
|
"ISO": "feedback" |
|
}, |
|
"stl": { |
|
"base": "Stall", |
|
"ISO": "OOD" |
|
}, |
|
"fra": { |
|
"base": "Fragment", |
|
"ISO": "OOD" |
|
}, |
|
"inf": { |
|
"base": "Inform", |
|
"ISO": "inform" |
|
}, |
|
"sug": { |
|
"base": "Suggest", |
|
"ISO": "directive" |
|
}, |
|
"ass": { |
|
"base": "Assess", |
|
"ISO": "feedback" |
|
}, |
|
"el.inf": { |
|
"base": "Elicit-Inform", |
|
"ISO": "OOD" |
|
}, |
|
"el.sug": { |
|
"base": "Elicit-Offer-Or-Suggestion", |
|
"ISO": "directive" |
|
}, |
|
"el.ass": { |
|
"base": "Elicit-Assessment", |
|
"ISO": "OOD" |
|
}, |
|
"el.und": { |
|
"base": "Elicit-Comment-Understanding", |
|
"ISO": "OOD" |
|
}, |
|
"off": { |
|
"base": "Offer", |
|
"ISO": "commissive" |
|
}, |
|
"und": { |
|
"base": "Comment-About-Understanding", |
|
"ISO": "feedback" |
|
}, |
|
"be.pos": { |
|
"base": "Be-Positive", |
|
"ISO": "OOD" |
|
}, |
|
"be.neg": { |
|
"base": "Be-Negative", |
|
"ISO": "OOD" |
|
}, |
|
"oth": { |
|
"base": "Other", |
|
"ISO": "OOD" |
|
}, |
|
None: { |
|
"base": "OOD", |
|
"ISO": "OOD" |
|
} |
|
}, |
|
"oasis": { |
|
"inform": { |
|
"base": "Inform", |
|
"ISO": "inform" |
|
}, |
|
"ackn": { |
|
"base": "Acknowledge", |
|
"ISO": "feedback" |
|
}, |
|
"reqInfo": { |
|
"base": "Request Inform", |
|
"ISO": "directive" |
|
}, |
|
"backch": { |
|
"base": "Backchannel", |
|
"ISO": "feedback" |
|
}, |
|
"answ": { |
|
"base": "Answer", |
|
"ISO": "answer" |
|
}, |
|
"init": { |
|
"base": "Initialise", |
|
"ISO": "discourse" |
|
}, |
|
"thank": { |
|
"base": "Thank", |
|
"ISO": "thanking" |
|
}, |
|
"greet": { |
|
"base": "Greet", |
|
"ISO": "greeting" |
|
}, |
|
"accept": { |
|
"base": "Accept", |
|
"ISO": "agreement" |
|
}, |
|
"answElab": { |
|
"base": "Answer Elaborate", |
|
"ISO": "inform" |
|
}, |
|
"informIntent": { |
|
"base": "Inform Intention", |
|
"ISO": "commissive" |
|
}, |
|
"bye": { |
|
"base": "Bye", |
|
"ISO": "goodbye" |
|
}, |
|
"direct": { |
|
"base": "Direct", |
|
"ISO": "directive" |
|
}, |
|
"confirm": { |
|
"base": "Confirm", |
|
"ISO": "answer" |
|
}, |
|
"expressRegret": { |
|
"base": "Express Regret", |
|
"ISO": "apology" |
|
}, |
|
"hold": { |
|
"base": "Hold", |
|
"ISO": "turn" |
|
}, |
|
"expressOpinion": { |
|
"base": "Express Opinion", |
|
"ISO": "inform" |
|
}, |
|
"offer": { |
|
"base": "Offer", |
|
"ISO": "commissive" |
|
}, |
|
"echo": { |
|
"base": "Echo", |
|
"ISO": "feedback" |
|
}, |
|
"appreciate": { |
|
"base": "Appreciate", |
|
"ISO": "feedback" |
|
}, |
|
"refer": { |
|
"base": "Refer", |
|
"ISO": "OOD" |
|
}, |
|
"suggest": { |
|
"base": "Suggest", |
|
"ISO": "directive" |
|
}, |
|
"reqDirect": { |
|
"base": "Request Direct", |
|
"ISO": "directive" |
|
}, |
|
"negate": { |
|
"base": "Negate", |
|
"ISO": "disagreement" |
|
}, |
|
"exclaim": { |
|
"base": "Exclaim", |
|
"ISO": "OOD" |
|
}, |
|
"pardon": { |
|
"base": "Pardon", |
|
"ISO": "apology" |
|
}, |
|
"identifySelf": { |
|
"base": "Identify Self", |
|
"ISO": "OOD" |
|
}, |
|
"expressPossibility": { |
|
"base": "Express Possibility", |
|
"ISO": "inform" |
|
}, |
|
"raiseIssue": { |
|
"base": "Raise Issue", |
|
"ISO": "OOD" |
|
}, |
|
"expressWish": { |
|
"base": "Express Wish", |
|
"ISO": "inform" |
|
}, |
|
"reqModal": { |
|
"base": "Request Modal", |
|
"ISO": "directive" |
|
}, |
|
"complete": { |
|
"base": "Complete", |
|
"ISO": "OOD" |
|
}, |
|
"directElab": { |
|
"base": "Direct Elaborate", |
|
"ISO": "directive" |
|
}, |
|
"correct": { |
|
"base": "Correct", |
|
"ISO": "OOD" |
|
}, |
|
"refuse": { |
|
"base": "Refuse", |
|
"ISO": "OOD" |
|
}, |
|
"informIntent-hold": { |
|
"base": "Inform Intent Hold", |
|
"ISO": "OOD" |
|
}, |
|
"informDisc": { |
|
"base": "Inform Continue", |
|
"ISO": "OOD" |
|
}, |
|
"informCont": { |
|
"base": "Inform Discontinue", |
|
"ISO": "OOD" |
|
}, |
|
"selfTalk": { |
|
"base": "Self Talk", |
|
"ISO": "OOD" |
|
}, |
|
"correctSelf": { |
|
"base": "Correct Self", |
|
"ISO": "disagreement" |
|
}, |
|
"expressRegret-inform": { |
|
"base": "Express Regret Inform", |
|
"ISO": "OOD" |
|
}, |
|
"thank-identifySelf": { |
|
"base": "Thank Identify Self", |
|
"ISO": "OOD" |
|
} |
|
}, |
|
"maptask": { |
|
"acknowledge": { |
|
"base": "Acknowledge", |
|
"ISO": "feedback" |
|
}, |
|
"instruct": { |
|
"base": "Instruct", |
|
"ISO": "directive" |
|
}, |
|
"reply_y": { |
|
"base": "Yes-Reply", |
|
"ISO": "answer" |
|
}, |
|
"explain": { |
|
"base": "Explain", |
|
"ISO": "inform" |
|
}, |
|
"check": { |
|
"base": "Check", |
|
"ISO": "feedback" |
|
}, |
|
"ready": { |
|
"base": "Ready", |
|
"ISO": "discourse" |
|
}, |
|
"align": { |
|
"base": "Check Attention", |
|
"ISO": "OOD" |
|
}, |
|
"query_yn": { |
|
"base": "Yes-No-Question", |
|
"ISO": "propq" |
|
}, |
|
"clarify": { |
|
"base": "Clarify", |
|
"ISO": "inform" |
|
}, |
|
"reply_w": { |
|
"base": "Non Yes-No-Reply", |
|
"ISO": "answer" |
|
}, |
|
"reply_n": { |
|
"base": "No-Reply", |
|
"ISO": "answer" |
|
}, |
|
"query_w": { |
|
"base": "Non Yes-No-Question", |
|
"ISO": "setq" |
|
} |
|
}, |
|
"mrda": { |
|
"s": { |
|
"base": "Statement", |
|
"ISO": "inform" |
|
}, |
|
"b": { |
|
"base": "Continuer (backchannel)", |
|
"ISO": "feedback" |
|
}, |
|
"fh": { |
|
"base": "Floor Holder", |
|
"ISO": "turn" |
|
}, |
|
"bk": { |
|
"base": "Acknowledge-answer", |
|
"ISO": "feedback" |
|
}, |
|
"aa": { |
|
"base": "Accept", |
|
"ISO": "agreement" |
|
}, |
|
"df": { |
|
"base": "Defending/Explanation", |
|
"ISO": "inform" |
|
}, |
|
"e": { |
|
"base": "Expansions of y/n Answers", |
|
"ISO": "answer" |
|
}, |
|
"%": { |
|
"base": "Interrupted/Abandoned/Uninterpretable", |
|
"ISO": "OOD" |
|
}, |
|
"rt": { |
|
"base": "Rising Tone", |
|
"ISO": "OOD" |
|
}, |
|
"fg": { |
|
"base": "Floor Grabber", |
|
"ISO": "turn" |
|
}, |
|
"cs": { |
|
"base": "Offer", |
|
"ISO": "commissive" |
|
}, |
|
"ba": { |
|
"base": "Assessment/Appreciation", |
|
"ISO": "feedback" |
|
}, |
|
"bu": { |
|
"base": "Understanding Check", |
|
"ISO": "feedback" |
|
}, |
|
"d": { |
|
"base": "Declarative-Question", |
|
"ISO": "propq" |
|
}, |
|
"na": { |
|
"base": "Affirmative Non-yes Answers", |
|
"ISO": "answer" |
|
}, |
|
"qw": { |
|
"base": "Wh-Question", |
|
"ISO": "setq" |
|
}, |
|
"ar": { |
|
"base": "Reject", |
|
"ISO": "disagreement" |
|
}, |
|
"2": { |
|
"base": "Collaborative Completion", |
|
"ISO": "OOD" |
|
}, |
|
"no": { |
|
"base": "Other Answers", |
|
"ISO": "answer" |
|
}, |
|
"h": { |
|
"base": "Hold Before Answer/Agreement", |
|
"ISO": "turn" |
|
}, |
|
"co": { |
|
"base": "Action-directive", |
|
"ISO": "directive" |
|
}, |
|
"qy": { |
|
"base": "Yes-No-question", |
|
"ISO": "propq" |
|
}, |
|
"nd": { |
|
"base": "Dispreferred Answers", |
|
"ISO": "answer" |
|
}, |
|
"j": { |
|
"base": "Humorous Material", |
|
"ISO": "OOD" |
|
}, |
|
"bd": { |
|
"base": "Downplayer", |
|
"ISO": "apology" |
|
}, |
|
"cc": { |
|
"base": "Commit", |
|
"ISO": "commissive" |
|
}, |
|
"ng": { |
|
"base": "Negative Non-no Answers", |
|
"ISO": "answer" |
|
}, |
|
"am": { |
|
"base": "Maybe", |
|
"ISO": "OOD" |
|
}, |
|
"qrr": { |
|
"base": "Or-Clause", |
|
"ISO": "choiceq" |
|
}, |
|
"fe": { |
|
"base": "Exclamation", |
|
"ISO": "feedback" |
|
}, |
|
"m": { |
|
"base": "Mimic Other", |
|
"ISO": "OOD" |
|
}, |
|
"fa": { |
|
"base": "Apology", |
|
"ISO": "apology" |
|
}, |
|
"t": { |
|
"base": "About-task", |
|
"ISO": "OOD" |
|
}, |
|
"br": { |
|
"base": "Signal-non-understanding", |
|
"ISO": "feedback" |
|
}, |
|
"aap": { |
|
"base": "Accept-part", |
|
"ISO": "OOD" |
|
}, |
|
"qh": { |
|
"base": "Rhetorical-Question", |
|
"ISO": "inform" |
|
}, |
|
"tc": { |
|
"base": "Topic Change", |
|
"ISO": "discourse" |
|
}, |
|
"r": { |
|
"base": "Repeat", |
|
"ISO": "inform" |
|
}, |
|
"t1": { |
|
"base": "Self-talk", |
|
"ISO": "OOD" |
|
}, |
|
"t3": { |
|
"base": "3rd-party-talk", |
|
"ISO": "OOD" |
|
}, |
|
"bh": { |
|
"base": "Rhetorical-question Continue", |
|
"ISO": "propq" |
|
}, |
|
"bsc": { |
|
"base": "Reject-part", |
|
"ISO": "OOD" |
|
}, |
|
"arp": { |
|
"base": "Misspeak Self-Correction", |
|
"ISO": "OOD" |
|
}, |
|
"bs": { |
|
"base": "Reformulate/Summarize", |
|
"ISO": "feedback" |
|
}, |
|
"f": { |
|
"base": "Follow Me", |
|
"ISO": "OOD" |
|
}, |
|
"qr": { |
|
"base": "Or-Question", |
|
"ISO": "choiceq" |
|
}, |
|
"ft": { |
|
"base": "Thanking", |
|
"ISO": "thanking" |
|
}, |
|
"g": { |
|
"base": "Tag-Question", |
|
"ISO": "propq" |
|
}, |
|
"qo": { |
|
"base": "Open-Question", |
|
"ISO": "OOD" |
|
}, |
|
"bc": { |
|
"base": "Correct-misspeaking", |
|
"ISO": "OOD" |
|
}, |
|
"by": { |
|
"base": "Sympathy", |
|
"ISO": "apology" |
|
}, |
|
"fw": { |
|
"base": "Welcome", |
|
"ISO": "thanking" |
|
} |
|
}, |
|
"swda": { |
|
"sd": { |
|
"base": "Statement-non-opinion", |
|
"ISO": "inform" |
|
}, |
|
"b": { |
|
"base": "Acknowledge (Backchannel)", |
|
"ISO": "feedback" |
|
}, |
|
"sv": { |
|
"base": "Statement-opinion", |
|
"ISO": "inform" |
|
}, |
|
"%": { |
|
"base": "Uninterpretable", |
|
"ISO": "OOD" |
|
}, |
|
"aa": { |
|
"base": "Agree/Accept", |
|
"ISO": "agreement" |
|
}, |
|
"ba": { |
|
"base": "Appreciation", |
|
"ISO": "feedback" |
|
}, |
|
"qy": { |
|
"base": "Yes-No-Question", |
|
"ISO": "propq" |
|
}, |
|
"ny": { |
|
"base": "Yes Answers", |
|
"ISO": "answer" |
|
}, |
|
"fc": { |
|
"base": "Conventional-closing", |
|
"ISO": "discourse" |
|
}, |
|
"qw": { |
|
"base": "Wh-Question", |
|
"ISO": "setq" |
|
}, |
|
"nn": { |
|
"base": "No Answers", |
|
"ISO": "answer" |
|
}, |
|
"bk": { |
|
"base": "Response Acknowledgement", |
|
"ISO": "feedback" |
|
}, |
|
"h": { |
|
"base": "Hedge", |
|
"ISO": "answer" |
|
}, |
|
"qy^d": { |
|
"base": "Declarative Yes-No-Question", |
|
"ISO": "propq" |
|
}, |
|
"bh": { |
|
"base": "Backchannel in Question Form", |
|
"ISO": "propq" |
|
}, |
|
"^q": { |
|
"base": "Quotation", |
|
"ISO": "OOD" |
|
}, |
|
"bf": { |
|
"base": "Summarize/Reformulate", |
|
"ISO": "feedback" |
|
}, |
|
"fo": { |
|
"base": "Other forward-looking functions", |
|
"ISO": "commissive" |
|
}, |
|
"by": { |
|
"base": "Sympathy", |
|
"ISO": "apology" |
|
}, |
|
"fw": { |
|
"base": "Welcome", |
|
"ISO": "thanking" |
|
}, |
|
"o_\"_bc": { |
|
"base": "Other", |
|
"ISO": "OOD" |
|
}, |
|
"na": { |
|
"base": "Affirmative Non-yes Answers", |
|
"ISO": "answer" |
|
}, |
|
"ad": { |
|
"base": "Action-directive", |
|
"ISO": "directive" |
|
}, |
|
"^2": { |
|
"base": "Collaborative Completion", |
|
"ISO": "OOD" |
|
}, |
|
"b^m": { |
|
"base": "Repeat-phrase", |
|
"ISO": "feedback" |
|
}, |
|
"qo": { |
|
"base": "Open-Question", |
|
"ISO": "OOD" |
|
}, |
|
"qh": { |
|
"base": "Rhetorical-Question", |
|
"ISO": "inform" |
|
}, |
|
"^h": { |
|
"base": "Hold Before Answer/Agreement", |
|
"ISO": "turn" |
|
}, |
|
"ar": { |
|
"base": "Reject", |
|
"ISO": "disagreement" |
|
}, |
|
"ng": { |
|
"base": "Negative Non-no Answers", |
|
"ISO": "answer" |
|
}, |
|
"br": { |
|
"base": "Signal-non-understanding", |
|
"ISO": "feedback" |
|
}, |
|
"no": { |
|
"base": "Other Answers", |
|
"ISO": "answer" |
|
}, |
|
"fp": { |
|
"base": "Conventional-opening", |
|
"ISO": "discourse" |
|
}, |
|
"qrr": { |
|
"base": "Or-Clause", |
|
"ISO": "choiceq" |
|
}, |
|
"arp_nd": { |
|
"base": "Dispreferred Answers", |
|
"ISO": "answer" |
|
}, |
|
"t3": { |
|
"base": "3rd-party-talk", |
|
"ISO": "OOD" |
|
}, |
|
"oo": { |
|
"base": "Offers", |
|
"ISO": "directive" |
|
}, |
|
"co_cc": { |
|
"base": "Options Commits", |
|
"ISO": "commissive" |
|
}, |
|
"aap_am": { |
|
"base": "Maybe/Accept-part", |
|
"ISO": "OOD" |
|
}, |
|
"t1": { |
|
"base": "Downplayer", |
|
"ISO": "apology" |
|
}, |
|
"bd": { |
|
"base": "Self-talk", |
|
"ISO": "OOD" |
|
}, |
|
"^g": { |
|
"base": "Tag-Question", |
|
"ISO": "propq" |
|
}, |
|
"qw^d": { |
|
"base": "Declarative Wh-Question", |
|
"ISO": "setq" |
|
}, |
|
"fa": { |
|
"base": "Apology", |
|
"ISO": "apology" |
|
}, |
|
"ft": { |
|
"base": "Thanking", |
|
"ISO": "thanking" |
|
} |
|
}, |
|
"frames": { |
|
"inform": { |
|
"base": "Inform", |
|
"ISO": "inform" |
|
}, |
|
"sorry": { |
|
"base": "Sorry", |
|
"ISO": "apology" |
|
}, |
|
"suggest": { |
|
"base": "Suggest", |
|
"ISO": "directive" |
|
}, |
|
"negate": { |
|
"base": "Negate", |
|
"ISO": "disagreement" |
|
}, |
|
"thankyou": { |
|
"base": "Thank you", |
|
"ISO": "thanking" |
|
}, |
|
"greeting": { |
|
"base": "Greeting", |
|
"ISO": "greeting" |
|
}, |
|
"request": { |
|
"base": "Request", |
|
"ISO": "directive" |
|
}, |
|
"switch_frame": { |
|
"base": "Switch Frame", |
|
"ISO": "OOD" |
|
}, |
|
"offer": { |
|
"base": "Offer", |
|
"ISO": "commissive" |
|
}, |
|
"request_alts": { |
|
"base": "Request Alternative", |
|
"ISO": "directive" |
|
}, |
|
"null": { |
|
"base": "Other", |
|
"ISO": "OOD" |
|
}, |
|
"goodbye": { |
|
"base": "Goodbye", |
|
"ISO": "goodbye" |
|
}, |
|
"moreinfo": { |
|
"base": "Request More information", |
|
"ISO": "directive" |
|
}, |
|
"no_result": { |
|
"base": "No Result", |
|
"ISO": "OOD" |
|
}, |
|
"affirm": { |
|
"base": "Affirm", |
|
"ISO": "answer" |
|
}, |
|
"request_compare": { |
|
"base": "Request Compare", |
|
"ISO": "directive" |
|
}, |
|
"confirm": { |
|
"base": "Confirm", |
|
"ISO": "answer" |
|
}, |
|
"hearmore": { |
|
"base": "Hear More", |
|
"ISO": "OOD" |
|
}, |
|
"canthelp": { |
|
"base": "Can not help", |
|
"ISO": "OOD" |
|
}, |
|
"you_are_welcome": { |
|
"base": "Welcome", |
|
"ISO": "thanking" |
|
}, |
|
"reject": { |
|
"base": "Reject", |
|
"ISO": "disagreement" |
|
}, |
|
None: { |
|
"base": "None", |
|
"ISO": "OOD" |
|
} |
|
}, |
|
"dyda": { |
|
"commissive": { |
|
"base": "Commissive", |
|
"ISO": "commissive" |
|
}, |
|
"directive": { |
|
"base": "Directive", |
|
"ISO": "directive" |
|
}, |
|
"inform": { |
|
"base": "Inform", |
|
"ISO": "inform" |
|
}, |
|
"question": { |
|
"base": "Question", |
|
"ISO": "OOD" |
|
} |
|
}, |
|
"dstc3": { |
|
"welcomemsg": { |
|
"base": "Welcome", |
|
"ISO": "thanking" |
|
}, |
|
"inform": { |
|
"base": "Inform", |
|
"ISO": "inform" |
|
}, |
|
"select": { |
|
"base": "Select", |
|
"ISO": "OOD" |
|
}, |
|
"expl-conf": { |
|
"base": "Explicit Confirmation", |
|
"ISO": "answer" |
|
}, |
|
"affirm": { |
|
"base": "Affirmation", |
|
"ISO": "answer" |
|
}, |
|
"canthelp": { |
|
"base": "Can not help", |
|
"ISO": "OOD" |
|
}, |
|
"request": { |
|
"base": "Request", |
|
"ISO": "directive" |
|
}, |
|
"bye": { |
|
"base": "Goodbye", |
|
"ISO": "goodbye" |
|
}, |
|
"offer": { |
|
"base": "Offer", |
|
"ISO": "commissive" |
|
}, |
|
"thankyou": { |
|
"base": "Thank you", |
|
"ISO": "thanking" |
|
}, |
|
"negate": { |
|
"base": "Negate", |
|
"ISO": "disagreement" |
|
}, |
|
"null": { |
|
"base": "Other", |
|
"ISO": "OOD" |
|
}, |
|
"reqalts": { |
|
"base": "Request Alternative", |
|
"ISO": "directive" |
|
}, |
|
"canthelp.missing_slot_value": { |
|
"base": "Can not help", |
|
"ISO": "OOD" |
|
}, |
|
"restart": { |
|
"base": "Restart", |
|
"ISO": "OOD" |
|
}, |
|
"ack": { |
|
"base": "Acknowledge", |
|
"ISO": "feedback" |
|
}, |
|
"reqmore": { |
|
"base": "Request More", |
|
"ISO": "directive" |
|
}, |
|
"confirm": { |
|
"base": "Confirm", |
|
"ISO": "answer" |
|
}, |
|
"hello": { |
|
"base": "Hello", |
|
"ISO": "greeting" |
|
}, |
|
"repeat": { |
|
"base": "Repeat", |
|
"ISO": "inform" |
|
}, |
|
"deny": { |
|
"base": "Deny", |
|
"ISO": "answer" |
|
}, |
|
None: { |
|
"base": "None", |
|
"ISO": "OOD" |
|
} |
|
}, |
|
"dstc8-sgd": { |
|
"INFORM": { |
|
"base": "Inform", |
|
"ISO": "inform" |
|
}, |
|
"REQUEST": { |
|
"base": "Request", |
|
"ISO": "directive" |
|
}, |
|
"CONFIRM": { |
|
"base": "Confirm", |
|
"ISO": "answer" |
|
}, |
|
"AFFIRM": { |
|
"base": "Affirmation", |
|
"ISO": "answer" |
|
}, |
|
"NOTIFY_FAILURE": { |
|
"base": "Notify Failure", |
|
"ISO": "inform" |
|
}, |
|
"THANK_YOU": { |
|
"base": "Thank you", |
|
"ISO": "thanking" |
|
}, |
|
"REQ_MORE": { |
|
"base": "Request More", |
|
"ISO": "directive" |
|
}, |
|
"NEGATE": { |
|
"base": "Negate", |
|
"ISO": "disagreement" |
|
}, |
|
"GOODBYE": { |
|
"base": "Goodbye", |
|
"ISO": "goodbye" |
|
}, |
|
"NOTIFY_SUCCESS": { |
|
"base": "Notify Success", |
|
"ISO": "inform" |
|
}, |
|
"INFORM_INTENT": { |
|
"base": "Inform Intention", |
|
"ISO": "commissive" |
|
}, |
|
"OFFER": { |
|
"base": "Offer", |
|
"ISO": "commissive" |
|
}, |
|
"SELECT": { |
|
"base": "Select", |
|
"ISO": "OOD" |
|
}, |
|
"OFFER_INTENT": { |
|
"base": "Offer Intent", |
|
"ISO": "commissive" |
|
}, |
|
"NEGATE_INTENT": { |
|
"base": "Negate Intent", |
|
"ISO": "disagreement" |
|
}, |
|
"REQUEST_ALTS": { |
|
"base": "Request Alternatives", |
|
"ISO": "directive" |
|
}, |
|
"AFFIRM_INTENT": { |
|
"base": "Affirm Intent", |
|
"ISO": "answer" |
|
} |
|
} |
|
} |
|
|
|
|
|
class DAISOConfig(datasets.BuilderConfig): |
|
"""BuilderConfig for DAISO.""" |
|
|
|
def __init__(self, label_classes, features, speakers, data_url, citation, url, **kwargs): |
|
"""BuilderConfig for DAISO. |
|
Args: |
|
features: `list[string]`, list of the features that will appear in the |
|
feature dict. Should not include "label". |
|
data_url: `string`, url to download the csv file from. |
|
citation: `string`, citation for the data set. |
|
url: `string`, url for information about the data set. |
|
label_classes: `list[string]`, the list of classes for the label if the |
|
label is present as a string. Non-string labels will be cast to either |
|
'False' or 'True'. |
|
**kwargs: keyword arguments forwarded to super. |
|
""" |
|
super(DAISOConfig, self).__init__(version=_VERSION, **kwargs) |
|
self.label_classes = label_classes |
|
self.features = features |
|
self.speakers = speakers |
|
self.data_url = data_url |
|
self.citation = citation |
|
self.url = url |
|
|
|
|
|
|
|
class DAISO(datasets.GeneratorBasedBuilder): |
|
"""TODO: Short description of my dataset.""" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BUILDER_CONFIGS = [ |
|
DAISOConfig( |
|
name="ami", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["ami"], |
|
speakers=['A', 'B', 'D', 'C'], |
|
features=[ |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Speaker", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
data_url={ |
|
"train": _URL + "/ami/train.csv", |
|
"test": _URL + "/ami/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@article{carletta2006ami, |
|
author = "Carletta, J.", |
|
title = "Announcing the AMI Meeting Corpus", |
|
journal = "The ELRA Newsletter", |
|
volume = "11", |
|
number = "1", |
|
year = "2006", |
|
pages = "3-5", |
|
month = "January-March" |
|
}""" |
|
), |
|
url="https://groups.inf.ed.ac.uk/ami/corpus/", |
|
), |
|
DAISOConfig( |
|
name="oasis", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["oasis"], |
|
speakers=['b', 'a'], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
data_url={ |
|
"train": _URL + "/oasis/train.csv", |
|
"dev": _URL + "/oasis/dev.csv", |
|
"test": _URL + "/oasis/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@inproceedings{leech2003generic, |
|
title={Generic speech act annotation for task-oriented dialogues}, |
|
author={Leech, Geoffrey and Weisser, Martin}, |
|
booktitle={Proceedings of the corpus linguistics 2003 conference}, |
|
volume={16}, |
|
pages={441--446}, |
|
year={2003}, |
|
organization={Lancaster: Lancaster University} |
|
}""" |
|
), |
|
url="http://groups.inf.ed.ac.uk/oasis/", |
|
), |
|
DAISOConfig( |
|
name="maptask", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["maptask"], |
|
speakers=['g', 'f'], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
data_url={ |
|
"train": _URL + "/maptask/train.csv", |
|
"dev": _URL + "/maptask/dev.csv", |
|
"test": _URL + "/maptask/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@inproceedings{thompson1993hcrc, |
|
title={The HCRC map task corpus: natural dialogue for speech recognition}, |
|
author={Thompson, Henry S and Anderson, Anne H and Bard, Ellen Gurman and Doherty-Sneddon, |
|
Gwyneth and Newlands, Alison and Sotillo, Cathy}, |
|
booktitle={HUMAN LANGUAGE TECHNOLOGY: Proceedings of a Workshop Held at Plainsboro, New Jersey, March 21-24, 1993}, |
|
year={1993} |
|
}""" |
|
), |
|
url="http://groups.inf.ed.ac.uk/maptask/", |
|
), |
|
DAISOConfig( |
|
name="mrda", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["mrda"], |
|
speakers=['me003', 'me012', 'fe004', 'mn015', 'me010', 'me045', 'mn036', 'me013', 'me001', 'me011', 'mn005', |
|
'fe016', 'fe008', 'mn017', 'me018', 'mn014', 'mn009', 'me026', 'me051', 'mn007', 'me034', 'me006', |
|
'fn002', 'mn058', 'mn052', 'fe046', 'fn050', 'me025', 'mn048', 'mn047', 'mn059', 'me022', 'me028', |
|
'mn082', 'mn021', 'fn083', 'mn030', 'mn081', 'mn035', 'mn040', 'mn049', 'me055', 'mn038', 'me056', |
|
'mn057', 'fe068', 'fe069', 'fe066', 'me070', 'fe067', 'fe041', 'fn043'], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Basic_DA", |
|
"General_DA", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
data_url={ |
|
"train": _URL + "/mrda/train.csv", |
|
"dev": _URL + "/mrda/dev.csv", |
|
"test": _URL + "/mrda/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@techreport{shriberg2004icsi, |
|
title={The ICSI meeting recorder dialog act (MRDA) corpus}, |
|
author={Shriberg, Elizabeth and Dhillon, Raj and Bhagat, Sonali and Ang, Jeremy and Carvey, Hannah}, |
|
year={2004}, |
|
institution={INTERNATIONAL COMPUTER SCIENCE INST BERKELEY CA} |
|
}""" |
|
), |
|
url="https://www.aclweb.org/anthology/W04-2319", |
|
), |
|
DAISOConfig( |
|
name="swda", |
|
description=textwrap.dedent( |
|
"""\ |
|
Switchboard Dialogue Act Corpus. |
|
Grouping procedure is different from original recommendations. |
|
Contains detailed split for specific labels for ISO mapping. |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["swda"], |
|
speakers=['A', 'B'], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
data_url={ |
|
"train": _URL + "/swda/train.csv", |
|
"dev": _URL + "/swda/dev.csv", |
|
"test": _URL + "/swda/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@article{stolcke2000dialogue, |
|
title={Dialogue act modeling for automatic tagging and recognition of conversational speech}, |
|
author={Stolcke, Andreas and Ries, Klaus and Coccaro, Noah and Shriberg, Elizabeth and |
|
Bates, Rebecca and Jurafsky, Daniel and Taylor, Paul and Martin, Rachel and Ess-Dykema, |
|
Carol Van and Meteer, Marie}, |
|
journal={Computational linguistics}, |
|
volume={26}, |
|
number={3}, |
|
pages={339--373}, |
|
year={2000}, |
|
publisher={MIT Press} |
|
}""" |
|
), |
|
url="https://web.stanford.edu/~jurafsky/ws97/", |
|
), |
|
DAISOConfig( |
|
name="frames", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["frames"], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
speakers=['USR', 'SYS'], |
|
data_url={ |
|
"train": _URL + "/frames/train.csv", |
|
"test": _URL + "/frames/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@inproceedings{el-asri-etal-2017-frames, |
|
title = "{F}rames: a corpus for adding memory to goal-oriented dialogue systems", |
|
author = "El Asri, Layla and |
|
Schulz, Hannes and |
|
Sharma, Shikhar and |
|
Zumer, Jeremie and |
|
Harris, Justin and |
|
Fine, Emery and |
|
Mehrotra, Rahul and |
|
Suleman, Kaheer", |
|
booktitle = "Proceedings of the 18th Annual {SIG}dial Meeting on Discourse and Dialogue", |
|
month = aug, |
|
year = "2017", |
|
address = {Saarbr{\"u}cken, Germany}, |
|
publisher = "Association for Computational Linguistics", |
|
url = "https://aclanthology.org/W17-5526", |
|
doi = "10.18653/v1/W17-5526", |
|
pages = "207--219", |
|
abstract = "This paper proposes a new dataset, Frames, composed of 1369 human-human dialogues with an average of 15 turns per dialogue. This corpus contains goal-oriented dialogues between users who are given some constraints to book a trip and assistants who search a database to find appropriate trips. The users exhibit complex decision-making behaviour which involve comparing trips, exploring different options, and selecting among the trips that were discussed during the dialogue. To drive research on dialogue systems towards handling such behaviour, we have annotated and released the dataset and we propose in this paper a task called frame tracking. This task consists of keeping track of different semantic frames throughout each dialogue. We propose a rule-based baseline and analyse the frame tracking task through this baseline.", |
|
}""" |
|
), |
|
url="http://datasets.maluuba.com/Frames", |
|
), |
|
DAISOConfig( |
|
name="dyda", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["dyda"], |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Emotion", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
speakers=["sp0", "sp1"], |
|
data_url={ |
|
"train": _URL + "/dyda/train.csv", |
|
"dev": _URL + "/dyda/dev.csv", |
|
"test": _URL + "/dyda/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@InProceedings{li2017dailydialog, |
|
author = {Li, Yanran and Su, Hui and Shen, Xiaoyu and Li, Wenjie and Cao, Ziqiang and Niu, Shuzi}, |
|
title = {DailyDialog: A Manually Labelled Multi-turn Dialogue Dataset}, |
|
booktitle = {Proceedings of The 8th International Joint Conference on Natural Language Processing (IJCNLP 2017)}, |
|
year = {2017} |
|
}""" |
|
), |
|
url="http://yanran.li/dailydialog.html", |
|
), |
|
DAISOConfig( |
|
name="dstc3", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["dstc3"], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
speakers=['SYS', 'USR'], |
|
data_url={ |
|
"train": _URL + "/dstc3/train.csv", |
|
"test": _URL + "/dstc3/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@article{Henderson2014TheTD, |
|
title={The third Dialog State Tracking Challenge}, |
|
author={Matthew Henderson and Blaise Thomson and J. Williams}, |
|
journal={2014 IEEE Spoken Language Technology Workshop (SLT)}, |
|
year={2014}, |
|
pages={324-329}, |
|
url={https://api.semanticscholar.org/CorpusID:17478615} |
|
}""" |
|
), |
|
url="http://camdial.org/~mh521/dstc/", |
|
), |
|
DAISOConfig( |
|
name="dstc8-sgd", |
|
description=textwrap.dedent( |
|
"""\ |
|
""" |
|
), |
|
label_classes=LABELS_MAPPING["dstc8-sgd"], |
|
features=[ |
|
"Speaker", |
|
"Utterance", |
|
"Dialogue_Act", |
|
"Dialogue_Id", |
|
"Dialogue_Act_ISO" |
|
], |
|
speakers=['USER', 'SYSTEM'], |
|
data_url={ |
|
"train": _URL + "/dstc8-sgd/train.csv", |
|
"dev": _URL + "/dstc8-sgd/dev.csv", |
|
"test": _URL + "/dstc8-sgd/test.csv", |
|
}, |
|
citation=textwrap.dedent( |
|
"""\ |
|
@inproceedings{rastogi2020towards, |
|
title={Towards scalable multi-domain conversational agents: The schema-guided dialogue dataset}, |
|
author={Rastogi, Abhinav and Zang, Xiaoxue and Sunkara, Srinivas and Gupta, Raghav and Khaitan, Pranav}, |
|
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence}, |
|
volume={34}, |
|
number={05}, |
|
pages={8689--8696}, |
|
year={2020} |
|
}""" |
|
), |
|
url="https://github.com/google-research-datasets/dstc8-schema-guided-dialogue", |
|
), |
|
|
|
] |
|
|
|
DEFAULT_CONFIG_NAME = "dyda" |
|
|
|
def _info(self): |
|
|
|
features = {feature: datasets.Value("string") for feature in self.config.features} |
|
if self.config.label_classes: |
|
|
|
labels = list( |
|
set(['OOD' if label == 'null' or label is None or label == 'None' or label == 'OOD' else label for label in |
|
list(self.config.label_classes.keys())])) |
|
|
|
features["Label"] = datasets.features.ClassLabel(names = labels) |
|
|
|
features["Label_ISO"] = datasets.features.ClassLabel( |
|
names=list(set([map.get("ISO", "OOD") for map in self.config.label_classes.values()]))) |
|
|
|
|
|
features["Dialogue_Act_Base"] = datasets.Value("string") |
|
features["Label_Base"] = datasets.features.ClassLabel( |
|
names=list(set([self.config.label_classes.get(label,{}).get("base", "OOD") for label in labels]))) |
|
|
|
features["Idx"] = datasets.Value("int32") |
|
features["Speaker_Id"] = datasets.features.ClassLabel(names=self.config.speakers) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return datasets.DatasetInfo( |
|
|
|
description=_DAISO_DESCRIPTION, |
|
|
|
features=datasets.Features(features), |
|
|
|
|
|
homepage=self.config.url, |
|
|
|
|
|
|
|
citation=self.config.citation + "\n" + _DAISO_CITATION, |
|
) |
|
|
|
def _split_generators(self, dl_manager): |
|
|
|
|
|
|
|
|
|
|
|
|
|
data_files = dl_manager.download(self.config.data_url) |
|
splits = [] |
|
if "train" in data_files: |
|
splits.append(datasets.SplitGenerator( |
|
name=datasets.Split.TRAIN, |
|
|
|
gen_kwargs={ |
|
"file": data_files["train"], |
|
"split": "train", |
|
}, |
|
)) |
|
if "dev" in data_files: |
|
splits.append(datasets.SplitGenerator( |
|
name=datasets.Split.VALIDATION, |
|
|
|
gen_kwargs={ |
|
"file": data_files["dev"], |
|
"split": "dev", |
|
}, |
|
)) |
|
if "test" in data_files: |
|
splits.append(datasets.SplitGenerator( |
|
name=datasets.Split.TEST, |
|
|
|
gen_kwargs={ |
|
"file": data_files["test"], |
|
"split": "test" |
|
}, |
|
)) |
|
return splits |
|
|
|
|
|
def _generate_examples(self, file, split): |
|
|
|
df = pd.read_csv(file, delimiter=",", quotechar='"', dtype=str) |
|
|
|
|
|
df['Dialogue_Act'] = df['Dialogue_Act'].apply(lambda x: "OOD" if x is None or x == 'None' or pd.isna(x) else x) |
|
df['Dialogue_Act_ISO'] = df['Dialogue_Act_ISO'].apply(lambda x: "OOD" if x is None or x == 'None' or pd.isna(x) else x) |
|
df['Dialogue_Act_Base'] = df['Dialogue_Act'].apply(lambda x: self.config.label_classes.get(x, {}).get("base", "OOD")) |
|
|
|
rows = df.to_dict(orient="records") |
|
|
|
for n, row in enumerate(rows): |
|
example = row |
|
example["Idx"] = n |
|
|
|
if "Dialogue_Act" in example: |
|
label = example["Dialogue_Act"] |
|
example["Label"] = label |
|
example["Label_ISO"] = self.config.label_classes.get(label,{}).get("ISO","OOD") |
|
example["Label_Base"] = self.config.label_classes.get(label,{}).get("base","OOD") |
|
|
|
if "Speaker" in example: |
|
speaker = example["Speaker"] |
|
example["Speaker_Id"] = speaker |
|
|
|
yield example["Idx"], example |
|
|