Source author record

Lu Pan

Lu Pan appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
7topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2026arXiv

Higher Satisfaction, Lower Cost: A Technical Report on How LLMs Revolutionize Meituan's Intelligent Interaction Systems

Enhancing customer experience is essential for business success, particularly as service demands grow in scale and complexity. Generative artificial intelligence and Large Language Models (LLMs) have empowered intelligent interaction systems to deliver efficient, personalized, and 24/7 support. In practice, intelligent interaction systems encounter several challenges: (1) Constructing high-quality data for cold-start training is difficult, hindering self-evolution and raising labor costs. (2) Multi-turn dialogue performance remains suboptimal due to inadequate intent understanding, rule compliance, and solution extraction. (3) Frequent evolution of business rules affects system operability and transferability, constraining low-cost expansion and adaptability. (4) Reliance on a single LLM is insufficient in complex scenarios, where the absence of multi-agent frameworks and effective collaboration undermines process completeness and service quality. (5) The open-domain nature of multi-turn dialogues, lacking unified golden answers, hampers quantitative evaluation and continuous optimization. To address these challenges, we introduce WOWService, an intelligent interaction system tailored for industrial applications. With the integration of LLMs and multi-agent architectures, WOWService enables autonomous task management and collaborative problem-solving. Specifically, WOWService focuses on core modules including data construction, general capability enhancement, business scenario adaptation, multi-agent coordination, and automated evaluation. Currently, WOWService is deployed on the Meituan App, achieving significant gains in key metrics, e.g., User Satisfaction Metric 1 (USM 1) -27.53% and User Satisfaction Metric 2 (USM 2) +25.51%, demonstrating its effectiveness in capturing user needs and advancing personalized service.

preprint2022arXiv

Martian meteorites reflectance and implications for rover missions

In the next decade, two rovers will characterize in situ the mineralogy of rocks on Mars, using for the first time near-infrared reflectance spectrometers: SuperCam onboard the Mars 2020 rover and MicrOmega onboard the ExoMars rover, although this technique is predominantly used in orbit for mineralogical investigations. Until successful completion of sample-return missions from Mars, Martian meteorites are currently the only samples of the red planet available for study in terrestrial laboratories and comparison with in situ data. However, the current spectral database available for these samples does not represent their diversity and consists primarily of spectra acquired on finely crushed samples, albeit grain size is known to greatly affect spectral features. We measured the reflected light of a broad Martian meteorite suite as a means to catalogue and characterize their spectra between 0.4 and 3 microns. These measurements are achieved using a point spectrometer acquiring data comparable to SuperCam, and an imaging spectrometer producing hyperspectral cubes similarly to MicrOmega. Our results indicate that point spectrometry is sufficient to discriminate the different Martian meteorites families, to identify their primary petrology based on band parameters, and to detect their low content in alteration minerals. However, significant spectral mixing occurs in the point measurements, even at spot sizes down to a few millimeters, and imaging spectroscopy is needed to correctly identify the various mineral phases in the meteorites. Bidirectional spectral measurements confirm their non-Lambertian behavior, with backward and suspected forward scattering peaks. With changing observation geometry, the main absorption strengths show variations up to 10-15 percents. All the spectra presented are provided in the supplementary data for further comparison with in situ and orbital measurements.

preprint2020arXiv

Generating Pertinent and Diversified Comments with Topic-aware Pointer-Generator Networks

Comment generation, a new and challenging task in Natural Language Generation (NLG), attracts a lot of attention in recent years. However, comments generated by previous work tend to lack pertinence and diversity. In this paper, we propose a novel generation model based on Topic-aware Pointer-Generator Networks (TPGN), which can utilize the topic information hidden in the articles to guide the generation of pertinent and diversified comments. Firstly, we design a keyword-level and topic-level encoder attention mechanism to capture topic information in the articles. Next, we integrate the topic information into pointer-generator networks to guide comment generation. Experiments on a large scale of comment generation dataset show that our model produces the valuable comments and outperforms competitive baseline models significantly.