VLDB 2026 Research / reviewers in the wild / expert
Qin Chen 0001
dblp:43/2709-1
· DBLP profile ↗
14ranked-venue papers in the field
4as first author
6since 2021 · last 2026
0000-0002-5602-1877ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 10 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 2Database Systems & Data Management · 1 (1 first)Data Mining & Knowledge Discovery · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | A mechanistic interpretability perspective on personality in large language models
Yuhao Dan, Lang Yu, Jiaju Lin, Qin Chen 0001, Jie Zhou 0015, Qingchun Bai, Liang He 0001 |
Inf. Process. Manag. | 4 |
| 2026 | A survey of slow thinking-based reasoning LLMs using reinforcement learning and test-time scaling law
Qianjun Pan, Wenkai Ji, Yuyang Ding, Junsong Li, Shilian Chen, Jie Zhou 0015, Qin Chen 0001, Min Zhang 0068, Yulan Wu, Liang He 0001 |
Inf. Process. Manag. | 8 |
| 2024 | Boosting Large Language Models with Socratic Method for Conversational Mathematics TeachingabstractWith the introduction of large language models (LLMs), automatic math reasoning has seen tremendous success. However, current methods primarily focus on providing solutions or using techniques like Chain-of-Thought to enhance problem-solving accuracy. In this paper, we focus on improving the capability of mathematics teaching via a Socratic teaching-based LLM (SocraticLLM), which guides learners toward profound thinking with clarity and self-discovery via conversation. We collect and release a high-quality mathematical teaching dataset, named SocraticMATH, which provides Socratic-style conversations of problems with extra knowledge. Also, we propose a knowledge-enhanced LLM as a strong baseline to generate reliable responses with review, guidance/heuristic, rectification, and summarization. Experimental results show the great advantages of SocraticLLM by comparing it with several strong generative models. The codes and datasets are available on https://github.com/ECNU-ICALK/SocraticMath. Yuyang Ding, Hanglei Hu, Jie Zhou 0015, Qin Chen 0001, Bo Jiang 0016, Liang He 0001 |
CIKM | 4 |
| 2024 | Boosting Conversational Question Answering with Fine-Grained Retrieval-Augmentation and Self-CheckabstractRetrieval-Augmented Generation (RAG) aims to generate more reliable and accurate responses, by augmenting large language models(LLMs) with the external vast and dynamic knowledge. Most previous work focuses on using RAG for single-round question answering, while how to adapt RAG to the complex conversational setting wherein the question is interdependent on the preceding context is not well studied. In this paper, we propose a conversation-level RAG (ConvRAG) approach, which incorporates fine-grained retrieval augmentation and self-check for conversational question answering (CQA). In particular, our approach consists of three components, namely conversational question refiner, fine-grained retriever and self-check based response generator, which work collaboratively for question understanding and relevant information acquisition in conversational settings. Extensive experiments demonstrate the great advantages of our approach over the state-of-the-art baselines. Moreover, we also release a Chinese CQA dataset with new features including reformulated question, extracted keyword, retrieved paragraphs and their helpfulness, which facilitates further researches in RAG enhanced CQA. Linhao Ye, Zhikai Lei, Jianghao Yin, Qin Chen 0001, Jie Zhou 0015, Liang He 0001 |
SIGIR | 4 |
| 2022 | Enhancing Event-Level Sentiment Analysis with Structured ArgumentsabstractPrevious studies about event-level sentiment analysis (SA) usually model the event as a topic, a category or target terms, while the structured arguments (e.g., subject, object, time and location) that have potential effects on the sentiment are not well studied. In this paper, we redefine the task as structured event-level SA and propose an End-to-End Event-level Sentiment Analysis (E3SA) approach to solve this issue. Specifically, we explicitly extract and model the event structure information for enhancing event-level SA. Extensive experiments demonstrate the great advantages of our proposed approach over the state-of-the-art methods. Noting the lack of the dataset, we also release a large-scale real-world dataset with event arguments and sentiment labelling for promoting more researches. Qi Zhang 0001, Jie Zhou 0015, Qin Chen 0001, Qingchun Bai, Liang He 0001 |
SIGIR | 3 |
| 2021 | Operation Diagnosis on Procedure Graph: The Task and DatasetabstractUsers usually consult the manufacturers or the internet when they encounter operation questions with an electronics product. In this paper, we explore to represent an operation question as a procedure graph and formulate the problem of operation diagnosis as two sub-tasks, namely error node detection, and correction, on top of the graph. We construct the first benchmark for this task and propose a transformer-based model to integrate external knowledge and context information to enhance the performance. Experimental results show the effectiveness of our proposed model. Ruipu Luo, Qin Chen 0001, Zhongyu Wei, Weijian Sun, Shuang Tang |
CIKM | 3 |
| 2020 | Position-aware hierarchical transfer model for aspect-level sentiment classification
Jie Zhou 0015, Qin Chen 0001, Jimmy Huang 0001, Qinmin Hu, Liang He 0001 |
Inf. Sci. | 2 |
| 2019 | Using External Knowledge for Financial Event Prediction Based on Graph Neural NetworksabstractThis paper focuses on a novel financial event prediction task that takes a historical event chain as input and predicts what event will happen next. We introduce financial news as supplementary information to solve problems of multiple interpretations of same financial event. Besides, a gated graph neural network based approach is utilized to capture complicated relationships between event graphs for better event prediction. For the evaluation, we build a new dataset consisting of financial events for thousands of Chinese listed companies from 2013 to 2017. Experimental results show the effectiveness of our proposed model. Zhongyu Wei, Qin Chen 0001, Libo Wu |
CIKM | 3 |
| 2018 | CAN: Enhancing Sentence Similarity Modeling with Collaborative and Adversarial NetworkabstractThe neural networks have attracted great attention for sentence similarity modeling in recent years. Most neural networks focus on the representation of each sentence, while the common features of a sentence pair are not well studied. In this paper, we propose a Collaborative and Adversarial Network (CAN), which explicitly models the common features between two sentences for enhancing sentence similarity modeling. To be specific, a common feature extractor is presented and embedded into our CAN model, which includes a generator and a discriminator playing a collaborative and adversarial game for common feature extraction. Experiments on three benchmark datasets, namely TREC-QA and WikiQA for answer selection and MSRP for paraphrase identification, show that our proposed model is effective to boost the performance of sentence similarity modeling. In particular, our proposed model outperforms the state-of-the-art approaches on TREC-QA without using any external resources or pre-training. For the other two datasets, our model is also comparable to if not better than the recent neural network approaches. Qin Chen 0001, Qinmin Hu, Jimmy Huang 0001, Liang He 0001 |
SIGIR | 1 |
| 2018 | Modeling Queries with Contextual Snippets for Information RetrievalabstractQuery expansion under the pseudo-relevance feedback (PRF) framework has been extensively studied in information retrieval. However, most expansion methods are mainly based on the statistics of single terms, which can generate plenty of irrelevant query terms and decrease retrieval performance. To alleviate this problem, we propose an approach that adapts the PRF-based contextual snippets into a context-aware topic model to enhance query representations. Specifically, instead of selecting a series of independent terms, we make full use of the query contextual information and focus on the snippets with the length ofnin the PRF documents. Furthermore, we propose a context-aware topic (CAT) model to mine the topic distributions of the query-relevant snippets, namely, fine contextual snippets. In contrast to the traditional topic models that infer the topics from the whole corpus, we establish a bridge between the snippets and the corresponding PRF documents, which can be used for modeling the topics more precisely and efficiently. Finally, the topic distributions of the fine snippets are used for context-aware and topic-sensitive query representations. To evaluate the performance of our approach, we integrate the obtained queries into a topic-based hybrid retrieval model and conduct extensive experiments on various TREC collections. The experimental results show that our query-modeling approach is more effective in boosting retrieval performance compared with the state-of-the-art methods. Qin Chen 0001, Qinmin Hu, Jimmy Huang 0001, Liang He 0001 |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2018 | TAKer: Fine-Grained Time-Aware Microblog Search with Kernel Density EstimationabstractTemporal information has been widely used to promote the information retrieval (IR) performance, especially for microblog search which usually prefers the latest news and events. Previous studies mainly focused on incorporating the document-level temporal information into retrieval, while the temporal relevance of each query word was not well investigated. In this paper, we propose a word temporal predictor to characterize the word-level temporal relevance by fine-grained time-aware kernel density estimation over the feedback documents. In addition, we present a fine-grained time-aware framework to integrate the proposed word temporal predictor with the traditional document temporal predictor for retrieval. Finally, we incorporate the framework into two state-of-the-art retrieval models, namely language model (LM) and BM25. The experimental results on the TREC 2011-2014 Microblog collections, show that our proposed word temporal predictor is effective to boost the retrieval performance within both LM and BM25 frameworks. In particular, we achieve significant improvements over the strong baselines with optimized settings in most cases. Furthermore, our fine-grained time-aware models with word temporal predictor are comparable to if not better than the state-of-the-art temporal retrieval models. Qin Chen 0001, Qinmin Hu, Jimmy Huang 0001, Liang He 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2017 | Representation Learning with Entity Topics for Knowledge Graphs
Xin Ouyang, Yan Yang 0008, Liang He 0001, Qin Chen 0001 |
KSEM | 4 |
| 2017 | Enhancing Recurrent Neural Networks with Positional Attention for Question AnsweringabstractAttention based recurrent neural networks (RNN) have shown a great success for question answering (QA) in recent years. Although significant improvements have been achieved over the non-attentive models, the position information is not well studied within the attention-based framework. Motivated by the effectiveness of using the word positional context to enhance information retrieval, we assume that if a word in the question (i.e., question word) occurs in an answer sentence, the neighboring words should be given more attention since they intuitively contain more valuable information for question answering than those far away. Based on this assumption, we propose a positional attention based RNN model, which incorporates the positional context of the question words into the answers' attentive representations. Experiments on two benchmark datasets show the great advantages of our proposed model. Specifically, we achieve a maximum improvement of 8.83% over the classical attention based RNN model in terms of mean average precision. Furthermore, our model is comparable to if not better than the state-of-the-art approaches for question answering. Qin Chen 0001, Qinmin Hu, Jimmy Huang 0001, Liang He 0001, Weijie An |
SIGIR | 1 |
| 2016 | SG++: Word Representation with Sentiment and Negation for Twitter Sentiment ClassificationabstractHere we propose an advance Skip-gram model to incorporate both word sentiment and negation information. In particular, there is a a softmax layer for the word sentiment polarity upon the Skip-gram model. Then, two paralleled embedding layers are set up in the same embedding space, one for the affirmative context and the other for the negated context, followed by their loss functions. We evaluate our proposed model on the 2013 and 2014 SemEval data sets. The experimental results show that the proposed approach achieves better performance and learns higher dimensional word embedding informatively on the large-scale data. Qinmin Hu, Yijun Pei, Qin Chen 0001, Liang He 0001 |
SIGIR | 3 |