← Search

Philip Yu

27 accepted papers

2026

AdvEvo-MARL: Shaping Internalized Safety through Adversarial Co-Evolution in Multi-Agent Reinforcement Learning

ICML 2026poster

LLM-based multi-agent systems excel at planning, tool use, and role coordination, but their openness and interaction complexity also expose them to jailbreak and adversarial collaboration. Existing defenses fall into two lines: (i) self-verification that asks each agent to pre-filter unsafe instruct…

Cited by 0SourceScholar
2026

Are Common Substructures Transferable? Understanding Transferability in Graph Pretraining under Riemannian Geometry

ICML 2026poster

Foundation models have sparked a revolution via a pretraining-adaptation paradigm, with recent efforts extending this success to graphs. Unlike other modalities, graphs contain rich structural patterns, yet their structural transferability remains poorly understood. Prior studies consider common sub…

Cited by 0SourceScholar
2026

DREAM: Dual-Standard Semantic Homogeneity with Dynamic Optimization for Graph Learning with Label Noise

ICML 2026poster

Graph neural networks (GNNs) have been widely used in various graph machine learning scenarios. Existing literature primarily assumes well-annotated training graphs, while the reliability of labels is not guaranteed in real-world scenarios. Recently, efforts have been made to address the problem of …

Cited by 0SourceScholar
2026

Distributionally Robust Set Representation Learning Under Inference-Time Element Corruption

ICML 2026poster

Standard Set Representation Learning methods typically excel on curated data but often overlook the challenge of Inference-time Element Corruption. This refers to scenarios where deployed models encounter element-level degradations, such as outliers or missing components, that may distort the set re…

Cited by 0SourceScholar
2026

From Observations to States: Latent Time Series Forecasting

ICML 2026poster

Deep learning has achieved strong performance in Time Series Forecasting (TSF). However, we identify a critical representation paradox, termed Latent Chaos: models with accurate predictions often learn latent representations that are temporally disordered and lack continuity. We attribute this pheno…

Cited by 0SourceScholar
2026

Learn to Merge: Meta-Learning for Adaptive Multi-Task Model Merging

ICML 2026poster

Model merging in the pretrain-finetune paradigm has proven effective by combining multiple finetuned models into one with multi-task capabilities. However, existing methods rely on fix or manually tuned merging coefficients, making the unified model sensitive to the initial merging strategy and subo…

Cited by 0SourceScholar
2026

Origo: Physically Interpretable Multi-Physics PDE Pre-training through Neural Operator Splitting

ICML 2026poster

Partial Differential Equations (PDEs) play a fundamental role in scientific computing, and recent efforts have sought to extend the success of foundation models to PDE solving. However, multi-physics PDE pre-training faces the unique challenge of disentangling dynamic heterogeneity to learn universa…

Cited by 0SourceScholar
2024

DIVKNOWQA: Assessing the Reasoning Ability of LLMs via Open-Domain Question Answering over Knowledge Base and Text

NAACL 2024findings

Large Language Models (LLMs) have exhibited impressive generation capabilities, but they suffer from hallucinations when solely relying on their internal knowledge, especially when answering questions that require less commonly known information. Retrievalaugmented LLMs have emerged as a potential s…

Cited by 7SourcePDFScholar
2024

Evaluating Robustness of Generative Search Engine on Adversarial Factoid Questions

ACL 2024findings

Generative search engines have the potential to transform how people seek information online, but generated responses from existing large language models (LLMs)-backed generative search engines may not always be accurate. Nonetheless, retrieval-augmented generation exacerbates safety concerns, since…

Cited by 1SourcePDFScholar
2024

ImplicitAVE: An Open-Source Dataset and Multimodal LLMs Benchmark for Implicit Attribute Value Extraction

ACL 2024findings

Existing datasets for attribute value extraction (AVE) predominantly focus on explicit attribute values while neglecting the implicit ones, lack product images, are often not publicly available, and lack an in-depth human inspection across diverse domains. To address these limitations, we present Im…

2024

Stronger, Lighter, Better: Towards Life-Long Attribute Value Extraction for E-Commerce Products

ACL 2024findings

Attribute value extraction involves identifying the value spans of predetermined attributes in product texts. This area of research has traditionally operated under a closed-world assumption, focusing on products from a static set of categories and their associated attributes. However, products in e…

Cited by 0SourcePDFScholar
2024

kNN-ICL: Compositional Task-Oriented Parsing Generalization with Nearest Neighbor In-Context Learning

NAACL 2024long

Task-Oriented Parsing (TOP) enables conversational assistants to interpret user commands expressed in natural language, transforming them into structured outputs that combine elements of both natural language and intent/slot tags. Recently, Large Language Models (LLMs) have achieved impressive perfo…

Cited by 4SourcePDFScholar
2023

