HandongAILab/monli-bert-snli
monli-bert-snli
bert-base-uncased fine-tuned on SNLI for 3-way Natural Language Inference (entailment / neutral / contradiction).
This is a reproduction artifact — the Experiment 1.1 baseline from our reproduction of:
Atticus Geiger, Kyle Richardson, Christopher Potts (2020). Neural Natural Language Inference Models Partially Embed Theories of Lexical Entailment and Negation. BlackboxNLP @ EMNLP 2020. arXiv:2004.14623
It is not a novel model; it exists to evaluate how a standard SNLI-trained NLI model behaves on the MoNLI monotonicity challenge set.
Training
Results
Evaluated on SNLI test and on MoNLI (Geiger et al. paper figures in parentheses):
The core finding is reproduced: high accuracy without negation, near-0% once negation reverses the entailment direction — SNLI training provides essentially no signal for negation + monotonicity.
Labels
Reproduction
Companion model (after inoculation): `HandongAILab/monli-bert-inoculated`
Limitations
Trained only on SNLI; it does not handle negation-driven monotonicity and should not be used for production NLI. Inherits SNLI's known annotation artifacts.
