paper-with-me

홈 › Papers

Generalization in NLI: Ways (Not) To Go Beyond Simple Heuristics

2021-10-04 · EMNLP (insights) 2021 11 · Prajjwal Bhargava, Aleksandr Drozd, Anna Rogers

Much of recent progress in NLU was shown to be due to models' learning dataset-specific heuristics. We conduct a case study of generalization in NLI (from MNLI to the adversarially constructed HANS dataset) in a range of BERT-based architectures (adapters, Siamese Transformers, HEX debiasing), as well as with subsampling the data and increasing the model size. We report 2 successful and 3 unsuccessful strategies, all providing insights into how Transformer-based models learn to generalize.

📄 PDF Abstract BibTeX arXiv:2110.01518

Code (1)

prajjwal1/generalize_lm_nli 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learning From Small Samples: An Analysis of Simple Decision Heuristics

2015-12-01 · NeurIPS 2015 12 · Özgür Şimşek, Marcus Buckmann

Simple decision heuristics are models of human and animal behavior that use few pieces of information---perhaps only a single piece of information---and integrate the pieces in simple ways, for example, by considering th…

Decision Making

Toward Theoretical Guidance for Two Common Questions in Practical Cross-Validation based Hyperparameter Selection

2023-01-12 · Parikshit Ram, Alexander G. Gray, Horst C. Samulowitz, Gregory Bramble

We show, to our knowledge, the first theoretical treatments of two common questions in cross-validation based hyperparameter selection: (1) After selecting the best hyperparameter using a held-out set, we train the final…

Learning Admissible Heuristics for A*: Theory and Practice

2025-09-26 · Ehsan Futuhi, Nathan R. Sturtevant arxiv

Heuristic functions are central to the performance of search algorithms such as A-star, where admissibility - the property of never overestimating the true shortest-path cost - guarantees solution optimality. Recent deep…

Simple Hyper-heuristics Control the Neighbourhood Size of Randomised Local Search Optimally for LeadingOnes

2018-01-23 · Andrei Lissovoi, Pietro S. Oliveto, John Alasdair Warwicker

Selection HHs are randomised search methodologies which choose and execute heuristics during the optimisation process from a set of low-level heuristics. A machine learning mechanism is generally used to decide which low…

Reinforcement Learning

Beyond Shallow Heuristics: Leveraging Human Intuition for Curriculum Learning

2025-08-27 · Vanessa Toborek, Sebastian Müller, Tim Selbach, Tamás Horváth 외 arxiv

Curriculum learning (CL) aims to improve training by presenting data from "easy" to "hard", yet defining and measuring linguistic difficulty remains an open challenge. We investigate whether human-curated simple language…