← Search

Oleksii Kuchaiev

13 accepted papers

2026

RLBFF: Binary Flexible Feedback to bridge between Human Feedback & Verifiable Rewards

ICLR 2026poster

Reinforcement Learning with Human Feedback (RLHF) and Reinforcement Learning with Verifiable Rewards (RLVR) are the main RL paradigms used in LLM post-training, each offering distinct advantages. However, RLHF struggles with interpretability and reward hacking because it relies on human judgments th…

Cited by 0SourceScholar
2025

HelpSteer2-Preference: Complementing Ratings with Preferences

ICLR 2025poster

Reward models are critical for aligning models to follow instructions, and are typically trained following one of two popular paradigms: Bradley-Terry style or Regression style. However, there is a lack of evidence that either approach is better than the other, when adequately matched for data. This…

Cited by 32SourcePDFScholar
2025

HelpSteer3-Preference: Open Human-Annotated Preference Data across Diverse Tasks and Languages

NeurIPS 2025poster

Preference datasets are essential for training general-domain, instruction-following language models with Reinforcement Learning from Human Feedback (RLHF). Each subsequent data release raises expectations for future data collection, meaning there is a constant need to advance the quality and divers…

Cited by 0SourceScholar
2025

HelpSteer3: Human-Annotated Feedback and Edit Data to Empower Inference-Time Scaling in Open-Ended General-Domain Tasks

ACL 2025long

Inference-Time Scaling has been critical to the success of recent models such as OpenAI o1 and DeepSeek R1. However, many techniques used to train models for inference-time scaling require tasks to have answers that can be verified, limiting their application to domains such as math, coding and logi…

2024

GPT vs RETRO: Exploring the Intersection of Retrieval and Parameter-Efficient Fine-Tuning

EMNLP 2024main

Parameter-Efficient Fine-Tuning (PEFT) and Retrieval-Augmented Generation (RAG) have become popular methods for adapting large language models while minimizing compute requirements. In this paper, we apply PEFT methods (P-tuning, Adapters, and LoRA) to a modified Retrieval-Enhanced Transformer (RETR…

Cited by 0SourcePDFScholar
2024

HelpSteer 2: Open-source dataset for training top-performing reward models

NeurIPS 2024poster

High-quality preference datasets are essential for training reward models that can effectively guide large language models (LLMs) in generating high-quality responses aligned with human preferences. As LLMs become stronger and better aligned, permissively licensed preference datasets, such as Open A…

2024

HelpSteer: Multi-attribute Helpfulness Dataset for SteerLM

NAACL 2024long

Existing open-source helpfulness preference datasets do not specify what makes some responses more helpful and others less so. Models trained on these datasets can incidentally learn to model dataset artifacts (e.g. preferring longer but unhelpful responses only due to their length). To alleviate th…

Cited by 71SourcePDFScholar
2024

Tied-LoRA: Enhancing parameter efficiency of LoRA with Weight Tying

NAACL 2024long

We introduce Tied-LoRA, a novel paradigm leveraging weight tying and selective training to enhance the parameter efficiency of Low-rank Adaptation (LoRA). Our exploration encompasses different plausible combinations of parameter training and freezing, coupled with weight tying, aimed at identifying…

2023

Shall We Pretrain Autoregressive Language Models with Retrieval? A Comprehensive Study

EMNLP 2023long main

Large decoder-only language models (LMs) can be largely improved in terms of perplexity by retrieval (e.g., RETRO), but its impact on text generation quality and downstream task accuracy is unclear. Thus, it is still an open question: shall we pretrain large autoregressive LMs with retrieval? To ans…

Cited by 0SourcecodeScholar
2023

SteerLM: Attribute Conditioned SFT as an (User-Steerable) Alternative to RLHF

EMNLP 2023long findings

Model alignment with human preferences is an essential step in making Large Language Models (LLMs) helpful and consistent with human values. It typically consists of supervised fine-tuning (SFT) and reinforcement learning from human feedback (RLHF) stages. However, RLHF faces inherent limitations st…

Cited by 0SourceScholar
2020

Quartznet: Deep Automatic Speech Recognition with 1D Time-Channel Separable Convolutions

ICASSP 2020accepted

We propose a new end-to-end neural acoustic model for automatic speech recognition. The model is composed of multiple blocks with residual connections between them. Each block consists of one or more modules with 1D time-channel separable convolutional layers, batch normalization, and ReLU layers. I…

Cited by 331SourceScholar
2018

Mixed Precision Training

ICLR 2018poster

Increasing the size of a neural network typically improves accuracy but also increases the memory and compute requirements for training the model. We introduce methodology for training deep neural networks using half-precision floating point numbers, without losing model accuracy or having to modify…

Cited by 2212SourcePDFScholar