REVIEW 1 major objections 29 cited by
Time2Vec: Learning a Vector Representation of Time
T0 review · 1 major / 0 minor · reviewed 2026-05-24 · grok-4.3
Pith's one-line read Time2Vec replaces raw time inputs with a learned vector that improves performance when added to existing models.
desk verdict Time2Vec is a simple, model-agnostic embedding for time that extends positional ideas to irregular or event data, but the abstract leaves the empirical gains unverified. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Time2Vec, a trainable vector representation of time that combines periodic and non-periodic components and can be imported into existing models.
What would settle it
A controlled experiment in which the same set of models and temporal datasets are run once with raw time inputs and once with Time2Vec inputs, and the latter shows no consistent gain or shows loss.
Extended reading notes
Core claim
The paper claims that replacing the notion of time with its Time2Vec representation improves the performance of the final model on multiple problems and architectures.
Load-bearing premise
A single learned vector form of time can be used across different models and problems to capture temporal information better than standard time features.
Editorial extensions
If this is right
- Existing sequence or event models can incorporate Time2Vec without redesigning their layers.
- Performance gains appear on both synchronous and asynchronous event data.
- The representation works as a drop-in replacement for conventional time encodings.
- The same vector can be reused across different downstream tasks once learned.
Reading between the lines
- The vector form might allow transfer of temporal knowledge between unrelated domains if the same Time2Vec module is shared.
- If the periodic components are fixed rather than learned, the method could become fully parameter-free for certain periodicities.
- The approach suggests testing whether similar vector encodings help in non-neural models such as decision trees or linear regressors on time-stamped data.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Time2Vec, a model-agnostic, learnable vector representation of time intended to be plugged into existing architectures for tasks involving synchronous or asynchronous events. The central claim is that replacing standard notions of time with this representation improves final model performance across a range of models and problems.
Significance. If the empirical results hold with proper validation, Time2Vec could serve as a lightweight, reusable component for incorporating temporal structure in machine learning pipelines, complementing architecture-specific innovations in time-series and event modeling.
major comments (1)
- Abstract: the central claim of performance improvement is stated without any experimental details, baselines, datasets, quantitative results, error bars, or implementation specifics, preventing verification of the claim that Time2Vec substitution improves performance.
Simulated Author's Rebuttal
We thank the referee for their review. We address the single major comment below.
read point-by-point responses
-
Referee: Abstract: the central claim of performance improvement is stated without any experimental details, baselines, datasets, quantitative results, error bars, or implementation specifics, preventing verification of the claim that Time2Vec substitution improves performance.
Authors: We agree that the abstract states the central claim at a high level without supporting experimental specifics. While abstracts are necessarily concise, the current wording does not adequately convey the scope of the evaluation. In the revised manuscript we will expand the abstract to include brief references to the models tested, the range of problems considered, and the nature of the observed improvements. revision: yes
Circularity Check
No significant circularity
full rationale
The paper presents Time2Vec as a learnable, model-agnostic vector embedding for time that is substituted into existing architectures, with performance gains demonstrated empirically across multiple models and tasks. No derivation chain, equations, or load-bearing steps are visible in the provided abstract or description that reduce by construction to fitted parameters, self-definitions, or self-citation chains; the representation is defined independently and validated externally rather than tautologically.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Time2Vec: Learning a Vector Representation of Time." pith.science (2026). https://pith.science/paper/K46YEPRK
@misc{pith2026190705321,
author = {Pith},
title = {Pith review of: Time2Vec: Learning a Vector Representation of Time},
year = {2026},
howpublished = {\url{https://pith.science/paper/K46YEPRK}},
note = {Machine review of arXiv:1907.05321}
}
read the original abstract
Time is an important feature in many applications involving events that occur synchronously and/or asynchronously. To effectively consume time information, recent studies have focused on designing new architectures. In this paper, we take an orthogonal but complementary approach by providing a model-agnostic vector representation for time, called Time2Vec, that can be easily imported into many existing and future architectures and improve their performances. We show on a range of models and problems that replacing the notion of time with its Time2Vec representation improves the performance of the final model.
Figures
Figures from the paper (11 more)
Forward citations
Cited by 29 Pith papers
-
Learning to Trigger: Reinforcement Learning at the Large Hadron Collider
RL agent for online LHC trigger threshold tuning improves in-tolerance intervals by 28-56% on Monte Carlo and real CMS data without fine-tuning.
-
NEST: Nested Event Stream Transformer for Sequences of Multisets
NEST is a nested transformer for sequences of multisets that uses masked set modeling to learn improved set-level representations from hierarchical event streams like EHRs.
-
Temporal Graph Networks for Deep Learning on Dynamic Graphs
Temporal Graph Networks combine memory modules and graph operators to learn on dynamic graphs as timed event sequences, outperforming prior methods on transductive and inductive tasks while unifying earlier models as ...
-
ClockRoPE: Random Fourier Rotations for Temporal Routine Modeling
Random Fourier Rotations let transformer position encodings approximate any positive-definite attention kernel; ClockRoPE applies this to model daily/weekly routines in sequential recommendation.
-
Physical activities enable scalable foundation modelling for broad-spectrum health prediction
A 3.4M-parameter foundation model pre-trained on step-count data alone achieves best AUROC on 20 of 21 health risk prediction tasks across multiple devices, regions, and diseases.
-
Retrieval-Augmented Personalization with Foundation Models for Wearable Stress Detection
Retrieval from out-of-domain foundation models enables personalization of a lightweight transformer for stress detection, yielding +3.92% accuracy and +4.76% F1 gains on WESAD without user labels.
-
TRACE: A Temporal Conditional Estimation for Multimodal Time Series Foundation Models
TRACE proposes a temporal conditional estimation paradigm for multimodal time series foundation models that infers incomplete target modalities from auxiliary ones, outperforming prior fusion methods on clinical and s...
-
TSQAgent: Rating Time Series Data Quality via Dedicated Agentic Reasoning
TSQAgent uses three collaborative LLM agents with analytical tools to identify relevant quality dimensions and enable quantitative comparisons for time series data, improving on standard LLM methods and leading to bet...
-
MILM: Large Language Models for Multimodal Irregular Time Series with Informative Sampling
MILM fine-tunes LLMs on XML-encoded multimodal irregular time series via a two-stage process that exploits informative sampling patterns to achieve top performance on EHR classification datasets.
-
A Benchmark of Classical and Deep Learning Models for Agricultural Commodity Price Forecasting on A Novel Bangladeshi Market Price Dataset
AgriPriceBD dataset of 1779 daily prices released; naive persistence outperforms deep models like Informer and Time2Vec-Transformer on heterogeneous Bangladeshi commodity series with statistical validation.
-
Mobility-Embedded POIs: Learning What A Place Is and How It Is Used from Human Movement
ME-POIs augments text-based POI embeddings with visit-arrival/departure patterns via contrastive learning, improving five map-enrichment prediction tasks.
-
GT-Loc: Unifying When and Where in Images Through a Joint Embedding Space
GT-Loc jointly predicts capture location, hour, and month via retrieval in a shared image/location/time embedding space, using a toroidal temporal metric loss.
-
POIFormer: A Transformer-Based Framework for Accurate and Scalable Point-of-Interest Attribution
A Transformer-based model that factorizes POI attribution into individual trajectory context and crowd-level spatiotemporal patterns, reporting accuracy gains over baselines on synthetic and real mobility datasets.
-
Neural Functions for Learning Periodic Signal
NeRT factorizes periodic signals into a sine-based periodic factor and an unbounded scale factor, enabling extrapolation beyond the training range on several periodic benchmarks.
-
RelGNN: Composite Message Passing for Relational Deep Learning
RelGNN passes messages along schema-derived atomic routes through junction tables and improves over heterogeneous GNN baselines on most RelBench tasks, with the largest gain on one trial-database regression task.
-
TrajGEOS: Trajectory Graph Enhanced Orientation-based Sequential Network for Mobility Prediction
A graph-enhanced sequential model that fuses long-, mid-, and short-term user preferences reports the best next-location prediction accuracy on NYC, Tokyo, and Dallas check-in benchmarks.
-
Building a User Foundation Model for the Open Web
A self-supervised Transformer on short open-web browsing sequences improves production CTR and win-rate models and delivers +2.13% live CTR under RTB latency and privacy constraints.
-
Chreode: A Cell World Model for One-Step Temporal Dynamics and Perturbation Prediction
Chreode introduces a pretrained one-step dynamics model using a structured residual operator that improves perturbation prediction transfer from developmental trajectories to CRISPR data.
-
A Scalable Nonparametric Continuous-Time Survival Model through Numerical Quadrature
QSurv uses Gauss-Legendre numerical quadrature and time-conditioned low-rank adaptation to enable scalable nonparametric continuous-time survival modeling with theoretical error bounds.
-
To Use AI as Dice of Possibilities with Timing Computation
The paper defines possibility space, timing computation, and causal factum to make timing a computable variable, and illustrates the framework with automatic trajectory discovery and counterfactual timing on 3,276 bre...
-
TCAR-Gen: Temporal Graph Retrieval with Evidence Fusion for Knowledge-Grounded Generation
A query-conditioned temporal graph RAG with chain-of-trees fusion reaches 0.3738 Recall@5 on a Victorian crime diaries QA set, beating standard and graph RAG baselines.
-
Capture Timing-Attention of Events in Clinical Time Series
LITT aligns individual clinical event sequences on a relative timeline to enable timing-aware attention and better prediction of personalized health trajectories.
-
Learning Longitudinal Stress Dynamics from Irregular Self-Reports via Time Embeddings
Ema2Vec, a time embedding with linear, quadratic, and square-root components, improves student stress prediction from irregular self-reports compared with Time2Vec and non-temporal baselines.
-
FoMoH: A clinically meaningful foundation model evaluation for structured electronic health records
FoMoH benchmarks six structured EHR foundation models on 14 tasks and finds they do not consistently outperform supervised baselines, particularly for rare diseases and low-data regimes.
-
A Survey on Time-Series Distance Measures
A survey classifying over 100 time-series distance measures into seven families and proposing a dependent/independent framework for multivariate extensions.
-
Large Scalable Cross-Domain Graph Neural Networks for Personalized Notification at LinkedIn
At LinkedIn, a cross-domain GNN trained on a unified 8.6 billion-node graph with temporal modeling and multi-task learning reports a 0.62% CTR lift and a 0.10% WAU lift online.
-
Dynamic Modes as Time Representation for Spatiotemporal Forecasting
A DMD-based time embedding, built from sine and cosine functions at data-derived frequencies, improves long-horizon spatiotemporal forecasting accuracy in most tested settings.
-
Comprehensive Modeling Approaches for Forecasting Bitcoin Transaction Fees: A Comparative Study
On 91 days of Bitcoin network data, SARIMAX forecasts median transaction fees 24 hours ahead more accurately than Prophet, a SARIMAX-Gradient Boosting hybrid, Time2Vec, Time2Vec with Attention, and the Temporal Fusion...
-
Frequency-Constrained Learning for Long-Term Forecasting
Initializing sinusoidal time embeddings with FFT-extracted dominant frequencies and constraining their learning rate yields mixed improvements on traffic forecasting benchmarks, contradicting the paper's claim of cons...
Reference graph
Works this paper leans on
-
[1]
Hirotugu Akaike. Fitting autoregressive models for prediction.Annals of the institute of Statistical Mathematics, 21(1):243–247, 1969
work page 1969
-
[2]
Feature representations for neuromorphic audio spike streams
Jithendar Anumula, Daniel Neil, Tobi Delbruck, and Shih-Chii Liu. Feature representations for neuromorphic audio spike streams. Frontiers in neuroscience, 12:23, 2018
work page 2018
-
[3]
Patient subtyping via time-aware lstm networks
Inci M Baytas, Cao Xiao, Xi Zhang, Fei Wang, Anil K Jain, and Jiayu Zhou. Patient subtyping via time-aware lstm networks. In ACM SIGKDD, pages 65–74, 2017
work page 2017
-
[4]
Long short-term memory and learning-to-learn in networks of spiking neurons
Guillaume Bellec, Darjan Salaj, Anand Subramoney, Robert Legenstein, and Wolfgang Maass. Long short-term memory and learning-to-learn in networks of spiking neurons. In NeurIPS, 2018
work page 2018
-
[5]
The F ourier transform and its applications
Ronald Newbold Bracewell and Ronald N Bracewell. The F ourier transform and its applications. McGraw-Hill New York, 1986
work page 1986
-
[6]
Skip rnn: Learning to skip state updates in recurrent neural networks
Víctor Campos, Brendan Jou, Xavier Giró-i Nieto, Jordi Torres, and Shih-Fu Chang. Skip rnn: Learning to skip state updates in recurrent neural networks. In ICLR, 2018
work page 2018
-
[7]
O. Celma. Music Recommendation and Discovery in the Long Tail . Springer, 2010
work page 2010
-
[8]
Neural ordinary differential equations
Tian Qi Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud. Neural ordinary differential equations. In Neural Information Processing Systems (NeurIPS) , 2018
work page 2018
Show all 61 references
-
[9]
Learning phrase representations using rnn encoder-decoder for statistical machine translation
Kyunghyun Cho, Bart Van Merriënboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using rnn encoder-decoder for statistical machine translation. arXiv preprint arXiv:1406.1078, 2014
2014 arXiv
-
[10]
Doctor AI: Predicting clinical events via recurrent neural networks
Edward Choi, Mohammad Taha Bahadori, Andy Schuetz, Walter F Stewart, and Jimeng Sun. Doctor AI: Predicting clinical events via recurrent neural networks. In Machine Learning for Healthcare Conference, pages 301–318, 2016
2016
-
[11]
Time-frequency analysis, volume 778
Leon Cohen. Time-frequency analysis, volume 778. Prentice hall, 1995
1995
-
[12]
An introduction to the theory of point processes: volume II: general theory and structure
Daryl J Daley and David Vere-Jones. An introduction to the theory of point processes: volume II: general theory and structure . Springer Science & Business Media, 2007
2007
-
[13]
Support vector regression machines
Harris Drucker, Christopher JC Burges, Linda Kaufman, Alex J Smola, and Vladimir Vapnik. Support vector regression machines. In NeurIPS, pages 155–161, 1997
1997
-
[14]
Recurrent marked temporal point processes: Embedding event history to vector
Nan Du, Hanjun Dai, Rakshit Trivedi, Utkarsh Upadhyay, Manuel Gomez-Rodriguez, and Le Song. Recurrent marked temporal point processes: Embedding event history to vector. In ACM SIGKDD, pages 1555–1564. ACM, 2016
2016
-
[15]
evt_mnist: A spike based version of traditional mnist
Mazdak Fatahi, Mahmood Ahmadi, Mahyar Shahsavari, Arash Ahmadi, and Philippe Devienne. evt_mnist: A spike based version of traditional mnist. arXiv preprint arXiv:1604.06751, 2016
2016 arXiv
-
[16]
Modeling time series data with deep fourier neural networks
Michael S Gashler and Stephen C Ashmore. Modeling time series data with deep fourier neural networks. Neurocomputing, 188:3–11, 2016
2016
-
[17]
Convolutional sequence to sequence learning
Jonas Gehring, Michael Auli, David Grangier, Denis Yarats, and Yann N Dauphin. Convolutional sequence to sequence learning. arXiv preprint arXiv:1705.03122, 2017
2017 arXiv
-
[18]
Recurrent nets that time and count
Felix A Gers and Jürgen Schmidhuber. Recurrent nets that time and count. In IJCNN, volume 3, pages 189–194. IEEE, 2000
2000
-
[19]
Taming the waves: sine as activation function in deep neural networks
Tuomas Virtanen Giambattista Parascandolo, Heikki Huttunen. Taming the waves: sine as activation function in deep neural networks. 2017
2017
-
[20]
Neural decomposition of time-series data for effective generalization
Luke B Godfrey and Michael S Gashler. Neural decomposition of time-series data for effective generalization. IEEE transactions on neural networks and learning systems , 29(7):2973–2985, 2018. 9
2018
-
[21]
Lstm: A search space odyssey
Klaus Greff, Rupesh K Srivastava, Jan Koutník, Bas R Steunebrink, and Jürgen Schmidhuber. Lstm: A search space odyssey. IEEE transactions on neural networks and learning systems , 28(10):2222–2232, 2017
2017
-
[22]
node2vec: Scalable feature learning for networks
Aditya Grover and Jure Leskovec. node2vec: Scalable feature learning for networks. In ACM SIGKDD, pages 855–864, 2016
2016
-
[23]
Long short-term memory
Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):1735–1780, 1997
1997
-
[24]
State-frequency memory recurrent neural networks
Hao Hu and Guo-Jun Qi. State-frequency memory recurrent neural networks. In International Conference on Machine Learning, pages 1568–1577, 2017
2017
-
[25]
SimplE embedding for link prediction in knowledge graphs
Seyed Mehran Kazemi and David Poole. SimplE embedding for link prediction in knowledge graphs. In NeurIPS, pages 4289–4300, 2018
2018
-
[26]
Relational representation learning for dynamic (knowledge) graphs: A survey
Seyed Mehran Kazemi, Rishab Goel, Kshitij Jain, Ivan Kobyzev, Akshay Sethi, Peter Forsyth, and Pascal Poupart. Relational representation learning for dynamic (knowledge) graphs: A survey. arXiv preprint arXiv:1905.11485, 2019
1905
-
[27]
Adam: A method for stochastic optimization
Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014
2014 arXiv
-
[28]
Learning dynamic embedding from temporal interaction networks
Srijan Kumar, Xikun Zhang, and Jure Leskovec. Learning dynamic embedding from temporal interaction networks. arXiv preprint arXiv:1812.02289, 2018
2018 arXiv
-
[29]
Retainvis: Visual analytics with interpretable and interactive recurrent neural networks on electronic medical records
Bum Chul Kwon, Min-Je Choi, Joanne Taery Kim, Edward Choi, Young Bin Kim, Soonwook Kwon, Jimeng Sun, and Jaegul Choo. Retainvis: Visual analytics with interpretable and interactive recurrent neural networks on electronic medical records. IEEE transactions on visualization and ...
2019
-
[30]
Nonlinear signal processing using neural networks: Prediction and system modelling
Alan Lapedes and Robert Farber. Nonlinear signal processing using neural networks: Prediction and system modelling. Technical report, 1987
1987
-
[31]
Hawkes processes
Patrick J Laub, Thomas Taimre, and Philip K Pollett. Hawkes processes. arXiv preprint arXiv:1507.02822, 2015
2015 arXiv
-
[32]
Tidigits
R Gary Leonard and George Doddington. Tidigits. Linguistic Data Consortium, Philadelphia , 1993
1993
-
[33]
Time-dependent representation for neural event sequence prediction
Yang Li, Nan Du, and Samy Bengio. Time-dependent representation for neural event sequence prediction. arXiv preprint arXiv:1708.00065, 2017
2017 arXiv
-
[34]
Learning temporal point processes via reinforcement learning
Shuang Li, Shuai Xiao, Shixiang Zhu, Nan Du, Yao Xie, and Le Song. Learning temporal point processes via reinforcement learning. In NeurIPS, pages 10804–10814, 2018
2018
-
[35]
Time-dependent representation for neural event sequence prediction
Yang Li, Nan Du, and Samy Bengio. Time-dependent representation for neural event sequence prediction. 2018
2018
-
[36]
Directly modeling missing data in sequences with rnns: Improved classification of clinical time series
Zachary C Lipton, David Kale, and Randall Wetzel. Directly modeling missing data in sequences with rnns: Improved classification of clinical time series. In Machine Learning for Healthcare Conference, pages 253–270, 2016
2016
-
[37]
Multistability of recurrent neural networks with nonmonotonic activation functions and mixed time delays
Peng Liu, Zhigang Zeng, and Jun Wang. Multistability of recurrent neural networks with nonmonotonic activation functions and mixed time delays. IEEE Transactions on Systems, Man, and Cybernetics: Systems , 46(4):512–523, 2016
2016
-
[38]
Streaming graph neural networks
Yao Ma, Ziyi Guo, Zhaochun Ren, Eric Zhao, Jiliang Tang, and Dawei Yin. Streaming graph neural networks. arXiv preprint arXiv:1810.10627, 2018
2018 arXiv
-
[39]
The neural hawkes process: A neurally self-modulating multivariate point process
Hongyuan Mei and Jason M Eisner. The neural hawkes process: A neurally self-modulating multivariate point process. In NeurIPS, pages 6754–6764, 2017
2017
-
[40]
Distributed repre- sentations of words and phrases and their compositionality
Tomas Mikolov, Ilya Sutskever, Kai Chen, Greg S Corrado, and Jeff Dean. Distributed repre- sentations of words and phrases and their compositionality. In NeurIPS, 2013. 10
2013
-
[41]
Fourier neural networks: An approach with sinusoidal activation functions
Luis Mingo, Levon Aslanyan, Juan Castellanos, Miguel Diaz, and Vladimir Riazanov. Fourier neural networks: An approach with sinusoidal activation functions. 2004
2004
-
[42]
Dynamic bayesian networks: representation, inference and learning
Kevin Patrick Murphy and Stuart Russell. Dynamic bayesian networks: representation, inference and learning. 2002
2002
-
[43]
Rectified linear units improve restricted boltzmann machines
Vinod Nair and Geoffrey E Hinton. Rectified linear units improve restricted boltzmann machines. In ICML, pages 807–814, 2010
2010
-
[44]
Phased lstm: Accelerating recurrent network training for long or event-based sequences
Daniel Neil, Michael Pfeiffer, and Shih-Chii Liu. Phased lstm: Accelerating recurrent network training for long or event-based sequences. In NeurIPS, pages 3882–3890, 2016
2016
-
[45]
The role of over-parametrization in generalization of neural networks
Behnam Neyshabur, Zhiyuan Li, Srinadh Bhojanapalli, Yann LeCun, and Nathan Srebro. The role of over-parametrization in generalization of neural networks. In ICLR, 2019
2019
-
[46]
A review of relational machine learning for knowledge graphs
Maximilian Nickel, Kevin Murphy, V olker Tresp, and Evgeniy Gabrilovich. A review of relational machine learning for knowledge graphs. Proceedings of the IEEE, 104(1):11–33, 2016
2016
-
[47]
Automatic differentiation in pytorch
Adam Paszke, Sam Gross, Soumith Chintala, Gregory Chanan, Edward Yang, Zachary DeVito, Zeming Lin, Alban Desmaison, Luca Antiga, and Adam Lerer. Automatic differentiation in pytorch. 2017
2017
-
[48]
Glove: Global vectors for word representation
Jeffrey Pennington, Richard Socher, and Christopher Manning. Glove: Global vectors for word representation. In EMNLP, pages 1532–1543, 2014
2014
-
[49]
Population size extrapolation in relational probabilistic modelling
David Poole, David Buchman, Seyed Mehran Kazemi, Kristian Kersting, and Sriraam Natarajan. Population size extrapolation in relational probabilistic modelling. In SUM. Springer, 2014
2014
-
[50]
An introduction to hidden markov models
Lawrence R Rabiner and Biing-Hwang Juang. An introduction to hidden markov models. ieee assp magazine, 3(1):4–16, 1986
1986
-
[51]
Gaussian processes in machine learning
Carl Edward Rasmussen. Gaussian processes in machine learning. In Advanced lectures on machine learning, pages 63–71. Springer, 2004
2004
-
[52]
Neural networks with periodic and monotonic activation functions: a comparative study in classification problems
Josep M Sopena, Enrique Romero, and Rene Alquezar. Neural networks with periodic and monotonic activation functions: a comparative study in classification problems. 1999
1999
-
[53]
Dynamic conditional random fields: Factorized probabilistic models for labeling and segmenting sequence data.Journal of Machine Learning Research, 8(Mar):693–723, 2007
Charles Sutton, Andrew McCallum, and Khashayar Rohanimanesh. Dynamic conditional random fields: Factorized probabilistic models for labeling and segmenting sequence data.Journal of Machine Learning Research, 8(Mar):693–723, 2007
2007
-
[54]
Can recurrent neural networks warp time? In International Conference on Learning Representation (ICLR) , 2018
Corentin Tallec and Yann Ollivier. Can recurrent neural networks warp time? In International Conference on Learning Representation (ICLR) , 2018
2018
-
[55]
Know-evolve: Deep temporal reasoning for dynamic knowledge graphs
Rakshit Trivedi, Hanjun Dai, Yichen Wang, and Le Song. Know-evolve: Deep temporal reasoning for dynamic knowledge graphs. In ICML, pages 3462–3471, 2017
2017
-
[56]
Deep reinforcement learning of marked temporal point processes
Utkarsh Upadhyay, Abir De, and Manuel Gomez-Rodriguez. Deep reinforcement learning of marked temporal point processes. In NeurIPS, 2018
2018
-
[57]
Attention is all you need
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017
2017
-
[58]
Handwritten digit recognition using multilayer feedforward neural networks with periodic and monotonic activation functions
Kwok-wo Wong, Chi-sing Leung, and Sheng-jiang Chang. Handwritten digit recognition using multilayer feedforward neural networks with periodic and monotonic activation functions. In Pattern Recognition, volume 3, pages 106–109. IEEE, 2002
2002
-
[59]
Wasserstein learning of deep generative point process models
Shuai Xiao, Mehrdad Farajtabar, Xiaojing Ye, Junchi Yan, Le Song, and Hongyuan Zha. Wasserstein learning of deep generative point process models. In NeurIPS, 2017
2017
-
[60]
Learning conditional generative models for temporal point processes
Shuai Xiao, Hongteng Xu, Junchi Yan, Mehrdad Farajtabar, Xiaokang Yang, Le Song, and Hongyuan Zha. Learning conditional generative models for temporal point processes. In AAAI, 2018
2018
-
[61]
What to do next: Modeling user behaviors by time-lstm
Yu Zhu, Hao Li, Yikang Liao, Beidou Wang, Ziyu Guan, Haifeng Liu, and Deng Cai. What to do next: Modeling user behaviors by time-lstm. In IJCAI, pages 3602–3608, 2017. 11 0 200 400 600 800 1000 Epoch 0.10 0.15 0.20 0.25 0.30 0.35 0.40Accuracy LSTM+T LSTM+Time2Vec(l=16+1) LSTM+...
2017
Reviewed May 24, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.