Enhancing Cross-lingual Transfer via Phonemic Transcription Integration

ACL 2023findings

Previous cross-lingual transfer methods are restricted to orthographic representation learning via textual scripts. This limitation hampers cross-lingual transfer and is biased towards languages sharing similar well-known scripts. To alleviate the gap between languages from different writing scripts…

2022

CHEF: A Pilot Chinese Dataset for Evidence-Based Fact-Checking

NAACL 2022long

The explosion of misinformation spreading in the media ecosystem urges for automated fact-checking. While misinformation spans both geographic and linguistic boundaries, most work in the field has focused on English. Datasets and tools available in other languages, such as Chinese, are limited. In o…

2022

HiURE: Hierarchical Exemplar Contrastive Learning for Unsupervised Relation Extraction

NAACL 2022long

Unsupervised relation extraction aims to extract the relationship between entities from natural language sentences without prior information on relational scope or distribution. Existing works either utilize self-supervised schemes to refine relational feature signals by iteratively leveraging adapt…

2022

XLTime: A Cross-Lingual Knowledge Transfer Framework for Temporal Expression Extraction

NAACL 2022findings

Temporal Expression Extraction (TEE) is essential for understanding time in natural language. It has applications in Natural Language Processing (NLP) tasks such as question answering, information retrieval, and causal inference. To date, work in this area has mostly focused on English as there is a…

2021

Attend, Memorize and Generate: Towards Faithful Table-to-Text Generation in Few Shots

EMNLP 2021finding

Few-shot table-to-text generation is a task of composing fluent and faithful sentences to convey table content using limited data. Despite many efforts having been made towards generating impressive fluent sentences by fine-tuning powerful pre-trained language models, the faithfulness of generated c…

2021

Dense Hierarchical Retrieval for Open-domain Question Answering

EMNLP 2021finding

Dense neural text retrieval has achieved promising results on open-domain Question Answering (QA), where latent representations of questions and passages are exploited for maximum inner product search in the retrieval process. However, current dense retrievers require splitting documents into short…

2021

Few-Shot Intent Detection via Contrastive Pre-Training and Fine-Tuning

EMNLP 2021main

In this work, we focus on a more challenging few-shot intent detection scenario where many intents are fine-grained and semantically similar. We present a simple yet effective few-shot intent detection schema via contrastive pre-training and fine-tuning. Specifically, we first conduct self-supervise…

2021

HETFORMER: Heterogeneous Transformer with Sparse Attention for Long-Text Extractive Summarization

EMNLP 2021main

To capture the semantic graph structure from raw text, most existing summarization approaches are built on GNNs with a pre-trained model. However, these methods suffer from cumbersome procedures and inefficient computations for long-text documents. To mitigate these issues, this paper proposes HetFo…

2021

HTCInfoMax: A Global Model for Hierarchical Text Classification via Information Maximization

NAACL 2021long

The current state-of-the-art model HiAGM for hierarchical text classification has two limitations. First, it correlates each text sample with all labels in the dataset which contains irrelevant information. Second, it does not consider any statistical constraint on the label representations learned…

2021

Incremental Few-shot Text Classification with Multi-round New Classes: Formulation, Dataset and System

NAACL 2021long

Text classification is usually studied by labeling natural language texts with relevant categories from a predefined set. In the real world, new classes might keep challenging the existing system with limited labeled data. The system should be intelligent enough to recognize upcoming new classes wit…

2020

Hierarchical Bi-Directional Self-Attention Networks for Paper Review Rating Recommendation

COLING 2020main

Review rating prediction of text reviews is a rapidly growing technology with a wide range of applications in natural language processing. However, most existing methods either use hand-crafted features or learn features using deep learning with simple text corpus as input for review rating predicti…

2020

MZET: Memory Augmented Zero-Shot Fine-grained Named Entity Typing

COLING 2020main

Named entity typing (NET) is a classification task of assigning an entity mention in the context with given semantic types. However, with the growing size and granularity of the entity types, few previous researches concern with newly emerged entity types. In this paper, we propose MZET, a novel mem…

Cited by 36SourcePDFScholar
2020

Mixup-Transformer: Dynamic Data Augmentation for NLP Tasks

COLING 2020main

Mixup is a latest data augmentation technique that linearly interpolates input examples and the corresponding labels. It has shown strong effectiveness in image classification by interpolating images at the pixel level. Inspired by this line of research, in this paper, we explore i) how to apply mix…

Cited by 184SourcePDFScholar
2020

User Memory Reasoning for Conversational Recommendation

COLING 2020main

We study an end-to-end approach for conversational recommendation that dynamically manages and reasons over users’ past (offline) preferences and current (online) requests through a structured and cumulative user memory knowledge graph. This formulation extends existing state tracking beyond the bou…

Cited by 48SourcePDFScholar