SOTAVerified

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

2019-08-13Code Available0· sign in to hype

Taesun Whang, Dongyub Lee, Chanhee Lee, Kisu Yang, Dongsuk Oh, Heuiseok Lim

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DoubanBERTMAP0.59Unverified
RRSBERTMAP0.63Unverified
RRS Ranking TestBERTNDCG@30.63Unverified
Ubuntu Dialogue (v1, Ranking)BERT-VFTR10@10.86Unverified

Reproductions