What is the best Multilingual NLI model out there? Not able to find many in opensource space

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?

1 Like

Apparently not much exists to begin with…
For example, there are many excellent LLMs that are multilingual, but you may have to have a separate NLI for each language.