paper-with-me

Papers

An Analysis of Dataset Overlap on Winograd-Style Tasks

2020-11-09 · COLING 2020 8 · Ali Emami, Adam Trischler, Kaheer Suleman, Jackie Chi Kit Cheung

The Winograd Schema Challenge (WSC) and variants inspired by it have become important benchmarks for common-sense reasoning (CSR). Model performance on the WSC has quickly progressed from chance-level to near-human using neural language models trained on massive corpora. In this paper, we analyze the effects of varying degrees of overlap between these training corpora and the test instances in WSC-style tasks. We find that a large number of test instances overlap considerably with the corpora on which state-of-the-art models are (pre)trained, and that a significant drop in classification accuracy occurs when we evaluate models on instances with minimal overlap. Based on these results, we develop the KnowRef-60K dataset, which consists of over 60k pronoun disambiguation problems scraped from web data. KnowRef-60K is the largest corpus to date for WSC-style common-sense reasoning and exhibits a significantly lower proportion of overlaps with current pretraining corpora.

📄 PDF Abstract BibTeX arXiv:2011.04767

Code (1)

aemami1/KnowRef60k

Tasks

Common Sense Reasoning

Similar Papers 제목 키워드 기반

WinoDict: Probing language models for in-context word acquisition

2022-09-25 · Julian Martin Eisenschlos, Jeremy R. Cole, Fangyu Liu, William W. Cohen

We introduce a new in-context learning paradigm to measure Large Language Models' (LLMs) ability to learn novel words during inference. In particular, we rewrite Winograd-style co-reference resolution problems by replaci…

In-Context LearningProbing Language Models

Spatial-Winograd Pruning Enabling Sparse Winograd Convolution

2019-01-08 · ICLR 2019 5 · Jiecao Yu, Jongsoo Park, Maxim Naumov

Deep convolutional neural networks (CNNs) are deployed in various applications but demand immense computational requirements. Pruning techniques and Winograd convolution are two typical methods to reduce the CNN computat…

Data-Free Group-Wise Fully Quantized Winograd Convolution via Learnable Scales

2024-12-27 · CVPR 2025 1 · Shuokai Pan, Gerti Tuzi, Sudarshan Sreeram, Dibakar Gope

Despite the revolutionary breakthroughs of large-scale text-to-image diffusion models for complex vision and downstream tasks, their extremely high computational and storage costs limit their usability. Quantization of d…

image-classificationImage ClassificationImage GenerationQuantization+2

Accelerating Large Kernel Convolutions with Nested Winograd Transformation.pdf

2021-02-26 · Jingbo Jiang, Xizi Chen, Chi-Ying Tsui

Recent literature has shown that convolutional neural networks (CNNs) with large kernels outperform vision transformers (ViTs) and CNNs with stacked small kernels in many computer vision tasks, such as object detection a…

Image Restorationobject-detectionObject DetectionSemantic Segmentation

Enabling Sparse Winograd Convolution by Native Pruning

2017-02-28 · Sheng Li, Jongsoo Park, Ping Tak Peter Tang

Sparse methods and the use of Winograd convolutions are two orthogonal approaches, each of which significantly accelerates convolution computations in modern CNNs. Sparse Winograd merges these two and thus has the potent…

CPU