VLDB 2026 Research / reviewers in the wild / expert
Xiaoxu Wu
dblp:133/4621
· DBLP profile ↗
8ranked-venue papers in the field
0as first author
8since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6Database Systems & Data Management · 1Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | MDSD: Multi-turn Diverse Synthetic Dialog Generation for Domain Specific Incomplete Requests UnderstandingabstractHandling user natural language instructions and implementing system requests for specific tasks is crucial for large language models (LLMs). However, users often struggle to provide complete and accurate instructions, leading to potential challenges in task execution. To address this issue, we propose a Multi-turn Diverse Synthetic Dialog Generation (MDSD) method aimed at generating large-scale, diverse dialogue datasets spanning various task types, request modes, and guiding logics. By leveraging these datasets, we train an LLM to effectively translate natural language requests into precise system inputs, even in scenarios where users provide incomplete or ambiguous information. To further enhance user interaction, we design an agent-based workflow that actively guides users towards formulating clear and precise requests through a dynamic, chat-style interface. This approach not only improves the model's ability to comprehend and fulfill user intentions but also empowers users to iteratively refine their instructions. Evaluation across different test scenarios demonstrates the effectiveness of the MDSD method, achieving a system request success rate exceeding 98%. These results underscore the potential of our approach in improving the accuracy and reliability of LLMs for real-world applications. Xiaoxu Wu, Lijuan Xiao, Jiulong Shan Apple |
ICDE | 2 |
| 2023 | Quantifying the Effectiveness of Advertising: A Bootstrap Proportion Test for Brand Lift TestingabstractBrand Lift test is a widely deployed statistical tool for measuring the effectiveness of online advertisements on brand perception such as ad recall, brand familiarity and favorability. By formulating the problem of interest into a two-sample test on the binomial proportions from the control group (p_0) and the treatment group (p_1), Brand Lift test evaluates ads impact based on the statistical significance of test results. Traditional approaches construct the test statistics based on the absolute difference between the two observed proportions, a.k.a, absolute lift. In this work, we propose a new bootstrap test based on the percentage difference between the two observed proportions, i.e., relative lift. We provide rigorous theoretical guarantees on the asymptotic validity of the proposed relative-lift-based test. Our numerical studies suggest that the relative-lift-based test requires less stringent conditions than the absolute-lift-based test for controlling the type-I error rate. Interestingly, we also prove that the relative-lift-based test is more powerful than the absolute-lift-based test when the alternative is positive (i.e., p1 - p0 > 0), but less powerful when the alternative is negative (i.e., p1 - p0 < 0). The empirical performance of the proposed test is demonstrated by extensive simulation studies, an application to a publicly available A/B testing dataset from advertising, and real datasets collected from the Brand Lift Testing platform at LinkedIn. Wanjun Liu, Xiufan Yu, Jialiang Mao, Xiaoxu Wu, Justin Dyer |
CIKM | 4 |
| 2023 | PIER: Permutation-Level Interest-Based End-to-End Re-ranking Framework in E-commerceabstractRe-ranking draws increased attention on both academics and industries, which rearranges the ranking list by modeling the mutual influence among items to better meet users' demands. Many existing re-ranking methods directly take the initial ranking list as input, and generate the optimal permutation through a well-designed context-wise model, which brings the evaluation-before-reranking problem. Meanwhile, evaluating all candidate permutations brings unacceptable computational costs in practice. Thus, to better balance efficiency and effectiveness, online systems usually use a two-stage architecture which uses some heuristic methods such as beam-search to generate a suitable amount of candidate permutations firstly, which are then fed into the evaluation model to get the optimal permutation. However, existing methods in both stages can be improved through the following aspects. As for generation stage, heuristic methods only use point-wise prediction scores and lack an effective judgment. As for evaluation stage, most existing context-wise evaluation models only consider the item context and lack more fine-grained feature context modeling. Xiaowen Shi, Fan Yang 0107, Ze Wang 0005, Xiaoxu Wu, Muzhi Guan, Guogang Liao, Yongkang Wang 0011, Dong Wang 0022 |
KDD | 4 |
| 2023 | MDDL: A Framework for Reinforcement Learning-based Position Allocation in Multi-Channel FeedabstractNowadays, the mainstream approach in position allocation system is to utilize a reinforcement learning model to allocate appropriate locations for items in various channels and then mix them into the feed. There are two types of data employed to train reinforcement learning (RL) model for position allocation, named strategy data and random data. Strategy data is collected from the current online model, it suffers from an imbalanced distribution of stateaction pairs, resulting in severe overestimation problems during training. On the other hand, random data offers a more uniform distribution of state-action pairs, but is challenging to obtain in industrial scenarios as it could negatively impact platform revenue and user experience due to random exploration. As the two types of data have different distributions, designing an effective strategy to leverage both types of data to enhance the efficacy of the RL model training has become a highly challenging problem. In this study, we propose a framework namedMulti-Distribution Data Learning (MDDL) to address the challenge of effectively utilizing both strategy and random data for training RL models on mixed multi-distribution data. Specifically, MDDL incorporates a novel imitation learning signal to mitigate overestimation problems in strategy data and maximizes the RL signal for random data to facilitate effective learning. In our experiments, we evaluated the proposed MDDL framework in a real-world position allocation system and demonstrated its superior performance compared to the previous baseline. MDDL has been fully deployed on the Meituan food delivery platform and currently serves over 300 million users. Xiaowen Shi, Ze Wang 0005, Yuanying Cai, Xiaoxu Wu, Fan Yang 0107, Guogang Liao, Yongkang Wang 0011, Dong Wang 0022 |
SIGIR | 4 |
| 2022 | Learning List-wise Representation in Reinforcement Learning for Ads Allocation with Multiple Auxiliary TasksabstractWith the recent prevalence of reinforcement learning (RL), there have been tremendous interests in utilizing RL for ads allocation in recommendation platforms (e.g., e-commerce and news feed sites). To achieve better allocation, the input of recent RL-based ads allocation methods is upgraded from point-wise single item to list-wise item arrangement. However, this also results in a high-dimensional space of state-action pairs, making it difficult to learn list-wise representations with good generalization ability. This further hinders the exploration of RL agents and causes poor sample efficiency. To address this problem, we propose a novel RL-based approach for ads allocation which learns better list-wise representations by leveraging task-specific signals on Meituan food delivery platform. Specifically, we propose three different auxiliary tasks based on reconstruction, prediction, and contrastive learning respectively according to prior domain knowledge on ads allocation. We conduct extensive experiments on Meituan food delivery platform to evaluate the effectiveness of the proposed auxiliary tasks. Both offline and online experimental results show that the proposed method can learn better list-wise representations and achieve higher revenue for the platform compared to the state-of-the-art baselines. Ze Wang 0005, Guogang Liao, Xiaowen Shi, Xiaoxu Wu, Chuheng Zhang, Yongkang Wang 0011, Dong Wang 0022 |
CIKM | 4 |
| 2022 | Hybrid Transfer in Deep Reinforcement Learning for Ads AllocationabstractAds allocation, which involves allocating ads and organic items to limited slots in feed with the purpose of maximizing platform revenue, has become a research hotspot. Notice that, platforms (e.g., e-commerce platforms, video platforms, food delivery platforms and so on) usually have multiple entrances for different categories and some entrances have few visits. Data from these entrances has low coverage, which makes it difficult for the agent to learn. To address this challenge, we propose Similarity-based Hybrid Transfer for Ads Allocation (SHTAA), which effectively transfers samples as well as knowledge from data-rich entrance to data-poor entrance. Specifically, we define an uncertainty-aware similarity for MDP to estimate the similarity of MDP for different entrances. Based on this similarity, we design a hybrid transfer method, including instance transfer and strategy transfer, to efficiently transfer samples and knowledge from one entrance to another. Both offline and online experiments on Meituan food delivery platform demonstrate that the proposed method could achieve better performance for data-poor entrance and increase the revenue for the platform. Ze Wang 0005, Guogang Liao, Xiaowen Shi, Xiaoxu Wu, Chuheng Zhang, Bingqi Zhu, Yongkang Wang 0011, Dong Wang 0022 |
CIKM | 4 |
| 2022 | Deep Page-Level Interest Network in Reinforcement Learning for Ads AllocationabstractA mixed list of ads and organic items is usually displayed in feed and how to allocate the limited slots to maximize the overall revenue is a key problem. Meanwhile, user behavior modeling is essential in recommendation and advertising (e.g., CTR prediction and ads allocation). Most previous works only model point-level positive feedback (i.e., click), which neglect the page-level information of feedback and other types of feedback. To this end, we propose Deep Page-level Interest Network (DPIN) to model the page-level user preference and exploit multiple types of feedback. Specifically, we introduce four different types of page-level feedback, and capture user preference for item arrangement under different receptive fields through the multi-channel interaction module. Through extensive offline and online experiments on Meituan food delivery platform, we demonstrate that DPIN can effectively model the page-level user preference and increase the revenue. Guogang Liao, Xiaowen Shi, Ze Wang 0005, Xiaoxu Wu, Chuheng Zhang, Yongkang Wang 0011, Dong Wang 0022 |
SIGIR | 4 |
| 2022 | Cross DQN: Cross Deep Q Network for Ads Allocation in FeedabstractE-commerce platforms usually display a mixed list of ads and organic items in feed. One key problem is to allocate the limited slots in the feed to maximize the overall revenue as well as improve user experience, which requires a good model for user preference. Instead of modeling the influence of individual items on user behaviors, the arrangement signal models the influence of the arrangement of items and may lead to a better allocation strategy. However, most of previous strategies fail to model such a signal and therefore result in suboptimal performance. In addition, the percentage of ads exposed (PAE) is an important indicator in ads allocation. Excessive PAE hurts user experience while too low PAE reduces platform revenue. Therefore, how to constrain the PAE within a certain range while keeping personalized recommendation under the PAE constraint is a challenge. Guogang Liao, Ze Wang 0005, Xiaoxu Wu, Xiaowen Shi, Chuheng Zhang, Yongkang Wang 0011, Dong Wang 0022 |
WWW | 3 |