paper-with-me

Papers

Learning Context-Sensitive Convolutional Filters for Text Processing

2017-09-25 · EMNLP 2018 10 · Dinghan Shen, Martin Renqiang Min, Yitong Li, Lawrence Carin

Convolutional neural networks (CNNs) have recently emerged as a popular building block for natural language processing (NLP). Despite their success, most existing CNN models employed in NLP share the same learned (and static) set of filters for all input sentences. In this paper, we consider an approach of using a small meta network to learn context-sensitive convolutional filters for text processing. The role of meta network is to abstract the contextual information of a sentence or document into a set of input-aware filters. We further generalize this framework to model sentence pairs, where a bidirectional filter generation mechanism is introduced to encapsulate co-dependent sentence representations. In our benchmarks on four different tasks, including ontology classification, sentiment analysis, answer sentence selection, and paraphrase identification, our proposed model, a modified CNN with context-sensitive filters, consistently outperforms the standard CNN and attention-based CNN baselines. By visualizing the learned context-sensitive filters, we further validate and rationalize the effectiveness of proposed framework.

📄 PDF Abstract BibTeX arXiv:1709.08294

Code (0)

등록된 구현이 없습니다.

Tasks

Paraphrase IdentificationSentenceSentiment AnalysisText Classification

Similar Papers 제목 키워드 기반

Harmonic Networks with Limited Training Samples

2019-04-30 · Matej Ulicny, Vladimir A. Krylov, Rozenn Dahyot

Convolutional neural networks (CNNs) are very popular nowadays for image processing. CNNs allow one to learn optimal filters in a (mostly) supervised machine learning context. However this typically requires abundant lab…

Image Classification

Dynamic Multi-Scale Filters for Semantic Segmentation

2019-10-01 · ICCV 2019 10 · Junjun He, Zhongying Deng, Yu Qiao

Multi-scale representation provides an effective way to address scale variation of objects and stuff in semantic segmentation. Previous works construct multi-scale representation by utilizing different filter sizes, expa…

Scene ParsingSegmentationSemantic Segmentation

Adversarial Robustness through the Lens of Convolutional Filters

2022-04-05 · Paul Gavrikov, Janis Keuper

Deep learning models are intrinsically sensitive to distribution shifts in the input data. In particular, small, barely perceivable perturbations to the input data can force models to make wrong predictions with high con…

Adversarial Robustness

FanarGuard: A Culturally-Aware Moderation Filter for Arabic Language Models

2025-11-24 · Masoomali Fatehkia, Enes Altinisik, Husrev Taha Sencar arxiv

Content moderation filters are a critical safeguard against alignment failures in language models. Yet most existing filters focus narrowly on general safety and overlook cultural context. In this work, we introduce Fana…

Sequential Learning of Convolutional Features for Effective Text Classification

2019-08-30 · IJCNLP 2019 11 · Avinash Madasu, Vijjini Anvesh Rao

Text classification has been one of the major problems in natural language processing. With the advent of deep learning, convolutional neural network (CNN) has been a popular solution to this task. However, CNNs which we…

ClassificationGeneral ClassificationSentiment AnalysisText Categorization+2