paper-with-me

Papers

Suffix Trees as Language Models

2012-05-01 · LREC 2012 5 · Casey Redd Kennington, Martin Kay, Annemarie Friedrich

Suffix trees are data structures that can be used to index a corpus. In this paper, we explore how some properties of suffix trees naturally provide the functionality of an n-gram language model with variable n. We explain these properties of suffix trees, which we leverage for our Suffix Tree Language Model (STLM) implementation and explain how a suffix tree implicitly contains the data needed for n-gram language modeling. We also discuss the kinds of smoothing techniques appropriate to such a model. We then show that our suffix-tree language model implementation is competitive when compared to the state-of-the-art language model SRILM (Stolke, 2002) in statistical machine translation experiments.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLanguage ModelingLanguage ModellingMachine TranslationSpeech RecognitionTranslation

Similar Papers 제목 키워드 기반

Compact, Efficient and Unlimited Capacity: Language Modeling with Compressed Suffix Trees

2015-09-01 · EMNLP 2015 9 · Ehsan Shareghi, Matthias Petri, Gholamreza Haffari, Trevor Cohn
Language ModelingLanguage ModellingMachine TranslationSpeech Recognition

Fast, Small and Exact: Infinite-order Language Modelling with Compressed Suffix Trees

2016-08-16 · TACL 2016 1 · Ehsan Shareghi, Matthias Petri, Gholamreza Haffari, Trevor Cohn

Efficient methods for storing and querying are critical for scaling high-order n-gram language models to large corpora. We propose a language model based on compressed suffix trees, a representation that is highly compac…

Language ModelingLanguage Modelling

Using Positional Suffix Trees to Perform Agile Tree Kernel Calculation

2015-05-01 · WS 2015 5 · Gustavo Henrique Paetzold
Named Entity Recognition (NER)Relation ExtractionSemantic ParsingSemantic Role Labeling

Self-Bounded Prediction Suffix Tree via Approximate String Matching

2018-02-09 · ICML 2018 7 · Dongwoo Kim, Christian Walder

Prediction suffix trees (PST) provide an effective tool for sequence modelling and prediction. Current prediction techniques for PSTs rely on exact matching between the suffix of the current sequence and the previously o…

Prediction

SuffixDecoding: Extreme Speculative Decoding for Emerging AI Applications

2024-11-07 · Gabriele Oliaro, Zhihao Jia, Daniel Campos, Aurick Qiao

Speculative decoding is widely adopted to reduce latency in large language model (LLM) inference by leveraging smaller draft models capable of handling diverse user tasks. However, emerging AI applications, such as LLM-b…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+3