Home

Awesome

Reinforced Training Data Selection for Domain Adaptation

This is the implementation code for paper "Reinforced Training Data Selection for Domain Adaptation".

The readers are welcome to star/fork this repository and use it to train your own model, modify our experiments. Please kindly cite our paper:

@inproceedings{liu2019reinforced,
  author    = {Lewis Liu and
               Yan Song and
               Hongbin Zou and
               Tong Zhang},
  title     = {Reinforced Training Data Selection for Domain Adaptation},
  year      = {2019}
}

In this document, we briefly illustrate how to set up and run selection distribution generator (SDG) to dynamically select data for multiple source domain adaptation in natural language processing tasks.

Set up and run

Download the raw datasets from SANCL2012.

Implementation details of experiments