{"url":"/sota/natural-language-inference-on-rte","task":{"name":"Natural Language Inference","url":"/task/natural-language-inference","note":null},"dataset":{"name":"RTE","url":"/dataset/rte"},"category":"Natural Language Processing","categories":["Natural Language Processing","Reasoning"],"category_note":null,"description":"**Natural language inference (NLI)** is the task of determining whether a \"hypothesis\" is \r\ntrue (entailment), false (contradiction), or undetermined (neutral) given a \"premise\".\r\n\r\nExample:\r\n\r\n| Premise | Label | Hypothesis |\r\n| --- | ---| --- |\r\n| A man inspects the uniform of a figure in some East Asian country. | contradiction | The man is sleeping. |\r\n| An older and younger man smiling. | neutral  | Two men are smiling and laughing at the cats playing on the floor. |\r\n| A soccer game with multiple males playing. | entailment | Some men are playing a sport. |\r\n\r\nApproaches used for NLI include earlier symbolic and statistical approaches to more recent deep learning approaches. Benchmark datasets used for NLI include [SNLI](/dataset/snli), [MultiNLI](/dataset/multinli), [SciTail](/dataset/scitail), among others. You can get hands-on practice on the SNLI task by following this [d2l.ai chapter](https://d2l.ai/chapter_natural-language-processing-applications/natural-language-inference-and-dataset.html).\r\n\r\nFurther readings:\r\n\r\n- [Recent Advances in Natural Language Inference: A Survey of Benchmarks, Resources, and Approaches](https://arxiv.org/abs/1904.01172)","description_from":"task","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","rank":"the archive's row order at snapshot; not re-ranked","rows_end_at":"2025-07-28","rows_withheld_as_spam":0,"metric_values":"the archive's strings, untouched"},"metrics":["Accuracy"],"metric_direction":{"note":"inferred from the metric name only (the archive records no direction); null = not inferred, chart draws points only","by_metric":{"Accuracy":"higher"}},"counts":{"rows":90,"rows_with_code":78,"rows_with_paper_page":89,"rows_dated":89,"rows_using_additional_data":0},"rows":[{"rank_in_archive_order":1,"model":"Vega v2 6B (KD-based prompt transfer)","metrics":{"Accuracy":"96%"},"uses_additional_data":false,"paper_date":"2022-12-04","paper":"/paper/toward-efficient-language-model-pretraining","paper_url":"https://arxiv.org/abs/2212.01853v1","paper_title":"Toward Efficient Language Model Pretraining and Downstream Adaptation via Self-Evolution: A Case Study on SuperGLUE","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":2,"model":"PaLM 540B (fine-tuned)","metrics":{"Accuracy":"95.7%"},"uses_additional_data":false,"paper_date":"2022-04-05","paper":"/paper/palm-scaling-language-modeling-with-pathways-1","paper_url":"https://arxiv.org/abs/2204.02311v5","paper_title":"PaLM: Scaling Language Modeling with Pathways","code":"https://github.com/lucidrains/CoCa-pytorch","n_code_links":7,"syntology":{"n_ran":30,"n_unverified":7,"n_samples":37,"n_pointer_only_licence":0}},{"rank_in_archive_order":3,"model":"Turing NLR v5 XXL 5.4B (fine-tuned)","metrics":{"Accuracy":"94.1%"},"uses_additional_data":false,"paper_date":"2022-12-04","paper":"/paper/toward-efficient-language-model-pretraining","paper_url":"https://arxiv.org/abs/2212.01853v1","paper_title":"Toward Efficient Language Model Pretraining and Downstream Adaptation via Self-Evolution: A Case Study on SuperGLUE","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":4,"model":"ST-MoE-32B 269B (fine-tuned)","metrics":{"Accuracy":"93.5%"},"uses_additional_data":false,"paper_date":"2022-02-17","paper":"/paper/designing-effective-sparse-expert-models","paper_url":"https://arxiv.org/abs/2202.08906v2","paper_title":"ST-MoE: Designing Stable and Transferable Sparse Expert Models","code":"https://github.com/tensorflow/mesh","n_code_links":3,"syntology":{"n_ran":5,"n_unverified":0,"n_samples":5,"n_pointer_only_licence":5}},{"rank_in_archive_order":5,"model":"DeBERTa-1.5B","metrics":{"Accuracy":"93.2%"},"uses_additional_data":false,"paper_date":"2020-06-05","paper":"/paper/deberta-decoding-enhanced-bert-with","paper_url":"https://arxiv.org/abs/2006.03654v6","paper_title":"DeBERTa: Decoding-enhanced BERT with Disentangled Attention","code":"https://github.com/huggingface/transformers","n_code_links":14,"syntology":{"n_ran":4,"n_unverified":9,"n_samples":13,"n_pointer_only_licence":3}},{"rank_in_archive_order":6,"model":"MUPPET Roberta Large","metrics":{"Accuracy":"92.8%"},"uses_additional_data":false,"paper_date":"2021-01-26","paper":"/paper/muppet-massive-multi-task-representations","paper_url":"https://arxiv.org/abs/2101.11038v1","paper_title":"Muppet: Massive Multi-task Representations with Pre-Finetuning","code":"https://huggingface.co/facebook/muppet-roberta-base","n_code_links":2,"syntology":null},{"rank_in_archive_order":7,"model":"DeBERTaV3large","metrics":{"Accuracy":"92.7%"},"uses_additional_data":false,"paper_date":"2021-11-18","paper":"/paper/debertav3-improving-deberta-using-electra","paper_url":"https://arxiv.org/abs/2111.09543v4","paper_title":"DeBERTaV3: Improving DeBERTa using ELECTRA-Style Pre-Training with Gradient-Disentangled Embedding Sharing","code":"https://github.com/microsoft/DeBERTa","n_code_links":3,"syntology":{"n_ran":0,"n_unverified":7,"n_samples":7,"n_pointer_only_licence":0}},{"rank_in_archive_order":8,"model":"T5-XXL 11B","metrics":{"Accuracy":"92.5%"},"uses_additional_data":false,"paper_date":"2019-11-08","paper":"/paper/smart-robust-and-efficient-fine-tuning-for","paper_url":"https://arxiv.org/abs/1911.03437v5","paper_title":"SMART: Robust and Efficient Fine-Tuning for Pre-trained Natural Language Models through Principled Regularized Optimization","code":"https://github.com/namisan/mt-dnn","n_code_links":6,"syntology":{"n_ran":6,"n_unverified":2,"n_samples":8,"n_pointer_only_licence":1}},{"rank_in_archive_order":9,"model":"T5-XXL 11B (fine-tuned)","metrics":{"Accuracy":"92.5%"},"uses_additional_data":false,"paper_date":"2019-10-23","paper":"/paper/exploring-the-limits-of-transfer-learning","paper_url":"https://arxiv.org/abs/1910.10683v4","paper_title":"Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer","code":"https://github.com/huggingface/transformers","n_code_links":57,"syntology":{"n_ran":2,"n_unverified":29,"n_samples":31,"n_pointer_only_licence":0}},{"rank_in_archive_order":10,"model":"ST-MoE-L 4.1B (fine-tuned)","metrics":{"Accuracy":"92.1%"},"uses_additional_data":false,"paper_date":"2022-02-17","paper":"/paper/designing-effective-sparse-expert-models","paper_url":"https://arxiv.org/abs/2202.08906v2","paper_title":"ST-MoE: Designing Stable and Transferable Sparse Expert Models","code":"https://github.com/tensorflow/mesh","n_code_links":3,"syntology":{"n_ran":5,"n_unverified":0,"n_samples":5,"n_pointer_only_licence":5}},{"rank_in_archive_order":11,"model":"UL2 20B (fine-tuned)","metrics":{"Accuracy":"92.1%"},"uses_additional_data":false,"paper_date":"2022-05-10","paper":"/paper/unifying-language-learning-paradigms","paper_url":"https://arxiv.org/abs/2205.05131v3","paper_title":"UL2: Unifying Language Learning Paradigms","code":"https://github.com/google-research/google-research","n_code_links":2,"syntology":{"n_ran":0,"n_unverified":16,"n_samples":16,"n_pointer_only_licence":0}},{"rank_in_archive_order":12,"model":"SMARTRoBERTa","metrics":{"Accuracy":"92.0%"},"uses_additional_data":false,"paper_date":"2019-11-08","paper":"/paper/smart-robust-and-efficient-fine-tuning-for","paper_url":"https://arxiv.org/abs/1911.03437v5","paper_title":"SMART: Robust and Efficient Fine-Tuning for Pre-trained Natural Language Models through Principled Regularized Optimization","code":"https://github.com/namisan/mt-dnn","n_code_links":6,"syntology":{"n_ran":6,"n_unverified":2,"n_samples":8,"n_pointer_only_licence":1}},{"rank_in_archive_order":13,"model":"FLAN 137B (prompt-tuned)","metrics":{"Accuracy":"91.7%"},"uses_additional_data":false,"paper_date":"2021-09-03","paper":"/paper/finetuned-language-models-are-zero-shot","paper_url":"https://arxiv.org/abs/2109.01652v5","paper_title":"Finetuned Language Models Are Zero-Shot Learners","code":"https://github.com/hiyouga/llama-efficient-tuning","n_code_links":8,"syntology":{"n_ran":0,"n_unverified":1,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":14,"model":"T5-XL 3B","metrics":{"Accuracy":"91.1%"},"uses_additional_data":false,"paper_date":"2019-10-23","paper":"/paper/exploring-the-limits-of-transfer-learning","paper_url":"https://arxiv.org/abs/1910.10683v4","paper_title":"Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer","code":"https://github.com/huggingface/transformers","n_code_links":57,"syntology":{"n_ran":2,"n_unverified":29,"n_samples":31,"n_pointer_only_licence":0}},{"rank_in_archive_order":15,"model":"RoBERTa-large 355M + Entailment as Few-shot Learner","metrics":{"Accuracy":"90.5%"},"uses_additional_data":false,"paper_date":"2021-04-29","paper":"/paper/entailment-as-few-shot-learner","paper_url":"https://arxiv.org/abs/2104.14690v1","paper_title":"Entailment as Few-Shot Learner","code":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/few_shot/efl","n_code_links":3,"syntology":{"n_ran":1,"n_unverified":2,"n_samples":3,"n_pointer_only_licence":0}},{"rank_in_archive_order":16,"model":"ALBERT","metrics":{"Accuracy":"89.2%"},"uses_additional_data":false,"paper_date":"2019-09-26","paper":"/paper/albert-a-lite-bert-for-self-supervised","paper_url":"https://arxiv.org/abs/1909.11942v6","paper_title":"ALBERT: A Lite BERT for Self-supervised Learning of Language Representations","code":"https://github.com/huggingface/transformers","n_code_links":48,"syntology":{"n_ran":46,"n_unverified":80,"n_samples":126,"n_pointer_only_licence":22}},{"rank_in_archive_order":17,"model":"Adv-RoBERTa ensemble","metrics":{"Accuracy":"88.7%"},"uses_additional_data":false,"paper_date":"2019-08-13","paper":"/paper/structbert-incorporating-language-structures","paper_url":"https://arxiv.org/abs/1908.04577v3","paper_title":"StructBERT: Incorporating Language Structures into Pre-training for Deep Language Understanding","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":18,"model":"RoBERTa","metrics":{"Accuracy":"88.2%"},"uses_additional_data":false,"paper_date":"2019-07-26","paper":"/paper/roberta-a-robustly-optimized-bert-pretraining","paper_url":"https://arxiv.org/abs/1907.11692v1","paper_title":"RoBERTa: A Robustly Optimized BERT Pretraining Approach","code":"https://github.com/huggingface/transformers","n_code_links":67,"syntology":{"n_ran":22,"n_unverified":26,"n_samples":48,"n_pointer_only_licence":23}},{"rank_in_archive_order":19,"model":"RoBERTa (ensemble)","metrics":{"Accuracy":"88.2%"},"uses_additional_data":false,"paper_date":"2019-07-26","paper":"/paper/roberta-a-robustly-optimized-bert-pretraining","paper_url":"https://arxiv.org/abs/1907.11692v1","paper_title":"RoBERTa: A Robustly Optimized BERT Pretraining Approach","code":"https://github.com/huggingface/transformers","n_code_links":67,"syntology":{"n_ran":22,"n_unverified":26,"n_samples":48,"n_pointer_only_licence":23}},{"rank_in_archive_order":20,"model":"T5-Large 738M","metrics":{"Accuracy":"87.4%"},"uses_additional_data":false,"paper_date":"2023-04-27","paper":"/paper/lamini-lm-a-diverse-herd-of-distilled-models","paper_url":"https://arxiv.org/abs/2304.14402v3","paper_title":"LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions","code":"https://github.com/mbzuai-nlp/lamini-lm","n_code_links":1,"syntology":null},{"rank_in_archive_order":21,"model":"T5-Large 770M","metrics":{"Accuracy":"87.2%"},"uses_additional_data":false,"paper_date":"2019-10-23","paper":"/paper/exploring-the-limits-of-transfer-learning","paper_url":"https://arxiv.org/abs/1910.10683v4","paper_title":"Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer","code":"https://github.com/huggingface/transformers","n_code_links":57,"syntology":{"n_ran":2,"n_unverified":29,"n_samples":31,"n_pointer_only_licence":0}},{"rank_in_archive_order":22,"model":"RoBERTa-large 355M + EFL + UCA","metrics":{"Accuracy":"87.2%"},"uses_additional_data":false,"paper_date":"2021-04-29","paper":"/paper/entailment-as-few-shot-learner","paper_url":"https://arxiv.org/abs/2104.14690v1","paper_title":"Entailment as Few-Shot Learner","code":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/few_shot/efl","n_code_links":3,"syntology":{"n_ran":1,"n_unverified":2,"n_samples":3,"n_pointer_only_licence":0}},{"rank_in_archive_order":23,"model":"PSQ (Chen et al., 2020)","metrics":{"Accuracy":"86.8"},"uses_additional_data":false,"paper_date":"2020-10-27","paper":"/paper/a-statistical-framework-for-low-bitwidth","paper_url":"https://arxiv.org/abs/2010.14298v1","paper_title":"A Statistical Framework for Low-bitwidth Training of Deep Neural Networks","code":"https://github.com/cjf00000/StatQuant","n_code_links":2,"syntology":{"n_ran":1,"n_unverified":3,"n_samples":4,"n_pointer_only_licence":1}},{"rank_in_archive_order":24,"model":"XLNet (single model)","metrics":{"Accuracy":"85.9%"},"uses_additional_data":false,"paper_date":"2019-06-19","paper":"/paper/xlnet-generalized-autoregressive-pretraining","paper_url":"https://arxiv.org/abs/1906.08237v2","paper_title":"XLNet: Generalized Autoregressive Pretraining for Language Understanding","code":"https://github.com/huggingface/transformers","n_code_links":27,"syntology":{"n_ran":10,"n_unverified":14,"n_samples":24,"n_pointer_only_licence":3}},{"rank_in_archive_order":25,"model":"RoBERTa-large 355M (MLP quantized vector-wise, fine-tuned)","metrics":{"Accuracy":"85.4%"},"uses_additional_data":false,"paper_date":"2022-08-15","paper":"/paper/llm-int8-8-bit-matrix-multiplication-for","paper_url":"https://arxiv.org/abs/2208.07339v2","paper_title":"LLM.int8(): 8-bit Matrix Multiplication for Transformers at Scale","code":"https://github.com/timdettmers/bitsandbytes","n_code_links":4,"syntology":{"n_ran":2,"n_unverified":3,"n_samples":5,"n_pointer_only_licence":0}},{"rank_in_archive_order":26,"model":"OPT-IML 175B","metrics":{"Accuracy":"84.8%"},"uses_additional_data":false,"paper_date":"2022-12-22","paper":"/paper/opt-iml-scaling-language-model-instruction","paper_url":"https://arxiv.org/abs/2212.12017v3","paper_title":"OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization","code":"https://github.com/tanyuqian/cappy","n_code_links":1,"syntology":null},{"rank_in_archive_order":27,"model":"Q8BERT (Zafrir et al., 2019)","metrics":{"Accuracy":"84.8"},"uses_additional_data":false,"paper_date":"2019-10-14","paper":"/paper/q8bert-quantized-8bit-bert","paper_url":"https://arxiv.org/abs/1910.06188v2","paper_title":"Q8BERT: Quantized 8Bit BERT","code":"https://github.com/NervanaSystems/nlp-architect/blob/master/nlp_architect/models/transformers/quantized_bert.py","n_code_links":5,"syntology":{"n_ran":3,"n_unverified":8,"n_samples":11,"n_pointer_only_licence":3}},{"rank_in_archive_order":28,"model":"Q-BERT (Shen et al., 2020)","metrics":{"Accuracy":"84.7"},"uses_additional_data":false,"paper_date":"2019-09-12","paper":"/paper/q-bert-hessian-based-ultra-low-precision","paper_url":"https://arxiv.org/abs/1909.05840v2","paper_title":"Q-BERT: Hessian Based Ultra Low Precision Quantization of BERT","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":29,"model":"FLAN 137B (8-shot)","metrics":{"Accuracy":"84.5%"},"uses_additional_data":false,"paper_date":"2021-09-03","paper":"/paper/finetuned-language-models-are-zero-shot","paper_url":"https://arxiv.org/abs/2109.01652v5","paper_title":"Finetuned Language Models Are Zero-Shot Learners","code":"https://github.com/hiyouga/llama-efficient-tuning","n_code_links":8,"syntology":{"n_ran":0,"n_unverified":1,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":30,"model":"FLAN 137B (0-shot)","metrics":{"Accuracy":"84.1%"},"uses_additional_data":false,"paper_date":"2021-09-03","paper":"/paper/finetuned-language-models-are-zero-shot","paper_url":"https://arxiv.org/abs/2109.01652v5","paper_title":"Finetuned Language Models Are Zero-Shot Learners","code":"https://github.com/hiyouga/llama-efficient-tuning","n_code_links":8,"syntology":{"n_ran":0,"n_unverified":1,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":31,"model":"OPT-IML 30B","metrics":{"Accuracy":"83.8%"},"uses_additional_data":false,"paper_date":"2022-12-22","paper":"/paper/opt-iml-scaling-language-model-instruction","paper_url":"https://arxiv.org/abs/2212.12017v3","paper_title":"OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization","code":"https://github.com/tanyuqian/cappy","n_code_links":1,"syntology":null},{"rank_in_archive_order":32,"model":"ELECTRA","metrics":{"Accuracy":"83.6%"},"uses_additional_data":false,"paper_date":null,"paper":null,"paper_url":null,"paper_title":"","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":33,"model":"PaLM 2-M (1-shot)","metrics":{"Accuracy":"81.9%"},"uses_additional_data":false,"paper_date":"2023-05-17","paper":"/paper/palm-2-technical-report-1","paper_url":"https://arxiv.org/abs/2305.10403v3","paper_title":"PaLM 2 Technical Report","code":"https://github.com/eternityyw/tram-benchmark","n_code_links":1,"syntology":null},{"rank_in_archive_order":34,"model":"T0-3B (CoT fine-tuned)","metrics":{"Accuracy":"80.8%"},"uses_additional_data":false,"paper_date":"2023-05-23","paper":"/paper/the-cot-collection-improving-zero-shot-and","paper_url":"https://arxiv.org/abs/2305.14045v2","paper_title":"The CoT Collection: Improving Zero-shot and Few-shot Learning of Language Models via Chain-of-Thought Fine-Tuning","code":"https://github.com/kaistai/cot-collection","n_code_links":2,"syntology":null},{"rank_in_archive_order":35,"model":"ERNIE 2.0 Large","metrics":{"Accuracy":"80.2%"},"uses_additional_data":false,"paper_date":"2019-07-29","paper":"/paper/ernie-20-a-continual-pre-training-framework","paper_url":"https://arxiv.org/abs/1907.12412v2","paper_title":"ERNIE 2.0: A Continual Pre-training Framework for Language Understanding","code":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-1.0","n_code_links":3,"syntology":{"n_ran":0,"n_unverified":1,"n_samples":1,"n_pointer_only_licence":1}},{"rank_in_archive_order":36,"model":"T5-Base 220M","metrics":{"Accuracy":"80.1%"},"uses_additional_data":false,"paper_date":"2019-10-23","paper":"/paper/exploring-the-limits-of-transfer-learning","paper_url":"https://arxiv.org/abs/1910.10683v4","paper_title":"Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer","code":"https://github.com/huggingface/transformers","n_code_links":57,"syntology":{"n_ran":2,"n_unverified":29,"n_samples":31,"n_pointer_only_licence":0}},{"rank_in_archive_order":37,"model":"MLM+ del-span","metrics":{"Accuracy":"79.8%"},"uses_additional_data":false,"paper_date":"2020-12-31","paper":"/paper/clear-contrastive-learning-for-sentence","paper_url":"https://arxiv.org/abs/2012.15466v1","paper_title":"CLEAR: Contrastive Learning for Sentence Representation","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":38,"model":"PaLM 540B (5-shot)","metrics":{"Accuracy":"79.6%"},"uses_additional_data":false,"paper_date":"2022-04-05","paper":"/paper/palm-scaling-language-modeling-with-pathways-1","paper_url":"https://arxiv.org/abs/2204.02311v5","paper_title":"PaLM: Scaling Language Modeling with Pathways","code":"https://github.com/lucidrains/CoCa-pytorch","n_code_links":7,"syntology":{"n_ran":30,"n_unverified":7,"n_samples":37,"n_pointer_only_licence":0}},{"rank_in_archive_order":39,"model":"PaLM 2-L (1-shot)","metrics":{"Accuracy":"79.3%"},"uses_additional_data":false,"paper_date":"2023-05-17","paper":"/paper/palm-2-technical-report-1","paper_url":"https://arxiv.org/abs/2305.10403v3","paper_title":"PaLM 2 Technical Report","code":"https://github.com/eternityyw/tram-benchmark","n_code_links":1,"syntology":null},{"rank_in_archive_order":40,"model":"SpanBERT","metrics":{"Accuracy":"79.0%"},"uses_additional_data":false,"paper_date":"2019-07-24","paper":"/paper/spanbert-improving-pre-training-by","paper_url":"https://arxiv.org/abs/1907.10529v3","paper_title":"SpanBERT: Improving Pre-training by Representing and Predicting Spans","code":"https://github.com/facebookresearch/SpanBERT","n_code_links":6,"syntology":{"n_ran":3,"n_unverified":12,"n_samples":15,"n_pointer_only_licence":4}},{"rank_in_archive_order":41,"model":"PaLM 2-S (1-shot)","metrics":{"Accuracy":"78.7%"},"uses_additional_data":false,"paper_date":"2023-05-17","paper":"/paper/palm-2-technical-report-1","paper_url":"https://arxiv.org/abs/2305.10403v3","paper_title":"PaLM 2 Technical Report","code":"https://github.com/eternityyw/tram-benchmark","n_code_links":1,"syntology":null},{"rank_in_archive_order":42,"model":"PaLM 540B (1-shot)","metrics":{"Accuracy":"78.7%"},"uses_additional_data":false,"paper_date":"2022-04-05","paper":"/paper/palm-scaling-language-modeling-with-pathways-1","paper_url":"https://arxiv.org/abs/2204.02311v5","paper_title":"PaLM: Scaling Language Modeling with Pathways","code":"https://github.com/lucidrains/CoCa-pytorch","n_code_links":7,"syntology":{"n_ran":30,"n_unverified":7,"n_samples":37,"n_pointer_only_licence":0}},{"rank_in_archive_order":43,"model":"Neo-6B (QA + WS)","metrics":{"Accuracy":"75.1%"},"uses_additional_data":false,"paper_date":"2022-10-05","paper":"/paper/ask-me-anything-a-simple-strategy-for","paper_url":"https://arxiv.org/abs/2210.02441v3","paper_title":"Ask Me Anything: A simple strategy for prompting language models","code":"https://github.com/hazyresearch/ama_prompting","n_code_links":3,"syntology":{"n_ran":2,"n_unverified":0,"n_samples":2,"n_pointer_only_licence":0}},{"rank_in_archive_order":44,"model":"BigBird","metrics":{"Accuracy":"75.0%"},"uses_additional_data":false,"paper_date":"2020-07-28","paper":"/paper/big-bird-transformers-for-longer-sequences","paper_url":"https://arxiv.org/abs/2007.14062v2","paper_title":"Big Bird: Transformers for Longer Sequences","code":"https://github.com/huggingface/transformers","n_code_links":14,"syntology":{"n_ran":10,"n_unverified":5,"n_samples":15,"n_pointer_only_licence":11}},{"rank_in_archive_order":45,"model":"ERNIE 2.0 Base","metrics":{"Accuracy":"74.8%"},"uses_additional_data":false,"paper_date":"2019-07-29","paper":"/paper/ernie-20-a-continual-pre-training-framework","paper_url":"https://arxiv.org/abs/1907.12412v2","paper_title":"ERNIE 2.0: A Continual Pre-training Framework for Language Understanding","code":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/ernie-1.0","n_code_links":3,"syntology":{"n_ran":0,"n_unverified":1,"n_samples":1,"n_pointer_only_licence":1}},{"rank_in_archive_order":46,"model":"KiC-770M","metrics":{"Accuracy":"74.00"},"uses_additional_data":false,"paper_date":"2022-10-28","paper":"/paper/knowledge-in-context-towards-knowledgeable","paper_url":"https://arxiv.org/abs/2210.16433v3","paper_title":"Knowledge-in-Context: Towards Knowledgeable Semi-Parametric Language Models","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":47,"model":"RealFormer","metrics":{"Accuracy":"73.7%"},"uses_additional_data":false,"paper_date":"2020-12-21","paper":"/paper/informer-transformer-likes-informed-attention","paper_url":"https://arxiv.org/abs/2012.11747v3","paper_title":"RealFormer: Transformer Likes Residual Attention","code":"https://github.com/google-research/google-research","n_code_links":5,"syntology":null},{"rank_in_archive_order":48,"model":"SqueezeBERT","metrics":{"Accuracy":"73.2%"},"uses_additional_data":false,"paper_date":"2020-06-19","paper":"/paper/squeezebert-what-can-computer-vision-teach","paper_url":"https://arxiv.org/abs/2006.11316v1","paper_title":"SqueezeBERT: What can computer vision teach NLP about efficient neural networks?","code":"https://github.com/huggingface/transformers/blob/main/src/transformers/models/squeezebert/modeling_squeezebert.py","n_code_links":6,"syntology":{"n_ran":0,"n_unverified":1,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":49,"model":"PaLM 540B (0-shot)","metrics":{"Accuracy":"72.9%"},"uses_additional_data":false,"paper_date":"2022-04-05","paper":"/paper/palm-scaling-language-modeling-with-pathways-1","paper_url":"https://arxiv.org/abs/2204.02311v5","paper_title":"PaLM: Scaling Language Modeling with Pathways","code":"https://github.com/lucidrains/CoCa-pytorch","n_code_links":7,"syntology":{"n_ran":30,"n_unverified":7,"n_samples":37,"n_pointer_only_licence":0}},{"rank_in_archive_order":50,"model":"SMART-BERT","metrics":{"Accuracy":"71.2%"},"uses_additional_data":false,"paper_date":"2019-11-08","paper":"/paper/smart-robust-and-efficient-fine-tuning-for","paper_url":"https://arxiv.org/abs/1911.03437v5","paper_title":"SMART: Robust and Efficient Fine-Tuning for Pre-trained Natural Language Models through Principled Regularized Optimization","code":"https://github.com/namisan/mt-dnn","n_code_links":6,"syntology":{"n_ran":6,"n_unverified":2,"n_samples":8,"n_pointer_only_licence":1}},{"rank_in_archive_order":51,"model":"SMART","metrics":{"Accuracy":"71.2%"},"uses_additional_data":false,"paper_date":"2019-11-08","paper":"/paper/smart-robust-and-efficient-fine-tuning-for","paper_url":"https://arxiv.org/abs/1911.03437v5","paper_title":"SMART: Robust and Efficient Fine-Tuning for Pre-trained Natural Language Models through Principled Regularized Optimization","code":"https://github.com/namisan/mt-dnn","n_code_links":6,"syntology":{"n_ran":6,"n_unverified":2,"n_samples":8,"n_pointer_only_licence":1}},{"rank_in_archive_order":52,"model":"Flipped-3B","metrics":{"Accuracy":"71.05"},"uses_additional_data":false,"paper_date":"2022-10-06","paper":"/paper/guess-the-instruction-making-language-models","paper_url":"https://arxiv.org/abs/2210.02969v4","paper_title":"Guess the Instruction! Flipped Learning Makes Language Models Stronger Zero-Shot Learners","code":"https://github.com/seonghyeonye/flipped-learning","n_code_links":1,"syntology":null},{"rank_in_archive_order":53,"model":"BERT-large 340M","metrics":{"Accuracy":"70.1%"},"uses_additional_data":false,"paper_date":"2018-10-11","paper":"/paper/bert-pre-training-of-deep-bidirectional","paper_url":"https://arxiv.org/abs/1810.04805v2","paper_title":"BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding","code":"https://github.com/huggingface/transformers","n_code_links":534,"syntology":{"n_ran":204,"n_unverified":455,"n_samples":659,"n_pointer_only_licence":149}},{"rank_in_archive_order":54,"model":"T5-Small","metrics":{"Accuracy":"69.9%"},"uses_additional_data":false,"paper_date":"2019-10-23","paper":"/paper/exploring-the-limits-of-transfer-learning","paper_url":"https://arxiv.org/abs/1910.10683v4","paper_title":"Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer","code":"https://github.com/huggingface/transformers","n_code_links":57,"syntology":{"n_ran":2,"n_unverified":29,"n_samples":31,"n_pointer_only_licence":0}},{"rank_in_archive_order":55,"model":"data2vec","metrics":{"Accuracy":"69.9%"},"uses_additional_data":false,"paper_date":"2022-02-07","paper":"/paper/data2vec-a-general-framework-for-self-1","paper_url":"https://arxiv.org/abs/2202.03555v3","paper_title":"data2vec: A General Framework for Self-supervised Learning in Speech, Vision and Language","code":"https://github.com/huggingface/transformers/tree/main/src/transformers/models/data2vec","n_code_links":12,"syntology":{"n_ran":0,"n_unverified":6,"n_samples":6,"n_pointer_only_licence":0}},{"rank_in_archive_order":56,"model":"Bloomberg GPT 50B (1-shot)","metrics":{"Accuracy":"69.3%"},"uses_additional_data":false,"paper_date":"2023-03-30","paper":"/paper/bloomberggpt-a-large-language-model-for","paper_url":"https://arxiv.org/abs/2303.17564v3","paper_title":"BloombergGPT: A Large Language Model for Finance","code":"https://github.com/yangletliu/finlora","n_code_links":2,"syntology":null},{"rank_in_archive_order":57,"model":"FNet-Large","metrics":{"Accuracy":"69%"},"uses_additional_data":false,"paper_date":"2021-05-09","paper":"/paper/fnet-mixing-tokens-with-fourier-transforms","paper_url":"https://arxiv.org/abs/2105.03824v4","paper_title":"FNet: Mixing Tokens with Fourier Transforms","code":"https://github.com/labmlai/annotated_deep_learning_paper_implementations","n_code_links":12,"syntology":{"n_ran":2,"n_unverified":0,"n_samples":2,"n_pointer_only_licence":1}},{"rank_in_archive_order":58,"model":"GPT-3 175B (few-shot, k=32)","metrics":{"Accuracy":"69%"},"uses_additional_data":false,"paper_date":"2020-05-28","paper":"/paper/language-models-are-few-shot-learners","paper_url":"https://arxiv.org/abs/2005.14165v4","paper_title":"Language Models are Few-Shot Learners","code":"https://github.com/ggml-org/llama.cpp","n_code_links":67,"syntology":{"n_ran":15,"n_unverified":50,"n_samples":65,"n_pointer_only_licence":4}},{"rank_in_archive_order":59,"model":"ERNIE","metrics":{"Accuracy":"68.8%"},"uses_additional_data":false,"paper_date":"2019-05-17","paper":"/paper/ernie-enhanced-language-representation-with","paper_url":"https://arxiv.org/abs/1905.07129v3","paper_title":"ERNIE: Enhanced Language Representation with Informative Entities","code":"https://github.com/thunlp/ERNIE","n_code_links":2,"syntology":{"n_ran":3,"n_unverified":0,"n_samples":3,"n_pointer_only_licence":1}},{"rank_in_archive_order":60,"model":"AlexaTM 20B","metrics":{"Accuracy":"68.6%"},"uses_additional_data":false,"paper_date":"2022-08-02","paper":"/paper/alexatm-20b-few-shot-learning-using-a-large","paper_url":"https://arxiv.org/abs/2208.01448v2","paper_title":"AlexaTM 20B: Few-Shot Learning Using a Large-Scale Multilingual Seq2Seq Model","code":"https://github.com/amazon-science/alexa-teacher-models","n_code_links":1,"syntology":{"n_ran":1,"n_unverified":0,"n_samples":1,"n_pointer_only_licence":0}},{"rank_in_archive_order":61,"model":"LaMini-GPT 1.5B","metrics":{"Accuracy":"67.9%"},"uses_additional_data":false,"paper_date":"2023-04-27","paper":"/paper/lamini-lm-a-diverse-herd-of-distilled-models","paper_url":"https://arxiv.org/abs/2304.14402v3","paper_title":"LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions","code":"https://github.com/mbzuai-nlp/lamini-lm","n_code_links":1,"syntology":null},{"rank_in_archive_order":62,"model":"SenseBERT-base 110M","metrics":{"Accuracy":"67.5%"},"uses_additional_data":false,"paper_date":"2019-08-15","paper":"/paper/sensebert-driving-some-sense-into-bert","paper_url":"https://arxiv.org/abs/1908.05646v2","paper_title":"SenseBERT: Driving Some Sense into BERT","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":63,"model":"OPT-IML 1.3B","metrics":{"Accuracy":"66.8%"},"uses_additional_data":false,"paper_date":"2022-12-22","paper":"/paper/opt-iml-scaling-language-model-instruction","paper_url":"https://arxiv.org/abs/2212.12017v3","paper_title":"OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization","code":"https://github.com/tanyuqian/cappy","n_code_links":1,"syntology":null},{"rank_in_archive_order":64,"model":"TinyBERT-6 67M","metrics":{"Accuracy":"66%"},"uses_additional_data":false,"paper_date":"2019-09-23","paper":"/paper/190910351","paper_url":"https://arxiv.org/abs/1909.10351v5","paper_title":"TinyBERT: Distilling BERT for Natural Language Understanding","code":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/paddlenlp/transformers/tinybert","n_code_links":10,"syntology":{"n_ran":0,"n_unverified":4,"n_samples":4,"n_pointer_only_licence":4}},{"rank_in_archive_order":65,"model":"LaMini-F-T5 783M","metrics":{"Accuracy":"65%"},"uses_additional_data":false,"paper_date":"2023-04-27","paper":"/paper/lamini-lm-a-diverse-herd-of-distilled-models","paper_url":"https://arxiv.org/abs/2304.14402v3","paper_title":"LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions","code":"https://github.com/mbzuai-nlp/lamini-lm","n_code_links":1,"syntology":null},{"rank_in_archive_order":66,"model":"RoE-3B","metrics":{"Accuracy":"64.01"},"uses_additional_data":false,"paper_date":"2023-02-07","paper":"/paper/exploring-the-benefits-of-training-expert","paper_url":"https://arxiv.org/abs/2302.03202v2","paper_title":"Exploring the Benefits of Training Expert Language Models over Instruction Tuning","code":"https://github.com/joeljang/rlphf","n_code_links":2,"syntology":{"n_ran":3,"n_unverified":0,"n_samples":3,"n_pointer_only_licence":3}},{"rank_in_archive_order":67,"model":"ELC-BERT-base 98M (zero init)","metrics":{"Accuracy":"63"},"uses_additional_data":false,"paper_date":"2023-11-03","paper":"/paper/not-all-layers-are-equally-as-important-every","paper_url":"https://arxiv.org/abs/2311.02265v2","paper_title":"Not all layers are equally as important: Every Layer Counts BERT","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":68,"model":"DistilBERT 66M","metrics":{"Accuracy":"62.9%"},"uses_additional_data":false,"paper_date":"2019-10-02","paper":"/paper/distilbert-a-distilled-version-of-bert","paper_url":"https://arxiv.org/abs/1910.01108v4","paper_title":"DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter","code":"https://github.com/huggingface/transformers","n_code_links":37,"syntology":{"n_ran":19,"n_unverified":8,"n_samples":27,"n_pointer_only_licence":0}},{"rank_in_archive_order":69,"model":"TinyBERT-4 14.5M","metrics":{"Accuracy":"62.9%"},"uses_additional_data":false,"paper_date":"2019-09-23","paper":"/paper/190910351","paper_url":"https://arxiv.org/abs/1909.10351v5","paper_title":"TinyBERT: Distilling BERT for Natural Language Understanding","code":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/paddlenlp/transformers/tinybert","n_code_links":10,"syntology":{"n_ran":0,"n_unverified":4,"n_samples":4,"n_pointer_only_licence":4}},{"rank_in_archive_order":70,"model":"Neo-6B (QA)","metrics":{"Accuracy":"61.7%"},"uses_additional_data":false,"paper_date":"2022-10-05","paper":"/paper/ask-me-anything-a-simple-strategy-for","paper_url":"https://arxiv.org/abs/2210.02441v3","paper_title":"Ask Me Anything: A simple strategy for prompting language models","code":"https://github.com/hazyresearch/ama_prompting","n_code_links":3,"syntology":{"n_ran":2,"n_unverified":0,"n_samples":2,"n_pointer_only_licence":0}},{"rank_in_archive_order":71,"model":"UL2 20B (0-shot)","metrics":{"Accuracy":"60.7%"},"uses_additional_data":false,"paper_date":"2022-05-10","paper":"/paper/unifying-language-learning-paradigms","paper_url":"https://arxiv.org/abs/2205.05131v3","paper_title":"UL2: Unifying Language Learning Paradigms","code":"https://github.com/google-research/google-research","n_code_links":2,"syntology":{"n_ran":0,"n_unverified":16,"n_samples":16,"n_pointer_only_licence":0}},{"rank_in_archive_order":72,"model":"OPT 175B","metrics":{"Accuracy":"60.3%"},"uses_additional_data":false,"paper_date":"2022-12-22","paper":"/paper/opt-iml-scaling-language-model-instruction","paper_url":"https://arxiv.org/abs/2212.12017v3","paper_title":"OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization","code":"https://github.com/tanyuqian/cappy","n_code_links":1,"syntology":null},{"rank_in_archive_order":73,"model":"N-Grammer 343M","metrics":{"Accuracy":"59.2%"},"uses_additional_data":false,"paper_date":"2022-07-13","paper":"/paper/n-grammer-augmenting-transformers-with-latent-1","paper_url":"https://arxiv.org/abs/2207.06366v1","paper_title":"N-Grammer: Augmenting Transformers with latent n-grams","code":"https://github.com/tensorflow/lingvo","n_code_links":2,"syntology":{"n_ran":0,"n_unverified":6,"n_samples":6,"n_pointer_only_licence":0}},{"rank_in_archive_order":74,"model":"Hybrid H3 125M (0-shot, logit scoring)","metrics":{"Accuracy":"59.2%"},"uses_additional_data":false,"paper_date":"2022-12-28","paper":"/paper/hungry-hungry-hippos-towards-language","paper_url":"https://arxiv.org/abs/2212.14052v3","paper_title":"Hungry Hungry Hippos: Towards Language Modeling with State Space Models","code":"https://github.com/hazyresearch/safari","n_code_links":3,"syntology":{"n_ran":7,"n_unverified":8,"n_samples":15,"n_pointer_only_licence":0}},{"rank_in_archive_order":75,"model":"Neo-6B (few-shot)","metrics":{"Accuracy":"58.8%"},"uses_additional_data":false,"paper_date":"2022-10-05","paper":"/paper/ask-me-anything-a-simple-strategy-for","paper_url":"https://arxiv.org/abs/2210.02441v3","paper_title":"Ask Me Anything: A simple strategy for prompting language models","code":"https://github.com/hazyresearch/ama_prompting","n_code_links":3,"syntology":{"n_ran":2,"n_unverified":0,"n_samples":2,"n_pointer_only_licence":0}},{"rank_in_archive_order":76,"model":"OPT 30B","metrics":{"Accuracy":"58.1%"},"uses_additional_data":false,"paper_date":"2022-12-22","paper":"/paper/opt-iml-scaling-language-model-instruction","paper_url":"https://arxiv.org/abs/2212.12017v3","paper_title":"OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization","code":"https://github.com/tanyuqian/cappy","n_code_links":1,"syntology":null},{"rank_in_archive_order":77,"model":"Hybrid H3 125M (3-shot, logit scoring)","metrics":{"Accuracy":"58.1%"},"uses_additional_data":false,"paper_date":"2022-12-28","paper":"/paper/hungry-hungry-hippos-towards-language","paper_url":"https://arxiv.org/abs/2212.14052v3","paper_title":"Hungry Hungry Hippos: Towards Language Modeling with State Space Models","code":"https://github.com/hazyresearch/safari","n_code_links":3,"syntology":{"n_ran":7,"n_unverified":8,"n_samples":15,"n_pointer_only_licence":0}},{"rank_in_archive_order":78,"model":"Hybrid H3 125M (3-shot, rank classification)","metrics":{"Accuracy":"58.1%"},"uses_additional_data":false,"paper_date":"2022-12-28","paper":"/paper/hungry-hungry-hippos-towards-language","paper_url":"https://arxiv.org/abs/2212.14052v3","paper_title":"Hungry Hungry Hippos: Towards Language Modeling with State Space Models","code":"https://github.com/hazyresearch/safari","n_code_links":3,"syntology":{"n_ran":7,"n_unverified":8,"n_samples":15,"n_pointer_only_licence":0}},{"rank_in_archive_order":79,"model":"24hBERT","metrics":{"Accuracy":"57.7%"},"uses_additional_data":false,"paper_date":"2021-04-15","paper":"/paper/how-to-train-bert-with-an-academic-budget","paper_url":"https://arxiv.org/abs/2104.07705v2","paper_title":"How to Train BERT with an Academic Budget","code":"https://github.com/peteriz/academic-budget-bert","n_code_links":4,"syntology":null},{"rank_in_archive_order":80,"model":"BLOOM 176B (1-shot)","metrics":{"Accuracy":"57.4%"},"uses_additional_data":false,"paper_date":"2023-03-30","paper":"/paper/bloomberggpt-a-large-language-model-for","paper_url":"https://arxiv.org/abs/2303.17564v3","paper_title":"BloombergGPT: A Large Language Model for Finance","code":"https://github.com/yangletliu/finlora","n_code_links":2,"syntology":null},{"rank_in_archive_order":81,"model":"LaMini-T5 738M","metrics":{"Accuracy":"57%"},"uses_additional_data":false,"paper_date":"2023-04-27","paper":"/paper/lamini-lm-a-diverse-herd-of-distilled-models","paper_url":"https://arxiv.org/abs/2304.14402v3","paper_title":"LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions","code":"https://github.com/mbzuai-nlp/lamini-lm","n_code_links":1,"syntology":null},{"rank_in_archive_order":82,"model":"ELC-BERT-small 24M","metrics":{"Accuracy":"55.4"},"uses_additional_data":false,"paper_date":"2023-11-03","paper":"/paper/not-all-layers-are-equally-as-important-every","paper_url":"https://arxiv.org/abs/2311.02265v2","paper_title":"Not all layers are equally as important: Every Layer Counts BERT","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":83,"model":"OPT 66B (1-shot)","metrics":{"Accuracy":"54.9%"},"uses_additional_data":false,"paper_date":"2023-03-30","paper":"/paper/bloomberggpt-a-large-language-model-for","paper_url":"https://arxiv.org/abs/2303.17564v3","paper_title":"BloombergGPT: A Large Language Model for Finance","code":"https://github.com/yangletliu/finlora","n_code_links":2,"syntology":null},{"rank_in_archive_order":84,"model":"LTG-BERT-base 98M","metrics":{"Accuracy":"54.7"},"uses_additional_data":false,"paper_date":"2023-11-03","paper":"/paper/not-all-layers-are-equally-as-important-every","paper_url":"https://arxiv.org/abs/2311.02265v2","paper_title":"Not all layers are equally as important: Every Layer Counts BERT","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":85,"model":"OPT 1.3B","metrics":{"Accuracy":"54.2%"},"uses_additional_data":false,"paper_date":"2022-12-22","paper":"/paper/opt-iml-scaling-language-model-instruction","paper_url":"https://arxiv.org/abs/2212.12017v3","paper_title":"OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization","code":"https://github.com/tanyuqian/cappy","n_code_links":1,"syntology":null},{"rank_in_archive_order":86,"model":"GPT-NeoX 20B (1-shot)","metrics":{"Accuracy":"53.8%"},"uses_additional_data":false,"paper_date":"2023-03-30","paper":"/paper/bloomberggpt-a-large-language-model-for","paper_url":"https://arxiv.org/abs/2303.17564v3","paper_title":"BloombergGPT: A Large Language Model for Finance","code":"https://github.com/yangletliu/finlora","n_code_links":2,"syntology":null},{"rank_in_archive_order":87,"model":"LTG-BERT-small 24M","metrics":{"Accuracy":"53.7"},"uses_additional_data":false,"paper_date":"2023-11-03","paper":"/paper/not-all-layers-are-equally-as-important-every","paper_url":"https://arxiv.org/abs/2311.02265v2","paper_title":"Not all layers are equally as important: Every Layer Counts BERT","code":null,"n_code_links":0,"syntology":null},{"rank_in_archive_order":88,"model":"H3 125M (0-shot, rank classification)","metrics":{"Accuracy":"53.1%"},"uses_additional_data":false,"paper_date":"2022-12-28","paper":"/paper/hungry-hungry-hippos-towards-language","paper_url":"https://arxiv.org/abs/2212.14052v3","paper_title":"Hungry Hungry Hippos: Towards Language Modeling with State Space Models","code":"https://github.com/hazyresearch/safari","n_code_links":3,"syntology":{"n_ran":7,"n_unverified":8,"n_samples":15,"n_pointer_only_licence":0}},{"rank_in_archive_order":89,"model":"GPT-2-XL 1.5B","metrics":{"Accuracy":"52.3%"},"uses_additional_data":false,"paper_date":"2023-04-27","paper":"/paper/lamini-lm-a-diverse-herd-of-distilled-models","paper_url":"https://arxiv.org/abs/2304.14402v3","paper_title":"LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions","code":"https://github.com/mbzuai-nlp/lamini-lm","n_code_links":1,"syntology":null},{"rank_in_archive_order":90,"model":"H3 125M (3-shot, rank classification)","metrics":{"Accuracy":"52.3%"},"uses_additional_data":false,"paper_date":"2022-12-28","paper":"/paper/hungry-hungry-hippos-towards-language","paper_url":"https://arxiv.org/abs/2212.14052v3","paper_title":"Hungry Hungry Hippos: Towards Language Modeling with State Space Models","code":"https://github.com/hazyresearch/safari","n_code_links":3,"syntology":{"n_ran":7,"n_unverified":8,"n_samples":15,"n_pointer_only_licence":0}}],"since_archive":{"claim":"Results that newer papers report for their own method, placed here by Syntology. A model pointed at the cell in the paper's own table; the number was read from that cell and checked against this leaderboard's metric, dataset, split and scale; an independent check that saw this leaderboard's other rows and every other leaderboard on the same dataset accepted it. Not reviewed by the paper's authors or by the archive's editors, and not ranked against the archive rows.","extraction_file_present":true,"measurement":{"test_papers":883,"papers_with_output":881,"judged_true":108,"judged":110,"wilson95_lower":0.9361,"measured_on":"2026-09-24","frozen_commit":"0e3de0df94"},"measurement_note":"blind adjudication of accepted entries on a held-out split of archive papers, rules frozen before the test","coverage":{"sentence":"Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","complete":false,"papers_newer_than_archive":9581,"papers_checked":6264,"papers_extracted_not_yet_verified":0,"boards_without_verdict":2,"papers_not_yet_extracted":3316},"order":"newest first by month (arXiv date, else the arXiv-id month), then arXiv id descending","columns":[],"entries":[]},"syntology":{"read_at":"2026-09-24T18:15:14+00:00","claim":"Per row: N of M harvested code samples from that row's paper executed on a synthesized fixture; the other M-N are unverified. Not a reproduction of the row's number; not a correctness claim. n_pointer_only_licence counts samples the site points at rather than redistributes (a licence axis, independent of ran/unverified).","rows_with_graph_line":55,"rows_with_any_sample_ran":42,"distinct_papers_with_graph_line":31,"distinct_papers_with_any_sample_ran":23,"samples_over_distinct_papers":{"n_ran":401,"n_unverified":763,"n_samples":1164,"n_pointer_only_licence":239,"note":"each paper (arXiv id) counted once, however many rows it is behind; this is the page-level figure"},"samples_row_weighted":{"n_ran":577,"n_unverified":989,"n_samples":1566,"n_pointer_only_licence":275,"note":"row-weighted: a paper behind several rows is counted once per row; inflated relative to samples_over_distinct_papers by design, kept for readers summing the per-row syntology blocks"}}}