EDBT 2026 Demo / reviewers in the wild / expert
Bin Wang 0004
dblp:13/1898-4
· DBLP profile ↗
54ranked-venue papers in the field
1as first author
18since 2021 · last 2025
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 34 (1 first)Data Mining & Knowledge Discovery · 12Database Systems & Data Management · 6Other / Interdisciplinary · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | DoTA: Weight-Decomposed Tensor Adaptation for Large Language Models
Xiaolin Hu 0001, Xiang Cheng 0007, Wei Liu 0302, Jian Luan 0001, Bin Wang 0004, Yong Liu 0020 |
PAKDD (5) | 6 |
| 2024 | Empathetic Response Generation with Relation-aware Commonsense KnowledgeabstractThe development of AI in mental health is a growing field with potential global impact. Machine agents need to perceive users' mental states and respond empathically. Since mental states are often latent and implicit, building such chatbots requires both knowledge learning and knowledge utilization. Our work contributes to this by developing a chatbot that aims to recognize and empathetically respond to users' mental states. We introduce a Conditional Variational Autoencoders (CVAE)-based model that utilizes relation-aware commonsense knowledge to generate responses. This model, while not a replacement for professional mental health support, demonstrates promise in offering informative and empathetic interactions in a controlled environment. On the dataset EmpatheticDialogues, we compare with several SOTA methods and empirically validate the effectiveness of our approach on response informativeness and empathy exhibition. Detailed analysis is also given to demonstrate the learning capability as well as model interpretability. Our code is accessible at http://github.com/ChangyuChen347/COMET-VAE. Changyu Chen, Yanran Li, Jianwei Cui 0002, Bin Wang 0004, Rui Yan 0001 |
WSDM | 5 |
| 2024 | Towards Flexible and Adaptive Neural Process for Cold-Start RecommendationabstractRecommender systems have been widely adopted in various online personal e-commerce applications for improving user experience. A long-standing challenge in recommender systems is how to provide accurate recommendation to users in cold-start situations where only a few user-item interactions can be observed. Recently, meta learning methods provide a promising solution, and most of them follow a way of parameter initialization where predictions can be fast adapted via multiple gradient descent steps. While these meta-learning recommenders promote model performance, how to derive a fundamental paradigm that enables both flexible approximations of complex user interaction distributions and effective task adaptations of global knowledge still remains a critical yet under-explored problem. To this end, we present the Flow-based Adaptive Neural Process (FANP), a new probabilistic meta-learning model where estimating the preference of each user is governed by an underlying stochastic process. Following an encoder-decoder generative framework, FANP is an effective few-shot function estimator that directly maps limited user interactions to a predictive distribution without complicated gradient updates. Through introducing a conditional normalization flow-based encoder, FANP can get rid of the model bias on latent variables and thereby derive more flexible variational distributions. Meanwhile, we propose a task-adaptive mechanism capturing the relevance of different tasks for improving adaptation ability of global knowledge. The learned task-specific and task-relevant representations are simultaneously exploited to generate the decoder parameters via a novel modulation-augmented hypernetwork. FANP is evaluated on both scenario-specific and user-specific cold-start recommendations on various real-world datasets. Extensive experimental results and detailed model analyses demonstrate that our model yields superior performance compared with multiple state-of-the-art meta-learning recommenders. Xixun Lin, Chuan Zhou 0001, Jia Wu 0001, Lixin Zou, Shirui Pan, Yanan Cao 0001, Bin Wang 0004, Shuaiqiang Wang, Dawei Yin 0001 |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2023 | Towards Universal Cross-Domain RecommendationabstractIn industry, web platforms such as Alibaba and Amazon often provide diverse services for users. Unsurprisingly, some developed services are data-rich, while some newly started services are data-scarce accompanied by severe data sparsity and cold-start problems. To alleviate the above problems and incubate new services easily, cross-domain recommendation (CDR) has attracted much attention from industrial and academic researchers. Generally, CDR aims to transfer rich user-item interaction information from related source domains (e.g., developed services) to boost recommendation quality of target domains (e.g., newly started services). For different scenarios, previous CDR methods can be roughly divided into two branches: (1) Data sparsity CDR fulfills user preference aided by other domain data to make intra-domain recommendations for users with few interactions, (2) Cold-start CDR projects user preference from other domain to make inter-domain recommendations for users with none interactions. In the past years, many outstanding CDR methods are emerged, however, to the best of our knowledge, none of them attempts to solve the two branches simultaneously. In this paper, we provide a unified framework, namely UniCDR, which can universally model different CDR scenarios by transferring the domain-shared information. Extensive experiments under the above 2 branches on 4 CDR scenarios and 6 public and large-scale industrial datasets demonstrate the effectiveness and universal ability of our UniCDR. Jiangxia Cao, Shaoshuai Li, Bowen Yu 0002, Tingwen Liu, Bin Wang 0004 |
WSDM | 6 |
| 2022 | Contrastive Cross-Domain Sequential RecommendationabstractCross-Domain Sequential Recommendation (CDSR) aims to predict future interactions based on user's historical sequential interactions from multiple domains. Generally, a key challenge of CDSR is how to mine precise cross-domain user preference based on the intra-sequence and inter-sequence item interactions. Existing works first learn single-domain user preference only with intra-sequence item interactions, and then build a transferring module to obtain cross-domain user preference. However, such a pipeline and implicit solution can be severely limited by the bottleneck of the designed transferring module, and ignores to consider inter-sequence item relationships. Jiangxia Cao, Xin Cong, Jiawei Sheng, Tingwen Liu, Bin Wang 0004 |
CIKM | 5 |
| 2022 | Cross-Domain Recommendation to Cold-Start Users via Variational Information BottleneckabstractRecommender systems have been widely deployed in many real-world applications, but usually suffer from the long-standing user cold-start problem. As a promising way, Cross-Domain Recommendation (CDR) has attracted a surge of inter-est, which aims to transfer the user preferences observed in the source domain to make recommendations in the target domain. Previous CDR approaches mostly achieve the goal by following the Embedding and Mapping (EMCDR) idea which attempts to learn a mapping function to transfer the pre-trained user repre-sentations (embeddings) from the source domain into the target domain. However, they pre-train the user/item representations independently for each domain, ignoring to consider both domain interactions simultaneously. Therefore, the biased pre-trained representations inevitably involve the domain-specific information which may lead to negative impact to transfer information across domains. In this work, we consider a key point of the CDR task: what information needs to be shared across domains? To achieve the above idea, this paper utilizes the information bottleneck (IB) principle, and proposes a novel approach termed as CDRIB to enforce the representations encoding the domain-shared information. To derive the unbiased representations, we devise two IB regularizers to model the cross-domain/in-domain user-item interactions simultaneously and thereby CDRIB could consider both domain interactions jointly for de-biasing. With an additional contrastive information regularizer, CDRIB can also capture cross-domain user-user correlations. In this way, those regularizers encourage the representations to encode the domain-shared information, which has the capability to make recommendations in both domains directly. To the best of our knowledge, this paper is the first work to capture the domain-shared information for cold-start users via variational information bottleneck. Empirical experiments illustrate that CDRIB outperforms the state-of-the-art approaches on four real-world cross-domain datasets, demonstrating the effectiveness of adopting the information bottleneck for CDR. Jiangxia Cao, Jiawei Sheng, Xin Cong, Tingwen Liu, Bin Wang 0004 |
ICDE | 5 |
| 2022 | Structure-Aware Reasoning for Knowledge Base Question Answering
Peng Zhang 0001, Bin Wang 0004 |
PAKDD (1) | 5 |
| 2022 | Item Similarity Mining for Multi-Market RecommendationabstractReal-world web applications such as Amazon and Netflix often provide services in multiple countries and regions (i.e., markets) around the world. Generally, different markets share similar item sets while containing different amounts of interaction data. Some markets are data-scarce and others are data-rich and leveraging those data from similar and data-rich auxiliary markets could enhance the data-scarce markets. In this paper, we explore multi-market recommendation (MMR), and propose a novel model called M$^3$Rec to improve all markets recommendation simultaneously. Since items play the role to bridge different markets, we argue that mining the similarities among items is the key point of MMR. Our M^3Rec preprocess two global item similarities: intra- and inter- market similarities. Specifically, we first learn the second-order intra-market similarity by adopting linear models with closed-form solutions, and then capture the high-order inter-market similarity by the random walk. Afterward, we incorporate the global item similarities for each local market. We conduct extensive experiments on five public available markets and compare with several state-of-the-art methods. Detailed experimental results demonstrate the effectiveness of our proposed method. Jiangxia Cao, Xin Cong, Tingwen Liu, Bin Wang 0004 |
SIGIR | 4 |
| 2022 | DisenCDR: Learning Disentangled Representations for Cross-Domain RecommendationabstractData sparsity is a long-standing problem in recommender systems. To alleviate it, Cross-Domain Recommendation (CDR) has attracted a surge of interests, which utilizes the rich user-item interaction information from the related source domain to improve the performance on the sparse target domain. Recent CDR approaches pay attention to aggregating the source domain information to generate better user representations for the target domain. However, they focus on designing more powerful interaction encoders to learn both domains simultaneously, but fail to model different user preferences of different domains. Particularly, domain-specific preferences of the source domain usually provide useless information to enhance the performance in the target domain, and directly aggregating the domain-shared and domain-specific information together maybe hurts target domain performance. This work considers a key challenge of CDR: How do we transfer shared information across domains? Grounded in the information theory, we propose DisenCDR, a novel model to disentangle the domain-shared and domain-specific information. To reach our goal, we propose two mutual-information-based disentanglement regularizers. Specifically, an exclusive regularizer aims to enforce the user domain-shared representations and domain-specific representations encoding exclusive information. An information regularizer is to encourage the user domain-shared representations encoding predictive information for both domains. Based on them, we further derive a tractable bound of our disentanglement objective to learn desirable disentangled representations. Extensive experiments show that DisenCDR achieves significant improvements over state-of-the-art baselines on four real-world datasets. Jiangxia Cao, Xixun Lin, Xin Cong, Jing Ya, Tingwen Liu, Bin Wang 0004 |
SIGIR | 6 |
| 2022 | Relation-Guided Few-Shot Relational Triple ExtractionabstractIn few-shot relational triple extraction (FS-RTE), one seeks to extract relational triples from plain texts by utilizing only few annotated samples. Recent work first extracts all entities and then classifies their relations. Such an entity-then-relation paradigm ignores the entity discrepancy between relations. To address it, we propose a novel task decomposition strategy, Relation-then-Entity, for FS-RTE. It first detects relations occurred in a sentence and then extracts the corresponding head/tail entities of the detected relations. To instantiate this strategy, we further propose a model, RelATE, which builds a dual-level attention to aggregate relation-relevant information to detect the relation occurrence and utilizes the annotated samples of the detected relations to extract the corresponding head/tail entities. Experimental results show that our model outperforms previous work by an absolute gain (18.98%, 28.85% in F1 in two few-shot settings). Xin Cong, Jiawei Sheng, Shiyao Cui, Bowen Yu 0002, Tingwen Liu, Bin Wang 0004 |
SIGIR | 6 |
| 2022 | An Attribute-Driven Mirror Graph Network for Session-based RecommendationabstractSession-based recommendation (SBR) aims to predict a user's next clicked item based on an anonymous yet short interaction sequence. Previous SBR models, which rely only on the limited short-term transition information without utilizing extra valuable knowledge, have suffered a lot from the problem of data sparsity. This paper proposes a novel mirror graph enhanced neural model for session-based recommendation (MGS), to exploit item attribute information over item embeddings for more accurate preference estimation. Siqi Lai, Erli Meng, Fan Zhang 0053, Chenliang Li 0005, Bin Wang 0004, Aixin Sun |
SIGIR | 5 |
| 2022 | Conversational Recommendation via Hierarchical Information ModelingabstractConversational recommendation system aims to recommend appropriate items to user by directly asking preference on attributes or recommending item list. However, most of existing methods only employ the flat item and attribute relationship, and ignore the hierarchical relationship connected by the similar user which can provide more comprehensive information. And these methods usually use the user accepted attributes to represent the conversational history and ignore the hierarchical information of sequential transition in the historical turns. In this paper, we propose Hierarchical Information-aware Conversational Recommender (HICR) to model the two types of hierarchical information to boost the performance of CRS. Experiments conducted on four benchmark datasets verify the effectiveness of our proposed model. Quan Tu, Shen Gao, Yanran Li, Jianwei Cui 0002, Bin Wang 0004, Rui Yan 0001 |
SIGIR | 5 |
| 2021 | Disentangled Deep Multivariate Hawkes Process for Learning Event SequencesabstractMultivariate Hawkes processes (MHPs) are classic methods to learn temporal patterns in event sequences of different entities. Traditional MHPs with explicit parametric intensity functions are friendly to model interpretability. However, recent Deep MHPs which employ various variants of recurrent neural networks are hardly to understand, albeit more expressive towards event sequences. The lack of model interpretability of Deep MHPs leads to a limited comprehension of complicated dynamics between events. To this end, we present a new Disentangled Deep Multivariate Hawkes Process $(\mathrm{D}^{2}$ MHP) to enhance model expressiveness and meanwhile maintain model interpretability. $\mathrm{D}^{2}$ MHP achieves state disentanglement by disentangling the latent representation of an event sequence into static and dynamic latent variables, and matches these latent variables to interpretable factors in the intensity function. Moreover, considering that an entity typically has multiple identities, $\mathrm{D}^{2}$ MHP further splits these latent variables into factorized representations, each of which is associated with a corresponding identity. Experiments on real-world datasets show that $\mathrm{D}^{2}$ MHP yields significant and consistent improvements over state-of-the-art baselines. We also demonstrate model interpretability via the detailed analysis. Xixun Lin, Jiangxia Cao, Peng Zhang 0001, Chuan Zhou 0001, Zhao Li 0007, Jia Wu 0001, Bin Wang 0004 |
ICDM | 7 |
| 2021 | Deep Structural Point Process for Learning Temporal Interaction Networks
Jiangxia Cao, Xixun Lin, Xin Cong, Hengzhu Tang, Tingwen Liu, Bin Wang 0004 |
ECML/PKDD (1) | 7 |
| 2021 | Towards an Online Empathetic Chatbot with Emotion CausesabstractExisting emotion-aware conversational models usually focus on controlling the response contents to align with a specific emotion class, whereas empathy is the ability to understand and concern the feelings and experience of others. Hence, it is critical to learn the causes that evoke the users' emotion for empathetic responding, a.k.a. emotion causes. To gather emotion causes in online environments, we leverage counseling strategies and develop an empathetic chatbot to utilize the causal emotion information. On a real-world online dataset, we verify the effectiveness of the proposed approach by comparing our chatbot with several SOTA methods using automatic metrics, expert-based human judgements as well as user-based online evaluation. Yanran Li, Hongke Ning, Xiaoqiang Xia, Yalong Guo, Jianwei Cui 0002, Bin Wang 0004 |
SIGIR | 8 |
| 2021 | Bipartite Graph Embedding via Mutual Information MaximizationabstractBipartite graph embedding has recently attracted much attention due to the fact that bipartite graphs are widely used in various application domains. Most previous methods, which adopt random walk-based or reconstruction-based objectives, are typically effective to learn local graph structures. However, the global properties of bipartite graph, including community structures of homogeneous nodes and long-range dependencies of heterogeneous nodes, are not well preserved. In this paper, we propose a bipartite graph embedding called BiGI to capture such global properties by introducing a novel local-global infomax objective. Specifically, BiGI first generates a global representation which is composed of two prototype representations. BiGI then encodes sampled edges as local representations via the proposed subgraph-level attention mechanism. Through maximizing the mutual information between local and global representations, BiGI enables nodes in bipartite graph to be globally relevant. Our model is evaluated on various benchmark datasets for the tasks of top-K recommendation and link prediction. Extensive experiments demonstrate that BiGI achieves consistent and significant improvements over state-of-the-art baselines. Detailed analyses verify the high effectiveness of modeling the global properties of bipartite graph. Jiangxia Cao, Xixun Lin, Luchen Liu, Tingwen Liu, Bin Wang 0004 |
WSDM | 6 |
| 2021 | Task-adaptive Neural Process for User Cold-Start RecommendationabstractUser cold-start recommendation is a long-standing challenge for recommender systems due to the fact that only a few interactions of cold-start users can be exploited. Recent studies seek to address this challenge from the perspective of meta learning, and most of them follow a manner of parameter initialization, where the model parameters can be learned by a few steps of gradient updates. While these gradient-based meta-learning models achieve promising performances to some extent, a fundamental problem of them is how to adapt the global knowledge learned from previous tasks for the recommendations of cold-start users more effectively. Xixun Lin, Jia Wu 0001, Chuan Zhou 0001, Shirui Pan, Yanan Cao 0001, Bin Wang 0004 |
WWW | 6 |
| 2021 | Semi-Open Information ExtractionabstractOpen Information Extraction (OIE), the task aimed at discovering all textual facts organized in the form of (subject, predicate, object) found within a sentence, has gained much attention recently. However, in some knowledge-driven applications such as question answering, we often have a target entity and hope to obtain its structured factual knowledge for better understanding, instead of extracting all possible facts aimlessly from the corpus. In this paper, we define a new task, namely Semi-Open Information Extraction (SOIE), to address this need. The goal of SOIE is to discover domain-independent facts towards a particular entity from general and diverse web text. To facilitate research on this new task, we propose a large-scale human-annotated benchmark called SOIED, consisting of 61,984 facts for 8,013 subject entities annotated on 24,000 Chinese sentences collected from the web search engine. Bowen Yu 0002, Zhenyu Zhang 0006, Jiawei Sheng, Tingwen Liu, Bin Wang 0004 |
WWW | 7 |
| 2020 | Exploratory Adversarial Attacks on Graph Neural NetworksabstractGraph neural networks (GNNs) have been successfully used to analyze non-Euclidean network data. Recently, there emerge a number of works to investigate the robustness of GNNs by adding adversarial noises into the graph topology, where gradient-based attacks are widely studied due to their inherent efficiency and high effectiveness. However, the gradient-based attacks often lead to sub-optimal results due to the discrete structure of graph data. To this end, we design a novel exploratory adversarial attack (termed as EpoAtk) to boost the gradient-based perturbations on graphs. The exploratory strategy in EpoAtk includes three phases, generation, evaluation and recombination, with the goal of sidesteping the possible misinformation that the maximal gradient provides. In experiments, EpoAtk is evaluated on benchmark datasets for the task of semi-supervised node classification in different attack settings. Experimental results demonstrate that the proposed method significantly outperforms the state-of-the-art attacks with the same attack budgets. Xixun Lin, Chuan Zhou 0001, Hong Yang 0003, Jia Wu 0001, Haibo Wang 0004, Yanan Cao 0001, Bin Wang 0004 |
ICDM | 7 |
| 2020 | Inductive Unsupervised Domain Adaptation for Few-Shot Classification via Clustering
Xin Cong, Bowen Yu 0002, Tingwen Liu, Shiyao Cui, Hengzhu Tang, Bin Wang 0004 |
ECML/PKDD (2) | 6 |
| 2020 | RolNE: Improving the Quality of Network Embedding with Structural Role Proximity
Qi Liang 0002, Peng Zhang 0001, Meilin Zhou, Yongquan He, Bin Wang 0004 |
WISE (1) | 7 |
| 2019 | Guiding Cross-lingual Entity Alignment via Adversarial Knowledge EmbeddingabstractCross-lingual Entity Alignment (CEA) aims at identifying entities with their counterparts in different language knowledge graphs. Knowledge embedding alignment plays an important role in CEA due to its advantages of easy implementation and run-time robustness. However, existing embedding alignment methods haven't considered the problem of embedding distribution alignment which refers to the alignment of spatial shapes of embedding spaces. To this end, we present a new Adversarial Knowledge Embedding framework (AKE for short) that jointly learns the representation, mapping and adversarial modules in an end-to-end manner. By reducing the discrepancy of embedding distributions, AKE can approximately preserve an isomorphism between source and target embeddings. In addition, we introduce two new orthogonality constraints into mapping to obtain the self-consistency and numerical stability of transformation. Experiments on real-world datasets demonstrate that our method significantly outperforms state-of-the-art baselines. Xixun Lin, Hong Yang 0003, Jia Wu 0001, Chuan Zhou 0001, Bin Wang 0004 |
ICDM | 5 |
| 2019 | Relation Structure-Aware Heterogeneous Graph Neural NetworkabstractHeterogeneous graphs with different types of nodes and edges are ubiquitous and have immense value in many applications. Existing works on modeling heterogeneous graphs usually follow the idea of splitting a heterogeneous graph into multiple homogeneous subgraphs. This is ineffective in exploiting hidden rich semantic associations between different types of edges for large-scale multi-relational graphs. In this paper, we propose Relation Structure-Aware Heterogeneous Graph Neural Network (RSHN), a unified model that integrates graph and its coarsened line graph to embed both nodes and edges in heterogeneous graphs without requiring any prior knowledge such as metapath. To tackle the heterogeneity of edge connections, RSHN first creates a Coarsened Line Graph Neural Network (CL-GNN) to excavate edge-centric relation structural features that respect the latent associations of different types of edges based on coarsened line graph. After that, a Heterogeneous Graph Neural Network (H-GNN) is used to leverage implicit messages from neighbor nodes and edges propagating among nodes in heterogeneous graphs. As a result, different types of nodes and edges can enhance their embedding through mutual integration and promotion. Experiments and comparisons, based on semi-supervised classification tasks on large scale heterogeneous networks with over a hundred types of edges, show that RSHN significantly outperforms state-of-the-arts. Chuan Zhou 0001, Shirui Pan, Xingquan Zhu 0001, Bin Wang 0004 |
ICDM | 5 |
| 2017 | Constructing and Embedding Abstract Event Causality Networks from Text SnippetsabstractIn this paper, we formally define the problem of representing and leveraging abstract event causality to power downstream applications. We propose a novel solution to this problem, which build an abstract causality network and embed the causality network into a continuous vector space. The abstract causality network is generalized from a specific one, with abstract event nodes represented by frequently co-occurring word pairs. To perform the embedding task, we design a dual cause-effect transition model. Therefore, the proposed method can obtain general, frequent, and simple causality patterns, meanwhile, simplify event matching. Given the causality network and the learned embeddings, our model can be applied to a wide range of applications such as event prediction, event clustering and stock market movement prediction. Experimental results demonstrate that 1) the abstract causality network is effective for discovering high-level causality rules behind specific causal events; 2) the embedding models perform better than state-of-the-art link prediction techniques in predicting events; and 3) the event causality embedding is an easy-to-use and sophisticated feature for downstream applications such as stock market movement prediction. Sendong Zhao, Quan Wang 0002, Sean Massung, Bing Qin 0001, Ting Liu 0001, Bin Wang 0004, ChengXiang Zhai |
WSDM | 6 |
| 2017 | SSE: Semantically Smooth Embedding for Knowledge GraphsabstractThis paper considers the problem of embedding Knowledge Graphs (KGs) consisting of entities and relations into low-dimensional vector spaces. Most of the existing methods perform this task based solely on observed facts. The only requirement is that the learned embeddings should be compatible within each individual fact. In this paper, aiming at further discovering the intrinsic geometric structure of the embedding space, we proposeSemantically Smooth Embedding(SSE). The key idea of SSE is to take full advantage of additional semantic information and enforce the embedding space to be semantically smooth, i.e., entities belonging to the same semantic category will lie close to each other in the embedding space. Two manifold learning algorithms Laplacian Eigenmaps and Locally Linear Embedding are used to model the smoothness assumption. Both are formulated as geometrically based regularization terms to constrain the embedding task. Two lines of embedding strategies are tested, i.e., strategies based on latent distance models and strategies based on tensor factorization techniques. We empirically evaluate SSE on two benchmark tasks of link prediction and triple classification, and achieve significant and consistent improvements over state-of-the-art methods. The results demonstrate the superiority and generality of SSE. Quan Wang 0002, Bin Wang 0004, Li Guo 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2017 | Knowledge Graph Embedding: A Survey of Approaches and ApplicationsabstractKnowledge graph (KG) embedding is to embed components of a KG including entities and relations into continuous vector spaces, so as to simplify the manipulation while preserving the inherent structure of the KG. It can benefit a variety of downstream tasks such as KG completion and relation extraction, and hence has quickly gained massive attention. In this article, we provide a systematic review of existing techniques, including not only the state-of-the-arts but also those with latest trends. Particularly, we make the review based on the type of information used in the embedding task. Techniques that conduct embedding using only facts observed in the KG are first introduced. We describe the overall framework, specific model design, typical training procedures, as well as pros and cons of such techniques. After that, we discuss techniques that further incorporate additional information besides facts. We focus specifically on the use of entity types, relation paths, textual descriptions, and logical rules. Finally, we briefly introduce how KG embedding can be applied to and benefit a wide variety of downstream tasks such as KG completion, relation extraction, question answering, and so forth. Quan Wang 0002, Zhendong Mao 0001, Bin Wang 0004, Li Guo 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2016 | A Set-Based Training Query Classification Approach for Twitter Search
Qingli Ma, Ben He 0001, Jungang Xu, Bin Wang 0004 |
WAIM (1) | 4 |
| 2016 | Event Related Document Retrieval Based on Bipartite Graph
Rui Li 0022, Peng Li 0021, Meilin Zhou, Bin Wang 0004 |
WAIM (1) | 5 |
| 2016 | Partially Decompressing Binary Interpolative Coding for Fast Query Processing
Xi Fu, Peng Li 0021, Rui Li 0022, Bin Wang 0004 |
WISE (2) | 4 |
| 2016 | Learning Event Profile for Improving First Story Detection in Twitter Stream
Yongqin Qiu, Rui Li 0022, Bin Wang 0004 |
WISE (1) | 4 |
| 2016 | Towards Understanding URL Resources in Recent Sina Weibo
Yifang Wan, Peng Li 0021, Rui Li 0022, Meilin Zhou, Yongjun Ye, Bin Wang 0004 |
WISE (1) | 6 |
| 2016 | Ranking Microblog Users via URL Biased Posts
Yongjun Ye, Peng Li 0021, Rui Li 0022, Meilin Zhou, Yifang Wan, Bin Wang 0004 |
WISE (2) | 6 |
| 2014 | Users' Behavior Session: Integrate Passive Feedback into Microblog Recommendation
Peng Li 0021, Bin Wang 0004 |
APWeb | 4 |
| 2014 | Query Dependent Time-Sensitive Ranking Model for Microblog Search
Bin Wang 0004 |
APWeb | 4 |
| 2014 | Computing and applying topic-level user interactions in microblog recommendationabstractWith the development of microblog services, tens of thousands of messages are produced every day and recommending useful messages according to users' interest is recognized as an effective way to overcome the information overload problem. Collaborative filtering which rooted from recommender system has been utilized for microblog recommendation, where social relationship information can help improve the recommendation performance. However, most of existing methods only consider the static relationship, i.e. the following relationship, which totally ignores the relationship conveyed by users' repost behaviors. To explore the effects of behavior based relationship on recommendation, we propose an Interaction Based Collaborative Filtering (IBCF) approach. Specifically, we first use topic model to analyze users' interactive behaviors and measure the topic-specific relationship strength, then we incorporate the relationship factor into the matrix factorization framework. Experimental results show that compared to the current popular social recommendation methods, IBCF can achieve better performance on the MAP and NDCG evaluation measures, and have better interpretability for the recommended results. Peng Li 0021, Hongyuan Ma, Anying Xu, Bin Wang 0004 |
SIGIR | 6 |
| 2014 | PAAP: prefetch-aware admission policies for query results cache in web search enginesabstractCaching query results is an efficient technique for Web search engines. Admission policy can prevent infrequent queries from taking space of more frequent queries in the cache. In this paper we present two novel admission policies tailored for query results cache. These policies are based on query results prefetching information. We also propose a demote operation for the query results cache to improve the cache hit ratio. We then use a trace of over 5 million queries to evaluate our admission policies, as well as traditional policies. Experimental results show that our prefetch-aware admission policies can achieve hit ratios better than state-of-the-art admission policies. Hongyuan Ma, Wei Liu 0005, Bingjie Wei, Xiuguo Bao, Bin Wang 0004 |
SIGIR | 7 |
| 2013 | Learning to rank for question routing in community question answeringabstractThis paper focuses on the problem of Question Routing (QR) in Community Question Answering (CQA), which aims to route newly posted questions to the potential answerers who are most likely to answer them. Traditional methods to solve this problem only consider the text similarity features between the newly posted question and the user profile, while ignoring the important statistical features, including the question-specific statistical feature and the user-specific statistical features. Moreover, traditional methods are based on unsupervised learning, which is not easy to introduce the rich features into them. This paper proposes a general framework based on the learning to rank concepts for QR. Training sets consist of triples (q, asker, answerers) are first collected. Then, by introducing the intrinsic relationships between the asker and the answerers in each CQA session to capture the intrinsic labels/orders of the users about their expertise degree of the question q, two different methods, including the SVM-based and RankingSVM-based methods, are presented to learn the models with different example creation processes from the training set. Finally, the potential answerers are ranked using the trained models. Extensive experiments conducted on a real world CQA dataset from Stack Overflow show that our proposed two methods can both outperform the traditional query likelihood language model (QLLM) as well as the state-of-the-art Latent Dirichlet Allocation based model (LDA). Specifically, the RankingSVM-based method achieves statistical significant improvements over the SVM-based method and has gained the best performance. Zongcheng Ji, Bin Wang 0004 |
CIKM | 2 |
| 2012 | Question-answer topic model for question retrieval in community question answeringabstractThe major challenge for Question Retrieval (QR) in Community Question Answering (CQA) is the lexical gap between the queried question and the historical questions. This paper proposes a novel Question-Answer Topic Model (QATM) to learn the latent topics aligned across the question-answer pairs to alleviate the lexical gap problem, with the assumption that a question and its paired answer share the same topic distribution. Experiments conducted on a real world CQA dataset from Yahoo! Answers show that combining both parts properly can get more knowledge than each part or both parts in a simple mixing way and combining our QATM with the state-of-the-art translation-based language model, where the topic and translation information is learned from the question-answer pairs at two different grained semantic levels respectively, can significantly improve the QR performance. Zongcheng Ji, Bin Wang 0004, Ben He 0001 |
CIKM | 3 |
| 2012 | User-aware caching and prefetching query results in web search enginesabstractQuery results caching is an efficient technique for Web search engines. In this paper we present User-Aware Cache, a novel approach tailored for query results caching, that is based on user characteristics. We then use a trace of around 30 million queries to evaluate User-Aware Cache, as well as traditional methods and theoretical upper bounds. Experimental results show that this approach can achieve hit ratios better than state-of-the-art methods. Hongyuan Ma, Bin Wang 0004 |
SIGIR | 2 |
| 2012 | Dual role model for question recommendation in community question answeringabstractQuestion recommendation that automatically recommends a new question to suitable users to answer is an appealing and challenging problem in the research area of Community Question Answering (CQA). Unlike in general recommender systems where a user has only a single role, each user in CQA can play two different roles (dual roles) simultaneously: as an asker and as an answerer. To the best of our knowledge, this paper is the first to systematically investigate the distinctions between the two roles and their different influences on the performance of question recommendation in CQA. Moreover, we propose a Dual Role Model (DRM) to model the dual roles of users effectively. With different indepen-dence assumptions, two variants of DRM are achieved. Finally, we present the DRM based approach to question recommendation which provides a mechanism for naturally integrating the user relation between the answerer and the asker with the content re-levance between the answerer and the question into a uni-fied probabilistic framework. Experiments using a real-world data crawled from Yahoo! Answers show that: (1) there are evident distinctions between the two roles of users in CQA. Additionally, the answerer role is more effective than the asker role for modeling candidate users in question recommendation; (2) compared with baselines utilizing a single role or blended roles based methods, our DRM based approach consistently and significantly improves the performance of question recommendation, demonstrating that our approach can model the user in CQA more reasonably and precisely. Zongcheng Ji, Bin Wang 0004 |
SIGIR | 3 |
| 2012 | Document Re-ranking Using Partial Social TaggingabstractSocial annotations provide additional document description contributed by online users and they have been explored for improving search performance. However, most existing methods need offline analysis of the whole tagged corpus, which is computationally expensive and cannot fit specific queries well. In this paper, we propose to use tags for document re-ranking. Specifically, we first estimate document similarity by combining words and tags and then adjust the document ranks with the assumption that similar documents should have similar retrieval scores. On similarity estimation, we present a new feature extraction method, called CRMF, from which document similarity can be derived. The CRMF can integrate the content and relation properties of multiple views and mine their correspondence. Besides, it does not require that all the documents to have tags. We tested the proposed approach on collections which are derived from Clue Web and contain Delicious tags. The experimental results demonstrate the effectiveness of tags on document re-ranking, where CRMF is significantly better than other state-of-the-art methods using tags. Peng Li 0021, Jian-Yun Nie, Bin Wang 0004, Jing He 0010 |
Web Intelligence | 3 |
| 2011 | Relevance weighting using within-document term statisticsabstractWith the rapid development of the information technology, there exists the difficulty in deploying state-of-the-art retrieval models in environments such as peer-to-peer networks and pervasive computing, where it is expensive or even infeasible to maintain the global statistics. To this end, this paper presents an investigation in the validity of different statistical assumptions of term distributions. Based on the findings in this investigation, a variety of weighting models, called NG (standing for "no global statistics") models, are derived from the Divergence from Randomness framework, in which only the within-document statistics are used in the relevance weighting. Compared to the state-of-the-art weighting models in extensive experiments on various standard TREC test collections, our proposed NG models can provide acceptable retrieval performance in ad-hoc search, without the use of global statistics. Kai Hui 0001, Ben He 0001, Tiejian Luo, Bin Wang 0004 |
CIKM | 4 |
| 2011 | Exploring categorization property of social annotations for information retrievalabstractUser generated social annotations provide extra information for describing document contents. In this paper, we propose an effective method to model the categorization property of social annotations and explore the potential of combining it with classical language models for improving retrieval performance. Specifically, a novel TR-LDA model is presented to take annotations as an additional source for generating document contents apart from the document itself. We provide strategies for representing and weighting the categorization property and develop an efficient inference algorithm, where space saving is taken into account. Experiments are carried out on synthetic datasets, where documents and queries come from the standard evaluation conference TREC and annotations come from the website Delicious.com. Our results demonstrate the effectiveness of the proposed method on the ad-hoc retrieval task, which significantly outperforms state-of-art baselines. Peng Li 0021, Bin Wang 0004, Wei Jin 0006, Jian-Yun Nie, Ben He 0001 |
CIKM | 2 |
| 2011 | User-Related Tag Expansion for Web Document Clustering
Peng Li 0021, Bin Wang 0004, Wei Jin 0006, Yachao Cui |
ECIR | 2 |
| 2010 | Improved latent concept expansion using hierarchical markov random fieldsabstractMost existing query expansion approaches for ad-hoc retrieval adopt overly simplistic textual representations that treat documents as bags of words and ignore inherent document structure. These simple representations often lead to incorrect independence assumptions in the proposed approaches and result in limited retrieval effectiveness. In this paper, we propose a novel query expansion technique that models the various types of dependencies that exist between original query terms and expansion terms within a robust, unified framework. The proposed model is called Hierarchical Markov random fields (HMRFs), based on Latent Concept Expansion (LCE). By exploiting implicit (or explicit) hierarchical structure within documents, HMRFs can incorporate hierarchical interactions which are important for modeling term dependencies in an efficient manner. Our rigorous experimental evaluation carried out using several TREC data sets shows that our proposed query expansion technique consistently and significantly outperforms the current state-of-the-art query expansion approaches, including relevance-based language models and LCE. Hao Lang, Donald Metzler, Bin Wang 0004, Jintao Li 0001 |
CIKM | 3 |
| 2009 | Query dependent pseudo-relevance feedback based on wikipediaabstractPseudo-relevance feedback (PRF) via query-expansion has been proven to be e®ective in many information retrieval (IR) tasks. In most existing work, the top-ranked documents from an initial search are assumed to be relevant and used for PRF. One problem with this approach is that one or more of the top retrieved documents may be non-relevant, which can introduce noise into the feedback process. Besides, existing methods generally do not take into account the significantly different types of queries that are often entered into an IR system. Intuitively, Wikipedia can be seen as a large, manually edited document collection which could be exploited to improve document retrieval effectiveness within PRF. It is not obvious how we might best utilize information from Wikipedia in PRF, and to date, the potential of Wikipedia for this task has been largely unexplored. In our work, we present a systematic exploration of the utilization of Wikipedia in PRF for query dependent expansion. Specifically, we classify TREC topics into three categories based on Wikipedia: 1) entity queries, 2) ambiguous queries, and 3) broader queries. We propose and study the effectiveness of three methods for expansion term selection, each modeling the Wikipedia based pseudo-relevance information from a different perspective. We incorporate the expansion terms into the original query and use language modeling IR to evaluate these methods. Experiments on four TREC test collections, including the large web collection GOV2, show that retrieval performance of each type of query can be improved. In addition, we demonstrate that the proposed method out-performs the baseline relevance model in terms of precision and robustness. Gareth J. F. Jones, Bin Wang 0004 |
SIGIR | 3 |
| 2009 | QueryTrans: Finding Similar Queries Based on Query Trace GraphabstractGenerating similar queries for a query, named query suggestion, is an important technology for helping search engine users. Since query data is very diverse and sparse, it is still challenging to measure the similarity of each query pair. We propose a novel algorithm called QueryTrans, which can efficiently compute pairwise similarity scores between all queries with respect to the global structure of a query trace graph mined from search engine logs. Compared with previous query suggestion approaches, QueryTrans is robust for different queries and stable for different parameter settings. We also present the performance of QueryTrans on large scale query logs. Experiments on about 100,000 queries show: QueryTrans can efficiently computes almost 10 billion pairwise similarity scores within 15 minutes on a single computer; and its results are significantly better than all 4 recent approaches on query suggestion. Bin Wang 0004, Peng Li 0021, Jintao Li 0001 |
Web Intelligence | 2 |
| 2008 | Entity-based query reformulation using wikipediaabstractMany real world applications increasingly involve both structured data and text, and entity based retrieval is an important problem in this realm. In this paper, we present an automatic query reformulation approach based on entities detected in each query. The aim is to utilize semantics associated with entities for enhancing document retrieval. This is done by expanding a query with terms/phrases related to entities in the query. We exploit Wikipedia as a large repository of entity information. Our reformulated approach consists of three major steps : (1) detect representative entity in a query; (2) expand the query with entity related terms/phrases; and (3) facilitate term dependency features. We evaluate our approach in ad-hoc retrieval task on four TREC collections, including two large web collections. Experiments results show that significant improvement is possible by utilizing entity corresponding information. Bin Wang 0004 |
CIKM | 3 |
| 2008 | An Evaluation and Analysis of Incorporating Term Dependency for Ad-Hoc Retrieval
Hao Lang, Bin Wang 0004, Gareth J. F. Jones, Jintao Li 0001 |
ECIR | 2 |
| 2008 | Utilizing phrase based semantic information for term dependencyabstractPrevious work on term dependency has not taken into account semantic information underlying query phrases. In this work, we study the impact of utilizing phrase based concepts for term dependency. We use Wikipedia to separate important and less important term dependencies, and treat them accordingly as features in a linear feature-based retrieval model. We compare our method with a Markov Random Field (MRF) model on four TREC document collections. Our experimental results show that utilizing phrase based concepts improves the retrieval effectiveness of term dependency, and reduces the size of the feature set to large extent. Bin Wang 0004 |
SIGIR | 3 |
| 2007 | Efficient on-line index maintenance for dynamic text collections by using dynamic balancing treeabstractPrevious on-line index maintenance strategies are mainly designed for document insertions without considering document deletions. In a truly dynamic search environment, however, documents may be added to and removed from the collection at any point in time. In this paper, we examine issues of on-line index maintenance with support for instantaneous document deletions and insertions. We present a DBT Merge strategy that can dynamically adjust the sequence of sub-index merge operations during index construction, and offers better query processing performance than previous methods, while providing an equivalent level of index maintenance performance when document insertions and deletions exist in parallel. Using experiments on 426 GB of web data we demonstrate the efficiency of our method in practice, showing that on-line index construction for dynamic text collections can be performed efficiently and almost as fast as for growing text collections. Ruijie Guo, Xueqi Cheng 0001, Bin Wang 0004 |
CIKM | 4 |
| 2005 | A novel refinement approach for text categorizationabstractIn this paper we present a novel strategy, DragPushing, for improving the performance of text classifiers. The strategy is generic and takes advantage of training errors to successively refine the classification model of a base classifier. We describe how it is applied to generate two new classification algorithms; a Refined Centroid Classifier and a Refined Naïve Bayes Classifier. We present an extensive experimental evaluation of both algorithms on three English collections and one Chinese corpus. The results indicate that in each case, the refined classifiers achieve significant performance improvement over the base classifiers used. Furthermore, the performance of the Refined Centroid Classifier implemented is comparable, if not better, to that of state-of-the-art support vector machine (SVM)-based classifier, but offers a much lower computational cost. Songbo Tan, Xueqi Cheng 0001, Moustafa Ghanem, Bin Wang 0004 |
CIKM | 4 |
| 2005 | Using dragpushing to refine centroid text classifiersabstractWe present a novel algorithm, DragPushing, for automatic text classification. Using a training data set, the algorithm first calculates the prototype vectors, or centroids, for each of the available document classes. Using misclassified examples, it then iteratively refines these centroids; by dragging the centroid of a correct class towards a misclassified example and in the same time pushing the centroid of an incorrect class away from the misclassified example. The algorithm is simple to implement and is computationally very efficient. Evaluation experiments conducted on two benchmark collections show that its classification accuracy is comparable to that of more complex methods, such as support vector machines (SVM). Songbo Tan, Xueqi Cheng 0001, Bin Wang 0004, Moustafa Ghanem, Yike Guo |
SIGIR | 3 |
| 2002 | Example-based phrase translation in Chinese-English CLIRabstractThis paper proposes an example-based phrase translation method in a Chinese to English cross-language information retrieval (CLIR) system. The method can generate much more accurate query translations than dictionary-based and common MT-based methods, and then improves the retrieval performance of our CLIR system. Bin Wang 0004, Xueqi Cheng 0001, Shuo Bai |
SIGIR | 1 |