Ranking and Reranking with Perceptron
Abstract
This work is inspired by the so-called reranking tasks in natural language processing. In this paper, we first study the ranking, reranking, and ordinal regression algorithms proposed recently in the context of ranks and margins. Then we propose a general framework for ranking and reranking, and introduce a series of variants of the perceptron algorithm for ranking and reranking in the new framework. Compared to the approach of using pairwise objects as training samples, the new algorithms reduces the data complexity and training time. We apply the new perceptron algorithms to the parse reranking and machine translation reranking tasks, and study the performance of reranking by employing various definitions of the margins.
Cite
Text
Shen and Joshi. "Ranking and Reranking with Perceptron." Machine Learning, 2005. doi:10.1007/S10994-005-0918-9Markdown
[Shen and Joshi. "Ranking and Reranking with Perceptron." Machine Learning, 2005.](https://mlanthology.org/mlj/2005/shen2005mlj-ranking/) doi:10.1007/S10994-005-0918-9BibTeX
@article{shen2005mlj-ranking,
title = {{Ranking and Reranking with Perceptron}},
author = {Shen, Libin and Joshi, Aravind K.},
journal = {Machine Learning},
year = {2005},
pages = {73-96},
doi = {10.1007/S10994-005-0918-9},
volume = {60},
url = {https://mlanthology.org/mlj/2005/shen2005mlj-ranking/}
}