Challenge: a JavaScript implementation of a convolutional neural network performs feedforward inference completely in the browser.
Approach: They propose a JavaScript implementation that performs feedforward inference completely in the browser.
Outcome: The proposed model performs feedforward inference completely in the browser without server requests . the proposed model is useful for applications with stringent latency requirements or low connectivity .

Similar Papers

NLP Service APIs and Models for Efficient Registration of New Clients (2020.findings-emnlp)

Copied to clipboard

Challenge: State-of-the-art NLP inference uses enormous neural architectures and models trained for GPU-months, well beyond the reach of most consumers of NLP.
Approach: They propose a centralized NLP service that can be customized to suit clients . they propose NER, sentiment labeling, and predictive language modeling to improve client experience.
Outcome: The proposed model can be used to improve word usage and salience across clients without re-training or fine-tuning.
Pay-Per-Request Deployment of Neural Network Models Using Serverless Architectures (N18-5)

Copied to clipboard

Challenge: Using Amazon’s Lambda service for feedforward evaluation and DynamoDB for word embeddings, we demonstrate a serverless deployment of neural networks for NLP applications.
Approach: They propose a pay-per-request pricing model for neural network deployment in NLP applications using Amazon’s Lambda service for feedforward evaluation and DynamoDB for storing word embeddings.
Outcome: The proposed architecture is scalable and inexpensive.
Rethinking Complex Neural Network Architectures for Document Classification (N19-1)

Copied to clipboard

Challenge: Neural network models for many NLP tasks have grown increasingly complex in recent years . authors of recent papers question the necessity of such architectures and find them quite effective .
Approach: They propose to use regularization techniques borrowed from language modeling to improve model accuracy . they find that a simple biLSTM architecture with appropriate regularization yields competitive results .
Outcome: a simple biLSTM model outperforms the state-of-the-art on four benchmark datasets . authors say that improvements are not real, but are attributed to mundane reasons .
Deep Adversarial Learning for NLP (N19-5)

Copied to clipboard

Challenge: Adversarial learning is a game-theoretic learning paradigm that has achieved huge successes in the field of Computer Vision recently.
Approach: This tutorial introduces the foundations of deep adversarial learning and some practical problems and solutions in NLP.
Outcome: This tutorial introduces the foundations of deep adversarial learning and some practical problems and solutions in NLP.
Neural Unsupervised Domain Adaptation in NLP—A Survey (2020.coling-main)

Copied to clipboard

Challenge: Deep neural networks excel at learning from labeled data, but learning from unlabeled data remains a challenge.
Approach: They review neural unsupervised domain adaptation techniques which do not require labeled target domain data.
Outcome: The proposed techniques are more challenging yet widely applicable.
Convolutional Neural Networks with Recurrent Neural Filters (D18-1)

Copied to clipboard

Challenge: Convolutional neural networks (CNNs) use recurrent neural networks as convolution filters to capture language compositionality and long-term dependencies.
Approach: They propose to use recurrent neural networks (RNNs) as convolution filters to capture language compositionality and long-term dependencies.
Outcome: The proposed convolutional neural networks achieve state-of-the-art on two sentences and the Stanford Sentiment Treebank.
Searching for Effective Neural Extractive Summarization: What Works and What’s Next (P19-1)

Copied to clipboard

Challenge: Recent years have seen success in the use of deep neural networks on text summarization, but there is no clear understanding of why they perform so well or how they might be improved.
Approach: They propose to use different types of model architectures to improve extractive summarization systems.
Outcome: The proposed framework achieves state-of-the-art on CNN/DailyMail by a large margin based on observations and analysis.
Variational Inference and Deep Generative Models (P18-5)

Copied to clipboard

Challenge: Unsupervised and semi-supervised learning has been addressed scarcely in NLP . this tutorial provides an introduction to variational inference followed by an example-driven discussion of how to use variational methods for training DGMs.
Approach: This tutorial provides an introduction to variational inference followed by an example-driven discussion of how to use variational methods for training DGMs.
Outcome: This tutorial provides an introduction to variational inference followed by an example-driven discussion of how to use variational methods for training DGMs.
Advances in Pre-Training Distributed Word Representations (L18-1)

Copied to clipboard

Challenge: Pre-trained word representations are a building block of many Natural Language Processing and Machine Learning applications.
Approach: They propose to combine known tricks and a set of publicly available pre-trained word vector representations to train high-quality representations.
Outcome: The proposed models outperform the current state of the art on a number of tasks while maintaining a high training speed to scale to massive amount of data.
Beyond Paragraphs: NLP for Long Sequences (2021.naacl-tutorials)

Copied to clipboard

Challenge: In this tutorial, we will introduce document-level representation learning techniques . document-based learning is challenging due to the limited sequence length of many models .
Approach: They will provide an overview of established long sequence NLP techniques and discuss memory-saving methods that are key to processing long sequences.
Outcome: The tutorial will introduce the latest and ongoing techniques for document-level representation learning.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations