What are the best trained model of NLI (Natural Language Inference)?

I want to work with models which trained on NLI task.
I saw that there are number of NLI datasets (i.e SNLI).

  1. How can I see the list of models that have been trained on those datasets and view the results they received ?
  2. Is there a table with the modeled results on each dataset ?

Take a look at SNLI Benchmark (Natural Language Inference) | Papers With Code, there are similar comparisons for MNLI and ANLI. You can also search for HF models finetuned on particular NLI datasets: Models - Hugging Face

1 Like