EDBT 2026 Demo / reviewers in the wild / expert
Donghong Ji
dblp:43/42 · also Dong-Hong Ji
· DBLP profile ↗
49ranked-venue papers in the field
2as first author
23since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 30 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 13Database Systems & Data Management · 3Data Mining & Knowledge Discovery · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Generative implicit opinion mining with term correlation prompts
Fei Li 0021, Fangfang Su, Kamran Aziz, Jingcheng Yuan, Chong Teng, Donghong Ji |
Inf. Sci. | 7 |
| 2025 | Heuristic personality recognition based on fusing multiple conversations and utterance-level affection
Haijun He, Bobo Li 0001, Yiyun Xiong, Kang He 0005, Fei Li 0021, Donghong Ji |
Inf. Process. Manag. | 7 |
| 2025 | Analysis of user experience in low-resource languages: A case study of the Uzbek language Google Play reviews
Aizihaierjiang Yusufu, Abidan Ainiwaer, Bobo Li 0001, Fei Li 0021, Aizierguli Yusufu, Donghong Ji |
Inf. Process. Manag. | 6 |
| 2025 | A context-enhanced neural network model for biomedical event trigger detection
Yafeng Ren, Qiong Peng, Donghong Ji |
Inf. Sci. | 4 |
| 2025 | Revisiting Conversation Discourse for Dialogue DisentanglementabstractDialogue disentanglement aims to detach the chronologically ordered utterances into several independent sessions. Conversation utterances are essentially organized and described by the underlying discourse, and thus dialogue disentanglement requires the full understanding and harnessing of the intrinsic discourse attribute. In this article, we propose enhancing dialogue disentanglement by taking full advantage of the dialogue discourse characteristics. First of all, in feature encoding stage , we construct the heterogeneous graph representations to model the various dialogue-specific discourse structural features, including the static speaker-role structures (i.e., speaker-utterance and speaker-mentioning structure) and the dynamic contextual structures (i.e., the utterance-distance and partial-replying structure). We then develop a structure-aware framework to integrate the rich structural features for better modeling the conversational semantic context. Second, in model learning stage , we perform optimization with a hierarchical ranking loss mechanism, which groups dialogue utterances into different discourse levels and carries training covering pairwise and session-wise levels hierarchically. Third, in inference stage , we devise an easy-first decoding algorithm, which performs utterance pairing under the easy-to-hard manner with a global context, breaking the constraint of traditional sequential decoding order. On two benchmark datasets, our overall system achieves new state-of-the-art performances on all evaluations. In-depth analyses further demonstrate the efficacy of each proposed idea and also reveal how our methods help advance the task. Our work has great potential to facilitate broader multi-party multi-thread dialogue applications. Bobo Li 0001, Hao Fei 0001, Fei Li 0021, Shengqiong Wu, Lizi Liao, Yinwei Wei, Tat-Seng Chua, Donghong Ji |
ACM Trans. Inf. Syst. | 8 |
| 2024 | MMLSCU: A Dataset for Multi-modal Multi-domain Live Streaming Comment UnderstandingabstractWith the increasing popularity of live streaming, the interactions from viewers during a live streaming can provide more specific and constructive feedback for both the streamer and platform. In such scenario, the primary and most direct feedback method from the audience is through comments. Thus, mining these live streaming comments to unearth the intentions behind them and, in turn, aiding streamers to enhance their live streaming quality is significant for the well development of live streaming ecosystem. To this end, we introduce the MMLSCU dataset, containing 50,129 intention-annotated comments across multiple modalities (text, images, vi-deos, audio) from eight streaming domains. Using multimodal pretrained large model and drawing inspiration from the Chain of Thoughts (CoT) concept, we implement an end-to-end model to sequentially perform the following tasks: viewer comment intent detection ➛ intent cause mining ➛ viewer comment explanation ➛ streamer policy suggestion. We employ distinct branches for video and audio to process their respective modalities. After obtaining the video and audio representations, we conduct a multimodal fusion with the comment. This integrated data is then fed into the large language model to perform inference across the four tasks following the CoT framework. Experimental results indicate that our model outperforms three multimodal classification baselines on comment intent detection and streamer policy suggestion, and one multimodal generation baselines on intent cause mining and viewer comment explanation. Compared to the models using only text, our multimodal setting yields superior outcomes. Moreover, incorporating CoT allows our model to enhance comment interpretation and more precise suggestions for the streamers. Our proposed dataset and model will bring new research attention on multimodal live streaming comment understanding. Zixiang Meng, Qiang Gao 0008, Bobo Li 0001, Hao Fei 0001, Shengqiong Wu, Fei Li 0021, Chong Teng, Donghong Ji |
WWW | 10 |
| 2024 | Integrating discourse features and response assessment for advancing empathetic dialogueabstractEmpathetic response generation is a crucial task in natural language processing , enabling emotionally resonant machine–human interactions. In this paper, we introduce the InfRa ( In tegrating Discourse F eatures and R esponse A ssessment) model to address limitations in traditional methods for this task, such as the lack of deep dialogue comprehension and response control. InfRa integrates discourse features to augment structural dialogue understanding, with a novel edge pruning and mutual information learning module to further refine the representation. The model also employs a response evaluation module for dynamic optimization , ensuring emotional and semantic consistency between the generated response and its context . Our experiments demonstrate that InfRa outperforms existing baselines, reducing the Perplexity (PPL) score by approximately 9 points and excelling in all three fine-grained aspects of human evaluation. This research not only advances the development of empathetic chatbots but also provides valuable insights for broader text generation tasks. Bobo Li 0001, Hao Fei 0001, Fangfang Su, Fei Li 0021, Donghong Ji |
Inf. Process. Manag. | 5 |
| 2024 | TKDP: Threefold Knowledge-Enriched Deep Prompt Tuning for Few-Shot Named Entity RecognitionabstractFew-shot named entity recognition (NER) exploits limited annotated instances to identify named mentions. Effectively transferring the internal or external resources thus becomes the key to few-shot NER. While the existing prompt tuning methods have shown remarkable few-shot performances, they still fail to make full use of knowledge. In this work, we investigate the integration of rich knowledge to prompt tuning for stronger few-shot NER. We propose incorporating the deep prompt tuning framework with threefold knowledge (namelyTKDP), including the internal 1)context knowledgeand the external 2)label knowledge& 3)sememe knowledge. TKDP encodes the three feature sources and incorporates them into soft prompt embeddings, which are further injected into an existing pre-trained language model to facilitate predictions. On five benchmark datasets, the performance of our knowledge-enriched model was boosted by at most 11.53% F1 over the raw deep prompt method, and it significantly outperforms 9 strong-performing baseline systems in 5-/10-/20-shot settings, showing great potential in few-shot NER. Our TKDP framework can be broadly adapted to other few-shot tasks without much effort. Jiang Liu 0018, Hao Fei 0001, Fei Li 0021, Bobo Li 0001, Liang Zhao 0001, Chong Teng, Donghong Ji |
IEEE Trans. Knowl. Data Eng. | 8 |
| 2023 | A knowledge-augmented neural network model for sarcasm detection
Yafeng Ren, Qiong Peng, Donghong Ji |
Inf. Process. Manag. | 4 |
| 2023 | On the Robustness of Aspect-based Sentiment Analysis: Rethinking Model, Data, and TrainingabstractAspect-based sentiment analysis (ABSA) aims at automatically inferring the specific sentiment polarities toward certain aspects of products or services behind the social media texts or reviews, which has been a fundamental application to the real-world society. Since the early 2010s, ABSA has achieved extraordinarily high accuracy with various deep neural models. However, existing ABSA models with strong in-house performances may fail to generalize to some challenging cases where the contexts are variable, i.e., low robustness to real-world environments. In this study, we propose to enhance the ABSA robustness by systematically rethinking the bottlenecks from all possible angles, including model, data, and training. First, we strengthen the current best-robust syntax-aware models by further incorporating the rich external syntactic dependencies and the labels with aspect simultaneously with a universal-syntax graph convolutional network. In the corpus perspective, we propose to automatically induce high-quality synthetic training data with various types, allowing models to learn sufficient inductive bias for better robustness. Last, we based on the rich pseudo data perform adversarial training to enhance the resistance to the context perturbation and meanwhile employ contrastive learning to reinforce the representations of instances with contrastive sentiments. Extensive robustness evaluations are conducted. The results demonstrate that our enhanced syntax-aware model achieves better robustness performances than all the state-of-the-art baselines. By additionally incorporating our synthetic corpus, the robust testing results are pushed with around 10% accuracy, which are then further improved by installing the advanced training strategies. In-depth analyses are presented for revealing the factors influencing the ABSA robustness. Hao Fei 0001, Tat-Seng Chua, Chenliang Li 0005, Donghong Ji, Meishan Zhang, Yafeng Ren |
ACM Trans. Inf. Syst. | 4 |
| 2022 | Mutual Disentanglement Learning for Joint Fine-Grained Sentiment Classification and Controllable Text GenerationabstractFine-grained sentiment classification (FGSC) task and fine-grained controllable text generation (FGSG) task are two representative applications of sentiment analysis, two of which together can actually form an inverse task prediction, i.e., the former aims to infer the fine-grained sentiment polarities given a text piece, while the latter generates text content that describes the input fine-grained opinions. Most of the existing work solves the FGSC and the FGSG tasks in isolation, while ignoring the complementary benefits in between. This paper combines FGSC and FGSG as a joint dual learning system, encouraging them to learn the advantages from each other. Based on the dual learning framework, we further propose decoupling the feature representations in two tasks into fine-grained aspect-oriented opinion variables and content variables respectively, by performing mutual disentanglement learning upon them. We also propose to transform the difficult "data-to-text'' generation fashion widely used in FGSG into an easier text-to-text generation fashion by creating surrogate natural language text as the model inputs. Experimental results on 7 sentiment analysis benchmarks including both the document-level and sentence-level datasets show that our method significantly outperforms the current strong-performing baselines on both the FGSC and FGSG tasks. Automatic and human evaluations demonstrate that our FGSG model successfully generates fluent, diverse and rich content conditioned on fine-grained sentiments. Hao Fei 0001, Chenliang Li 0005, Donghong Ji, Fei Li 0021 |
SIGIR | 3 |
| 2022 | Making Decision like Human: Joint Aspect Category Sentiment Analysis and Rating Prediction with Fine-to-Coarse ReasoningabstractJoint aspect category sentiment analysis (ACSA) and rating prediction (RP) is a newly proposed task (namely ASAP) that integrates the characteristics of both fine-grained and coarse-grained sentiment analysis. However, the prior joint models for the ASAP task only consider the shallow interaction between the two granularities. In this work, we gain the inspiration from human intuition, presenting an innovative from-fine-to-coarse reasoning framework for better joint task performance. Our system advances mainly in three aspects. First, we additionally make use of the category label text features, co-encoding them with the input document texts, allowing to accurately capture the key clues of each category. Second, we build a fine-to-coarse hierarchical label graph, modeling the aspect categories and the overall rating as a hierarchical structure for full interaction of the two granularities. Third, we propose to perform global iterative reasoning with a cross-collaboration between the hierarchical label graph and the context graphs, enabling sufficient communication between categories and review contexts. Based on the ASAP dataset, experimental results demonstrate that our proposed framework outperforms state-of-the-art baselines by large margins. Further in-depth analyses prove that our method is effective on addressing both the unbalanced data distribution and the long-text issue. Hao Fei 0001, Yafeng Ren, Meishan Zhang, Donghong Ji |
WWW | 5 |
| 2022 | A semantic and syntactic enhanced neural model for financial sentiment analysis
Chunli Xiang, Junchi Zhang, Fei Li 0021, Hao Fei 0001, Donghong Ji |
Inf. Process. Manag. | 5 |
| 2022 | A Dual-Pointer guided transition system for end-to-end structured sentiment analysis with global graph reasoning
Qiujing Xu, Bobo Li 0001, Fei Li 0021, Guohong Fu, Donghong Ji |
Inf. Process. Manag. | 5 |
| 2022 | A hierarchical neural network model with user and product attention for deceptive reviews detection
Yafeng Ren, Mengxiang Yan, Donghong Ji |
Inf. Sci. | 3 |
| 2021 | Latent Target-Opinion as Prior for Document-Level Sentiment Classification: A Variational Approach from Fine-Grained PerspectiveabstractExisting works for document-level sentiment classification task treat the review document as an overall text unit, performing feature extraction with various sophisticated model architectures. In this paper, we draw inspiration from fine-grained sentiment analysis, proposing to first learn the latent target-opinion distribution behind the documents, and then leverage such fine-grained prior knowledge into the classification process. We model the latent target-opinion distribution as hierarchical variables, where global-level variable captures the overall target and opinion, and local-level variables retrieve the detailed opinion clues at the word level. The proposed method consists of two main parts: a variational module and a classification module. We employ the conditional variational autoencoder to make reconstructions of the document, during which the user and product information can be integrated. In the classification module, we build a hierarchical model based on Transformer encoders, where the local-level and global-level prior distribution representations induced from the variational module are injected into the word-level and sentence-level Transformers, respectively. Experimental results on benchmark datasets show that the proposed method significantly outperforms strong baselines, achieving the state-of-the-art performance. Further analysis shows that our model is capable of capturing the latent fine-grained target and opinion prior information, which is highly effective for improving the task performance. Hao Fei 0001, Yafeng Ren, Shengqiong Wu, Bobo Li 0001, Donghong Ji |
WWW | 5 |
| 2021 | Deep context modeling for multi-turn response selection in dialogue systems
Chenliang Li 0005, Donghong Ji |
Inf. Process. Manag. | 3 |
| 2021 | Aspect-Based Pair-Wise Opinion Generation in Chinese automotive reviews: Design of the task, dataset and model
Yijiang Liu, Fei Li 0021, Donghong Ji |
Inf. Process. Manag. | 3 |
| 2021 | Fine-grained depression analysis based on Chinese micro-blog reviews
Fei Li 0021, Donghong Ji, Xiaohui Liang 0003, Shuwan Tian, Bobo Li 0001, Peitong Liang |
Inf. Process. Manag. | 3 |
| 2021 | Globally normalized neural model for joint entity and event extraction
Junchi Zhang, Wenzhi Huang, Donghong Ji, Yafeng Ren |
Inf. Process. Manag. | 3 |
| 2021 | Multi-modal visual adversarial Bayesian personalized ranking model for recommendation
Guangli Li, Jianwu Zhuo, Chuanxiu Li, Jin Hua, Zhengyu Niu, Donghong Ji, Renzhong Wu, Hongbin Zhang 0004 |
Inf. Sci. | 7 |
| 2021 | Triple-based graph neural network for encoding event units in graph reasoning problems
Hao Tang 0012, Donghong Ji, Qiji Zhou |
Inf. Sci. | 2 |
| 2021 | Document-level event causality identification via graph inference mechanism
Kun Zhao 0018, Donghong Ji, Fazhi He, Yijiang Liu, Yafeng Ren |
Inf. Sci. | 2 |
| 2020 | Boundaries and edges rethinking: An end-to-end neural model for overlapping entity relation extraction
Hao Fei 0001, Yafeng Ren, Donghong Ji |
Inf. Process. Manag. | 3 |
| 2020 | A deep neural network model for speakers coreference resolution in legal texts
Donghong Ji, Hao Fei 0001, Chong Teng, Yafeng Ren |
Inf. Process. Manag. | 1 |
| 2020 | An end-to-end joint model for evidence information extraction from court record document
Donghong Ji, Peng Tao 0006, Hao Fei 0001, Yafeng Ren |
Inf. Process. Manag. | 1 |
| 2020 | A tree-based neural network model for biomedical event trigger detection
Hao Fei 0001, Yafeng Ren, Donghong Ji |
Inf. Sci. | 3 |
| 2020 | Dispatched attention with multi-task learning for nested mention recognition
Hao Fei 0001, Yafeng Ren, Donghong Ji |
Inf. Sci. | 3 |
| 2020 | DE-Ada*: A novel model for breast mass classification using cross-modal pathological semantic mining and organic integration of multi-feature fusions
Hongbin Zhang 0004, Renzhong Wu, Ziliang Jiang, Jinpeng Wu, Jin Hua, Zhengyu Niu, Donghong Ji |
Inf. Sci. | 9 |
| 2019 | DLocRL: A Deep Learning Pipeline for Fine-Grained Location Recognition and Linking in TweetsabstractIn recent years, with the prevalence of social media and smart devices, people causally reveal their locations such as shops, hotels, and restaurants in their tweets. Recognizing and linking such fine-grained location mentions to well-defined location profiles are beneficial for retrieval and recommendation systems. In this paper, we propose DLocRL, a new deep learning pipeline for fine-grained location recognition and linking in tweets, and verify its effectiveness on a real-world Twitter dataset. Canwen Xu, Jing Li 0034, Xiangyang Luo 0001, Jiaxin Pei, Chenliang Li 0005, Donghong Ji |
WWW | 6 |
| 2018 | PARL: Let Strangers Speak Out What You LikeabstractReview-based methods are one of the dominant methods to address the data sparsity problem of recommender system. However, the performance of most existing review-based methods will degrade when the review is also sparse. To this end, we propose a method to exploit user-item p air-dependent features from a uxiliary r eviews written by l ike-minded users (PARL) to address such problem. That is, both the reviews written by the user and the reviews written for the item are incorporated to highlight the useful features covered by the auxiliary reviews. PARL not only alleviates the sparsity problem of reviews but also produce extra informative features to further improve the accuracy of rating prediction. More importantly, it is designed as a plug-and-play model which can be plugged into various deep recommender systems to improve recommendations provided by them. Extensive experiments on five real-world datasets show that PARL achieves better prediction accuracy than other state-of-the-art alternatives. Also, with the exploitation of auxiliary reviews, the performance of PARL is robust on datasets with different characteristics. Cong Quan, Chenliang Li 0005, Donghong Ji |
CIKM | 4 |
| 2017 | Multi-Granularity Neural Sentence Model for Measuring Short Text Similarity
Jiangping Huang, Shuxin Yao, Chen Lyu 0004, Donghong Ji |
DASFAA (1) | 4 |
| 2017 | A Neural Joint Model for Extracting Bacteria and Their Locations
Fei Li 0021, Meishan Zhang, Guohong Fu, Donghong Ji |
PAKDD (2) | 4 |
| 2017 | Neural networks for deceptive opinion spam detection: An empirical study
Yafeng Ren, Donghong Ji |
Inf. Sci. | 2 |
| 2016 | Query-Biased Multi-document Abstractive Summarization via Submodular Maximization Using Event Guidance
Zhenchao Wang, Yafeng Ren, Donghong Ji |
WAIM (1) | 4 |
| 2016 | Twitter Normalization via 1-to-N Recovering
Yafeng Ren, Jiayuan Deng, Donghong Ji |
WISE (1) | 3 |
| 2016 | Query-focused multi-document summarization using hypergraph-based ranking
Shufeng Xiong, Donghong Ji |
Inf. Process. Manag. | 2 |
| 2016 | A topic-enhanced word embedding for Twitter sentiment classification
Yafeng Ren, Donghong Ji |
Inf. Sci. | 3 |
| 2016 | Exploiting flexible-constrained K-means clustering with word embedding for aspect-phrase grouping
Shufeng Xiong, Donghong Ji |
Inf. Sci. | 2 |
| 2015 | Exploiting Capacity-Constrained K-Means Clustering for Aspect-Phrase GroupingabstractAspect-phrase clustering is an important task for aspect finding in aspect-level sentiment analysis. Most of existing methods for this problem are based on a context model which aggregates related sentences that contains assigned aspect-phrase as context. In this paper, we explore a novel idea, capacity limitation , which states that the number of aggregated sentences in an aspect-phrase group has upper bound. And we propose a capacity constrained K-means algorithm to cluster aspect-phrases which encodes the capacity limitation as constraint. Empirical evaluation shows that the proposed method outperforms existing state-of-the-art methods. Shufeng Xiong, Donghong Ji |
KSEM | 2 |
| 2013 | Leveraging Hybrid Citation Context for Impact Summarization
Po Hu 0001, Yujing Guo, Donghong Ji, Jiacong He |
PAKDD (1) | 3 |
| 2013 | Joint Naïve Bayes and LDA for Unsupervised Sentiment Analysis
Donghong Ji, Hongmiao Wu |
PAKDD (1) | 2 |
| 2008 | Hierarchical learning strategy in semantic relation extraction
Guodong Zhou 0001, Min Zhang 0005, Donghong Ji, Qiaoming Zhu |
Inf. Process. Manag. | 3 |
| 2007 | Using cluster validation criterion to identify optimal feature subset and cluster number for document clustering
Zhengyu Niu, Donghong Ji, Chew Lim Tan |
Inf. Process. Manag. | 2 |
| 2007 | Document reranking by term distribution and maximal marginal relevance for chinese information retrieval
Lingpeng Yang, Donghong Ji, Mun-Kew Leong |
Inf. Process. Manag. | 2 |
| 2006 | Document re-ranking using cluster validation and label propagationabstractThis paper proposes a novel document re-ranking approach in information retrieval, which is done by a label propagation-based semi-supervised learning algorithm to utilize the intrinsic structure underlying in the large document data. Since no labeled relevant or irrelevant documents are generally available in IR, our approach tries to extract some pseudo labeled documents from the ranking list of the initial retrieval. For pseudo relevant documents, we determine a cluster of documents from the top ones via cluster validation-based k-means clustering; for pseudo irrelevant ones, we pick a set of documents from the bottom ones. Then the ranking of the documents can be conducted via label propagation. Evaluation on benchmark corpora shows that the approach can achieve significant improvement over standard baselines and performs better than other related approaches. Lingpeng Yang, Donghong Ji, Guodong Zhou 0001, Nie Yu, Guozheng Xiao |
CIKM | 2 |
| 2006 | A Hybrid Sentence Ordering Strategy in Multi-document Summarization
Yanxiang He, Dexi Liu, Donghong Ji, Chong Teng, Wenqing Qi |
WISE | 4 |
| 2005 | Improving Retrieval Effectiveness by Using Key Terms in Top Retrieved Documents
Lingpeng Yang, Donghong Ji, Guodong Zhou 0001, Nie Yu |
ECIR | 2 |
| 2004 | Document clustering based on cluster validationabstractInternational Conference on Information and Knowledge Management, Proceedings Zhengyu Niu, Donghong Ji, Chew Lim Tan |
CIKM | 2 |