← Search

Lingjiao Chen

13 accepted papers

2025

MMTU: A Massive Multi-Task Table Understanding and Reasoning Benchmark

NeurIPS 2025poster

Tables and table-based use cases play a crucial role in many important real-world applications, such as spreadsheets, databases, and computational notebooks, which traditionally require expert-level users like data engineers, data analysts, and database administrators to operate. Although LLMs have…

Cited by 0SourcecodeScholar
2024

Are More LLM Calls All You Need? Towards the Scaling Properties of Compound AI Systems

NeurIPS 2024poster

Many recent state-of-the-art results in language tasks were achieved using compound systems that perform multiple Language Model (LM) calls and aggregate their responses. However, there is little understanding of how the number of LM calls -- e.g., when asking the LM to answer each question multiple…

Cited by 13SourcePDFScholar
2024

Monitoring AI-Modified Content at Scale: A Case Study on the Impact of ChatGPT on AI Conference Peer Reviews

ICML 2024oral

We present an approach for estimating the fraction of text in a large corpus which is likely to be substantially modified or produced by a large language model (LLM). Our maximum likelihood model leverages expert-written and AI-generated reference texts to accurately and efficiently examine real-wor…

2023

DataPerf: Benchmarks for Data-Centric AI Development

NeurIPS 2023poster

Machine learning research has long focused on models rather than datasets, and prominent datasets are used for common ML tasks without regard to the breadth, difficulty, and faithfulness of the underlying problems. Neglecting the fundamental importance of data has given rise to inaccuracy, bias, and…

2023

HAPI Explorer: Comprehension, Discovery, and Explanation on History of ML APIs

AAAI 2023technical

Machine learning prediction APIs offered by Google, Microsoft, Amazon, and many other providers have been continuously adopted in a plethora of applications, such as visual object detection, natural language comprehension, and speech recognition. Despite the importance of a systematic study and comp…

Cited by 1SourcePDFScholar
2022

Efficient Online ML API Selection for Multi-Label Classification Tasks

ICML 2022spotlight

Multi-label classification tasks such as OCR and multi-object recognition are a major focus of the growing machine learning as a service industry. While many multi-label APIs are available, it is challenging for users to decide which API to use for their own data and budget, due to the heterogeneity…

2022

Estimating and Explaining Model Performance When Both Covariates and Labels Shift

NeurIPS 2022accept

Deployed machine learning (ML) models often encounter new user data that differs from their training data. Therefore, estimating how well a given model might perform on the new data is an important step toward reliable ML applications. This is very challenging, however, as the data distribution can…

Cited by 24SourcePDFScholar
2022

HAPI: A Large-scale Longitudinal Dataset of Commercial ML API Predictions

NeurIPS 2022accept

Commercial ML APIs offered by providers such as Google, Amazon and Microsoft have dramatically simplified ML adoptions in many applications. Numerous companies and academics pay to use ML APIs for tasks such as object detection, OCR and sentiment analysis. Different ML APIs tackling the same task ca…

2022

How Did the Model Change? Efficiently Assessing Machine Learning API Shifts

ICLR 2022poster

ML prediction APIs from providers like Amazon and Google have made it simple to use ML in applications. A challenge for users is that such APIs continuously change over time as the providers update models, and changes can happen silently without users knowing. It is thus important to monitor when an…

Cited by 19SourcePDFScholar
2020

FrugalML: How to use ML Prediction APIs more accurately and cheaply

NeurIPS 2020oral

Offering prediction APIs for fee is a fast growing industry and is an important aspect of machine learning as a service. While many such services are available, the heterogeneity in their price and performance makes it challenging for users to decide which API or combination of APIs to use for their…

2018

DRACO: Byzantine-resilient Distributed Training via Redundant Gradients

ICML 2018oral

Distributed model training is vulnerable to byzantine system failures and adversarial compute nodes, i.e., nodes that use malicious updates to corrupt the global model stored at a parameter server (PS). To guarantee some form of robustness, recent work suggests using variants of the geometric median…

2018

The Effect of Network Width on the Performance of Large-batch Training

NeurIPS 2018poster

Distributed implementations of mini-batch stochastic gradient descent (SGD) suffer from communication overheads, attributed to the high frequency of gradient updates inherent in small-batch training. Training with large batches can reduce these overheads; however it besets the convergence of the al…

Cited by 24SourcePDFScholar