EDBT 2026 Demo / reviewers in the wild / expert
Yue Hu 0002
dblp:34/5808-2
· DBLP profile ↗
23ranked-venue papers in the field
0as first author
12since 2021 · last 2025
0000-0002-4416-3974ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 10Information Retrieval & Web Search · 8Data Mining & Knowledge Discovery · 3Database Systems & Data Management · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Reasoning and Retrieval for Complex Semi-structured Tables via Reinforced Relational Data TransformationabstractWe introduce TabFormer, a framework that normalizes diverse semi-structured tables into relational data via large language models to facilitate various table retrieval and reasoning tasks. Our approach employs a chain-of-thought methodology, transforming one or multiple tables through a sequence of soft operations. Compared to existing operators that are sensitive and brittle to human-induced artifacts in real-world tables, soft operators are designed with greater flexibility to accommodate diverse formatting variations. Haoyu Dong 0001, Yue Hu 0002, Yanan Cao 0001 |
SIGIR | 2 |
| 2024 | Steering Large Language Models for Cross-lingual Information RetrievalabstractIn today's digital age, accessing information across language barriers poses a significant challenge, with conventional search systems often struggling to interpret and retrieve multilingual content accurately. Addressing this issue, our study introduces a novel integration of applying Large Language Models (LLMs) as Cross-lingual Readers in information retrieval systems, specifically targeting the complexities of cross-lingual information retrieval (CLIR). We present an innovative approach: Activation Steered Multilingual Retrieval (ASMR) that employs "steering activations''-a method to adjust and direct the LLM's focus-enhancing its ability to understand user queries and generate accurate, language-coherent responses. ASMR adeptly combines a Multilingual Dense Passage Retrieval (mDPR) system with an LLM, overcoming the limitations of traditional search engines in handling diverse linguistic inputs. This approach is particularly effective in managing the nuances and intricacies inherent in various languages. Rigorous testing on established benchmarks such as XOR-TyDi QA, and MKQA demonstrates that ASMR not only meets but surpasses existing standards in CLIR, achieving state-of-the-art performance. The results of our research hold significant implications for understanding the inherent features of how LLMs understand and generate natural languages, offering an attempt towards more inclusive, effective, and linguistically diverse information access on a global scale. Ping Guo 0002, Yubing Ren, Yue Hu 0002, Yanan Cao 0001, Yunpeng Li 0006, Heyan Huang |
SIGIR | 3 |
| 2024 | TTC-QuAli: A Text-Table-Chart Dataset for Multimodal Quantity AlignmentabstractIn modern documents, numerical information is often presented using multimodal formats such as text, tables, and charts. However, the heterogeneity of these sources poses a challenge for machines attempting to jointly read and understand the numerical semantics conveyed through text, tables, and charts. In this paper, we introduce a multimodal dataset called Text-Table-Chart Quantity Alignment (TTC-QuAli). This dataset is designed to facilitate a new task that involves linking related quantities across text, tables, and charts. TTC-QuAli is a comprehensive dataset that contains 4,498 quantities in text, aligned with 1,086 chart images and 1,503 tables from real-world statistical reports. It is the first dataset to provide high-quality annotations for linking quantities across multiple modalities, and it includes challenging composite (aggregated/calculated) quantity linking. To address the challenge of bridging representation gaps between different modalities and capturing their shared contextual semantic meaning, we introduce ConTTC, a novel transformer-based cross-modal contrastive learning architecture. This is the first architecture to jointly model text, tables, and charts, and contrastive learning is employed for multimodal quantity linking towards unified representation learning. Our experiments demonstrate that TTC-QuAli presents a significant challenge for existing baselines and serves as a valuable benchmark for future research. Experiment results show that ConTTC significantly outperforms all baseline methods. Haoyu Dong 0001, Anda Zhou, Yue Hu 0002 |
WSDM | 4 |
| 2024 | Query in Your Tongue: Reinforce Large Language Models with Retrievers for Cross-lingual Search Generative ExperienceabstractIn the contemporary digital landscape, search engines play an invaluable role in information access, yet they often face challenges in Cross-Lingual Information Retrieval (CLIR). Though attempts are made to improve CLIR, current methods still leave users grappling with issues such as misplaced named entities and lost cultural context when querying in non-native languages. While some advances have been made using Neural Machine Translation models and cross-lingual representation, these are not without limitations. Enter the paradigm shift brought about by Large Language Models (LLMs), which have transformed search engines from simple retrievers to generators of contextually relevant information. This paper introduces the Multilingual Information Model for Intelligent Retrieval (MIMIR). Built on the power of LLMs, MIMIR directly responds in the language of the user's query, reducing the need for post-search translations. Our model's architecture encompasses a dual-module system: a retriever for searching multilingual documents and a responder for crafting answers in the user's desired language. Through a unique unified training framework, with the retriever serving as a reward model supervising the responder, and in turn, the responder producing synthetic data to refine the retriever's proficiency, MIMIR's retriever and responder iteratively enhance each other. Performance evaluations via CLEF and MKQA benchmarks reveal MIMIR's superiority over existing models, effectively addressing traditional CLIR challenges. Ping Guo 0002, Yue Hu 0002, Yanan Cao 0001, Yubing Ren, Yunpeng Li 0006, Heyan Huang |
WWW | 2 |
| 2023 | Multi-hop Reading Comprehension Learning Method Based on Answer Contrastive Learning
Hao You, Heyan Huang, Yue Hu 0002, Yongxiu Xu |
KSEM (4) | 3 |
| 2023 | Importance-Based Neuron Selective Distillation for Interference Mitigation in Multilingual Neural Machine Translation
Jiarui Zhang 0003, Heyan Huang, Yue Hu 0002, Ping Guo 0002, Yuqiang Xie |
KSEM (4) | 3 |
| 2023 | Leader-Generator Net: Dividing Skill and Implicitness for Conquering FairytaleQAabstractMachine reading comprehension requires systems to understand the given passage and answer questions. Previous methods mainly focus on the interaction between the question and passage. However, they ignore the deep exploration of cognitive elements behind questions, such as fine-grained reading skills (this paper focuses on narrative comprehension skills) and implicitness or explicitness of the question (whether the answer can be found in the passage). Grounded in prior literature on reading comprehension, the understanding of a question is a complex process where human beings need to understand the semantics of the question, use different reading skills for different questions, and then judge the implicitness of the question. To this end, a simple but effective Leader-Generator Network is proposed to explicitly separate and extract fine-grained reading skills and the implicitness or explicitness of the question. Specifically, the proposed skill leader accurately captures the semantic representation of fine-grained reading skills with contrastive learning. And the implicitness-aware pointer-generator adaptively extracts or generates the answer based on the implicitness or explicitness of the question. Furthermore, to validate the generalizability of the methodology, we annotate a new dataset named NarrativeQA 1.1. Experiments on the FairytaleQA and NarrativeQA 1.1 show that the proposed model achieves the state-of-the-art performance (about 5% gain on Rouge-L) on the question answering task. Our annotated data and code are available at https://github.com/pengwei-iie/Leader-Generator-Net. Wei Peng 0008, Wanshui Li, Yue Hu 0002 |
SIGIR | 3 |
| 2023 | GraphNAS++: Distributed Architecture Search for Graph Neural NetworksabstractGraph neural networks (GNNs) are popularly used to analyze non-Euclidean graph data. Despite their successes, the design of graph neural networks requires heavy manual work and rich domain knowledge. Recently, neural architecture search algorithms are widely used to automatically design neural architectures for CNNs and RNNs. Inspired by the success of neural architecture search algorithms, we present a graph neural architecture search algorithm GraphNAS that enables automatic design of the best graph neural architecture based on reinforcement learning. Specifically, GraphNAS uses a recurrent network as the controller to generate variable-length strings that describe the architectures of graph neural networks, and trains the recurrent network with policy gradient to maximize the expected accuracy of the generated architectures on a validation data set. Moreover, based on GraphNAS, we design a new GraphNAS++ model using distributed neural architecture search. Compared with GraphNAS that generates and evaluates only one candidate architecture at each iteration, GraphNAS++ generates a mini-batch of candidate architectures and evaluates them in a distributed computing environment until convergence. Experiments on real-world datasets demonstrate that GraphNAS can design a novel network architecture that rivals the best human-invented architecture. Moreover, GraphNAS++ can speed up the design process at least five times by using the distributed training framework with GPUs. Yang Gao 0024, Peng Zhang 0001, Hong Yang 0003, Chuan Zhou 0001, Yue Hu 0002, Zhihong Tian 0001, Zhao Li 0007, Jingren Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2023 | HGNAS++: Efficient Architecture Search for Heterogeneous Graph Neural NetworksabstractHeterogeneous graphs are commonly used to describe networked data with multiple types of nodes and edges. Heterogeneous Graph Neural Networks (HGNNs) are powerful tools for analyzing heterogeneous graphs. However, designing neural architectures of HGNNs requires extensive domain knowledge and time-consuming manual work. Recently, neural architecture search algorithms have become popular in automatically designing neural architectures for homogeneous graph neural networks. In this paper, we present a Heterogeneous Graph Neural Architecture Search algorithm (HGNAS for short) which allows the automatic design of heterogeneous graph neural architectures. Specifically, HGNAS first designs a new search space based on existing popular HGNNs. Then, HGNAS uses a policy network as the controller to sample and find the best neural architecture from the designed search space by maximizing the expected accuracy of the selected architectures on a given validation dataset. Moreover, we design a new method HGNAS++ to improve the efficiency of HGNAS by training the RNN controller within a generative adversarial learning framework. The basic idea of HGNAS++ is to embed a pairwise ranker into the reinforcement learning based architecture search algorithm. The pairwise ranker can be taken as a discriminator which selects more accurate architectures between pairs of candidate architectures. Then, the RNN controller can be updated more efficiently by only using a relatively small number of candidate architectures selected by the pairwise ranker. Experiments on real-world heterogeneous graph datasets show that HGNAS is capable of designing novel HGNNs that beat the best human-invented HGNNs. On the benchmark datasets, HGNAS++ improves HGNAS in terms of evaluation cost, with a reduction of 50% of the evaluated candidate architectures and a decrease of 24% in search time on average. As a byproduct, HGNAS++ can find sparse yet powerful neural architectures for HGNNs. Yang Gao 0024, Peng Zhang 0001, Chuan Zhou 0001, Hong Yang 0003, Zhao Li 0007, Yue Hu 0002, Philip S. Yu |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2022 | Document-Level Multi-event Extraction via Event Ontology Guiding
Xingsheng Zhang, Yue Hu 0002, Yajing Sun, Luxi Xing, Yuqiang Xie, Yunpeng Li 0006, Wei Peng 0008 |
KSEM (2) | 2 |
| 2022 | Do You Know My Emotion? Emotion-Aware Strategy Recognition Towards a Persuasive Dialogue System
Wei Peng 0008, Yue Hu 0002, Luxi Xing, Yuqiang Xie, Yajing Sun |
ECML/PKDD (2) | 2 |
| 2021 | Heterogeneous Graph Neural Architecture SearchabstractHeterogeneous Graph Neural networks (HGNNs) have been popularly used in processing complicated networks such as academic networks, social networks, and knowledge graphs. Despite their success, the design of the neural architectures of HGNNs still requires rich domain knowledge and heavy manual work. In this paper, we propose a Heterogeneous Graph Neural Architecture Search algorithm (HGNAS for short) which enables automatic design of the best neural architectures with minimal human effort. Specifically, HGNAS first defines a general HGNN framework on top of existing popular HGNNs. A search space of HGNAS is designed based on the general framework that includes multiple groups of message encoding and aggregation functions. Then, HGNAS uses a policy network as the controller to sample and find the best neural architecture from the designed search space by maximizing the expected accuracy of the selected architectures on a validation dataset. Moreover, we introduce effective methods to improve HGNAS from three aspects, i.e., the optimization of hyper-parameters, the improvement of search space, and the selection of message receptive fields. Experiments on public datasets show that HGNAS is capable of designing novel HGNNs that rival the best human-invented HGNNs. More interestingly, HGNAS finds some sparse yet powerful neural architectures for HGNNs on the benchmark datasets. Yang Gao 0024, Peng Zhang 0001, Zhao Li 0007, Chuan Zhou 0001, Yongchao Liu 0004, Yue Hu 0002 |
ICDM | 6 |
| 2020 | MG-BERT: A Multi-glosses BERT Model for Word Sense Disambiguation
Ping Guo 0002, Yue Hu 0002, Yunpeng Li 0006 |
KSEM (2) | 2 |
| 2020 | Enhancing Pre-trained Language Models by Self-supervised Learning for Story Cloze Test
Yuqiang Xie, Yue Hu 0002, Luxi Xing, Xiangpeng Wei, Yajing Sun |
KSEM (1) | 2 |
| 2020 | A Matching-Integration-Verification Model for Multiple-Choice Reading Comprehension
Luxi Xing, Yue Hu 0002, Yuqiang Xie |
KSEM (2) | 2 |
| 2019 | Syntax-Aware Sentence Matching with Graph Convolutional Networks
Yangfan Lei, Yue Hu 0002, Xiangpeng Wei, Luxi Xing, Quanchao Liu |
KSEM (2) | 2 |
| 2019 | Gated Self-attentive Encoder for Neural Machine Translation
Xiangpeng Wei, Yue Hu 0002, Luxi Xing |
KSEM (1) | 2 |
| 2019 | Dynamic Task-Specific Factors for Meta-Embedding
Yuqiang Xie, Yue Hu 0002, Luxi Xing, Xiangpeng Wei |
KSEM (2) | 2 |
| 2019 | Semantic Modeling of Textual Relationships in Cross-modal Retrieval
Jing Yu 0007, Zengchang Qin, Zhuoqian Yang, Yue Hu 0002 |
KSEM (1) | 5 |
| 2016 | Collaborative Social Group Influence for Event RecommendationabstractIn event-based social networks, such as Meetup, social groups refer to self-organized communities that consist of users who share the same interests. In many real-world scenarios, users usually have social group preference and join interested social groups to attend events. It is therefore necessary to consider the influence of social groups to improve the event recommendation performance; however, existing event recommendation models generally consider users' individual preferences and neglect the influence of social groups. To this end, we propose a new Bayesian latent factor model SogBmf that combines social group influence and individual preference for event recommendation. Experiments on real-world data sets demonstrate the effectiveness of the proposed method. Jia Wu 0001, Zhi Qiao 0005, Chuan Zhou 0001, Hong Yang 0003, Yue Hu 0002 |
CIKM | 6 |
| 2016 | Location-aware Friend Recommendation in Event-based Social Networks: A Bayesian Latent Factor ApproachabstractIn this paper we study the friend recommendation problem in event-based social networks (EBSNs). Effective friend recommendation is of benefit to EBSNs, since it can promote user interaction and accelerate information diffusion for promoted events. Different from usual friend recommendations, the aim of making friends in EBSNs is to better participate offline events and enhance user experience. Meanwhile friend recommendation in EBSNs encounters three types of data, i.e. geographical information, implicate user rating, and user behavior. These differences imply that existing friend recommendation approaches are not adequate any more for EBSNs. Under this background, in this paper we propose a Bayesian latent factor model, which can jointly formulate above three types of data, for friend recommendation with better event promotion and user experience. Results on real-world datasets show the efficacy of our approach. Zhi Qiao 0005, Chuan Zhou 0001, Yue Hu 0002, Li Guo 0001 |
CIKM | 4 |
| 2015 | Sentiment Word Identification with Sentiment Contextual Factors
Jiguang Liang, Xiaofei Zhou 0002, Yue Hu 0002, Li Guo 0001, Shuo Bai |
APWeb | 3 |
| 2014 | CONR: A Novel Method for Sentiment Word IdentificationabstractSentiment word identification (SWI) is of high relevance to sentiment analysis technologies and applications. Currently most SWI methods heavily rely on sentiment seed words that have limited sentiment information. Even though there emerge non-seed approaches based on sentiment labels of documents, but in which the context information has not been fully considered. In this paper, based on matrix factorization with co-occurrence neighbor regularization which is derived from context, we propose a novel non-seed model called CONR for SWI. Instead of seed words, CONR exploits two important factors: sentiment matching and sentiment consistency for sentiment word identification. Experimental results on four publicly available datasets show that CONR can outperform the state of-the-art methods. Jiguang Liang, Xiaofei Zhou 0002, Yue Hu 0002, Li Guo 0001, Shuo Bai |
CIKM | 3 |