Learning string edit distance
Eric Sven Ristad, Peter N. Yianilos

TL;DR
This paper introduces a stochastic model for string edit distance that learns from data, significantly improving pronunciation prediction accuracy in speech recognition compared to traditional methods.
Contribution
It presents a novel stochastic approach to learn string edit distances from data, enhancing applications like pronunciation modeling in speech recognition.
Findings
Achieved fourfold reduction in error rate over Levenshtein distance
Applicable to string classification problems using labeled prototypes
Improved pronunciation prediction accuracy in conversational speech
Abstract
In many applications, it is necessary to determine the similarity of two strings. A widely-used notion of string similarity is the edit distance: the minimum number of insertions, deletions, and substitutions required to transform one string into the other. In this report, we provide a stochastic model for string edit distance. Our stochastic model allows us to learn a string edit distance function from a corpus of examples. We illustrate the utility of our approach by applying it to the difficult problem of learning the pronunciation of words in conversational speech. In this application, we learn a string edit distance with one fourth the error rate of the untrained Levenshtein distance. Our approach is applicable to any string classification problem that may be solved using a similarity function against a database of labeled prototypes. Keywords: string edit distance, Levenshtein…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Natural Language Processing Techniques · Machine Learning and Algorithms
