Question Answering Models

TransferQA

Introduced by Lin et al. in Zero-Shot Dialogue State Tracking via Cross-Task Transfer

TransferQA is a transferable generative QA model, built upon T5 that combines extractive QA and multi-choice QA via a text-to-text transformer framework, and tracks both categorical slots and non-categorical slots in DST. In addition, it introduces two effective ways to construct unanswerable questions, namely, negative question sampling and context truncation, which enable the model to handle “none” value slots in the zero-shot DST setting.

Source: Zero-Shot Dialogue State Tracking via Cross-Task Transfer

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Dialogue State Tracking 1 50.00%
Question Answering 1 50.00%

Components


Component Type
T5
Transformers

Categories