lamtram icon indicating copy to clipboard operation
lamtram copied to clipboard

Confidence?

Open bittlingmayer opened this issue 7 years ago • 1 comments

Is there a straightforward way to output something like confidence from this model? That is, given a sentence, not only translate but return a signal that the given translation is probably right or wrong.

bittlingmayer avatar Jun 13 '17 15:06 bittlingmayer

Instead of "--operation gen" try "--operation nbest". I think this should output the confidence scores as well. (If this works, please close the issue)

neubig avatar Jun 13 '17 22:06 neubig