中文
相关论文

相关论文: Pruning and Sparsemax Methods for Hierarchical Att…

200 篇论文

Research on human action classification has made significant progresses in the past few years. Most deep learning methods focus on improving performance by adding more network components. We propose, however, to better utilize auxiliary…

计算机视觉与模式识别 · 计算机科学 2020-07-31 Mahdi Davoodikakhki , KangKang Yin

Analyzing the readability of articles has been an important sociolinguistic task. Addressing this task is necessary to the automatic recommendation of appropriate articles to readers with different comprehension abilities, and it further…

信息检索 · 计算机科学 2021-03-09 Changping Meng , Muhao Chen , Jie Mao , Jennifer Neville

We present an attention-based ranking framework for learning to order sentences given a paragraph. Our framework is built on a bidirectional sentence encoder and a self-attention based transformer network to obtain an input order invariant…

计算与语言 · 计算机科学 2020-01-03 Pawan Kumar , Dhanajit Brahma , Harish Karnick , Piyush Rai

We introduce a tree-structured attention neural network for sentences and small phrases and apply it to the problem of sentiment classification. Our model expands the current recursive models by incorporating structural information around a…

计算与语言 · 计算机科学 2017-01-10 Filippos Kokkinos , Alexandros Potamianos

Long-context modeling is crucial for next-generation language models, yet the high computational cost of standard attention mechanisms poses significant computational challenges. Sparse attention offers a promising direction for improving…

Post-training pruning is an effective approach for reducing the size and inference cost of large language models (LLMs), but existing methods often face a trade-off between pruning quality and computational efficiency. Heuristic pruning…

计算与语言 · 计算机科学 2026-02-10 Peiqi Yu , Jinhao Wang , Xinyi Sui , Nam Ling , Wei Wang , Wei Jiang

Network pruning, which removes less important parameters or architectures, is often expected to improve efficiency while preserving performance. However, this expectation does not consistently hold across language tasks: pruned models can…

计算与语言 · 计算机科学 2026-05-13 Shwai He , Guoheng Sun , Haichao Zhang , Yun Fu , Ang Li

Lifelong learning capabilities are crucial for sentiment classifiers to process continuous streams of opinioned information on the Web. However, performing lifelong learning is non-trivial for deep neural networks as continually training of…

计算与语言 · 计算机科学 2021-06-22 Binzong Geng , Min Yang , Fajie Yuan , Shupeng Wang , Xiang Ao , Ruifeng Xu

Neural network pruning is a popular technique used to reduce the inference costs of modern, potentially overparameterized, networks. Starting from a pre-trained network, the process is as follows: remove redundant parameters, retrain, and…

机器学习 · 计算机科学 2021-03-05 Lucas Liebenwein , Cenk Baykal , Brandon Carter , David Gifford , Daniela Rus

In text classification, the traditional attention mechanisms usually focus too much on frequent words, and need extensive labeled data in order to learn. This paper proposes a perturbation-based self-supervised attention approach to guide…

计算与语言 · 计算机科学 2023-10-31 Huawen Feng , Zhenxi Lin , Qianli Ma

In this paper we propose a neural network model with a novel Sequential Attention layer that extends soft attention by assigning weights to words in an input sequence in a way that takes into account not just how well that word matches a…

计算与语言 · 计算机科学 2017-06-28 Sebastian Brarda , Philip Yeres , Samuel R. Bowman

Deep pre-trained Transformer models have achieved state-of-the-art results over a variety of natural language processing (NLP) tasks. By learning rich language knowledge with millions of parameters, these models are usually…

计算与语言 · 计算机科学 2020-11-10 Zhengyan Zhang , Fanchao Qi , Zhiyuan Liu , Qun Liu , Maosong Sun

The softmax function is widely used in artificial neural networks for the multiclass classification problems, where the softmax transformation enforces the output to be positive and sum to one, and the corresponding loss function allows to…

机器学习 · 计算机科学 2021-12-24 Shaoshi Sun , Zhenyuan Zhang , BoCheng Huang , Pengbin Lei , Jianlin Su , Shengfeng Pan , Jiarun Cao

Prior works have shown that neural networks can be heavily pruned while preserving performance, but the impact of pruning on model interpretability remains unclear. In this work, we investigate how magnitude-based pruning followed by…

计算机视觉与模式识别 · 计算机科学 2025-10-07 Sanish Suwal , Dipkamal Bhusal , Michael Clifford , Nidhi Rastogi

In this paper, to remedy this deficiency, we propose a Linear Attention Mechanism which is approximate to dot-product attention with much less memory and computational costs. The efficient design makes the incorporation between attention…

计算机视觉与模式识别 · 计算机科学 2020-08-21 Rui Li , Jianlin Su , Chenxi Duan , Shunyi Zheng

Deep neural networks achieve state-of-the-art performance in a variety of tasks by extracting a rich set of features from unstructured data, however this performance is closely tied to model size. Modern techniques for inducing sparsity and…

机器学习 · 计算机科学 2021-03-02 Skyler Seto , Martin T. Wells , Wenyu Zhang

In this paper we address a task of relation mention extraction from noisy data: extracting representative phrases for a particular relation from noisy sentences that are collected via distant supervision. Despite its significance and value…

计算与语言 · 计算机科学 2018-11-06 Jun Feng , Minlie Huang , Yijie Zhang , Yang Yang , Xiaoyan Zhu

Large Language Models (LLMs) excel in text classification, but their complexity hinders interpretability, making it difficult to understand the reasoning behind their predictions. Explainable AI (XAI) methods like LIME and SHAP offer local…

计算与语言 · 计算机科学 2025-07-16 Yogachandran Rahulamathavan , Misbah Farooq , Varuna De Silva

Deep learning drives a new wave in computing systems and triggers the automation of increasingly complex problems. In particular, Large Language Models (LLMs) have significantly advanced cognitive tasks, often matching or even surpassing…

Gating mechanisms have been widely utilized, from early models like LSTMs and Highway Networks to recent state space models, linear attention, and also softmax attention. Yet, existing literature rarely examines the specific effects of…