Researcher profile

Yuqing Xie

Yuqing Xie contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
9topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

5 published item(s)

preprint2024arXiv

LLM-Powered Hierarchical Language Agent for Real-time Human-AI Coordination

AI agents powered by Large Language Models (LLMs) have made significant advances, enabling them to assist humans in diverse complex tasks and leading to a revolution in human-AI coordination. LLM-powered agents typically require invoking LLM APIs and employing artificially designed complex prompts, which results in high inference latency. While this paradigm works well in scenarios with minimal interactive demands, such as code generation, it is unsuitable for highly interactive and real-time applications, such as gaming. Traditional gaming AI often employs small models or reactive policies, enabling fast inference but offering limited task completion and interaction abilities. In this work, we consider Overcooked as our testbed where players could communicate with natural language and cooperate to serve orders. We propose a Hierarchical Language Agent (HLA) for human-AI coordination that provides both strong reasoning abilities while keeping real-time execution. In particular, HLA adopts a hierarchical framework and comprises three modules: a proficient LLM, referred to as Slow Mind, for intention reasoning and language interaction, a lightweight LLM, referred to as Fast Mind, for generating macro actions, and a reactive policy, referred to as Executor, for transforming macro actions into atomic actions. Human studies show that HLA outperforms other baseline agents, including slow-mind-only agents and fast-mind-only agents, with stronger cooperation abilities, faster responses, and more consistent language communications.

preprint2022arXiv

An Embedding-Based Grocery Search Model at Instacart

The key to e-commerce search is how to best utilize the large yet noisy log data. In this paper, we present our embedding-based model for grocery search at Instacart. The system learns query and product representations with a two-tower transformer-based encoder architecture. To tackle the cold-start problem, we focus on content-based features. To train the model efficiently on noisy data, we propose a self-adversarial learning method and a cascade training method. AccOn an offline human evaluation dataset, we achieve 10% relative improvement in RECALL@20, and for online A/B testing, we achieve 4.1% cart-adds per search (CAPS) and 1.5% gross merchandise value (GMV) improvement. We describe how we train and deploy the embedding based search model and give a detailed analysis of the effectiveness of our method.

preprint2022arXiv

Topological flatband loop states in fractal-like photonic lattices

Noncontractible loop states (NLSs) are recently realized topological entity in flatband lattices, arising typically from band touching at a point where a flat band intersects one or more dispersive bands. There exists also band touching across a plane, where one flat band overlaps another all over the Brillouin zone without crossing a dispersive band. Such isolated plane-touching flat bands remain largely unexplored. For example, what are the topological features associated with such flatband degeneracy? Here, we demonstrate for the first time to our knowledge nontrivial NLSs and robust boundary modes in a system with such degeneracy. Based on a tailored photonic lattice constructed from the well-known fractal Sierpinski gasket, we theoretically analyze the wavefunction singularities and the conditions for the existence of the NLSs. We show that the NLSs can exist in both singular and nonsingular flat bands, as a direct reflection of the real-space topology. Experimentally, we observe directly such flatband NLSs in a laser-written Corbino-shaped fractal-like lattice. This work not only leads to a deep understanding of the mechanism behind the nontrivial flatband states, but also opens up new avenues to explore fundamental phenomena arising from the interplay of flatband degeneracy, fractal structures and band topology.

preprint2021arXiv

Quasinormal modes of small Schwarzschild-de Sitter black holes

We study the behavior of the quasinormal modes (QNMs) of massless and massive linear waves on Schwarzschild-de Sitter black holes as the black hole mass tends to 0. Via uniform estimates for a degenerating family of ODEs, we show that in bounded subsets of the complex plane and for fixed angular momenta, the QNMs converge to those of the static model of de Sitter space. Detailed numerics illustrate our results and suggest a number of open problems.

preprint2020arXiv

Rapid Adaptation of BERT for Information Extraction on Domain-Specific Business Documents

Techniques for automatically extracting important content elements from business documents such as contracts, statements, and filings have the potential to make business operations more efficient. This problem can be formulated as a sequence labeling task, and we demonstrate the adaption of BERT to two types of business documents: regulatory filings and property lease agreements. There are aspects of this problem that make it easier than "standard" information extraction tasks and other aspects that make it more difficult, but on balance we find that modest amounts of annotated data (less than 100 documents) are sufficient to achieve reasonable accuracy. We integrate our models into an end-to-end cloud platform that provides both an easy-to-use annotation interface as well as an inference interface that allows users to upload documents and inspect model outputs.