@InProceedings{palm-EtAl:2017:Speech-Centric,
  author    = {Palm, Rasmus Berg  and  Hovy, Dirk  and  Laws, Florian  and  Winther, Ole},
  title     = {End-to-End Information Extraction without Token-Level Supervision},
  booktitle = {Proceedings of the Workshop on Speech-Centric Natural Language Processing},
  month     = {September},
  year      = {2017},
  address   = {Copenhagen, Denmark},
  publisher = {Association for Computational Linguistics},
  pages     = {48--52},
  abstract  = {Most state-of-the-art information extraction approaches rely on token-level
	labels to find the areas of interest in text. Unfortunately, these labels are
	time-consuming and costly to create, and consequently, not available for many
	real-life IE tasks. To make matters worse, token-level labels are usually not
	the desired output, but just an intermediary step. 
	End-to-end (E2E) models, which take raw text as input and produce the desired
	output directly, need not depend on token-level labels. 
	We propose an E2E model based on pointer networks, which can be trained
	directly on pairs of raw input and output text.
	We evaluate our model on the ATIS data set, MIT restaurant corpus and the MIT
	movie corpus and compare to neural baselines that do use token-level labels. We
	achieve competitive results, within a few percentage points of the baselines,
	showing the feasibility of E2E information extraction without the need for
	token-level labels.
	This opens up new possibilities, as for many tasks currently addressed by human
	extractors, raw input and output data are available, but not token-level
	labels.},
  url       = {http://www.aclweb.org/anthology/W17-4606}
}

