paper-with-me

Papers

Dependency Sensitive Convolutional Neural Networks for Modeling Sentences and Documents

2016-11-08 · NAACL 2016 6 · Rui Zhang, Honglak Lee, Dragomir Radev

The goal of sentence and document modeling is to accurately represent the meaning of sentences and documents for various Natural Language Processing tasks. In this work, we present Dependency Sensitive Convolutional Neural Networks (DSCNN) as a general-purpose classification system for both sentences and documents. DSCNN hierarchically builds textual representations by processing pretrained word embeddings via Long Short-Term Memory networks and subsequently extracting features with convolution operators. Compared with existing recursive neural models with tree structures, DSCNN does not rely on parsers and expensive phrase labeling, and thus is not restricted to sentence-level tasks. Moreover, unlike other CNN-based models that analyze sentences locally by sliding windows, our system captures both the dependency information within each sentence and relationships across sentences in the same document. Experiment results demonstrate that our approach is achieving state-of-the-art performance on several tasks, including sentiment analysis, question type classification, and subjectivity classification.

📄 PDF Abstract BibTeX arXiv:1611.02361

Code (3)

ManuelVs/NNForTextClassification tf
ManuelVs/NeuralNetworks tf
MindSpore-paper-code-2/code399/tree/main/dscnn mindspore

Tasks

ClassificationGeneral ClassificationSentenceSentence EmbeddingsSentiment AnalysisWord Embeddings

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Graph Convolutional Encoders for Syntax-aware Neural Machine Translation

2017-04-15 · EMNLP 2017 9 · Jasmijn Bastings, Ivan Titov, Wilker Aziz, Diego Marcheggiani 외

We present a simple and effective approach to incorporating syntactic structure into neural attention-based encoder-decoder models for machine translation. We rely on graph-convolutional networks (GCNs), a recent class o…

DecoderMachine TranslationTranslation

Learning Target-Specific Representations of Financial News Documents For Cumulative Abnormal Return Prediction

2018-08-01 · COLING 2018 8 · Junwen Duan, Yue Zhang, Xiao Ding, Ching-Yun Chang 외

Texts from the Internet serve as important data sources for financial market modeling. Early statistical approaches rely on manually defined features to capture lexical, sentiment and event information, which suffers fro…

Information RetrievalSentenceStock Market Prediction

Recognizing Sentence-level Logical Document Structures with the Help of Context-free Grammars

2020-05-01 · LREC 2020 5

Current sentence boundary detectors split documents into sequentially ordered sentences by detecting their beginnings and ends. Sentences, however, are more deeply structured even on this side of constituent and dependen…

Dependency ParsingSentence

Multilingual Document-Level Translation Enables Zero-Shot Transfer From Sentences to Documents

2021-09-21 · ACL 2022 5 · Biao Zhang, Ankur Bapna, Melvin Johnson, Ali Dabirmoghaddam 외

Document-level neural machine translation (DocNMT) achieves coherent translations by incorporating cross-sentence context. However, for most language pairs there's a shortage of parallel documents, although parallel sent…

Machine TranslationSentenceTransfer LearningTranslation

AC-BLSTM: Asymmetric Convolutional Bidirectional LSTM Networks for Text Classification

2016-11-07 · Depeng Liang, Yongdong Zhang

Recently deeplearning models have been shown to be capable of making remarkable performance in sentences and documents classification tasks. In this work, we propose a novel framework called AC-BLSTM for modeling sentenc…

ClassificationGeneral ClassificationSentence EmbeddingsSentiment Analysis+2