(no title)
thxg | 2 years ago
Before people draw links to recent large language model breakthroughs: Although they do use techniques from computational linguistics, there are no neural networks involved. This is more like old-school AI.
They have essentially a giant optimization problem, and they (approximately) model it as a lattice parsing problem, with a stochastic context-free grammar. They can solve that to optimality in O(n^3), which is too slow for some applications. So they propose a O(n) heuristic (hence no optimality guarantees, but the model was approximate to begin with anyways, and the heuristic is a lot faster), which is the reason for the name of their code: "LinearDesign".
choeger|2 years ago
shishy|2 years ago
1. https://doi.org/10.21437/interspeech.2016-1583
2. https://doi.org/10.3115/997939.997950
3. https://dl.acm.org/doi/10.3115/991146.991188
4. https://doi.org/10.21236/ada105028
----
(full disclosure this might not be correct, I tried this with an LLM approach we're beta testing at my job called scite Assistant that answers with real references - no hallucinations, just curious how the response is against someone that knows the field a bit more..!)