Ying Zhang 0015

dblp:13/6769-15 · DBLP profile ↗
← Back
43ranked-venue papers in the field
8as first author
18since 2021 · last 2026
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 22 (6 first)Database Systems & Data Management · 11Knowledge Engineering, Semantic Web & Information Systems · 8 (2 first)Data Mining & Knowledge Discovery · 2
YearPublicationVenuePosition
2026 SSR: Structured Subgraph Retrieval for Temporal Knowledge Graph Question Answering with LLMs
abstract
Temporal Knowledge Graph Question Answering (TKGQA) aims to answer natural language questions based on quadruple facts stored in Temporal Knowledge Graphs (TKGs). Recent studies have integrated Large Language Models (LLMs) to handle the complex semantic reasoning required by temporal questions. They typically linearize TKG quadruples into plain text, reducing TKGQA to a top-n text retrieval and context-based question answering problem. However, this textualization process destroys the original quadruple structure and entangles structural and temporal information with text semantics. Moreover, selecting top-n facts based on semantic similarity inevitably introduces a large amount of irrelevant noise into the LLM input, which degrades reasoning performance. To address these limitations, we propose SSR, a Structured Subgraph Retrieval framework for TKGQA with LLMs. In SSR, a Temporal Question Parser is first introduced to extract structured subgraph patterns and temporal constraints from the input questions, leveraging background context obtained via text retrieval. The Subgraph Retrieval module is then applied to directly filter a relevant subgraph from the TKG that contains the facts required to answer the question. The retrieved subgraph is further temporally compressed and subsequently incorporated into the LLM context for final question answering. Experimental results on two benchmark datasets demonstrate that SSR consistently outperforms strong baselines by a clear margin, achieving state-of-the-art performance. Our code is available at https://github.com/zhangli-coding/SSR.
Ying Zhang 0015, Wenya Guo, Shilong Ping, Xinying Qian
SIGIR1
2026 Hyperbolic Multimodal Generative Representation Learning for Generalized Zero-Shot Multimodal Information Extraction
abstract
Multimodal information extraction (MIE) constitutes a set of essential tasks aimed at extracting structural information from Web texts with integrating images, to facilitate the structural construction of Web-based semantic knowledge. To address the expanding category set including newly emerging entity types or relations on websites, prior research proposed the zero-shot MIE (ZS-MIE) task which aims to extract unseen structural knowledge with textual and visual modalities. However, the ZS-MIE models are limited to recognizing the samples that fall within the unseen category set, and they struggle to deal with real-world scenarios that encompass both seen and unseen categories. The shortcomings of existing methods can be ascribed to two main aspects. On one hand, these methods construct representations of samples and categories within Euclidean space, failing to capture the hierarchical semantic relationships between the two modalities within a sample and their corresponding category prototypes. On the other hand, there is a notable gap in the distribution of semantic similarity between seen and unseen category sets, which impacts the generative capability of the ZS-MIE models. To overcome the above disadvantages, we delve into the generalized zero-shot MIE (GZS-MIE) task and propose the hyperbolic multimodal generative representation learning framework (HMGRL). The variational information bottleneck and autoencoder networks are reconstructed with hyperbolic space for modeling the multi-level hierarchical semantic correlations among samples and prototypes. Furthermore, the proposed model is trained with the unseen samples generated by the decoder, and we introduce the semantic similarity distribution alignment loss to enhance the model's generalization performance. Experimental evaluations on two benchmark datasets underscore the superiority of HMGRL compared to existing baseline methods.
Baohang Zhou, Kehui Song, Rize Jin, Yu Zhao 0043, Xuhui Sui, Xinying Qian, Xingyue Guo, Ying Zhang 0015
WWW8
2026 SMIR: Span-based multi-grained information refinement for joint multimodal entity-relation extraction
Xuhui Sui, Ying Zhang 0015, Yu Zhao 0043, Baohang Zhou, Xinying Qian, Wenya Guo, Xiaojie Yuan
Inf. Process. Manag.2
2025 Collaborative Imputation for Multivariate Time Series with Convergence Guarantee
abstract
Missing values often occur in multivariate time series, affecting data analysis and applications. Existing studies typically use complete data to train imputation models, which are then used to fill missing values. However, in practice, missing values could appear in various cells. Such varieties unfortunately prevent imputation models performing, even making fillings unavailable without the convergence guarantee, i.e., lacking the ensurance of obtaining the optimal solution when the iteration tends to infinite. The reasons are that (1) the imputed values of multiple cells could affect each other towards the conformance to models, and (2) dependencies obtained from complete data may not be accurate enough to impute many unobserved values, which poses a tougher challenge of the convergence. In this work, we study the collaborative imputation with the convergence guarantee. By “collaborative”, we mean (1) all the missing cells can be collaboratively imputed with the guaranteed conformance to models, and (2) the imputation models are collaboratively optimized according to fillings as well. Our major technical highlights include 1) introducing the statistically explainable collaborative imputation via likelihood maximization, 2) designing a collaborative imputation algorithm for multiple missing cells and extending it into a parallel version equivalently, 3) improving the algorithm by both imputation values and models collaboratively optimized with the convergence guarantee in parallel, 4) designing the streaming imputation and adaptive parameter determination strategies. Experiments on real incomplete datasets demonstrate the superiority of our methods against twelve baselines, in both imputation accuracy and downstream applications.
Yu Sun 0027, Shaoxu Song, Ying Zhang 0015, Xiaojie Yuan
ICDE4
2025 Multimodal Knowledge Graph Error Detection with Disentanglement VAE and Multi-Grained Triplet Confidence
abstract
Multimodal knowledge graphs inevitably contain numerous errors due to the lack of human supervision in their automated construction and updating processes. These errors can significantly degrade the performance of downstream applications that rely on them. Existing researches on knowledge graph error detection primarily focus on leveraging graph structural and textual information to identify triplet errors in unimodal knowledge graphs. However, unlike unimodal knowledge graphs, multimodal knowledge graphs also suffer from mismatches between images and their corresponding entities, referred to as modality errors. These modality errors not only hinder the performance of downstream applications but also impede our effective utilization of the abundant complementary information provided by the visual modality for detecting triplet errors. To this end, we introduce a novel task of multimodal knowledge graph error detection (MKGED) in this paper, aiming at simultaneously identifying both modality errors and triplet errors. Given the lack of datasets for evaluating this task, we first establish two comprehensive MKGED datasets. Furthermore, we propose a novel framework, KGDMC, to address the MKGED task. Within KGDMC, we devise a disentanglement modality reconstruction (DMR) module for modality error detection. This module disentangles each original modality representation into two disjoint components: modality-specific representations and modality-invariant representations, leveraging the cross-modality reconstruction process to detect mismatched visual modalities. Additionally, for the triplet error detection, we propose a multi-grained triplet confidence (MTC) module, incorporating local triplet confidence, global structure confidence, and global path confidence, to collaboratively detect mismatched triplets. Extensive experiments on our constructed two datasets demonstrate the superiority of our proposed framework.
Xuhui Sui, Ying Zhang 0015, Yu Zhao 0043, Baohang Zhou, Xiaojie Yuan
WWW2
2025 Multimodal Graph-Based Variational Mixture of Experts Network for Zero-Shot Multimodal Information Extraction
abstract
Multimodal information extraction on social media is a series of fundamental tasks to construct the multimodal knowledge graph. The tasks aim to extract the structural information in free texts with the incorporate images, including: multimodal named entity typing and multimodal relation extraction. However, the growing number of multimodal data implies a growing category set and the newly emerged entity types or relations should be recognized without additional training. To address the aforementioned challenges, we focus on the zero-shot multimodal information extraction tasks which require using textual and visual modalities for recognizing unseen categories. Compared with text-based zero-shot information extraction models, the existing multimodal ones make the textual and visual modalities aligned directly and exploit various fusion strategies to improve their performances. But the existing methods ignore the fine-grained semantic correlation of text-image pairs and samples. Therefore, we propose the multimodal graph-based variational mixture of experts network (MG-VMoE) which takes the MoE network as the backbone and exploits it for aligning multimodal representations in a fine-grained way. Considering to learn informative representations of multimodal data, we design each expert network as a variational information bottleneck to process two modalities in a uni-backbone. Moreover, we also propose the multimodal graph-based virtual adversarial training to learn the semantic correlation between the samples. The experimental results on the two benchmark datasets demonstrate the superiority of MG-VMoE over the baselines.
Baohang Zhou, Ying Zhang 0015, Yu Zhao 0043, Xuhui Sui, Xiaojie Yuan
WWW2
2025 ME3A: A Multimodal Entity Entailment framework for multimodal Entity Alignment
Yu Zhao 0043, Ying Zhang 0015, Xuhui Sui, Xiangrui Cai
Inf. Process. Manag.2
2024 Contrast then Memorize: Semantic Neighbor Retrieval-Enhanced Inductive Multimodal Knowledge Graph Completion
abstract
A large number of studies have emerged for Multimodal Knowledge Graph Completion (MKGC) to predict the missing links in MKGs. However, fewer studies have been proposed to study the inductive MKGC (IMKGC) involving emerging entities unseen during training. Existing inductive approaches focus on learning textual entity representations, which neglect rich semantic information in visual modality. Moreover, they focus on aggregating structural neighbors from existing KGs, which of emerging entities are usually limited. However, the semantic neighbors are decoupled from the topology linkage and usually imply the true target entity. In this paper, we propose the IMKGC task and a semantic neighbor retrieval-enhanced IMKGC framework CMR, where the contrast brings the helpful semantic neighbors close, and then the memorize supports semantic neighbor retrieval to enhance inference. Specifically, we first propose a unified cross-modal contrastive learning to simultaneously capture the textual-visual and textual-textual correlations of query-entity pairs in a unified representation space. The contrastive learning increases the similarity of positive query-entity pairs, therefore making the representations of helpful semantic neighbors close. Then, we explicitly memorize the knowledge representations to support the semantic neighbor retrieval. At test time, we retrieve the nearest semantic neighbors and interpolate them to the query-entity similarity distribution to augment the final prediction. Extensive experiments validate the effectiveness of CMR on three inductive MKGC datasets. Codes are available at https://github.com/OreOZhao/CMR.
Yu Zhao 0043, Ying Zhang 0015, Baohang Zhou, Xinying Qian, Kehui Song, Xiangrui Cai
SIGIR2
2024 Conditional heavy hitter monitoring and application of heterogeneous graph streams based on sketches
Chuanfeng Jian, Yiling Zeng, Chunyao Song, Ying Zhang 0015
Inf. Process. Manag.4
2024 GeoCo: Geographical Correlation Enhanced Network for POI Recommendation
abstract
User mobility behaviors frequently exhibit a spatial clustering phenomenon, wherein points of interest (POIs) visited by the same user tend to be in close proximity. Consequently, leveraging geographical influences for user preference modeling remains a prevalent approach in POI recommendation tasks. However, existing studies often overlook users’ hidden geographical habits for the following reasons: (1) Geographical features are commonly approximated by manually partitioned regions or fixed distributions, inadequately capturing the nuanced spatial proximity among POIs. (2) POIs with high geographical correlations are not explicitly incorporated as feedback signals during the training process, resulting in a lack of spatial clustering pattern learning within users’ preference representations. This paper introduces GeoCo, aGeographicalCorrelation enhanced network for POI recommendation. First, we model POIs’ geographical features using fine-grained hierarchical sequences to capture multilevel spatial relations. Subsequently, we propose a pre-training network that employs the sentence similarity assessment technique to comprehend the semantics of geographical correlations. Second, we introduce a novel multi-objective training process that intuitively learns spatial clustering patterns through user mobility behaviors. Extensive experiments conducted on two location-based social network (LBSN) datasets, Gowalla and Foursquare, demonstrate the superiority of our proposed model over fourteen state-of-the-art baseline models in POI recommendation tasks. Compared with the baselines, GeoCo has achieved a performance improvement of at least 5$\%$in Rec@5 and HR@5 on both datasets. Furthermore, we verify the effectiveness of pre-trained location vectors and the multi-objective training process in enhancing the model's understanding of geographical correlations for user preference construction.
Xuan Pan, Xiangrui Cai, Sihan Xu, Ying Zhang 0015, Xiaojie Yuan
IEEE Trans. Knowl. Data Eng.4
2022 DEAR: Dual-Level Self-attention GRU for Online Early Prediction of Sepsis
Yu Zhao 0043, Yike Wu 0002, Mo Liu 0006, Xiangrui Cai, Ying Zhang 0015, Xiaojie Yuan
WISA5
2022 CRNet: Modeling Concurrent Events over Temporal Knowledge Graph
Xiangrui Cai, Ying Zhang 0015, Xiaojie Yuan
ISWC3
2021 Multimodal Topic Detection in Social Networks with Graph Fusion
Kehui Song, Xiangrui Cai, Yierxiati Tuergong, Ling Yuan, Ying Zhang 0015
WISA6
2021 ImputeRNN: Imputing Missing Values in Electronic Medical Records
Jiawei Ouyang, Xiangrui Cai, Ying Zhang 0015, Xiaojie Yuan
DASFAA (3)4
2021 STMG: Spatial-Temporal Mobility Graph for Location Prediction
Xuan Pan, Xiangrui Cai, Jiangwei Zhang, Yanlong Wen, Ying Zhang 0015, Xiaojie Yuan
DASFAA (1)5
2021 A Decision Support System for Heart Failure Risk Prediction Based on Weighted Naive Bayes
Kehui Song, Samson Shenglong Yu, Haiwei Zhang 0001, Ying Zhang 0015, Xiangrui Cai, Xiaojie Yuan
DASFAA (3)4
2021 Missing value imputation in multivariate time series with end-to-end generative adversarial networks
Ying Zhang 0015, Baohang Zhou, Xiangrui Cai, Wenya Guo, Xiaoke Ding, Xiaojie Yuan
Inf. Sci.1
2021 Adversarially learned one-class novelty detection with confidence estimation
Ying Zhang 0015, Baohang Zhou, Xiaoke Ding, Jiawei Ouyang, Xiangrui Cai, Jinyang Gao, Xiaojie Yuan
Inf. Sci.1
2020 A Twig-Based Algorithm for Top-k Subgraph Matching in Large-Scale Graph Data
Haiwei Zhang 0001, Xiaofang Xie, Yanlong Wen, Ying Zhang 0015
WISA4
2019 Dependency-Aware Attention Model for Emotion Analysis for Online News
Xue Zhao 0001, Ying Zhang 0015, Xiaojie Yuan
PAKDD (1)2
2018 Jointly Trained Convolutional Neural Networks for Online News Emotion Analysis
Xue Zhao 0001, Ying Zhang 0015, Wenya Guo, Xiaojie Yuan
WISA2
2018 Improving Word Embeddings by Emphasizing Co-hyponyms
Xiangrui Cai, Yonghong Luo, Ying Zhang 0015, Xiaojie Yuan
WISA3
2018 Nearest Subspace with Discriminative Regularization for Time Series Classification
Yanlong Wen, Ying Zhang 0015, Xiaojie Yuan
DASFAA (1)3
2018 StrDip: A Fast Data Stream Clustering Algorithm Using the Dip Test of Unimodality
Yonghong Luo, Ying Zhang 0015, Xiaoke Ding, Xiangrui Cai, Chunyao Song, Xiaojie Yuan
WISE (2)2
2017 Hierarchical Semantic Representations of Online News Comments for Emotion Tagging Using Multiple Information Sources
Chao Wang 0054, Ying Zhang 0015, Wei Jie, Christian Sauer 0002, Xiaojie Yuan
DASFAA (2)2
2017 An Efficient Framework for Exact Set Similarity Search Using Tree Structure Indexes
abstract
Similarity search is an essential operation in many applications. Given a collection of set records and a query, the exact set similarity search aims at finding all the records that are similar to the query from the collection. Existing methods adopt a filter-and-verify framework, which make use of inverted indexes. However, as the complexity of verification is rather low for setbased similarity metrics, they always fail to make a good tradeoff between filter power and filter cost. In this paper, we proposed an efficient framework for exact set similarity search based on tree index structure. We defined a hash-based ordering to effectively import data into the index structure and then make optimizations to reduce the filter cost. To further improve the filter power, we proposed a dynamic algorithm to partition the dataset into several parts and propose a multiple-index framework. Experimental results on real-world datasets show that our method significantly outperform the state-of-the-art algorithms.
Yong Zhang 0002, Xiuxing Li, Jin Wang 0007, Ying Zhang 0015, Chunxiao Xing, Xiaojie Yuan
ICDE4
2017 Weighted Domain Translation for Online News Comments Emotion Tagging
abstract
This paper studies an emotion classification problem, which aims to classify online news comments to one of fine-grained emotion categories, e.g. happy, sad, and angry, etc. Neural networks have been widely used and achieved great success in sentiment classification. However, there must be sufficient labeled comments available for training neural networks, which usually requires labor-intensive and time-consuming manual labeling. One of the most effective solutions is to apply transfer learning, which uses abundant labeled comments from a source news domain to help the classification for another target domain with limited amount of labeled data. Still, the comments from different domains can have very different word distributions, which makes it difficult to transfer knowledge from one domain to another. In this paper, we accomplish cross-domain emotion tagging based on an advanced neural network BLSTM (bidirectional long short-term memory) with "domain translation'', which can overcome the difference between domains. A weighted linear transformation is utilized to "translate'' knowledge from source to target domain. An extensive set of experimental results on four datasets from popular online news services demonstrates the effectiveness of our proposed models.
Ying Zhang 0015, Xue Zhao 0001, Xiaojie Yuan
SIGIR1
2017 Time Series Classification by Modeling the Principal Shapes
Yanlong Wen, Ying Zhang 0015, Xiaojie Yuan
WISE (1)3
2016 A Distributed Frequent Itemsets Mining Algorithm Using Sparse Boolean Matrix on Spark
Yonghong Luo, Zhifan Yang, Huike Shi, Ying Zhang 0015
APWeb (2)4
2016 Online Hot Topic Detection from Web News Based on Bursty Term Identification
Chao Wang 0054, Xue Zhao 0001, Ying Zhang 0015, Xiaojie Yuan
APWeb (2)3
2016 Cross-Collection Emotion Tagging for Online News
Xue Zhao 0001, Chao Wang 0054, Haiwei Zhang 0001, Ying Zhang 0015
WAIM (2)5
2016 Online News Emotion Prediction with Bidirectional LSTM
Xue Zhao 0001, Chao Wang 0054, Zhifan Yang, Ying Zhang 0015, Xiaojie Yuan
WAIM (2)4
2015 Overlapping Schema Summarization Based on Multi-label Propagation
Chao Wang 0054, Xiangrui Cai, Ying Zhang 0015, Yanlong Wen, Xiaojie Yuan
APWeb4
2015 Multi-Label Emotion Tagging for Online News by Supervised Topic Model
Ying Zhang 0015, Lili Su, Zhifan Yang, Xue Zhao 0001, Xiaojie Yuan
APWeb1
2015 Efficient Foreign Key Discovery Based on Nearest Neighbor Search
Xiaojie Yuan, Xiangrui Cai, Chao Wang 0054, Ying Zhang 0015, Yanlong Wen
WAIM5
2015 Latent Discriminative Models for Social Emotion Detection with Emotional Dependency
abstract
Sentiment analysis of such opinionated online texts as reviews and comments has received increasingly close attention, yet most of the work is intended to deal with the detection of authors’ emotion. In contrast, this article presents our study of the social emotion detection problem, the objective of which is to identify the evoked emotions of readers by online documents such as news articles. A novel Latent Discriminative Model (LDM) is proposed for this task. LDM works by introducing intermediate hidden variables to model the latent structure of input text corpora. To achieve this, it defines a joint distribution over emotions and latent variables, conditioned on the observed text documents. Moreover, we assume that social emotions are not independent but correlated with one another, and the dependency of them is capable of providing additional guidance to LDM in the training process. The inclusion of this emotional dependency into LDM gives rise to a new Emotional Dependency-based LDM (eLDM). We evaluate the proposed models through a series of empirical evaluations on two real-world corpora of news articles. Experimental results verify the effectiveness of LDM and eLDM in social emotion detection.
Xiaojun Quan, Qifan Wang 0001, Ying Zhang 0015, Luo Si, Wenyin Liu
ACM Trans. Inf. Syst.3
2014 Summarizing Relational Database Schema Based on Label Propagation
Xiaojie Yuan, Xinkun Li, Xiangrui Cai, Ying Zhang 0015, Yanlong Wen
APWeb5
2014 Cross-domain and cross-category emotion tagging for comments of online news
abstract
In many online news services, users often write comments towards news in subjective emotions such as sadness, happiness or anger. Knowing such emotions can help understand the preferences and perspectives of individual users, and therefore may facilitate online publishers to provide more relevant services to users. Although building emotion classifiers is a practical task, it highly depends on sufficient training data that is not easy to be collected directly and the manually labeling work of comments can be quite labor intensive. Also, online news has different domains, which makes the problem even harder as different word distributions of the domains require different classifiers with corresponding distinct training data.
Ying Zhang 0015, Luo Si, Yanshan Lu, Qifan Wang 0001, Xiaojie Yuan
SIGIR1
2014 Bid keyword suggestion in sponsored search based on competitiveness and relevance
Ying Zhang 0015, Weinan Zhang 0001, Bin Gao 0001, Xiaojie Yuan, Tie-Yan Liu
Inf. Process. Manag.1
2013 K Hops Frequent Subgraphs Mining for Large Attribute Graph
Haiwei Zhang 0001, Simeng Jin, Xiangyu Hu 0001, Ying Zhang 0015, Yanlong Wen, Xiaojie Yuan
APWeb4
2012 Joint optimization of bid and budget allocation in sponsored search
abstract
This paper is concerned with the joint allocation of bid price and campaign budget in sponsored search. In this application, an advertiser can create a number of campaigns and set a budget for each of them. In a campaign, he/she can further create several ad groups with bid keywords and bid prices. Data analysis shows that many advertisers are dealing with a very large number of campaigns, bid keywords, and bid prices at the same time, which poses a great challenge to the optimality of their campaign management. As a result, the budgets of some campaigns might be too low to achieve the desired performance goals while those of some other campaigns might be wasted; the bid prices for some keywords may be too low to win competitive auctions while those of some other keywords may be unnecessarily high. In this paper, we propose a novel algorithm to automatically address this issue. In particular, we model the problem as a constrained optimization problem, which maximizes the expected advertiser revenue subject to the constraints of the total budget of the advertiser and the ranges of bid price change. By solving this optimization problem, we can obtain an optimal budget allocation plan as well as an optimal bid price setting. Our simulation results based on the sponsored search log of a commercial search engine have shown that by employing the proposed method, we can effectively improve the performances of the advertisers while at the same time we also see an increase in the revenue of the search engine. In addition, the results indicate that this method is robust to the second-order effects caused by the bid fluctuations from other advertisers.
Weinan Zhang 0001, Ying Zhang 0015, Bin Gao 0001, Yong Yu 0001, Xiaojie Yuan, Tie-Yan Liu
KDD2
2012 Emotion tagging for comments of online news by meta classification with heterogeneous information sources
abstract
With the rapid growth of online news services, users can actively respond to online news by making comments. Users often express subjective emotions in comments such as sadness, surprise and anger. Such emotions can help understand the preferences and perspectives of individual users, and therefore may facilitate online publishers to provide users with more relevant services. This paper tackles the task of predicting emotions for the comments of online news. To the best of our knowledge, this is the first research work for addressing the task. In particular, this paper proposes a novel Meta classification approach that exploits heterogeneous information sources such as the content of the comments and the emotion tags of news articles generated by users. The experiments on two datasets from online news services demonstrate the effectiveness of the proposed approach.
Ying Zhang 0015, Yi Fang 0008, Xiaojun Quan, Luo Si, Xiaojie Yuan
SIGIR1
2008 BrowseRank: letting web users vote for page importance
abstract
This paper proposes a new method for computing page importance, referred to as BrowseRank. The conventional approach to compute page importance is to exploit the link graph of the web and to build a model based on that graph. For instance, PageRank is such an algorithm, which employs a discrete-time Markov process as the model. Unfortunately, the link graph might be incomplete and inaccurate with respect to data for determining page importance, because links can be easily added and deleted by web content creators. In this paper, we propose computing page importance by using a 'user browsing graph' created from user behavior data. In this graph, vertices represent pages and directed edges represent transitions between pages in the users' web browsing history. Furthermore, the lengths of staying time spent on the pages by users are also included. The user browsing graph is more reliable than the link graph for inferring page importance. This paper further proposes using the continuous-time Markov process on the user browsing graph as a model and computing the stationary probability distribution of the process as page importance. An efficient algorithm for this computation has also been devised. In this way, we can leverage hundreds of millions of users' implicit voting on page importance. Experimental results show that BrowseRank indeed outperforms the baseline methods such as PageRank and TrustRank in several tasks.
Yuting Liu 0002, Bin Gao 0001, Tie-Yan Liu, Ying Zhang 0015, Zhiming Ma, Shuyuan He, Hang Li 0001
SIGIR4