paper-with-me

홈 › Papers

Order Matters: Sequence to sequence for sets

2015-11-19 · Oriol Vinyals, Samy Bengio, Manjunath Kudlur

Sequences have become first class citizens in supervised learning thanks to the resurgence of recurrent neural networks. Many complex tasks that require mapping from or to a sequence of observations can now be formulated with the sequence-to-sequence (seq2seq) framework which employs the chain rule to efficiently represent the joint probability of sequences. In many cases, however, variable sized inputs and/or outputs might not be naturally expressed as sequences. For instance, it is not clear how to input a set of numbers into a model where the task is to sort them; similarly, we do not know how to organize outputs when they correspond to random variables and the task is to model their unknown joint probability. In this paper, we first show using various examples that the order in which we organize input and/or output data matters significantly when learning an underlying model. We then discuss an extension of the seq2seq framework that goes beyond sequences and handles input sets in a principled way. In addition, we propose a loss which, by searching over possible orders during training, deals with the lack of structure of output sets. We show empirical evidence of our claims regarding ordering, and on the modifications to the seq2seq framework on benchmark language modeling and parsing tasks, as well as two artificial tasks -- sorting numbers and estimating the joint probability of unknown graphical models.

📄 PDF Abstract BibTeX arXiv:1511.06391

Code (9)

MindSpore-paper-code-2/code400/tree/main/Roberta_Seq2Seq mindspore
arunppsg/set2set pytorch
davidtangGT/MEGNET tf
dmlc/dgl/blob/master/examples/README.md pytorch
materialsvirtuallab/megnet tf
pyg-team/pytorch_geometric pytorch
pyg-team/pytorch_geometric/blob/master/torch_geometric/nn/aggr/set2set.py pytorch
teddykoker/mpnn-for-quantum-chem pytorch
threelittlemonkeys/pointer-network-pytorch pytorch

Tasks

Language Modeling

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Order Matters: Shuffling Sequence Generation for Video Prediction

2019-07-20 · Junyan Wang, Bingzhang Hu, Yang Long, Yu Guan

Predicting future frames in natural video sequences is a new challenge that is receiving increasing attention in the computer vision community. However, existing models suffer from severe loss of temporal information whe…

PredictionVideo GenerationVideo Prediction

Alleviating Sequence Information Loss with Data Overlapping and Prime Batch Sizes

2019-09-18 · CONLL 2019 11 · Noémien Kocher, Christian Scuito, Lorenzo Tarantino, Alexandros Lazaridis 외

In sequence modeling tasks the token order matters, but this information can be partially lost due to the discretization of the sequence into data points. In this paper, we study the imbalance between the way certain tok…

Language Modelling

Order Matters at Fanatics Recommending Sequentially Ordered Products by LSTM Embedded with Word2Vec

2019-11-22 · Jing Pan, Weian Sheng, Santanu Dey

A unique challenge for e-commerce recommendation is that customers are often interested in products that are more advanced than their already purchased products, but not reversed. The few existing recommender systems mod…

Recommendation Systems

Rethinking the Zigzag Flattening for Image Reading

2022-02-21 · Qingsong Zhao, Yi Wang, Zhipeng Zhou, Duoqian Miao 외

Sequence ordering of word vector matters a lot to text reading, which has been proven in natural language processing (NLP). However, the rule of different sequence ordering in computer vision (CV) was not well explored, …

Image ClassificationRepresentation LearningSemantic Segmentation

Reading Order Matters: Information Extraction from Visually-rich Documents by Token Path Prediction

2023-10-17 · Chong Zhang, Ya Guo, Yi Tu, Huan Chen 외

Recent advances in multimodal pre-trained models have significantly improved information extraction from visually-rich documents (VrDs), in which named entity recognition (NER) is treated as a sequence-labeling task of p…

Entity LinkingKey Information ExtractionKey-value Pair Extractionnamed-entity-recognition+9