← Search

Yimin Hu

6 accepted papers

2024

ESRL: Efficient Sampling-Based Reinforcement Learning for Sequence Generation

AAAI 2024technical

Applying Reinforcement Learning (RL) to sequence generation models enables the direct optimization of long-term rewards (e.g., BLEU and human feedback), but typically requires large-scale sampling over a space of action sequences. This is a computational challenge as presented by the practice of seq…

2024

Exploring Object-Centered External Knowledge for Fine-Grained Video Paragraph Captioning

ICASSP 2024accepted

Video paragraph captioning task aims to generate a detailed, fluent and relevant paragraph for a given video. Prior studies often focus on isolating visual objects (potential main components in a sentence) from the overall video content. They rarely explore the latent semantic relations between obje…

Cited by 0SourceScholar
2024

Teaching Language Models to Self-Improve by Learning from Language Feedback

ACL 2024findings

Aligning Large Language Models (LLMs) with human intentions and values is crucial yet challenging. Current methods primarily rely on human preferences, which are costly and insufficient in capturing nuanced feedback expressed in natural language. In this paper, we present Self-Refinement Tuning (SRT…

2023

Motion-Aware Video Paragraph Captioning via Exploring Object-Centered Internal Knowledge

ICASSP 2023accepted

Video paragraph captioning task aims at generating a fine-grained, coherent and relevant paragraph for a video. Different from the images where objects are static, the temporal states of objects are changing in videos. The dynamic information could be contributed to understanding the whole video con…

Cited by 0SourceScholar
2023

Sparse Frame Grouping Network with Action Centered for Untrimmed Video Paragraph Captioning

EMNLP 2023long findings

Generating paragraph captions for untrimmed videos without event annotations is challenging, especially when aiming to enhance precision and minimize repetition at the same time. To address this challenge, we propose a module called Sparse Frame Grouping (SFG). It dynamically groups event informatio…

Cited by 0SourceScholar
2022

Improved Knowledge Distillation for Pre-trained Language Models via Knowledge Selection

EMNLP 2022finding

Knowledge distillation addresses the problem of transferring knowledge from a teacher model to a student model.In this process, we typically have multiple types of knowledge extracted from the teacher model.The problem is to make full use of them to train the student model.Our preliminary study show…