├── .gitignore ├── AI_ETHICS.md ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dataset_Stats.csv ├── DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection for Conversational AI.pdf ├── LICENSE.txt ├── README.md ├── SECURITY.md ├── code ├── openai_dialog_quality_evaluation.py ├── preprocess_data_DialSum.py ├── preprocess_data_KG.py ├── preprocess_data_OD.py ├── preprocess_data_TOD.py └── utils │ ├── constant.py │ ├── constant_tod.py │ └── domain_mapping.py ├── conversational-recommendation-dialogues ├── DuRecDial-2.0 │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── OpenDialKG │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── README.md ├── Redial │ ├── converted_examples.json │ └── original_examples.json └── SalesBot │ ├── README.md │ ├── converted_examples.json │ ├── original_examples.json │ └── otgy.json ├── dialogue-summarization ├── AMI │ ├── converted_examples.json │ └── original_examples.json ├── CRD3 │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── ConvoSumm │ ├── LICENSE │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── DialogSum │ ├── LICENSE │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── ECTSum │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── ICSI │ ├── converted_examples.json │ └── original_examples.json ├── MediaSum │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── QMSum │ ├── LICENSE │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── README.md ├── SAMSum │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── SummScreen_ForeverDreaming │ ├── README.txt │ ├── converted_examples.json │ └── original_examples.json ├── SummScreen_TVMegaSite │ ├── README.txt │ ├── converted_examples.json │ └── original_examples.json └── TweetSumm │ ├── LICENSE │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── figures ├── DialogStudio_Quality_Scores.png ├── DialogStudio_Stats.png ├── logo-color.png └── logo.png ├── knowledge-grounded-dialogues ├── CoQA │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── CoSQL │ ├── LICENSE.md │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── CompWebQ │ ├── LICENSE.txt │ ├── README.md │ ├── README.txt │ ├── converted_examples.json │ └── original_examples.json ├── DART │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── FeTaQA │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── GrailQA │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── HybridQA │ ├── LICENSE.txt │ ├── converted_examples.json │ └── original_examples.json ├── MMQA │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── MTOP │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── MultiModalQA │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── README.md ├── SParC │ ├── LICENSE.md │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── SQA │ ├── LICENSE.md │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── Spider │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── ToTTo │ ├── LICENSE.md │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── WebQSP │ ├── README.txt │ ├── converted_examples.json │ └── original_examples.json ├── WikiSQL │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── WikiTQ │ ├── LICENSE.txt │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── wizard_of_internet │ ├── LICENSE.txt │ ├── converted_examples.json │ └── original_examples.json └── wizard_of_wikipedia │ ├── LICENSE.txt │ ├── converted_examples.json │ └── original_examples.json ├── natural-language-understanding ├── ATIS-NER │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── ATIS │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── BANKING77-OOS │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── BANKING77 │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── CLINC-Single-Domain-OOS-banking │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── CLINC-Single-Domain-OOS-credit_cards │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── CLINC150 │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── DSTC8-SGD │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── HWU64 │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── MIT-Movie │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── MIT-Restaurant │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── README.md ├── RESTAURANTS8K │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── SNIPS-NER │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── SNIPS │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── TOP-NER │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json └── TOP │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── open-domain-dialogues ├── AntiScam │ ├── converted_examples.json │ └── original_examples.json ├── ConvAI2 │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── Empathetic │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── HH-RLHF │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── PLACES3.5 │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── Prosocial │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── README.md ├── SODA │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── ShareGPT │ ├── README.md │ ├── converted_example.json │ └── original_example.json └── chitchat-dataset │ ├── README.md │ ├── converted_examples.json │ └── original_examples.json ├── stats ├── count_domain.json ├── count_length.json └── domain_to_dataset.json └── task-oriented-dialogues ├── ABCD ├── LICENSE.txt ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── AirDialogue ├── LICENSE.txt ├── converted_examples.json ├── original_examples.json └── readme.txt ├── BiTOD ├── LICENSE.txt ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── CaSiNo ├── LICENSE ├── LICENSE.txt ├── README.md ├── converted_examples.json └── original_examples.json ├── CraigslistBargains ├── LICENSE.md ├── README.md ├── converted_examples.json ├── original_examples.json └── schema.json ├── DSTC2-Clean ├── LICENSE.txt ├── README.md ├── converted_examples.json ├── ontology_en.json └── original_examples.json ├── Disambiguation ├── converted_examples.json └── original_examples.json ├── DuRecDial-2.0 ├── LICENSE.txt ├── README.md ├── converted_examples.json └── original_examples.json ├── FRAMES ├── LICENSE.txt ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── GECOR ├── LICENSE ├── converted_examples.json └── original_examples.json ├── HDSA-Dialog ├── .gitignore ├── LICENSE ├── README.md ├── converted_examples.json └── original_examples.json ├── KETOD ├── converted_examples.json └── original_examples.json ├── KVRET ├── README.md ├── converted_examples.json └── original_examples.json ├── MS-DC ├── LICENSE.pdf ├── README.md ├── converted_examples.json └── original_examples.json ├── MULTIWOZ2_2 ├── README.md ├── converted_examples.json ├── original_examples.json └── schema.json ├── MetaLWOZ ├── LICENSE.pdf ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── MuDoCo ├── LICENSE.md ├── README.md ├── converted_examples.json └── original_examples.json ├── MulDoGO ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── NOTICE ├── README.md ├── converted_examples.json └── original_examples.json ├── MultiWOZ_2.1 ├── converted_examples.json └── original_examples.json ├── OpenDialKG ├── README.md ├── converted_examples.json └── original_examples.json ├── README.md ├── SGD ├── LICENSE.txt ├── README.md ├── converted_examples.json └── original_examples.json ├── STAR ├── LICENSE.txt ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── SalesBot ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── SimJointGEN ├── README.md ├── converted_examples.json ├── db.json └── original_examples.json ├── SimJointMovie ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── SimJointRestaurant ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── Taskmaster1 ├── LICENSE.md ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── Taskmaster2 ├── LICENSE.md ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json ├── Taskmaster3 ├── LICENSE.md ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json └── WOZ2_0 ├── LICENSE.txt ├── README.md ├── converted_examples.json ├── original_examples.json └── otgy.json /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | Icon? 3 | -------------------------------------------------------------------------------- /AI_ETHICS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/AI_ETHICS.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dataset_Stats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/Dataset_Stats.csv -------------------------------------------------------------------------------- /DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection for Conversational AI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/DialogStudio: Towards Richest and Most Diverse Unified Dataset Collection for Conversational AI.pdf -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/SECURITY.md -------------------------------------------------------------------------------- /code/openai_dialog_quality_evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/openai_dialog_quality_evaluation.py -------------------------------------------------------------------------------- /code/preprocess_data_DialSum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/preprocess_data_DialSum.py -------------------------------------------------------------------------------- /code/preprocess_data_KG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/preprocess_data_KG.py -------------------------------------------------------------------------------- /code/preprocess_data_OD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/preprocess_data_OD.py -------------------------------------------------------------------------------- /code/preprocess_data_TOD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/preprocess_data_TOD.py -------------------------------------------------------------------------------- /code/utils/constant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/utils/constant.py -------------------------------------------------------------------------------- /code/utils/constant_tod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/utils/constant_tod.py -------------------------------------------------------------------------------- /code/utils/domain_mapping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/code/utils/domain_mapping.py -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/DuRecDial-2.0/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/DuRecDial-2.0/LICENSE.txt -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/DuRecDial-2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/DuRecDial-2.0/README.md -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/DuRecDial-2.0/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/DuRecDial-2.0/converted_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/DuRecDial-2.0/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/DuRecDial-2.0/original_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/OpenDialKG/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/OpenDialKG/README.md -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/OpenDialKG/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/OpenDialKG/converted_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/OpenDialKG/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/OpenDialKG/original_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/README.md -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/Redial/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/Redial/converted_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/Redial/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/Redial/original_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/SalesBot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/SalesBot/README.md -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/SalesBot/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/SalesBot/converted_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/SalesBot/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/SalesBot/original_examples.json -------------------------------------------------------------------------------- /conversational-recommendation-dialogues/SalesBot/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/conversational-recommendation-dialogues/SalesBot/otgy.json -------------------------------------------------------------------------------- /dialogue-summarization/AMI/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/AMI/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/AMI/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/AMI/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/CRD3/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/CRD3/LICENSE.txt -------------------------------------------------------------------------------- /dialogue-summarization/CRD3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/CRD3/README.md -------------------------------------------------------------------------------- /dialogue-summarization/CRD3/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/CRD3/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/CRD3/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/CRD3/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/ConvoSumm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ConvoSumm/LICENSE -------------------------------------------------------------------------------- /dialogue-summarization/ConvoSumm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ConvoSumm/README.md -------------------------------------------------------------------------------- /dialogue-summarization/ConvoSumm/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ConvoSumm/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/ConvoSumm/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ConvoSumm/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/DialogSum/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/DialogSum/LICENSE -------------------------------------------------------------------------------- /dialogue-summarization/DialogSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/DialogSum/README.md -------------------------------------------------------------------------------- /dialogue-summarization/DialogSum/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/DialogSum/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/DialogSum/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/DialogSum/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/ECTSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ECTSum/README.md -------------------------------------------------------------------------------- /dialogue-summarization/ECTSum/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ECTSum/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/ECTSum/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ECTSum/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/ICSI/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ICSI/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/ICSI/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/ICSI/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/MediaSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/MediaSum/README.md -------------------------------------------------------------------------------- /dialogue-summarization/MediaSum/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/MediaSum/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/MediaSum/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/MediaSum/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/QMSum/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/QMSum/LICENSE -------------------------------------------------------------------------------- /dialogue-summarization/QMSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/QMSum/README.md -------------------------------------------------------------------------------- /dialogue-summarization/QMSum/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/QMSum/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/QMSum/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/QMSum/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/README.md -------------------------------------------------------------------------------- /dialogue-summarization/SAMSum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SAMSum/README.md -------------------------------------------------------------------------------- /dialogue-summarization/SAMSum/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SAMSum/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/SAMSum/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SAMSum/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/SummScreen_ForeverDreaming/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SummScreen_ForeverDreaming/README.txt -------------------------------------------------------------------------------- /dialogue-summarization/SummScreen_ForeverDreaming/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SummScreen_ForeverDreaming/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/SummScreen_ForeverDreaming/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SummScreen_ForeverDreaming/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/SummScreen_TVMegaSite/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SummScreen_TVMegaSite/README.txt -------------------------------------------------------------------------------- /dialogue-summarization/SummScreen_TVMegaSite/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SummScreen_TVMegaSite/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/SummScreen_TVMegaSite/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/SummScreen_TVMegaSite/original_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/TweetSumm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/TweetSumm/LICENSE -------------------------------------------------------------------------------- /dialogue-summarization/TweetSumm/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/TweetSumm/LICENSE.txt -------------------------------------------------------------------------------- /dialogue-summarization/TweetSumm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/TweetSumm/README.md -------------------------------------------------------------------------------- /dialogue-summarization/TweetSumm/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/TweetSumm/converted_examples.json -------------------------------------------------------------------------------- /dialogue-summarization/TweetSumm/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/dialogue-summarization/TweetSumm/original_examples.json -------------------------------------------------------------------------------- /figures/DialogStudio_Quality_Scores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/figures/DialogStudio_Quality_Scores.png -------------------------------------------------------------------------------- /figures/DialogStudio_Stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/figures/DialogStudio_Stats.png -------------------------------------------------------------------------------- /figures/logo-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/figures/logo-color.png -------------------------------------------------------------------------------- /figures/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/figures/logo.png -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoQA/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoQA/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoQA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoQA/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoSQL/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoSQL/LICENSE.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoSQL/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoSQL/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoSQL/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CoSQL/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CoSQL/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CompWebQ/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CompWebQ/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CompWebQ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CompWebQ/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CompWebQ/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CompWebQ/README.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CompWebQ/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CompWebQ/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/CompWebQ/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/CompWebQ/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/DART/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/DART/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/DART/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/DART/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/DART/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/DART/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/DART/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/DART/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/FeTaQA/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/FeTaQA/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/FeTaQA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/FeTaQA/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/FeTaQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/FeTaQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/FeTaQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/FeTaQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/GrailQA/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/GrailQA/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/GrailQA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/GrailQA/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/GrailQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/GrailQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/GrailQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/GrailQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/HybridQA/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/HybridQA/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/HybridQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/HybridQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/HybridQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/HybridQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MMQA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MMQA/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MMQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MMQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MMQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MMQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MTOP/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MTOP/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MTOP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MTOP/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MTOP/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MTOP/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MTOP/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MTOP/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MultiModalQA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MultiModalQA/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MultiModalQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MultiModalQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/MultiModalQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/MultiModalQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SParC/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SParC/LICENSE.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SParC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SParC/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SParC/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SParC/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SParC/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SParC/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SQA/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SQA/LICENSE.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SQA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SQA/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SQA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SQA/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/SQA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/SQA/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/Spider/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/Spider/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/Spider/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/Spider/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/Spider/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/Spider/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/ToTTo/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/ToTTo/LICENSE.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/ToTTo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/ToTTo/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/ToTTo/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/ToTTo/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/ToTTo/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/ToTTo/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WebQSP/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WebQSP/README.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WebQSP/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WebQSP/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WebQSP/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WebQSP/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiSQL/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiSQL/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiSQL/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiSQL/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiSQL/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiSQL/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiSQL/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiTQ/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiTQ/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiTQ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiTQ/README.md -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiTQ/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiTQ/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/WikiTQ/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/WikiTQ/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/wizard_of_internet/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/wizard_of_internet/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/wizard_of_internet/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/wizard_of_internet/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/wizard_of_internet/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/wizard_of_internet/original_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/wizard_of_wikipedia/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/wizard_of_wikipedia/LICENSE.txt -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/wizard_of_wikipedia/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/wizard_of_wikipedia/converted_examples.json -------------------------------------------------------------------------------- /knowledge-grounded-dialogues/wizard_of_wikipedia/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/knowledge-grounded-dialogues/wizard_of_wikipedia/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/ATIS-NER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/ATIS-NER/README.md -------------------------------------------------------------------------------- /natural-language-understanding/ATIS-NER/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/ATIS-NER/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/ATIS-NER/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/ATIS-NER/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/ATIS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/ATIS/README.md -------------------------------------------------------------------------------- /natural-language-understanding/ATIS/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/ATIS/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/ATIS/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/ATIS/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/BANKING77-OOS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/BANKING77-OOS/README.md -------------------------------------------------------------------------------- /natural-language-understanding/BANKING77-OOS/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/BANKING77-OOS/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/BANKING77-OOS/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/BANKING77-OOS/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/BANKING77/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/BANKING77/README.md -------------------------------------------------------------------------------- /natural-language-understanding/BANKING77/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/BANKING77/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/BANKING77/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/BANKING77/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/CLINC-Single-Domain-OOS-banking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC-Single-Domain-OOS-banking/README.md -------------------------------------------------------------------------------- /natural-language-understanding/CLINC-Single-Domain-OOS-banking/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC-Single-Domain-OOS-banking/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/CLINC-Single-Domain-OOS-banking/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC-Single-Domain-OOS-banking/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/CLINC-Single-Domain-OOS-credit_cards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC-Single-Domain-OOS-credit_cards/README.md -------------------------------------------------------------------------------- /natural-language-understanding/CLINC-Single-Domain-OOS-credit_cards/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC-Single-Domain-OOS-credit_cards/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/CLINC-Single-Domain-OOS-credit_cards/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC-Single-Domain-OOS-credit_cards/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/CLINC150/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC150/README.md -------------------------------------------------------------------------------- /natural-language-understanding/CLINC150/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC150/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/CLINC150/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/CLINC150/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/DSTC8-SGD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/DSTC8-SGD/README.md -------------------------------------------------------------------------------- /natural-language-understanding/DSTC8-SGD/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/DSTC8-SGD/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/DSTC8-SGD/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/DSTC8-SGD/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/HWU64/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/HWU64/README.md -------------------------------------------------------------------------------- /natural-language-understanding/HWU64/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/HWU64/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/HWU64/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/HWU64/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/MIT-Movie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/MIT-Movie/README.md -------------------------------------------------------------------------------- /natural-language-understanding/MIT-Movie/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/MIT-Movie/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/MIT-Movie/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/MIT-Movie/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/MIT-Restaurant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/MIT-Restaurant/README.md -------------------------------------------------------------------------------- /natural-language-understanding/MIT-Restaurant/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/MIT-Restaurant/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/MIT-Restaurant/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/MIT-Restaurant/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/README.md -------------------------------------------------------------------------------- /natural-language-understanding/RESTAURANTS8K/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/RESTAURANTS8K/README.md -------------------------------------------------------------------------------- /natural-language-understanding/RESTAURANTS8K/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/RESTAURANTS8K/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/RESTAURANTS8K/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/RESTAURANTS8K/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/SNIPS-NER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/SNIPS-NER/README.md -------------------------------------------------------------------------------- /natural-language-understanding/SNIPS-NER/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/SNIPS-NER/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/SNIPS-NER/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/SNIPS-NER/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/SNIPS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/SNIPS/README.md -------------------------------------------------------------------------------- /natural-language-understanding/SNIPS/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/SNIPS/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/SNIPS/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/SNIPS/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/TOP-NER/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/TOP-NER/README.md -------------------------------------------------------------------------------- /natural-language-understanding/TOP-NER/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/TOP-NER/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/TOP-NER/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/TOP-NER/original_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/TOP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/TOP/README.md -------------------------------------------------------------------------------- /natural-language-understanding/TOP/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/TOP/converted_examples.json -------------------------------------------------------------------------------- /natural-language-understanding/TOP/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/natural-language-understanding/TOP/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/AntiScam/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/AntiScam/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/AntiScam/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/AntiScam/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/ConvAI2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/ConvAI2/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/ConvAI2/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/ConvAI2/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/ConvAI2/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/ConvAI2/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/Empathetic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/Empathetic/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/Empathetic/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/Empathetic/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/Empathetic/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/Empathetic/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/HH-RLHF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/HH-RLHF/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/HH-RLHF/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/HH-RLHF/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/HH-RLHF/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/HH-RLHF/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/PLACES3.5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/PLACES3.5/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/PLACES3.5/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/PLACES3.5/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/PLACES3.5/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/PLACES3.5/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/Prosocial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/Prosocial/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/Prosocial/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/Prosocial/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/Prosocial/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/Prosocial/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/SODA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/SODA/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/SODA/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/SODA/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/SODA/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/SODA/original_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/ShareGPT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/ShareGPT/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/ShareGPT/converted_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/ShareGPT/converted_example.json -------------------------------------------------------------------------------- /open-domain-dialogues/ShareGPT/original_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/ShareGPT/original_example.json -------------------------------------------------------------------------------- /open-domain-dialogues/chitchat-dataset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/chitchat-dataset/README.md -------------------------------------------------------------------------------- /open-domain-dialogues/chitchat-dataset/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/chitchat-dataset/converted_examples.json -------------------------------------------------------------------------------- /open-domain-dialogues/chitchat-dataset/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/open-domain-dialogues/chitchat-dataset/original_examples.json -------------------------------------------------------------------------------- /stats/count_domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/stats/count_domain.json -------------------------------------------------------------------------------- /stats/count_length.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/stats/count_length.json -------------------------------------------------------------------------------- /stats/domain_to_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/stats/domain_to_dataset.json -------------------------------------------------------------------------------- /task-oriented-dialogues/ABCD/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/ABCD/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/ABCD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/ABCD/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/ABCD/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/ABCD/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/ABCD/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/ABCD/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/ABCD/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/ABCD/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/AirDialogue/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/AirDialogue/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/AirDialogue/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/AirDialogue/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/AirDialogue/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/AirDialogue/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/AirDialogue/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/AirDialogue/readme.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/BiTOD/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/BiTOD/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/BiTOD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/BiTOD/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/BiTOD/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/BiTOD/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/BiTOD/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/BiTOD/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/BiTOD/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/BiTOD/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/CaSiNo/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CaSiNo/LICENSE -------------------------------------------------------------------------------- /task-oriented-dialogues/CaSiNo/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CaSiNo/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/CaSiNo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CaSiNo/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/CaSiNo/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CaSiNo/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/CaSiNo/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CaSiNo/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/CraigslistBargains/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CraigslistBargains/LICENSE.md -------------------------------------------------------------------------------- /task-oriented-dialogues/CraigslistBargains/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CraigslistBargains/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/CraigslistBargains/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CraigslistBargains/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/CraigslistBargains/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CraigslistBargains/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/CraigslistBargains/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/CraigslistBargains/schema.json -------------------------------------------------------------------------------- /task-oriented-dialogues/DSTC2-Clean/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DSTC2-Clean/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/DSTC2-Clean/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DSTC2-Clean/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/DSTC2-Clean/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DSTC2-Clean/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/DSTC2-Clean/ontology_en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DSTC2-Clean/ontology_en.json -------------------------------------------------------------------------------- /task-oriented-dialogues/DSTC2-Clean/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DSTC2-Clean/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Disambiguation/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Disambiguation/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Disambiguation/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Disambiguation/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/DuRecDial-2.0/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DuRecDial-2.0/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/DuRecDial-2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DuRecDial-2.0/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/DuRecDial-2.0/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DuRecDial-2.0/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/DuRecDial-2.0/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/DuRecDial-2.0/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/FRAMES/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/FRAMES/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/FRAMES/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/FRAMES/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/FRAMES/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/FRAMES/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/FRAMES/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/FRAMES/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/FRAMES/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/FRAMES/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/GECOR/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/GECOR/LICENSE -------------------------------------------------------------------------------- /task-oriented-dialogues/GECOR/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/GECOR/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/GECOR/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/GECOR/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/HDSA-Dialog/.gitignore: -------------------------------------------------------------------------------- 1 | *history 2 | *cache* 3 | *pyc 4 | -------------------------------------------------------------------------------- /task-oriented-dialogues/HDSA-Dialog/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/HDSA-Dialog/LICENSE -------------------------------------------------------------------------------- /task-oriented-dialogues/HDSA-Dialog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/HDSA-Dialog/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/HDSA-Dialog/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/HDSA-Dialog/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/HDSA-Dialog/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/HDSA-Dialog/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/KETOD/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/KETOD/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/KETOD/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/KETOD/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/KVRET/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/KVRET/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/KVRET/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/KVRET/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/KVRET/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/KVRET/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MS-DC/LICENSE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MS-DC/LICENSE.pdf -------------------------------------------------------------------------------- /task-oriented-dialogues/MS-DC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MS-DC/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MS-DC/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MS-DC/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MS-DC/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MS-DC/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MULTIWOZ2_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MULTIWOZ2_2/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MULTIWOZ2_2/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MULTIWOZ2_2/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MULTIWOZ2_2/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MULTIWOZ2_2/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MULTIWOZ2_2/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MULTIWOZ2_2/schema.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MetaLWOZ/LICENSE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MetaLWOZ/LICENSE.pdf -------------------------------------------------------------------------------- /task-oriented-dialogues/MetaLWOZ/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MetaLWOZ/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MetaLWOZ/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MetaLWOZ/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MetaLWOZ/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MetaLWOZ/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MetaLWOZ/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MetaLWOZ/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MuDoCo/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MuDoCo/LICENSE.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MuDoCo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MuDoCo/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MuDoCo/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MuDoCo/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MuDoCo/original_examples.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MulDoGO/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MulDoGO/CONTRIBUTING.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MulDoGO/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/NOTICE: -------------------------------------------------------------------------------- 1 | Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 2 | -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MulDoGO/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MulDoGO/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MulDoGO/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MulDoGO/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MultiWOZ_2.1/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MultiWOZ_2.1/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/MultiWOZ_2.1/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/MultiWOZ_2.1/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/OpenDialKG/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/OpenDialKG/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/OpenDialKG/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/OpenDialKG/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/OpenDialKG/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/OpenDialKG/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/SGD/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SGD/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/SGD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SGD/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/SGD/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SGD/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SGD/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SGD/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/STAR/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/STAR/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/STAR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/STAR/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/STAR/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/STAR/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/STAR/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/STAR/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/STAR/otgy.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /task-oriented-dialogues/SalesBot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SalesBot/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/SalesBot/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SalesBot/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SalesBot/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SalesBot/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SalesBot/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SalesBot/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointGEN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointGEN/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointGEN/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointGEN/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointGEN/db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointGEN/db.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointGEN/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointGEN/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointMovie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointMovie/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointMovie/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointMovie/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointMovie/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointMovie/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointMovie/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointMovie/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointRestaurant/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointRestaurant/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointRestaurant/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointRestaurant/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointRestaurant/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointRestaurant/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/SimJointRestaurant/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/SimJointRestaurant/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster1/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster1/LICENSE.md -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster1/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster1/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster1/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster1/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster1/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster1/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster1/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster2/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster2/LICENSE.md -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster2/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster2/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster2/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster2/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster2/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster2/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster2/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster3/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster3/LICENSE.md -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster3/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster3/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster3/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster3/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster3/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/Taskmaster3/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/Taskmaster3/otgy.json -------------------------------------------------------------------------------- /task-oriented-dialogues/WOZ2_0/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/WOZ2_0/LICENSE.txt -------------------------------------------------------------------------------- /task-oriented-dialogues/WOZ2_0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/WOZ2_0/README.md -------------------------------------------------------------------------------- /task-oriented-dialogues/WOZ2_0/converted_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/WOZ2_0/converted_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/WOZ2_0/original_examples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/WOZ2_0/original_examples.json -------------------------------------------------------------------------------- /task-oriented-dialogues/WOZ2_0/otgy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/salesforce/DialogStudio/HEAD/task-oriented-dialogues/WOZ2_0/otgy.json --------------------------------------------------------------------------------