paper-with-me

홈 › Papers

Hybrid Generative-Retrieval Transformers for Dialogue Domain Adaptation

2020-03-03 · Igor Shalyminov, Alessandro Sordoni, Adam Atkinson, Hannes Schulz

Domain adaptation has recently become a key problem in dialogue systems research. Deep learning, while being the preferred technique for modeling such systems, works best given massive training data. However, in the real-world scenario, such resources aren't available for every new domain, so the ability to train with a few dialogue examples can be considered essential. Pre-training on large data sources and adapting to the target data has become the standard method for few-shot problems within the deep learning framework. In this paper, we present the winning entry at the fast domain adaptation task of DSTC8, a hybrid generative-retrieval model based on GPT-2 fine-tuned to the multi-domain MetaLWOz dataset. Robust and diverse in response generation, our model uses retrieval logic as a fallback, being SoTA on MetaLWOz in human evaluation (>4% improvement over the 2nd place system) and attaining competitive generalization performance in adaptation to the unseen MultiWOZ dataset.

📄 PDF Abstract BibTeX arXiv:2003.01680

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationResponse GenerationRetrieval

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
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…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

Domain-Adapted Retrieval for In-Context Annotation of Pedagogical Dialogue Acts

2026-04-03 · Jinsook Lee, Kirk Vanacore, Zhuqian Zhou, Bakhtawar Ahtisham 외 arxiv

Automated annotation of pedagogical dialogue is a high-stakes task where LLMs often fail without sufficient domain grounding. We present a domain-adapted RAG pipeline for tutoring move annotation. Rather than fine-tuning…

Retrievit: In-context Retrieval Capabilities of Transformers, State Space Models, and Hybrid Architectures

2026-03-03 · Georgios Pantazopoulos, Malvina Nikandrou, Ioannis Konstas, Alessandro Suglia arxiv

Transformers excel at in-context retrieval but suffer from quadratic complexity with sequence length, while State Space Models (SSMs) offer efficient linear-time processing but have limited retrieval capabilities. We inv…

Information Retrieval

Retrieval-based Goal-Oriented Dialogue Generation

2019-09-30 · Ana Valeria Gonzalez, Isabelle Augenstein, Anders Søgaard

Most research on dialogue has focused either on dialogue generation for openended chit chat or on state tracking for goal-directed dialogue. In this work, we explore a hybrid approach to goal-oriented dialogue generation…

DecoderDialogue GenerationRetrieval

Production Ready Chatbots: Generate if not Retrieve

2017-11-27 · Aniruddha Tammewar, Monik Pamecha, Chirag Jain, Apurva Nagvenkar 외

In this paper, we present a hybrid model that combines a neural conversational model and a rule-based graph dialogue system that assists users in scheduling reminders through a chat conversation. The graph based system h…

RetrievalScheduling

Data-Efficient Methods for Dialogue Systems

2020-12-05 · Igor Shalyminov

Conversational User Interface (CUI) has become ubiquitous in everyday life, in consumer-focused products like Siri and Alexa or business-oriented solutions. Deep learning underlies many recent breakthroughs in dialogue s…

Anomaly DetectionData AugmentationDomain AdaptationResponse Generation+2