So I have been experimenting with facebook/bart-large-mnli
for my production data. It works reasonable with English but what I require is a Multilingual NLI model which works well with most of the non english language as well.
I checked MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7
but it doesn’t generalize well on non-english sentences and also noticed that the author mentions that it is better to use english one using English conversion as this model doesn’t work better than english one.
Any solid multilingual NLI model out there?