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

Hybrid autoregressive transducer #1271

Open
desh2608 opened this issue Sep 24, 2023 · 5 comments · May be fixed by #1291
Open

Hybrid autoregressive transducer #1271

desh2608 opened this issue Sep 24, 2023 · 5 comments · May be fixed by #1291

Comments

@desh2608
Copy link
Collaborator

I was wondering if there are any existing recipes for the HAT model. It is a straightforward change by modeling the blank distribution as a Bernoulli distribution, and was shown to be useful to integrate external LMs, among other things.

Has anyone tried it in icefall, especially with the pruned loss?

@csukuangfj
Copy link
Collaborator

I was wondering if there are any existing recipes for the HAT model. It is a straightforward change by modeling the blank distribution as a Bernoulli distribution, and was shown to be useful to integrate external LMs, among other things.

Has anyone tried it in icefall, especially with the pruned loss?

We have not tried that. Would be great if you can add that.

@desh2608
Copy link
Collaborator Author

@csukuangfj Do you have advice on what would be a good evaluation setup for using HAT to integrate external LMs? For example, how did you evaluate the LODR methods?

@desh2608
Copy link
Collaborator Author

For a POC, I was just training a model on LibriSpeech, and was planning to use an external RNNLM. But Dan pointed out that LibriSpeech may not be the best test-bed for these experiments.

@csukuangfj
Copy link
Collaborator

@marcoyang1998

Could you have a look?

@marcoyang1998
Copy link
Collaborator

You may try cross-domain evaluation scenarios, e.g. decoding the LibriSpeech model on the Gigaspeech test sets using an RNNLM trained on the Gigaspeech transcripts. I believe I tested LODR in this scenario and it yielded better results than using only shallow fusion.

@desh2608 desh2608 linked a pull request Oct 5, 2023 that will close this issue
@desh2608 desh2608 linked a pull request Oct 5, 2023 that will close this issue
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 a pull request may close this issue.

3 participants