Supported selectors

Supported selectors#

Selector class selects the final output list from hypotheses.

Supported selectors are listed below.

Note

All selectors classes can be imported from mbrs.selectors

Selection strategies#

List of supported selection strategies#

Strategy

CLI name --selector=<name>

Class

Reference

Note

N-best

nbest

SelectorNbest

Diverse

diverse

SelectorDiverse

(Jinnai et al., 2024)

DecoderPruningMBR cannot use this selector.