paper-with-me

홈 › Papers

AMUSED: A Multi-Stream Vector Representation Method for Use in Natural Dialogue

2019-12-04 · LREC 2020 5 · Gaurav Kumar, Rishabh Joshi, Jaspreet Singh, Promod Yenigalla

The problem of building a coherent and non-monotonous conversational agent with proper discourse and coverage is still an area of open research. Current architectures only take care of semantic and contextual information for a given query and fail to completely account for syntactic and external knowledge which are crucial for generating responses in a chit-chat system. To overcome this problem, we propose an end to end multi-stream deep learning architecture which learns unified embeddings for query-response pairs by leveraging contextual information from memory networks and syntactic information by incorporating Graph Convolution Networks (GCN) over their dependency parse. A stream of this network also utilizes transfer learning by pre-training a bidirectional transformer to extract semantic representation for each input sentence and incorporates external knowledge through the the neighborhood of the entities from a Knowledge Base (KB). We benchmark these embeddings on next sentence prediction task and significantly improve upon the existing techniques. Furthermore, we use AMUSED to represent query and responses along with its context to develop a retrieval based conversational agent which has been validated by expert linguists to have comprehensive engagement with humans.

📄 PDF Abstract BibTeX arXiv:1912.10160

Code (0)

등록된 구현이 없습니다.

Tasks

RetrievalSentenceTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

AMUSED: An Annotation Framework of Multi-modal Social Media Data

2020-10-01 · Gautam Kishore Shahi

In this paper, we present a semi-automated framework called AMUSED for gathering multi-modal annotated data from the multiple social media platforms. The framework is designed to mitigate the issues of collecting and ann…

ArticlesMisinformation

aMUSEd: An Open MUSE Reproduction

2024-01-03 · Suraj Patil, William Berman, Robin Rombach, Patrick von Platen

We present aMUSEd, an open-source, lightweight masked image model (MIM) for text-to-image generation based on MUSE. With 10 percent of MUSE's parameters, aMUSEd is focused on fast image generation. We believe MIM is unde…

Image GenerationText to Image GenerationText-to-Image Generation

AMuSeD: An Attentive Deep Neural Network for Multimodal Sarcasm Detection Incorporating Bi-modal Data Augmentation

2024-12-13 · Xiyuan Gao, Shubhi Bansal, Kushaan Gowda, Zhu Li 외

Detecting sarcasm effectively requires a nuanced understanding of context, including vocal tones and facial expressions. The progression towards multimodal computational methods in sarcasm detection, however, faces chall…

Data AugmentationSarcasm DetectionSpeech Synthesistext-to-speech+1

Learning the Curriculum with Bayesian Optimization for Task-Specific Word Representation Learning

2016-05-12 · ACL 2016 8 · Yulia Tsvetkov, Manaal Faruqui, Wang Ling, Brian MacWhinney 외

We use Bayesian optimization to learn curricula for word representation learning, optimizing performance on downstream tasks that depend on the learned representations as features. The curricula are modeled by a linear r…

Bayesian OptimizationRepresentation Learning

Tile2Vec: Unsupervised representation learning for spatially distributed data

2018-05-08 · Neal Jean, Sherrie Wang, Anshul Samar, George Azzari 외

Geospatial analysis lacks methods like the word vector representations and pre-trained networks that significantly boost performance across a wide range of natural language and computer vision tasks. To fill this gap, we…

General ClassificationRepresentation LearningVisual Analogies