← Search

Jieyu Lin

5 accepted papers

2022

A Multi-Agent Reinforcement Learning Approach for Efficient Client Selection in Federated Learning

AAAI 2022technical

Federated learning (FL) is a training technique that enables client devices to jointly learn a shared model by aggregating locally computed models without exposing their raw data. While most of the existing work focuses on improving the FL model accuracy, in this paper, we focus on the improving the…

Cited by 98SourcePDFScholar
2022

Simple but Challenging: Natural Language Inference Models Fail on Simple Sentences

EMNLP 2022finding

Natural language inference (NLI) is a task to infer the relationship between a premise and a hypothesis (e.g., entailment, neutral, or contradiction), and transformer-based models perform well on current NLI datasets such as MNLI and SNLI. Nevertheless, given the linguistic complexity of the large-s…

Cited by 10SourcePDFScholar
2021

Using Adversarial Attacks to Reveal the Statistical Bias in Machine Reading Comprehension Models

ACL 2021short

Pre-trained language models have achieved human-level performance on many Machine Reading Comprehension (MRC) tasks, but it remains unclear whether these models truly understand language or answer questions by exploiting statistical biases in datasets. Here, we demonstrate a simple yet effective met…

Cited by 49SourcePDFScholar
2020

Succinct and Robust Multi-Agent Communication With Temporal Message Control

NeurIPS 2020poster

Recent studies have shown that introducing communication between agents can significantly improve overall performance in cooperative Multi-agent reinforcement learning (MARL). However, existing communication schemes often require agents to exchange an excessive number of messages at run-time under a…

2019

Efficient Communication in Multi-Agent Reinforcement Learning via Variance Based Control

NeurIPS 2019poster

Multi-agent reinforcement learning (MARL) has recently received considerable attention due to its applicability to a wide range of real-world applications. However, achieving efficient communication among agents has always been an overarching problem in MARL. In this work, we propose Variance Based…