paper-with-me

Papers

Exact Decoding on Latent Variable Conditional Models is NP-Hard

2014-06-18 · Xu Sun

Latent variable conditional models, including the latent conditional random fields as a special case, are popular models for many natural language processing and vision processing tasks. The computational complexity of the exact decoding/inference in latent conditional random fields is unclear. In this paper, we try to clarify the computational complexity of the exact decoding. We analyze the complexity and demonstrate that it is an NP-hard problem even on a sequential labeling setting. Furthermore, we propose the latent-dynamic inference (LDI-Naive) method and its bounded version (LDI-Bounded), which are able to perform exact-inference or almost-exact-inference by using top-$n$ search and dynamic programming.

📄 PDF Abstract BibTeX arXiv:1406.4682

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FlowSeq: Non-Autoregressive Conditional Sequence Generation with Generative Flow

2019-09-05 · IJCNLP 2019 11 · Xuezhe Ma, Chunting Zhou, Xi-An Li, Graham Neubig 외

Most sequence-to-sequence (seq2seq) models are autoregressive; they generate each token by conditioning on previously generated tokens. In contrast, non-autoregressive seq2seq models generate all tokens in one pass, whic…

Machine TranslationNMTTranslation

Hidden Biases in Conditioning Autoregressive Models

2026-04-09 · Francois Pachet, Pierre Roy arxiv

Large language and music models are increasingly used for constrained generation: rhyming lines, fixed meter, inpainting or infilling, positional endings, and other global form requirements. These systems often perform s…

Conditional Adversarial Generative Flow for Controllable Image Synthesis

2019-04-03 · CVPR 2019 6 · Rui Liu, Yu Liu, Xinyu Gong, Xiaogang Wang 외

Flow-based generative models show great potential in image synthesis due to its reversible pipeline and exact log-likelihood target, yet it suffers from weak ability for conditional image synthesis, especially for multi-…

Image Generation

Future Validity is the Missing Statistic: From Impossibility to $Φ$-Estimation for Grammar-Faithful Speculative Decoding

2026-05-08 · Wenhua Nie, Zijie Meng, Kun Zou, Zheng Lin 외 arxiv

Grammar-constrained generation is often combined with local vocabulary masking and speculative decoding, but the resulting sampling law is not the grammar-conditional distribution users usually intend. We show that any s…

MAP's not dead yet: Uncovering true language model modes by conditioning away degeneracy

2023-11-15 · Davis Yoshida, Kartik Goyal, Kevin Gimpel

It has been widely observed that exact or approximate MAP (mode-seeking) decoding from natural language generation (NLG) models consistently leads to degenerate outputs (Holtzman et al., 2019; Stahlberg and Byrne, 2019).…

Instruction FollowingLanguage ModelingLanguage ModellingMachine Translation+1