paper-with-me

Papers

Natural Language Processing with Small Feed-Forward Networks

2017-08-01 · EMNLP 2017 9 · Jan A. Botha, Emily Pitler, Ji Ma, Anton Bakalov, Alex Salcianu, David Weiss, Ryan Mcdonald, Slav Petrov

We show that small and shallow feed-forward neural networks can achieve near state-of-the-art results on a range of unstructured and structured language processing tasks while being considerably cheaper in memory and computational requirements than deep recurrent models. Motivated by resource-constrained environments like mobile phones, we showcase simple techniques for obtaining such small neural network models, and investigate different tradeoffs when deciding how to allocate a small memory budget.

📄 PDF Abstract BibTeX arXiv:1708.00214

Code (1)

bzz/LangID tf

Similar Papers 제목 키워드 기반

A Primer on Neural Network Models for Natural Language Processing

2015-10-02 · Yoav Goldberg

Over the past few years, neural networks have re-emerged as powerful machine-learning models, yielding state-of-the-art results in fields such as image recognition and speech processing. More recently, neural network mod…

BIG-bench Machine Learning

CoLT5: Faster Long-Range Transformers with Conditional Computation

2023-03-17 · Joshua Ainslie, Tao Lei, Michiel de Jong, Santiago Ontañón 외

Many natural language processing tasks benefit from long inputs, but processing long documents with Transformers is expensive -- not only due to quadratic attention complexity but also from applying feedforward and proje…

Long-range modeling

Neural Network Models for Implicit Discourse Relation Classification in English and Chinese without Surface Features

2016-06-07 · Attapol T. Rutherford, Vera Demberg, Nianwen Xue

Inferring implicit discourse relations in natural language text is the most difficult subtask in discourse parsing. Surface features achieve good performance, but they are not readily applicable to other languages withou…

Discourse ParsingGeneral ClassificationImplicit Discourse Relation ClassificationRelation+1

Blockwise Parallel Transformer for Large Context Models

2023-05-30 · Hao liu, Pieter Abbeel

Transformers have emerged as the cornerstone of state-of-the-art natural language processing models, showcasing exceptional performance across a wide range of AI applications. However, the memory demands posed by the sel…

Language ModelingLanguage Modelling

Blockwise Parallel Transformers for Large Context Models

2023-09-21 · NeurIPS 2023 11

Transformers have emerged as the cornerstone of state-of-the-art natural language processing models, showcasing exceptional performance across a wide range of AI applications. However, the memory demands posed by the sel…