paper-with-me

Papers

A Hierarchical Recurrent Encoder-Decoder For Generative Context-Aware Query Suggestion

2015-07-08 · Alessandro Sordoni, Yoshua Bengio, Hossein Vahabi, Christina Lioma, Jakob G. Simonsen, Jian-Yun Nie

Users may strive to formulate an adequate textual query for their information need. Search engines assist the users by presenting query suggestions. To preserve the original search intent, suggestions should be context-aware and account for the previous queries issued by the user. Achieving context awareness is challenging due to data sparsity. We present a probabilistic suggestion model that is able to account for sequences of previous queries of arbitrary lengths. Our novel hierarchical recurrent encoder-decoder architecture allows the model to be sensitive to the order of queries in the context while avoiding data sparsity. Additionally, our model can suggest for rare, or long-tail, queries. The produced suggestions are synthetic and are sampled one word at a time, using computationally cheap decoding techniques. This is in contrast to current synthetic suggestion models relying upon machine learning pipelines and hand-engineered feature sets. Results show that it outperforms existing context-aware approaches in a next query prediction setting. In addition to query suggestion, our model is general enough to be used in a variety of other applications.

📄 PDF Abstract BibTeX arXiv:1507.02221

Code (4)

sordonia/hed-qs 공식 구현
ctr4si/A-Hierarchical-Latent-Structure-for-Variational-Conversation-Modeling pytorch
natashamjaques/neural_chat pytorch
sordonia/hred-qs

Tasks

Decoder

Similar Papers 제목 키워드 기반

Exploring the context of recurrent neural network based conversational agents

2019-01-31 · Raffaele Piccini, Gerasimos Spanakis

Conversational agents have begun to rise both in the academic (in terms of research) and commercial (in terms of applications) world. This paper investigates the task of building a non-goal driven conversational agent, u…

Decoder

Segmenting Medical MRI via Recurrent Decoding Cell

2019-11-21 · Ying Wen, Kai Xie, Lianghua He

The encoder-decoder networks are commonly used in medical image segmentation due to their remarkable performance in hierarchical feature fusion. However, the expanding path for feature decoding and spatial recovery does …

DecoderImage SegmentationMedical Image SegmentationSemantic Segmentation

Shape Inpainting using 3D Generative Adversarial Network and Recurrent Convolutional Networks

2017-11-17 · ICCV 2017 10 · Weiyue Wang, Qiangui Huang, Suya You, Chao Yang 외

Recent advances in convolutional neural networks have shown promising results in 3D shape completion. But due to GPU memory limitations, these methods can only produce low-resolution outputs. To inpaint 3D models with se…

DecoderGenerative Adversarial NetworkGPU

Open-Ended Long-Form Video Question Answering via Hierarchical Convolutional Self-Attention Networks

2019-06-28 · Zhu Zhang, Zhou Zhao, Zhijie Lin, Jingkuan Song 외

Open-ended video question answering aims to automatically generate the natural-language answer from referenced video contents according to the given question. Currently, most existing approaches focus on short-form video…

Answer GenerationDecoderFormQuestion Answering+1

Hierarchical Attention Encoder Decoder

2023-06-01 · Asier Mujika

Recent advances in large language models have shown that autoregressive modeling can generate complex and novel sequences that have many real-world applications. However, these models must generate outputs autoregressive…

Decoder