paper-with-me

Papers

Sentence Alignment using Unfolding Recursive Autoencoders

2017-08-01 · WS 2017 8 · Jeenu Grover, Pabitra Mitra

In this paper, we propose a novel two step algorithm for sentence alignment in monolingual corpora using Unfolding Recursive Autoencoders. First, we use unfolding recursive auto-encoders (RAE) to learn feature vectors for phrases in syntactical tree of the sentence. To compare two sentences we use a similarity matrix which has dimensions proportional to the size of the two sentences. Since the similarity matrix generated to compare two sentences has varying dimension due to different sentence lengths, a dynamic pooling layer is used to map it to a matrix of fixed dimension. The resulting matrix is used to calculate the similarity scores between the two sentences. The second step of the algorithm captures the contexts in which the sentences occur in the document by using a dynamic programming algorithm for global alignment.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalMachine TranslationParaphrase IdentificationQuestion AnsweringSentenceText Summarization

Similar Papers 제목 키워드 기반

Unsupervised Latent Tree Induction with Deep Inside-Outside Recursive Autoencoders

2019-04-03 · Andrew Drozdov, Pat Verga, Mohit Yadav, Mohit Iyyer 외

We introduce deep inside-outside recursive autoencoders (DIORA), a fully-unsupervised method for discovering syntax that simultaneously learns representations for constituents within the induced tree. Our approach predic…

Constituency ParsingSentence

Fractal Unfolding: A Metamorphic Approach to Learning to Parse Recursive Structure

2012-06-01 · WS 2012 6 · Whitney Tabor, Pyeong Whan Cho, Emily Szkudlarek

Sharp Recovery Thresholds of Tensor PCA Spectral Algorithms

2023-09-21 · NeurIPS 2023 11

Many applications seek to recover low-rank approximations of noisy tensor data. We consider several practical and effective matricization strategies which construct specific matrices from such tensors and then apply spec…

Recursions Are All You Need: Towards Efficient Deep Unfolding Networks

2023-05-09 · Rawwad Alhejaili, Motaz Alfarraj, Hamzah Luqman, Ali Al-Shaikhi

The use of deep unfolding networks in compressive sensing (CS) has seen wide success as they provide both simplicity and interpretability. However, since most deep unfolding networks are iterative, this incurs significan…

AllCompressive Sensing

Unsupervised Parsing with S-DIORA: Single Tree Encoding for Deep Inside-Outside Recursive Autoencoders

2020-11-01 · EMNLP 2020 11 · Andrew Drozdov, Subendhu Rongali, Yi-Pei Chen, Tim O{'}Gorman 외

The deep inside-outside recursive autoencoder (DIORA; Drozdov et al. 2019) is a self-supervised neural model that learns to induce syntactic tree structures for input sentences *without access to labeled training data*. …

Constituency Grammar InductionConstituency ParsingSentence