A toolkit for Spoken Language Understanding Evaluation (SLUE) benchmark. Refer paper https://arxiv.org/abs/2111.10367 for more details. Official website: https://asappresearch.github.io/slue-toolkit/
Note that you'd need to run python slue_toolkit/prepare/prepare_voxpopuli.py create_manifest to update the processed data. This will add the tag-id mapping files to the data/ directory.
Resolved issue #16 (i) Moved "handling the apostrophe" snippet to slue-toolkit/text_ner/reformat_pipeline.py.
The tag-id mapping files are now being produced in slue_toolkit/prepare/prepare_voxpopuli.py (instead of
ner_deberta_modules.py
).Cleaned up and tested the text NER training and evaluation codes are now bug-free.
Cleaned up pipeline scripts
Reformated with black
Note that you'd need to run
python slue_toolkit/prepare/prepare_voxpopuli.py create_manifest
to update the processed data. This will add the tag-id mapping files to thedata/
directory.