← Search

Rishi Saket

11 accepted papers

2025

FRACTAL: Fine-Grained Scoring from Aggregate Text Labels

ACL 2025long

Fine-Tuning of LLMs using RLHF / RLAIF has been shown as a critical step to improve the performance of LLMs in complex generation tasks. These methods typically use response-level human or model feedback for alignment. Recent works indicate that finer sentence or span-level labels provide more accur…

Cited by 0SourcePDFScholar
2025

Learning from Label Proportions and Covariate-shifted Instances

UAI 2025

In many applications, especially due to lack of supervision or privacy concerns, the training data is grouped into bags of instances (feature-vectors) and for each bag we have only an aggregate label derived from the instance-labels in the bag. In learning from label proportions (LLP) the aggregate

Cited by 0SourcePDFScholar
2024

Generalization and Learnability in Multiple Instance Regression

UAI 2024poster

Multiple instance regression (MIR) was introduced by Ray and Page (2001) as an analogue of multiple instance learning (MIL) in which we are given bags of feature-vectors (instances) and for each bag there is a bag-label which matches the label of one (unknown) primary instance from that bag. The goa…

Cited by 3SourcePDFScholar
2023

PAC Learning Linear Thresholds from Label Proportions

NeurIPS 2023spotlight

Learning from label proportions (LLP) is a generalization of supervised learning in which the training data is available as sets or bags of feature-vectors (instances) along with the average instance-label of each bag. The goal is to train a good instance classifier. While most previous works on LLP…

Cited by 4SourcePDFScholar
2022

On Combining Bags to Better Learn from Label Proportions

AISTATS 2022poster

In the framework of learning from label proportions (LLP) the goal is to learn a good instance-level label predictor from the observed label proportions of bags of instances. Most of the LLP algorithms either explicitly or implicitly assume the nature of bag distributions with respect to the actual…