Adversarial Transfer for Named Entity Boundary Detection with Pointer Networks
Abstract
In this paper, we focus on named entity boundary detection, which aims to detect the start and end boundaries of an entity mention in text, without predicting its type. A more accurate and robust detection approach is desired to alleviate error propagation in downstream applications, such as entity linking and fine-grained typing systems. Here, we first develop a novel entity boundary labeling approach with pointer networks, where the output dictionary size depends on the input, which is variable. Furthermore, we propose AT-Bdry, which incorporates adversarial transfer learning into an end-to-end sequence labeling model to encourage domain-invariant representations. More importantly, AT-Bdry can reduce domain difference in data distributions between the source and target domains, via an unsupervised transfer learning approach (i.e., no annotated target-domain data is necessary). We conduct Formal Text to Formal Text, Formal Text to Informal Text and ablation evaluations on five benchmark datasets. Experimental results show that AT-Bdry achieves state-of-the-art transferring performance against recent baselines.
Cite
Text
Li et al. "Adversarial Transfer for Named Entity Boundary Detection with Pointer Networks." International Joint Conference on Artificial Intelligence, 2019. doi:10.24963/IJCAI.2019/702Markdown
[Li et al. "Adversarial Transfer for Named Entity Boundary Detection with Pointer Networks." International Joint Conference on Artificial Intelligence, 2019.](https://mlanthology.org/ijcai/2019/li2019ijcai-adversarial/) doi:10.24963/IJCAI.2019/702BibTeX
@inproceedings{li2019ijcai-adversarial,
title = {{Adversarial Transfer for Named Entity Boundary Detection with Pointer Networks}},
author = {Li, Jing and Ye, Deheng and Shang, Shuo},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2019},
pages = {5053-5059},
doi = {10.24963/IJCAI.2019/702},
url = {https://mlanthology.org/ijcai/2019/li2019ijcai-adversarial/}
}