Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joint IC/SL Integration #8

Merged
merged 6 commits into from Aug 13, 2021
Merged

Joint IC/SL Integration #8

merged 6 commits into from Aug 13, 2021

Conversation

aaronmueller
Copy link

Description of changes:

Added ATIS and Snips support to datasets.py and a joint IC/SL format to output_formats.py. Also added configs to config.ini and updated the evaluation logic to include intent classification accuracy.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

datasets.py Outdated
- python prepare_multi_woz.py --data-dir ./trade-dst/data
7. move the saved splits to ./data/multi_woz
- mv ./trade-dst/data/splits ./data/multi_woz_2.1
MultiWoz dataset (Dialogue State Tracking).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes to the description of the MultiWoz dataset should not be made!

@benathi
Copy link

benathi commented Aug 4, 2021

Thanks for the PR.

Per discussion, I think moving parts related to intent classification to IC/SL dataclass rather than having it in the baseline dataset class would be cleaner. :)

Aaron Mueller added 2 commits August 10, 2021 16:15
…ase class and into JointICSLFormat. Add label and format error detection to joint IC/SL
@aaronmueller
Copy link
Author

Done! All changes to base class reverted; all intent-classification-related logic is now contained in either SnipsDataset, ATISDataset, or JointICSLFormat.

@giove91 giove91 merged commit 321a5bd into amazon-science:main Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants