paper-with-me

Papers

A Hierarchical Neural Autoencoder for Paragraphs and Documents

2015-06-02 · IJCNLP 2015 7 · Jiwei Li, Minh-Thang Luong, Dan Jurafsky

Natural language generation of coherent long texts like paragraphs or longer documents is a challenging problem for recurrent networks models. In this paper, we explore an important step toward this generation task: training an LSTM (Long-short term memory) auto-encoder to preserve and reconstruct multi-sentence paragraphs. We introduce an LSTM model that hierarchically builds an embedding for a paragraph from embeddings for sentences and words, then decodes this embedding to reconstruct the original paragraph. We evaluate the reconstructed paragraph using standard metrics like ROUGE and Entity Grid, showing that neural models are able to encode texts in a way that preserve syntactic, semantic, and discourse coherence. While only a first step toward generating coherent text units from neural models, our work has the potential to significantly impact natural language generation and summarization\footnote{Code for the three models described in this paper can be found at www.stanford.edu/~jiweil/ .

📄 PDF Abstract BibTeX arXiv:1506.01057

Code (5)

guanliu321/CNN-RNN-HAN-for-Text-Classification-Using-NLP
jiweil/Hierarchical-Neural-Autoencoder
lipiji/hierarchical-encoder-decoder
rachit-shah/News-Classfication-using-DNN-models
tuvuumass/SCoPE tf

Tasks

SentenceText Generation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Question Generation from Paragraphs: A Tale of Two Hierarchical Models

2019-11-08 · Vishwajeet Kumar, Raktim Chaki, Sai Teja Talluri, Ganesh Ramakrishnan 외

Automatic question generation from paragraphs is an important and challenging problem, particularly due to the long context from paragraphs. In this paper, we propose and study two hierarchical models for the task of que…

Question GenerationQuestion-GenerationSentenceVocal Bursts Valence Prediction

Linguistic-style-aware Neural Networks for Fake News Detection

2023-01-07 · Xinyi Zhou, Jiayu Li, Qinzhou Li, Reza Zafarani

We propose the hierarchical recursive neural network (HERO) to predict fake news by learning its linguistic style, which is distinguishable from the truth, as psychological theories reveal. We first generate the hierarch…

Fake News Detection

A Systematic Comparison of Architectures for Document-Level Sentiment Classification

2020-02-19 · Jeremy Barnes, Vinit Ravishankar, Lilja Øvrelid, Erik Velldal

Documents are composed of smaller pieces - paragraphs, sentences, and tokens - that have complex relationships between one another. Sentiment classification models that take into account the structure inherent in these d…

ClassificationDocument ClassificationGeneral ClassificationLanguage Modeling+4

Improving the Identification of the Discourse Function of News Article Paragraphs

2020-07-01 · WS 2020 7 · Deya Banisakher, W. Victor Yarlott, Mohammed Aldawsari, Naphtali Rishe 외

Identifying the discourse structure of documents is an important task in understanding written text. Building on prior work, we demonstrate an improved approach to automatically identifying the discourse function of para…

ArticlesSentence

Ranking Paragraphs for Improving Answer Recall in Open-Domain Question Answering

2018-10-01 · EMNLP 2018 10 · Jinhyuk Lee, Seongjun Yun, Hyunjae Kim, Miyoung Ko 외

Recently, open-domain question answering (QA) has been combined with machine comprehension models to find answers in a large knowledge source. As open-domain QA requires retrieving relevant documents from text corpora to…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension+1