Integrating Lexical and Temporal Signals in Neural Ranking Models for Searching Social Media Streams
Jinfeng Rao, Hua He, Haotian Zhang, Ferhan Ture, Royal Sequiera,, Salman Mohammed, and Jimmy Lin

TL;DR
This paper introduces a novel end-to-end neural ranking model that combines lexical and temporal signals using recurrent neural networks to improve social media stream search relevance.
Contribution
It is the first to integrate lexical and temporal signals in a neural network architecture for social media search, leveraging bidirectional LSTMs for temporal modeling.
Findings
Neural models alone show limited improvement over baselines.
Combining lexical and temporal signals significantly enhances ranking performance.
The approach outperforms traditional temporal baselines.
Abstract
Time is an important relevance signal when searching streams of social media posts. The distribution of document timestamps from the results of an initial query can be leveraged to infer the distribution of relevant documents, which can then be used to rerank the initial results. Previous experiments have shown that kernel density estimation is a simple yet effective implementation of this idea. This paper explores an alternative approach to mining temporal signals with recurrent neural networks. Our intuition is that neural networks provide a more expressive framework to capture the temporal coherence of neighboring documents in time. To our knowledge, we are the first to integrate lexical and temporal signals in an end-to-end neural network architecture, in which existing neural ranking models are used to generate query-document similarity vectors that feed into a bidirectional LSTM…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Information Retrieval and Search Behavior
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
