@inproceedings{gorman-allauzen-2024-shortest,
title = "A* shortest string decoding for non-idempotent semirings",
author = "Gorman, Kyle and
Allauzen, Cyril",
editor = "Graham, Yvette and
Purver, Matthew",
booktitle = "Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers)",
month = mar,
year = "2024",
address = "St. Julian{'}s, Malta",
publisher = "Association for Computational Linguistics",
url = "https://preview.aclanthology.org/add-emnlp-2024-awards/2024.eacl-long.43/",
pages = "732--739",
abstract = "Abstract: The single shortest path algorithm is undefined for weighted finite-state automata over non-idempotent semirings because such semirings do not guarantee the existence of a shortest path. However, in non-idempotent semirings admitting an order satisfying a monotonicity condition (such as the plus-times or log semirings), the shortest string is well-defined. We describe an algorithm which finds the shortest string for a weighted non-deterministic automaton over such semirings using the backwards shortest distance of an equivalent deterministic automaton (DFA) as a heuristic for A* search performed over a companion idempotent semiring, which is proven to return the shortest string. There may be exponentially more states in the DFA, but the proposed algorithm needs to visit only a small fraction of them if determinization is performed {\textquotedblleft}on the fly{\textquotedblright}."
}
Markdown (Informal)
[A* shortest string decoding for non-idempotent semirings](https://preview.aclanthology.org/add-emnlp-2024-awards/2024.eacl-long.43/) (Gorman & Allauzen, EACL 2024)
ACL
- Kyle Gorman and Cyril Allauzen. 2024. A* shortest string decoding for non-idempotent semirings. In Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers), pages 732–739, St. Julian’s, Malta. Association for Computational Linguistics.