CLLGAug 13, 2019

An Effective Domain Adaptive Post-Training Method for BERT in Response Selection

arXiv:1908.04812v227 citations
AI Analysis

This work addresses domain adaptation for BERT in dialog systems, offering an incremental improvement for response selection tasks.

The paper tackles the problem of multi-turn response selection in retrieval-based dialog systems by proposing a domain-adaptive post-training method for BERT, achieving state-of-the-art performance with improvements of 5.9% and 6% on R@1 for two benchmarks.

We focus on multi-turn response selection in a retrieval-based dialog system. In this paper, we utilize the powerful pre-trained language model Bi-directional Encoder Representations from Transformer (BERT) for a multi-turn dialog system and propose a highly effective post-training method on domain-specific corpus. Although BERT is easily adopted to various NLP tasks and outperforms previous baselines of each task, it still has limitations if a task corpus is too focused on a certain domain. Post-training on domain-specific corpus (e.g., Ubuntu Corpus) helps the model to train contextualized representations and words that do not appear in general corpus (e.g., English Wikipedia). Experimental results show that our approach achieves new state-of-the-art on two response selection benchmarks (i.e., Ubuntu Corpus V1, Advising Corpus) performance improvement by 5.9% and 6% on R@1.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes