paper-with-me

Papers

SeCSeq: Semantic Coding for Sequence-to-Sequence based Extreme Multi-label Classification

2018-11-13 · NIPS Workshop CDNNRIA 2018 · Wei-Cheng Chang, Hsiang-Fu Yu, Inderjit S. Dhillon, Yiming Yang

Extreme multi-label classification (XMC) aims at assigning to an instance the most relevant subset of labels from a colossal label set. There has been some success in formulating the multi-label problem as sequence-to-sequence (Seq2Seq) learning, where the positive class labels of each input instance are used as the corresponding output sequence. Seq2Seq methods, nonetheless, have not yet been scalable to the XMC setting due to the softmax bottleneck. In this paper, we propose a semantic coding framework, namely SeCSeq, for a Seq2Seq approach to the XMC problem. To circumvent the softmax bottleneck, SeCSeq compresses labels into sequences of semantic-aware compact codes, on which Seq2Seq models are trained. For inference, the generated semantic codes are then decompressed into sequences of positive labels using ensemble techniques. Preliminary experiments on XMC benchmark datasets show that SeCSeq is competitive with the state-of-the-art while requiring significantly fewer model parameters.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extreme Multi-Label ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Beyond Tokens: Semantic-Aware Speculative Decoding for Efficient Inference by Probing Internal States

2026-02-03 · Ximing Dong, Shaowei Wang, Dayi Lin, Boyuan Chen 외 arxiv

Large Language Models (LLMs) achieve strong performance across many tasks but suffer from high inference latency due to autoregressive decoding. The issue is exacerbated in Large Reasoning Models (LRMs), which generate l…

Compositional Generalization via Semantic Tagging

2020-10-22 · Findings (EMNLP) 2021 11 · Hao Zheng, Mirella Lapata

Although neural sequence-to-sequence models have been successfully applied to semantic parsing, they fail at compositional generalization, i.e., they are unable to systematically generalize to unseen compositions of seen…

Semantic ParsingTAG

A Graph-to-Sequence Model for AMR-to-Text Generation

2018-05-07 · ACL 2018 7 · Linfeng Song, Yue Zhang, Zhiguo Wang, Daniel Gildea

The problem of AMR-to-text generation is to recover a text representing the same meaning as an input AMR graph. The current state-of-the-art method uses a sequence-to-sequence model, leveraging LSTM for encoding a linear…

AMR-to-Text GenerationGraph-to-SequenceText Generation

Graph-Based Decoding for Task Oriented Semantic Parsing

2021-09-09 · Findings (EMNLP) 2021 11 · Jeremy R. Cole, Nanjiang Jiang, Panupong Pasupat, Luheng He 외

The dominant paradigm for semantic parsing in recent years is to formulate parsing as a sequence-to-sequence task, generating predictions with auto-regressive sequence decoders. In this work, we explore an alternative pa…

Dependency ParsingSemantic Parsing

ZipTok3D: High-Fidelity 3D Tokenization with Compact Token Prefixes

2026-09-01 · Mingda Lin, Weijie Wang, Zeyu Zhang, Bowen Cui 외 hf

Compact token sequences are essential for efficient 3D generation. However, existing 3D tokenizers typically organize latent representations either over spatial regions or as fixed-size sets of global tokens, both suffer…

3D Generation