paper-with-me

Papers

Unreasonable Effectiveness of Rule-Based Heuristics in Solving Russian SuperGLUE Tasks

2021-05-03 · Tatyana Iazykova, Denis Kapelyushnik, Olga Bystrova, Andrey Kutuzov

Leader-boards like SuperGLUE are seen as important incentives for active development of NLP, since they provide standard benchmarks for fair comparison of modern language models. They have driven the world's best engineering teams as well as their resources to collaborate and solve a set of tasks for general language understanding. Their performance scores are often claimed to be close to or even higher than the human performance. These results encouraged more thorough analysis of whether the benchmark datasets featured any statistical cues that machine learning based language models can exploit. For English datasets, it was shown that they often contain annotation artifacts. This allows solving certain tasks with very simple rules and achieving competitive rankings. In this paper, a similar analysis was done for the Russian SuperGLUE (RSG), a recently published benchmark set and leader-board for Russian natural language understanding. We show that its test datasets are vulnerable to shallow heuristics. Often approaches based on simple rules outperform or come close to the results of the notorious pre-trained language models like GPT-3 or BERT. It is likely (as the simplest explanation) that a significant part of the SOTA models performance in the RSG leader-board is due to exploiting these shallow heuristics and that has nothing in common with real language understanding. We provide a set of recommendations on how to improve these datasets, making the RSG leader-board even more representative of the real progress in Russian NLU.

📄 PDF Abstract BibTeX arXiv:2105.01192

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningNatural Language InferenceNatural Language UnderstandingQuestion AnsweringReading ComprehensionWord Sense Disambiguation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Arguments for the Effectiveness of Human Problem Solving

2015-06-09 · Frantisek Duris

The question of how humans solve problem has been addressed extensively. However, the direct study of the effectiveness of this process seems to be overlooked. In this paper, we address the issue of the effectiveness of …

On the unreasonable effectiveness of CNNs

2020-07-29 · Andreas Hauptmann, Jonas Adler

Deep learning methods using convolutional neural networks (CNN) have been successfully applied to virtually all imaging problems, and particularly in image reconstruction tasks with ill-posed and complicated imaging mode…

Image Reconstruction

Learning by Analogy: Diverse Questions Generation in Math Word Problem

2023-06-15 · ZiHao Zhou, Maizhen Ning, Qiufeng Wang, Jie Yao 외

Solving math word problem (MWP) with AI techniques has recently made great progress with the success of deep neural networks (DNN), but it is far from being solved. We argue that the ability of learning by analogy is ess…

Math

Truth Maintenance Under Uncertainty

2013-03-27 · Li-Min Fu

This paper addresses the problem of resolving errors under uncertainty in a rule-based system. A new approach has been developed that reformulates this problem as a neural-network learning problem. The strength and the f…

Towards an automatic recognition of mixed languages: The Ukrainian-Russian hybrid language Surzhyk

2019-12-18 · Nataliya Sira, Giorgio Maria Di Nunzio, Viviana Nosilia

Language interference is common in today's multilingual societies where more languages are being in contact and as a global final result leads to the creation of hybrid languages. These, together with doubts on their rig…