← Search

Xuyang Wu

8 accepted papers

2025

An Asynchronous Bundle Method for Distributed Learning Problems

ICLR 2025poster

We propose a novel asynchronous bundle method to solve distributed learning problems. Compared to existing asynchronous methods, our algorithm computes the next iterate based on a more accurate approximation of the objective function and does not require any prior information about the maximal info…

Cited by 0SourcePDFScholar
2025

Does RAG Introduce Unfairness in LLMs? Evaluating Fairness in Retrieval-Augmented Generation Systems

COLING 2025main

Retrieval-Augmented Generation (RAG) has recently gained significant attention for its enhanced ability to integrate external knowledge sources into open-domain question answering (QA) tasks. However, it remains unclear how these models address fairness concerns, particularly with respect to sensiti…

2025

Does Reasoning Introduce Bias? A Study of Social Bias Evaluation and Mitigation in LLM Reasoning

EMNLP 2025

Recent advances in large language models (LLMs) have enabled automatic generation of chain-of-thought (CoT) reasoning, leading to strong performance on tasks such as math and code. However, when reasoning steps reflect social stereotypes (e.g., those related to gender, race or age), they can reinfor

Cited by 0SourcePDFScholar
2025

Evaluating Fairness in Large Vision-Language Models Across Diverse Demographic Attributes and Prompts

EMNLP 2025

Large vision-language models (LVLMs) have recently achieved significant progress, demonstrating strong capabilities in open-world visual understanding. However, it is not yet clear how LVLMs address demographic biases in real life, especially the disparities across attributes such as gender, skin to

2025

From Promise to Practice: Realizing High-performance Decentralized Training

ICLR 2025poster

Decentralized training of deep neural networks has attracted significant attention for its theoretically superior scalability compared to synchronous data-parallel methods like All-Reduce. However, realizing this potential in multi-node training is challenging due to the complex design space that in…

2024

Do Large Language Models Rank Fairly? An Empirical Study on the Fairness of LLMs as Rankers

NAACL 2024long

The integration of Large Language Models (LLMs) in information retrieval has raised a critical reevaluation of fairness in the text-ranking models. LLMs, such as GPT models and Llama2, have shown effectiveness in natural language understanding tasks, and prior works such as RankGPT have demonstrated…

Cited by 8SourcePDFScholar
2023

Delay-agnostic Asynchronous Coordinate Update Algorithm

ICML 2023poster

We propose a delay-agnostic asynchronous coordinate update algorithm (DEGAS) for computing operator fixed points, with applications to asynchronous optimization. DEGAS includes novel asynchronous variants of ADMM and block-coordinate descent as special cases. We prove that DEGAS converges with both…

Cited by 6SourcePDFScholar
2022

Delay-Adaptive Step-sizes for Asynchronous Learning

ICML 2022spotlight

In scalable machine learning systems, model training is often parallelized over multiple nodes that run without tight synchronization. Most analysis results for the related asynchronous algorithms use an upper bound on the information delays in the system to determine learning rates. Not only are su…

Cited by 16SourcePDFScholar