EDBT 2026 Demo / reviewers in the wild / expert
Hai-Tao Zheng 0002
dblp:20/134-2 · also Haitao Zheng 0002
· DBLP profile ↗
55ranked-venue papers in the field
16as first author
24since 2021 · last 2026
0000-0001-5128-5649ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 22 (8 first)Data Mining & Knowledge Discovery · 14 (2 first)Database Systems & Data Management · 9 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 8 (4 first)Other / Interdisciplinary · 2 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | A hierarchical framework for measuring scientific paper innovation via large language models
Hongming Tan, Shaoxiong Zhan, Fengwei Jia, Hai-Tao Zheng 0002, Wai Kin Chan |
Inf. Sci. | 4 |
| 2025 | Dual Denoising Diffusion Model for Session-based Social RecommendationabstractSession-based Social Recommendation (SSR) enhances item recommendations by incorporating both session interactions and social network data. Despite recent progress, existing SSR methods-primarily based on Graph Neural Networks-are highly susceptible to session noise (irrelevant or unintentional interactions) and social noise (misleading signals from connected users). Prior denoising strategies often rely on heuristic resampling or reweighting techniques, which lack generalizability and robustness across diverse datasets. In this work, we explore a novel direction by introducing diffusion models for denoising in SSR. However, applying diffusion to SSR presents unique challenges due to heterogeneous data modalities, incompatible noise patterns, and the absence of semantic guidance during the reverse process. To overcome these challenges, we propose D3MRec, a Dual Denoising Diffusion Model specifically designed for SSR. D3MRec employs a dual-branch architecture that independently models session sequences and social graphs, applying denoising diffusion in their respective hidden representation spaces. This decoupled design preserves the structural integrity of each modality while enabling modality-specific denoising. Moreover, we introduce cross-modal guidance by leveraging collaborative signals from the other branch during the reverse diffusion process, enhancing alignment between session intents and social preferences. The dual denoising processes not only mitigate noise within each modality but also serve as mutual priors, facilitating robust and consistent representation learning across modalities. Extensive experiments on multiple benchmarks show that D3MRec significantly outperforms state-of-the-art models, particularly under noisy conditions, demonstrating its effectiveness and robustness. Mengying Lu, Hai-Tao Zheng 0002, Qi Li 0002, Jinxiao Shan, Hong-Gee Kim |
CIKM | 2 |
| 2025 | UltraWiki: Ultra-Fine-Grained Entity Set Expansion with Negative Seed EntitiesabstractEntity Set Expansion (ESE) aims to identify new entities belonging to the same semantic class as the given set of seed entities. Traditional methods solely relied on positive seed entities to represent the target fine-grained semantic class, rendering them tough to represent ultra-fine-grained semantic classes. Specifically, merely relying on positive seed entities leads to two inherent shortcomings: (i) Ambiguity among ultra-fine-grained semantic classes. (ii) Inability to define “unwanted” semantics. Hence, previous ESE methods struggle to address the ultra-fine-grained ESE (Ultra-ESE) task. To solve this issue, we first introduce negative seed entities in the inputs, which jointly describe the ultra-fine-grained semantic class with positive seed entities. Negative seed entities eliminate the semantic ambiguity by providing a contrast between positive and negative attributes. Meanwhile, it provides a straightforward way to express “unwanted”. To assess model performance in Ultra-ESE and facilitate further research, we also constructed UltraWiki, the first large-scale dataset tailored for Ultra-ESE. UltraWiki encompasses 50,973 entities and 394,097 sentences, alongside 236 ultra-fine-grained semantic classes, where each class is represented with 3–5 positive and negative seed entities. Moreover, a retrieval-based framework RetExpan and a generation-based framework GenExpan are proposed to provide powerful baselines for Ultra-ESE. Additionally, we devised two strategies to enhance models' comprehension of ultra-fine-grained entities' semantics: contrastive learning and chain-of-thought reasoning. Extensive experiments confirm the effectiveness of our proposed strategies and also reveal that there remains a large space for improvement in Ultra-ESE. All the codes, dataset, and supplementary notes are available at https://github.com/THUKElab/UltraWiki. Yangning Li, Qingsong Lv, Tianyu Yu 0002, Xuming Hu, Hai-Tao Zheng 0002, Hui Wang 0030 |
ICDE | 7 |
| 2025 | ROMA: Recommendation-Oriented Language Model Adaptation Using Multi-Modal Multi-Domain Item SequencesabstractSequential recommendation (SR) aims to capture dynamic user preferences from users' historical behaviors. Recently, benefiting from astonishing understanding ability of pre-trained language models (PLMs), text-enhanced sequential recommender becomes a promising direction, which employs PLMs to extract semantic information for user/item representation. Although promising in improving performance and transferability, few existing text-enhanced SR studies have analyzed the differences between PLMs and recommenders, restricting the ability of PLMs for recommendation. In this paper, we make an in-depth comparison and conclude their discrepancies in representation and knowledge level, respectively, caused by different multi-modal content and task-oriented capabilities. Based on this, we propose a Recommendation-Oriented Language Model Adaptation framework (named ROMA) using multi-modal multi-domain item sequences. To empower PLMs with a rational understanding of user/item modeling and the recommendation task, ROMA partitions a PLM into bottom and top layers, respectively, allowing representation-level and task-level adaptation with elaborately designed architectures, transferring strategy and learning framework. Our experimental results on public benchmarks demonstrate the effectiveness and transferability of our framework. Additionally, we showcase the application value of ROMA on the recommender system of Huawei's AppGallery through online A/B testing, which shows significant improvements in online metrics. Jinpeng Wang 0002, Jieming Zhu, Zhicheng Zhang 0008, Deqing Zou, Hai-Tao Zheng 0002, Shutao Xia, Rui Zhang 0003 |
KDD (2) | 6 |
| 2025 | VLM as Policy: Common-Law Content Moderation Framework for Short Video Platform
Tianke Zhang, Chang Meng, Xiaobei Wang, Jinpeng Wang 0002, Yifan Zhang 0004, Shisong Tang, Changyi Liu, Haojie Ding, Kaiyu Jiang, Kaiyu Tang, Hai-Tao Zheng 0002, Fan Yang 0094, Tingting Gao, Di Zhang 0026, Kun Gai |
KDD (2) | 13 |
| 2025 | QAEA-DR: A Unified Text Augmentation Framework for Dense RetrievalabstractIn dense retrieval, embedding long texts into dense vectors can result in information loss, leading to inaccurate query-text matching. Additionally, low-quality texts with excessive noise or sparse key information are unlikely to align well with relevant queries. Recent studies mainly focus on improving the sentence embedding model or retrieval process. In this work, we introduce a novel text augmentation framework for dense retrieval. This framework transforms raw documents into information-dense text formats, which supplement the original texts to effectively address the aforementioned issues without modifying embedding or retrieval methodologies. Two text representations are generated via large language models (LLMs) zero-shot prompting: question-answer pairs and element-driven events. We term this approach QAEA-DR: unifying question-answer generation and event extraction in a text augmentation framework for dense retrieval. To further enhance the quality of generated texts, a scoring-based evaluation and regeneration mechanism is introduced in LLM prompting. Our QAEA-DR model has a positive impact on dense retrieval, supported by both theoretical analysis and empirical experiments. Hongming Tan, Shaoxiong Zhan, Hai-Tao Zheng 0002, Wai Kin Chan |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2024 | Empowering Private Tutoring by Chaining Large Language ModelsabstractArtificial intelligence has been applied in various aspects of online education to facilitate teaching and learning. However, few approaches have been made towards a complete AI-powered tutoring system. In this work, we explore the development of a full-fledged intelligent tutoring system based on large language models (LLMs). The proposed system ChatTutor, powered by state-of-the-art LLMs, is equipped with automatic course planning and adjusting, informative instruction, and adaptive quiz offering and evaluation. ChatTutor is decomposed into three inter-connected core processes: interaction, reflection, and reaction. Each process is implemented by chaining LLM-powered tools along with dynamically updated memory modules. To demonstrate the mechanism of each working module and the benefits of structured memory control and adaptive reflection, we conduct a wide range of analysis based on statistical results and user study. The analysis shows the designed processes boost system consistency and stability under long-term interaction and intentional disruptions, with up to 5% and 20% increase in performance respectively. Meanwhile, we also compare the system with scripts from real-world online learning platform and discuss the potential issues unique to LLM-based systems. Yulin Chen 0001, Ning Ding 0002, Hai-Tao Zheng 0002, Zhiyuan Liu 0001, Maosong Sun 0001, Bowen Zhou 0002 |
CIKM | 3 |
| 2024 | UniEmbedding: Learning Universal Multi-Modal Multi-Domain Item Embeddings via User-View Contrastive LearningabstractLearning high-quality item embeddings is crucial for recommendation tasks such as matching and ranking. However, existing methods often rely on ID-based item embeddings learned end-to-end with downstream recommendation models, which may suffer from overfitting and limited generalizability. In this paper, we aim to learn universal item embeddings (dubbed UniEmbedding) that capture multi-modal semantics, generalize across multiple domains, and serve different downstream tasks. To achieve this goal, we introduce the UniEmbedding pretraining framework, which includes three modules: a domain-aware multi-modal adapter, a user-view projection module, and contrastive learning objectives across domains. Compared to naive ID embeddings, UniEmbedding provides rich semantic information that generalizes more effectively across domains. Unlike multi-modal embeddings directly extracted from off-the-shelf pretrained models, UniEmbedding achieves better alignment between content semantics and behaviors. We evaluated UniEmbedding on both public and industrial datasets, demonstrating its effectiveness in matching and ranking tasks. Furthermore, UniEmbedding has been deployed in multiple recommendation applications at Huawei, resulting in significant gains in user engagement metrics. Boqi Dai, Zhaocheng Du, Jieming Zhu, Deqing Zou, Quanyu Dai, Zhenhua Dong, Rui Zhang 0003, Hai-Tao Zheng 0002 |
CIKM | 9 |
| 2024 | From Retrieval to Generation: Efficient and Effective Entity Set ExpansionabstractEntity Set Expansion (ESE) is a critical task aiming at expanding entities of the target semantic class described by seed entities. Most existing ESE methods are retrieval-based frameworks that need to extract contextual features of entities and calculate the similarity between seed entities and candidate entities. To achieve the two purposes, they iteratively traverse the corpus and the entity vocabulary, resulting in poor efficiency and scalability. Experimental results indicate that the time consumed by the retrieval-based ESE methods increases linearly with entity vocabulary and corpus size. In this paper, we firstly propose Generative Entity Set Expansion (GenExpan) framework, which utilizes a generative pre-trained auto-regressive language model to accomplish ESE task. Specifically, a prefix tree is employed to guarantee the validity of entity generation, and automatically generated class names are adopted to guide the model to generate target entities. Moreover, we propose Knowledge Calibration and Generative Ranking to further bridge the gap between generic knowledge of the language model and the goal of ESE task. For efficiency, expansion time consumed by GenExpan is independent of entity vocabulary and corpus size, and GenExpan achieves an average 600% speedup compared to strong baselines. For expansion effectiveness, our framework outperforms previous state-of-the-art ESE methods. Shulin Huang, Shirong Ma, Yangning Li, Hai-Tao Zheng 0002 |
CIKM | 5 |
| 2024 | A Segment Augmentation and Prediction Consistency Framework for Multi-label Unknown Intent DetectionabstractMulti-label unknown intent detection is a challenging task where each utterance may contain not only multiple known but also unknown intents. To tackle this challenge, pioneers proposed to predict the intent number of the utterance first, then compare it with the results of known intent matching to decide whether the utterence contains unknown intent(s). Though they have made remarkable progress on this task, their methods still suffer from two important issues: (1) It is inadequate to extract multiple intents using only utterance encoding; (2) Optimizing two sub-tasks (intent number prediction and known intent matching) independently leads to inconsistent predictions. In this article, we propose to incorporate segment augmentation rather than only use utterance encoding to better detect multiple intents. We also design a prediction consistency module to bridge the gap between the two sub-tasks. Empirical results on MultiWOZ2.3 and MixSNIPS datasets show that our method achieves state-of-the-art performance and significantly improves the best baseline. Miaoxin Chen, Cao Liu, Boqi Dai, Hai-Tao Zheng 0002, Hui Wang 0030, Rui Xie 0005, Hong-Gee Kim |
ACM Trans. Knowl. Discov. Data | 5 |
| 2023 | Segment Augmentation and Prediction Consistency Neural Network for Multi-label Unknown Intent DetectionabstractMulti-label unknown intent detection is a challenging task where each utterance may contain not only multiple known but also unknown intents. To tackle this challenge, pioneers proposed to predict the intent number of the utterance first, then compare it with the results of known intent matching to decide whether the utterance contains unknown intent(s). Though they have made remarkable progress on this task, their method still suffers from two important issues: 1) It is inadequate to extract multiple intents using only utterance encoding; 2) Optimizing two sub-tasks (intent number prediction and known intent matching) independently leads to inconsistent predictions. In this paper, we propose to incorporate segment augmentation rather than only use utterance encoding to better detect multiple intents. We also design a prediction consistency module to bridge the gap between the two sub-tasks. Empirical results on MultiWOZ2.3 show that our method achieves state-of-the-art performance and improves the best baseline significantly. Miaoxin Chen, Cao Liu, Boqi Dai, Hai-Tao Zheng 0002, Jiansong Chen, Guanglu Wan, Rui Xie 0005 |
CIKM | 4 |
| 2023 | Click-Aware Structure Transfer with Sample Weight Assignment for Post-Click Conversion Rate Estimation
Kai Ouyang, Wenhao Zheng 0001, Xuanji Xiao, Hai-Tao Zheng 0002 |
ECML/PKDD (5) | 5 |
| 2023 | Mining Interest Trends and Adaptively Assigning Sample Weight for Session-based RecommendationabstractSession-based Recommendation (SR) aims to predict users' next click based on their behavior within a short period, which is crucial for online platforms. However, most existing SR methods somewhat ignore the fact that user preference is not necessarily strongly related to the order of interactions. Moreover, they ignore the differences in importance between different samples, which limits the model-fitting performance. To tackle these issues, we put forward the method, Mining Interest Trends and Adaptively Assigning Sample Weight, abbreviated as MTAW. Specifically, we model users' instant interest based on their present behavior and all their previous behaviors. Meanwhile, we discriminatively integrate instant interests to capture the changing trend of user interest to make more personalized recommendations. Furthermore, we devise a novel loss function that dynamically weights the samples according to their prediction difficulty in the current epoch. Extensive experimental results on two benchmark datasets demonstrate the effectiveness and superiority of our method. Kai Ouyang, Xianghong Xu 0001, Miaoxin Chen, Zuotong Xie, Hai-Tao Zheng 0002, Shuangyong Song |
SIGIR | 5 |
| 2023 | MoocRadar: A Fine-grained and Multi-aspect Knowledge Repository for Improving Cognitive Student Modeling in MOOCsabstractStudent modeling, the task of inferring a student's learning characteristics through their interactions with coursework, is a fundamental issue in intelligent education. Although the recent attempts from knowledge tracing and cognitive diagnosis propose several promising directions for improving the usability and effectiveness of current models, the existing public datasets are still insufficient to meet the need for these potential solutions due to their ignorance of complete exercising contexts, fine-grained concepts, and cognitive labels. In this paper, we present MoocRadar, a fine-grained, multi-aspect knowledge repository consisting of 2,513 exercise questions, 5,600 knowledge concepts, and over 12 million behavioral records. Specifically, we propose a framework to guarantee a high-quality and comprehensive annotation of fine-grained concepts and cognitive labels. The statistical and experimental results indicate that our dataset provides the basis for the future improvements of existing methods. Moreover, to support the convenient usage for researchers, we release a set of tools for data querying, model adaption, and even the extension of our repository, which are now available at https://github.com/THU-KEG/MOOC-Radar. Jifan Yu, Mengying Lu, Qingyang Zhong, Zijun Yao 0002, Shangqing Tu, Zhengshan Liao, Xiaoya Li 0002, Manli Li, Lei Hou 0001, Hai-Tao Zheng 0002, Juan-Zi Li, Jie Tang 0001 |
SIGIR | 10 |
| 2023 | Automatic Context Pattern Generation for Entity Set ExpansionabstractEntity Set Expansion (ESE) is a valuable task that aims to find entities of the target semantic class described by given seed entities. Various Natural Language Processing (NLP) and Information Retrieval (IR) downstream applications have benefited from ESE due to its ability to discover knowledge. Although existing corpus-based ESE methods have achieved great progress, they still rely on corpora with high-quality entity information annotated, because most of them need to obtain the context patterns through the position of the entity in a sentence. Therefore, the quality of the given corpora and their entity annotation has become the bottleneck that limits the performance of such methods. To overcome this dilemma and make the ESE models free from the dependence on entity annotation, our work aims to explore a new ESE paradigm, namely corpus-independent ESE. Specifically, we devise a context pattern generation module that utilizes autoregressive language models (e.g., GPT-2) to automatically generate high-quality context patterns for entities. In addition, we propose the GAPA, a novel ESE framework that leverages the aforementionedGenerAtedPAtterns to expand target entities. Extensive experiments and detailed analyses on three widely used datasets demonstrate the effectiveness of our method. All the codes of our experiments are available athttps://github.com/geekjuruo/GAPA. Shulin Huang, Xinwei Zhang 0009, Qingyu Zhou, Yangning Li, Ruiyang Liu, Yunbo Cao, Hai-Tao Zheng 0002, Ying Shen 0001 |
IEEE Trans. Knowl. Data Eng. | 8 |
| 2023 | TransCP: A Transformer Pointer Network for Generic Entity Description Generation With Explicit Content-PlanningabstractWe study neural data-to-text generation to generate a sentence to describe a target entity based on its attributes. Specifically, we address two problems of the encoder-decoder framework for data-to-text generation: i) how to encode a non-linear input (e.g., a set of attributes); and ii) how to order the attributes in the generated description. Existing studies focus on the encoding problem but do not address the ordering problem, i.e., they learn the content-planning implicitly. The other approaches focus on two-stage models but overlook the encoding problem. To address the two problems at once, we propose a model namedTransCPto explicitly learn content-planning and integrate them into a description generation model in an end-to-end fashion. We propose a novel Transformer-based Pointer Network withgated residual attentionandimportance maskingto learn a content-plan. To integrate the content-plan with a description generator, we propose a tracking mechanism to trace the extent to which the content-plan is exposed in the previous decoding time-step. This helps the description generator select the attributes to be mentioned in proper order. Experimental results show that our model consistently outperforms state-of-the-art baselines by up to 2% and 3% in terms of BLEU score on two real-world datasets. Bayu Distiawan Trisedya, Jianzhong Qi 0001, Hai-Tao Zheng 0002, Flora D. Salim, Rui Zhang 0003 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2023 | Event Detection With Dynamic Word-Trigger-Argument Graph Neural NetworksabstractThe task of ACE Event Detection (ED) often encounters ambiguous and unseen trigger words. Most conventional ED systems exclusively consider the semantic or syntactic patterns as the additional evidence to resolve the problem of the ambiguous and unseen triggers, but rarely consider taking advantages of structured knowledge of the event itself. In this study, we propose Dynamic Word-Trigger-Argument Graph Neural Networks (DWTA-GNN), a novel framework that leverages event structure knowledge to facilitate the two issues simultaneously. In our approach, we utilize words, entities, and event annotations from training to construct an event background graph, which can provide sufficient information of event structure to better disambiguate polysemous triggers and identify unseen triggers. To make full use of the constructed background graph, we further design a knowledge matching module to dynamically match appropriate event structure knowledge and construct a subgraph for each incoming sentence. Besides, an event-selective graph convolution is applied to filter out the noise in the matched knowledge so as to enhance event representation. Experiments on the ACE2005 dataset show that our model achieves competitive performance and advances previous approaches on ambiguous and unseen trigger words, verifying the effectiveness of incorporating event structure knowledge for event detection. Yilin Zhang 0006, Ziran Li, Zhiyuan Liu 0001, Hai-Tao Zheng 0002, Ying Shen 0001 |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2022 | Modeling Latent Autocorrelation for Session-based RecommendationabstractSession-based Recommendation (SBR) aims to predict the next item for the current session, which consists of several clicked items in a short period by an anonymous user. Most of the sequential modeling approaches to SBR are focusing on adopting advanced Deep Neural Networks (DNNs), and these methods require increasingly longer training times. Existing studies have shown that some traditional SBR methods can outperform some DNN-based sequential models, however, few studies have attempted to investigate the effectiveness of traditional methods in recent years. In this paper, we propose a novel and concise SBR model inspired by the basic concept of autocorrelation in the Stochastic Process. Autocorrelation measures the correlation of a process at different moments. Therefore, it is natural to use it to model the correlation of clicked item sequences at different time shifts. Specifically, we use Fast Fourier Transforms (FFT) to compute the autocorrelation and combine it with several linear transformations to enhance the session representation. By this means, our proposed method can learn better session preferences and is more efficient than most DNN-based models. Extensive experiments on two public datasets show that the proposed method outperforms state-of-the-art models in both effectiveness and efficiency. Xianghong Xu 0001, Kai Ouyang, Liuyin Wang, Jiaxin Zou, Yanxiong Lu, Hai-Tao Zheng 0002, Hong-Gee Kim |
CIKM | 6 |
| 2022 | Diversify Search Results Through Graph Attentive Document Interaction
Xianghong Xu 0001, Kai Ouyang, Yanxiong Lu, Hai-Tao Zheng 0002, Hong-Gee Kim |
DASFAA (1) | 5 |
| 2022 | Self-Supervised Dual-Channel Attentive Network for Session-based Social RecommendationabstractThe task of Session-based Social Recommendation (SSR) aims to utilize the social networks to make recommendations in session-based scenarios. Existing SSR methods mainly focused on using graph networks to capture complex item transition patterns, ignoring the sequential information. Few studies combined two aspects of features to enhance session preferences, resulting in information loss. Besides, modeling the entire session that some items are invalid or repeatedly clicked will interfere with the results. In this paper, to address the information loss issue in SSR, we propose a novel Dual-Channel Attentive Network (DCAN) to leverage both sequential infor-mation and complex item transitions. Specifically, we construct one channel by a light graph attention layer to capture item transitions, and we elaborate a concise attention-based layer to build the other channel to learn sequential information. To solve the invalid or repeatedly clicked problem in the session, we introduce new self-supervised learning (SSL) learning method, which allows model learning to distinguish and discard these items. However, the effect of SSL in SSR has not been investigated yet. Besides, these studies require negative sampling, which makes its performance depend on negative sampling strategies. Then, we investigate the effect of adding existing SSL frameworks in DCAN, but it has not achieved good results. Besides, we propose a novel SSL framework that does not require negative sampling for SSR, denoted as Positive sampling SSL (PSSL). Furthermore, we combined DCAN and PSSL to make more accurate recommendations, denoted as DCAN - PSSL. Extensive experiments on three public benchmark datasets demonstrate that both DCAN and DCAN - PSSL consistently outperform the state-of-the-art models. Liuyin Wang, Xianghong Xu 0001, Kai Ouyang, Huanzhong Duan, Yanxiong Lu, Hai-Tao Zheng 0002 |
ICDE | 6 |
| 2022 | MixDec Sampling: A Soft Link-based Sampling Method of Graph Neural Network for RecommendationabstractGraph neural networks have been widely used in recent recommender systems, where negative sampling plays an important role. Existing negative sampling methods restrict the relationship between nodes as either hard positive pairs or hard negative pairs. This leads to the loss of structural information, and lacks the mechanism to generate positive pairs for nodes with few neighbors. To overcome limitations, we propose a novel soft link-based sampling method, namely MixDec Sampling, which consists of Mixup Sampling module and Decay Sampling module. The Mixup Sampling augments node features by synthesizing new nodes and soft links, which provides sufficient number of samples for nodes with few neighbors. The Decay Sampling strengthens the digestion of graph structure information by generating soft links for node embedding learning. To the best of our knowledge, we are the first to model sampling relationships between nodes by soft links in GNN-based recommender systems. Extensive experiments demonstrate that the proposed MixDec Sampling can significantly and consistently improve the recommendation performance of several representative GNN-based models on various recommendation benchmarks. Xiangjin Xie, Yuxin Chen 0002, Xianli Zhang, Shilei Cao 0001, Kai Ouyang, Hai-Tao Zheng 0002, Buyue Qian, Hansen Zheng, Chengxiang Zhuo, Zang Li |
ICDM | 8 |
| 2022 | Contrastive Learning with Hard Negative Entities for Entity Set ExpansionabstractEntity Set Expansion (ESE) is a promising task which aims to expand entities of the target semantic class described by a small seed entity set. Various NLP and IR applications will benefit from ESE due to its ability to discover knowledge. Although previous ESE methods have achieved great progress, most of them still lack the ability to handle hard negative entities (i.e., entities that are difficult to distinguish from the target entities), since two entities may or may not belong to the same semantic class based on different granularity levels we analyze on. To address this challenge, we devise an entity-level masked language model with contrastive learning to refine the representation of entities. In addition, we propose the ProbExpan, a novel probabilistic ESE framework utilizing the entity representation obtained by the aforementioned language model to expand entities. Extensive experiments and detailed analyses on three datasets show that our method outperforms previous state-of-the-art methods. Yangning Li, Tianyu Yu 0002, Ying Shen 0001, Hai-Tao Zheng 0002 |
SIGIR | 6 |
| 2021 | Consistency and Coherency Enhanced Story Generation
Wei Wang 0138, Piji Li, Hai-Tao Zheng 0002 |
ECIR (1) | 3 |
| 2021 | Modeling Relation Paths for Knowledge Graph CompletionabstractKnowledge graphs (KG) often encounter knowledge incompleteness. The path reasoning that predicts the unknown path relation between pairwise entities based on existing facts is one of the most promising approaches to the knowledge graph completion. However, most conventional path reasoning methods exclusively consider the entity description included in fact triples, ignoring both the type information of entities and the interaction between different semantic representations. In this study, we propose a novel method, Type-aware Attentive Path Reasoning (TAPR), to complete the knowledge graph by simultaneously considering KG structural information, textual information, and type information. More specifically, we first leverage types to enrich the representational learning of entities and relationships. Next, we describe a type-level attention to select the most relevant type of given entity in a specific triple without any predefined rules or patterns to reduce the impact of noisy types. After learning the distributed representation of all paths, path-level attention assigns different weights to paths, from which relations among entity pairs are calculated. We conduct a series of experiments on a real-world dataset to demonstrate the effectiveness of TAPR. Experimental results show that our method significantly outperforms all baselines on link prediction and entity prediction tasks. Ying Shen 0001, Ning Ding 0002, Hai-Tao Zheng 0002, Yaliang Li, Min Yang 0007 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2019 | Knowledge-aware Textual Entailment with Graph Attention NetworkabstractTextual entailment is a central problem of language variability, which has been attracting a lot of interest and it poses significant issues in front of systems aimed at natural language understanding. Recently, various frameworks have been proposed for textual entailment recognition, ranging from traditional computational linguistics techniques to deep learning model based methods. However, recent deep neural networks that achieve the state of the art on textual entailment task only consider the context information of the given sentences rather than the real-world background information and knowledge beyond the context. In the paper, we propose a Knowledge-Context Interactive Textual Entailment Network (KCI-TEN) that learns graph level sentence representations by harnessing external knowledge graph with graph attention network. We further propose a text-graph interaction mechanism for neural based entailment matching learning, which endows the redundancy and noise with less importance and put emphasis on the informative representations. Experiments on the SciTail dataset demonstrate that KCI-TEN outperforms the state-of-the-art methods. Daoyuan Chen, Yaliang Li, Min Yang 0007, Hai-Tao Zheng 0002, Ying Shen 0001 |
CIKM | 4 |
| 2019 | Topic Attentional Neural Network for Abstractive Document Summarization
Hai-Tao Zheng 0002, Wei Wang 0138 |
PAKDD (2) | 2 |
| 2019 | User Preference-Aware Review Generation
Wei Wang 0138, Hai-Tao Zheng 0002 |
PAKDD (3) | 2 |
| 2019 | Path-based Attribute-aware Representation Learning for Relation PredictionabstractKnowledge graphs (KGs) have been applied to many semantic-driven applications, including knowledge interchange and semantic inference. However, most KGs are far from complete and are growing rapidly. Although significant progress has been made in the symbolic representation learning of KGs with structural information, the textual knowledge that plays a crucial role in relation prediction is underutilized, and the issues of redundancy and noise path remain to be settled. In this paper, a Path-based Attribute-aware Representation Learning model (PARL) has been proposed to perform path denoising and path representation learning for the relation prediction task. We develop a novel text-enhanced relation prediction architecture, which interactively learns KG structural and textual representations to vary the sparsity and reliability of KG. Moreover, a path denoising algorithm is presented to emphasize paths with rich information and reduce the impact of redundancy and noise path. Experiments on a public dataset demonstrate that PARL consistently outperforms state-of-the-art methods on relation prediction and KG completion tasks. Ying Shen 0001, Desi Wen, Yaliang Li, Nan Du 0001, Hai-Tao Zheng 0002, Min Yang 0007 |
SDM | 5 |
| 2019 | Answer-enhanced Path-aware Relation Detection over Knowledge BaseabstractKnowledge Based Question Answering (KBQA) is one of the most promising approaches to provide suitable answers for the queries posted by users. Relation detection that aims to take full advantage of the substantial knowledge contained in knowledge base (KB) becomes increasingly important. Significant progress has been made in performing relation detection over KB. However, recent deep neural networks that achieve the state of the art on KB-based relation detection task only consider the context information of question sentences rather than the relatedness between question and answer candidates, and exclusively extract the relation from KB triple rather than learn informative relational path. In this paper, we propose a Knowledge-driven Relation Detection network (KRD) to interactively learn answer-enhanced question representations and path-aware relation representations for relation detection. A Siamese LSTM is employed into a similarity matching process between the question representation and relation representation. Experimental results on the SimpleQuestions and WebQSP datasets demonstrate that KRD outperforms the state-of-the-art methods. In addition, a series of ablation test show the robust superiority of the proposed method. Daoyuan Chen, Min Yang 0007, Hai-Tao Zheng 0002, Yaliang Li, Ying Shen 0001 |
SIGIR | 3 |
| 2019 | Novel dynamic multiple classification system for network traffic
Xi Xiao 0001, Rui Li 0042, Hai-Tao Zheng 0002, Runguo Ye, Arun Kumar Sangaiah, Shutao Xia |
Inf. Sci. | 3 |
| 2019 | A probabilistic model for semantic advertising
Jin-Yuan Chen, Hai-Tao Zheng 0002, Yong Jiang 0001, Shutao Xia, Cong-Zhi Zhao |
Knowl. Inf. Syst. | 2 |
| 2018 | Enhancing Question Understanding and Representation for Knowledge Base Relation DetectionabstractRelation detection is a key step in Knowledge Base Question Answering (KBQA), but far from solved due to the significant differences between questions and relations. Previous studies usually treat relation detection as a text matching task, and mainly focus on reducing the detection error with better representations of KB relations. However, the understanding of questions is also important since they are generally more varied. And the text pair representation requires improvement because KB relations are not always counterparts of questions. In this paper, we propose a novel system with enhanced question understanding and representation processes for KB relation detection (QURRD). We design a KBQA-specific slot filling module based on Bi-LSTM-CRF for question understanding. Besides, with two CNNs for modeling and matching text pairs respectively, QURRD obtains richer question-relation representations for semantic analysis, and achieves better performance through learning from multiple tasks. We conduct experiments on both single-relation (Simple-Questions) and multi-relation (WebQSP) benchmarks. Results show that QURRD is robust against the diversity of questions and outperforms the state-of-the-art system on both tasks. Hai-Tao Zheng 0002, Zuoyou Fu, Wei Wang 0138 |
ICDM | 2 |
| 2017 | Cross-Lingual Infobox Alignment in Wikipedia Using Entity-Attribute Factor Graph
Yan Zhang 0004, Thomas Paradis, Lei Hou 0001, Juan-Zi Li, Jing Zhang 0036, Hai-Tao Zheng 0002 |
ISWC (1) | 6 |
| 2016 | Online Streaming Feature Selection Using Sampling Technique and Correlations Between Features
Hai-Tao Zheng 0002 |
APWeb (2) | 1 |
| 2016 | Query-Focused Multi-document Summarization Based on Concept Importance
Hai-Tao Zheng 0002, Ji-Min Guo, Yong Jiang 0001, Shutao Xia |
PAKDD (2) | 1 |
| 2015 | PDMA: A Probabilistic Framework for Diversifying Recommendation Lists
Yang-Hui Yan, Hai-Tao Zheng 0002 |
APWeb | 3 |
| 2015 | Boosting Explicit Semantic Analysis by Clustering Paragraph Vectors of Wikipedia Articles
Hai-Tao Zheng 0002, Wenzhen Wu |
APWeb | 1 |
| 2015 | Graph-Based Hybrid Recommendation Using Random Walk and Topic Modeling
Hai-Tao Zheng 0002, Yang-Hui Yan |
APWeb | 1 |
| 2015 | RDQS: A Relevant and Diverse Query Suggestion Generation Framework
Hai-Tao Zheng 0002 |
APWeb | 1 |
| 2015 | Online Feature Selection Based on Passive-Aggressive Algorithm with Retaining Features
Hai-Tao Zheng 0002 |
APWeb | 1 |
| 2015 | iCHUM: An Efficient Algorithm for High Utility Mining in Incremental DatabasesabstractHigh utility mining is a fundamental topic in association rule mining, which aims to discover all itemsets with high utility from transaction database. The previous studies are mainly based on fixed databases, which are not applicable for incremental databases. Although incremental high utility pattern (IHUP) mining has been proposed, its tree structure IHUP-Tree is redundant and thus IHUP algorithm has relative low efficiency. To address this issue, we propose an incremental compressed high utility mining algorithm called iCHUM. The iCHUM algorithm utilizes items of high transaction weighted utilization (TWU) to construct its tree structure, namely iCHUM-Tree. The iCHUM algorithm updates iCHUM-Tree when new database is appended to the original database. The information of high utility itemsets is maintained in the iCHUM-Tree such that candidate itemsets can be generated through mining procedure. Performance analysis shows that our algorithm is more efficient than baseline approaches in incremental databases. Hai-Tao Zheng 0002 |
KSEM | 1 |
| 2015 | Exploiting Conceptual Relations of Sentences for Multi-document Summarization
Hai-Tao Zheng 0002, Shu-Qin Gong, Ji-Min Guo, Wenzhen Wu |
WAIM | 1 |
| 2014 | Graph-Based Summarization without Redundancy
Hai-Tao Zheng 0002, Shao-Zhou Bai |
APWeb | 1 |
| 2014 | A Frequent Term-Based Multiple Clustering Approach for Text Documents
Hai-Tao Zheng 0002, Shu-Qin Gong |
APWeb | 1 |
| 2014 | A semantic similarity measure based on information distance for ontology alignment
Yong Jiang 0001, Xinmin Wang, Hai-Tao Zheng 0002 |
Inf. Sci. | 3 |
| 2013 | An Adaptive Collaborative Filtering Algorithm Based on Multiple Features
Yanqiu Zhang, Hai-Tao Zheng 0002, Lanshan Zhang |
ADMA (2) | 2 |
| 2013 | Exploiting Multiple Features for Learning to Rank in Expert Finding
Hai-Tao Zheng 0002, Qi Li 0002, Yong Jiang 0001, Shutao Xia, Lanshan Zhang |
ADMA (2) | 1 |
| 2012 | Personalized Diversity Search Based on User's Social Relationships
Juan-Zi Li, Lei Hou 0001, Hai-Tao Zheng 0002 |
ADMA | 4 |
| 2012 | Keyword Proximity Search over Large and Complex RDF DatabaseabstractIn this paper, we propose a keyword proximity search approach that can be applied to large and complex RDF database. We model RDF database as undirected data graph, construct three indexes for each data graph, only one index need be loaded into memory. Keyword graph is defined as search result, keyword tree and minimal keyword tree are proposed as middle structures for Keyword graph extraction, and we present a link join operation based algorithm to retrieve Keyword trees in this paper. We employ a technique of keyword node pruning to accelerate keyword tree retrieval and define a scoring function to rank search results. In experiments, our approach achieves both high efficiency and high accuracy, outperforms the existing approaches. Zhen Niu, Hai-Tao Zheng 0002, Yong Jiang 0001, Shutao Xia, Hui-Qiu Li |
Web Intelligence | 2 |
| 2012 | An ontology-based approach to Chinese semantic advertising
Hai-Tao Zheng 0002, Jin-Yuan Chen, Yong Jiang 0001 |
Inf. Sci. | 1 |
| 2011 | Affiliation disambiguation for constructing semantic digital librariesabstractWith increasing digital information availability, semantic web technologies have been employed to construct semantic digital libraries in order to ease information comprehension. The use of semantic web enables users to search or visualize resources in a semantic fashion. Semantic web generation is a key process in semantic digital library construction, which converts metadata of digital resources into semantic web data. Many text mining technologies, such as keyword extraction and clustering, have been proposed to generate semantic web data. However, one important type of metadata in publications, called affiliation, is hard to convert into semantic web data precisely because different authors, who have the same affiliation, often express the affiliation in different ways. To address this issue, this paper proposes a clustering method based on normalized compression distance for the purpose of affiliation disambiguation. The experimental results show that our method is able to identify different affiliations that denote the same institutes. The clustering results outperform the well-known k-means clustering method in terms of average precision, F-measure, entropy, and purity. Yong Jiang 0001, Hai-Tao Zheng 0002, Xinmin Wang, Binggan Lu, Kaihua Wu |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2009 | Exploiting noun phrases and semantic relationships for text document clustering
Hai-Tao Zheng 0002, Bo-Yeong Kang, Hong-Gee Kim |
Inf. Sci. | 1 |
| 2009 | Exploiting corpus-related ontologies for conceptualizing document corporaabstractAbstract As a greater volume of information becomes increasingly available across all disciplines, many approaches, such as document clustering and information visualization, have been proposed to help users manage information easily. However, most of these methods do not directly extract key concepts and their semantic relationships from document corpora, which could help better illuminate the conceptual structures within given information. To address this issue, we propose an approach called “Clonto” to process a document corpus, identify the key concepts, and automatically generate ontologies based on these concepts for the purpose of conceptualization. For a given document corpus, Clonto applies latent semantic analysis to identify key concepts, allocates documents based on these concepts, and utilizes WordNet to automatically generate a corpus‐related ontology. The documents are linked to the ontology through the key concepts. Based on two test collections, the experimental results show that Clonto is able to identify key concepts, and outperforms four other clustering algorithms. Moreover, the ontologies generated by Clonto show significant informative conceptual structures. Hai-Tao Zheng 0002, Charles Borchert, Hong-Gee Kim |
J. Assoc. Inf. Sci. Technol. | 1 |
| 2008 | A Concept-Driven Automatic Ontology Generation Approach for Conceptualization of Document CorporaabstractIn the age of increasing information availability, many techniques, such as document clustering and information visualization, have been developed to ease understanding of information for users. However, most of these methods do not help users directly understand key concepts and their semantic relationships in document corpora, which are critical for capturing their conceptual structures. Therefore, we propose a novel approach called 'Clonto' to identify the key concepts and automatically generate ontologies based on these concepts for conceptualization of document corpora. Clonto applies latent semantic analysis to identify key concepts, allocates documents based on these concepts, and utilizes WordNet to automatically generate a corpus-related ontology. The documents are linked to the ontology through the key concepts. The experimental results show that Clonto can identify key concepts with a high precision and the clustering results of Clonto outperform the STC (Suffix Tree Clustering) algorithm, the Lingo clustering algorithm, the Fuzzy Ants clustering algorithm, and clustering based on TRS (Tolerance Rough Set). Moreover, based on the same document corpus, the ontology generated by Clonto shows a significant informative conceptual structure. Hai-Tao Zheng 0002, Charles Borchert, Hong-Gee Kim |
Web Intelligence | 1 |
| 2008 | An ontology-based approach to learnable focused crawling
Hai-Tao Zheng 0002, Bo-Yeong Kang, Hong-Gee Kim |
Inf. Sci. | 1 |