中文
相关论文

相关论文: Investigating Efficient Learning and Compositional…

200 篇论文

Previous work has modeled the compositionality of words by creating character-level models of meaning, reducing problems of sparsity for rare words. However, in many writing systems compositionality has an effect even on the…

计算与语言 · 计算机科学 2017-05-09 Frederick Liu , Han Lu , Chieh Lo , Graham Neubig

Recurrent neural networks (RNNs) notoriously struggle to learn long-term memories, primarily due to vanishing and exploding gradients. The recent success of state-space models (SSMs), a subclass of RNNs, to overcome such difficulties…

机器学习 · 计算机科学 2024-11-06 Nicolas Zucchet , Antonio Orvieto

Learning hierarchical structures in sequential data -- from simple algorithmic patterns to natural language -- in a reliable, generalizable way remains a challenging problem for neural language models. Past work has shown that recurrent…

计算与语言 · 计算机科学 2022-12-01 Brian DuSell , David Chiang

Long Short-Term Memory Recurrent Neural Networks (LSTM-RNN) are one of the most powerful dynamic classifiers publicly known. The network itself and the related learning algorithms are reasonably well documented to get an idea how it works.…

神经与进化计算 · 计算机科学 2019-09-23 Ralf C. Staudemeyer , Eric Rothstein Morris

Few-shot learning (FSL) aims at recognizing novel classes given only few training samples, which still remains a great challenge for deep learning. However, humans can easily recognize novel classes with only few samples. A key component of…

计算机视觉与模式识别 · 计算机科学 2020-09-23 Yixiong Zou , Shanghang Zhang , Ke Chen , Yonghong Tian , Yaowei Wang , José M. F. Moura

Recent Large Language Models (LLMs) have demonstrated remarkable capabilities in generating text that closely resembles human writing across wide range of styles and genres. However, such capabilities are prone to potential abuse, such as…

Often in language and other areas of cognition, whether two components of an object are identical or not determines if it is well formed. We call such constraints identity effects. When developing a system to learn well-formedness from…

机器学习 · 计算机科学 2022-03-03 S. Brugiapaglia , M. Liu , P. Tupper

Deep generative models have shown great promise when it comes to synthesising novel images. While they can generate images that look convincing on a higher-level, generating fine-grained details is still a challenge. In order to foster…

计算机视觉与模式识别 · 计算机科学 2019-01-15 Andrin Jenal , Nikolay Savinov , Torsten Sattler , Gaurav Chaurasia

In recent studies [1][13][12] Recurrent Neural Networks were used for generative processes and their surprising performance can be explained by their ability to create good predictions. In addition, data compression is also based on…

计算与语言 · 计算机科学 2017-05-03 Juan Andrés Laura , Gabriel Masi , Luis Argerich

A resistive memory network that has no crossover wiring is proposed to overcome the hardware limitations to size and functional complexity that is associated with conventional analogue neural networks. The proposed memory network is based…

人工智能 · 计算机科学 2012-01-31 Alex Pappachen James , Sima Dimitrijev

This paper shows how Long Short-term Memory recurrent neural networks can be used to generate complex sequences with long-range structure, simply by predicting one data point at a time. The approach is demonstrated for text (where the data…

神经与进化计算 · 计算机科学 2014-06-06 Alex Graves

We present a comparison of word-based and character-based sequence-to-sequence models for data-to-text natural language generation, which generate natural language descriptions for structured inputs. On the datasets of two recent generation…

计算与语言 · 计算机科学 2018-10-12 Glorianna Jagfeld , Sabrina Jenne , Ngoc Thang Vu

Recurrent neural networks (RNNs) are powerful architectures to model sequential data, due to their capability to learn short and long-term dependencies between the basic elements of a sequence. Nonetheless, popular tasks such as speech or…

The standard LSTM recurrent neural networks while very powerful in long-range dependency sequence applications have highly complex structure and relatively large (adaptive) parameters. In this work, we present empirical comparison between…

神经与进化计算 · 计算机科学 2017-01-13 Yuzhen Lu , Fathi M. Salem

A hallmark of human intelligence is the ability to construct self-contained chunks of knowledge and reuse them in novel combinations for solving different problems. Learning such compositional structures has been a challenge for artificial…

机器学习 · 计算机科学 2022-07-26 Jorge A. Mendez

Modern language model-based AI systems are remarkably powerful, yet their capabilities remain fundamentally capped by their human creators in three key ways. First, although a model's weights can be updated via fine-tuning, acquiring new…

人工智能 · 计算机科学 2026-03-20 Zitong Yang

Conventionally, autoencoders are unsupervised representation learning tools. In this work, we propose a novel discriminative autoencoder. Use of supervised discriminative learning ensures that the learned representation is robust to…

计算机视觉与模式识别 · 计算机科学 2019-12-30 Anupriya Gogna , Angshul Majumdar

Deep neural networks (DNNs) have been deployed in myriad machine learning applications. However, advances in their accuracy are often achieved with increasingly complex and deep network architectures. These large, deep models are often…

机器学习 · 计算机科学 2020-04-22 Wenhan Xia , Hongxu Yin , Niraj K. Jha

We introduce a recurrent neural network language model (RNN-LM) with long short-term memory (LSTM) units that utilizes both character-level and word-level inputs. Our model has a gate that adaptively finds the optimal mixture of the…

计算与语言 · 计算机科学 2016-10-14 Yasumasa Miyamoto , Kyunghyun Cho

The artificial neural network shows powerful ability of inference, but it is still criticized for lack of interpretability and prerequisite needs of big dataset. This paper proposes the Rule-embedded Neural Network (ReNN) to overcome the…

机器学习 · 计算机科学 2018-09-03 Hu Wang