diff --git a/egs/fluent_speech_commands/README.md b/egs/fluent_speech_commands/SLU/README.md similarity index 100% rename from egs/fluent_speech_commands/README.md rename to egs/fluent_speech_commands/SLU/README.md diff --git a/egs/fluent_speech_commands/local/compile_hlg.py b/egs/fluent_speech_commands/SLU/local/compile_hlg.py similarity index 100% rename from egs/fluent_speech_commands/local/compile_hlg.py rename to egs/fluent_speech_commands/SLU/local/compile_hlg.py diff --git a/egs/fluent_speech_commands/local/compute_fbank_slu.py b/egs/fluent_speech_commands/SLU/local/compute_fbank_slu.py similarity index 100% rename from egs/fluent_speech_commands/local/compute_fbank_slu.py rename to egs/fluent_speech_commands/SLU/local/compute_fbank_slu.py diff --git a/egs/fluent_speech_commands/local/generate_lexicon.py b/egs/fluent_speech_commands/SLU/local/generate_lexicon.py similarity index 100% rename from egs/fluent_speech_commands/local/generate_lexicon.py rename to egs/fluent_speech_commands/SLU/local/generate_lexicon.py diff --git a/egs/fluent_speech_commands/local/prepare_lang.py b/egs/fluent_speech_commands/SLU/local/prepare_lang.py similarity index 100% rename from egs/fluent_speech_commands/local/prepare_lang.py rename to egs/fluent_speech_commands/SLU/local/prepare_lang.py diff --git a/egs/fluent_speech_commands/prepare.sh b/egs/fluent_speech_commands/SLU/prepare.sh similarity index 100% rename from egs/fluent_speech_commands/prepare.sh rename to egs/fluent_speech_commands/SLU/prepare.sh diff --git a/egs/fluent_speech_commands/shared b/egs/fluent_speech_commands/SLU/shared similarity index 100% rename from egs/fluent_speech_commands/shared rename to egs/fluent_speech_commands/SLU/shared diff --git a/egs/fluent_speech_commands/transducer/__init__.py b/egs/fluent_speech_commands/SLU/transducer/__init__.py similarity index 100% rename from egs/fluent_speech_commands/transducer/__init__.py rename to egs/fluent_speech_commands/SLU/transducer/__init__.py diff --git a/egs/fluent_speech_commands/transducer/asr_datamodule.py b/egs/fluent_speech_commands/SLU/transducer/asr_datamodule.py similarity index 100% rename from egs/fluent_speech_commands/transducer/asr_datamodule.py rename to egs/fluent_speech_commands/SLU/transducer/asr_datamodule.py diff --git a/egs/fluent_speech_commands/transducer/beam_search.py b/egs/fluent_speech_commands/SLU/transducer/beam_search.py similarity index 100% rename from egs/fluent_speech_commands/transducer/beam_search.py rename to egs/fluent_speech_commands/SLU/transducer/beam_search.py diff --git a/egs/fluent_speech_commands/transducer/conformer.py b/egs/fluent_speech_commands/SLU/transducer/conformer.py similarity index 100% rename from egs/fluent_speech_commands/transducer/conformer.py rename to egs/fluent_speech_commands/SLU/transducer/conformer.py diff --git a/egs/fluent_speech_commands/transducer/decode.py b/egs/fluent_speech_commands/SLU/transducer/decode.py similarity index 100% rename from egs/fluent_speech_commands/transducer/decode.py rename to egs/fluent_speech_commands/SLU/transducer/decode.py diff --git a/egs/fluent_speech_commands/transducer/decoder.py b/egs/fluent_speech_commands/SLU/transducer/decoder.py similarity index 100% rename from egs/fluent_speech_commands/transducer/decoder.py rename to egs/fluent_speech_commands/SLU/transducer/decoder.py diff --git a/egs/fluent_speech_commands/transducer/encoder.py b/egs/fluent_speech_commands/SLU/transducer/encoder.py similarity index 100% rename from egs/fluent_speech_commands/transducer/encoder.py rename to egs/fluent_speech_commands/SLU/transducer/encoder.py diff --git a/egs/fluent_speech_commands/transducer/encoder_interface.py b/egs/fluent_speech_commands/SLU/transducer/encoder_interface.py similarity index 100% rename from egs/fluent_speech_commands/transducer/encoder_interface.py rename to egs/fluent_speech_commands/SLU/transducer/encoder_interface.py diff --git a/egs/fluent_speech_commands/transducer/joiner.py b/egs/fluent_speech_commands/SLU/transducer/joiner.py similarity index 100% rename from egs/fluent_speech_commands/transducer/joiner.py rename to egs/fluent_speech_commands/SLU/transducer/joiner.py diff --git a/egs/fluent_speech_commands/transducer/model.py b/egs/fluent_speech_commands/SLU/transducer/model.py similarity index 100% rename from egs/fluent_speech_commands/transducer/model.py rename to egs/fluent_speech_commands/SLU/transducer/model.py diff --git a/egs/fluent_speech_commands/transducer/subsampling.py b/egs/fluent_speech_commands/SLU/transducer/subsampling.py similarity index 100% rename from egs/fluent_speech_commands/transducer/subsampling.py rename to egs/fluent_speech_commands/SLU/transducer/subsampling.py diff --git a/egs/fluent_speech_commands/transducer/test_decoder.py b/egs/fluent_speech_commands/SLU/transducer/test_decoder.py similarity index 100% rename from egs/fluent_speech_commands/transducer/test_decoder.py rename to egs/fluent_speech_commands/SLU/transducer/test_decoder.py diff --git a/egs/fluent_speech_commands/transducer/test_encoder.py b/egs/fluent_speech_commands/SLU/transducer/test_encoder.py similarity index 100% rename from egs/fluent_speech_commands/transducer/test_encoder.py rename to egs/fluent_speech_commands/SLU/transducer/test_encoder.py diff --git a/egs/fluent_speech_commands/transducer/test_joiner.py b/egs/fluent_speech_commands/SLU/transducer/test_joiner.py similarity index 100% rename from egs/fluent_speech_commands/transducer/test_joiner.py rename to egs/fluent_speech_commands/SLU/transducer/test_joiner.py diff --git a/egs/fluent_speech_commands/transducer/test_transducer.py b/egs/fluent_speech_commands/SLU/transducer/test_transducer.py similarity index 100% rename from egs/fluent_speech_commands/transducer/test_transducer.py rename to egs/fluent_speech_commands/SLU/transducer/test_transducer.py diff --git a/egs/fluent_speech_commands/transducer/train.py b/egs/fluent_speech_commands/SLU/transducer/train.py similarity index 100% rename from egs/fluent_speech_commands/transducer/train.py rename to egs/fluent_speech_commands/SLU/transducer/train.py diff --git a/egs/fluent_speech_commands/transducer/transformer.py b/egs/fluent_speech_commands/SLU/transducer/transformer.py similarity index 100% rename from egs/fluent_speech_commands/transducer/transformer.py rename to egs/fluent_speech_commands/SLU/transducer/transformer.py