← Search

Shengyi Jiang

12 accepted papers

2026

ModalSyncSum: Synchronizing Image and Text for Reliable Summary Generation

AAAI 2026technical

Multimodal summarization with multimodal output (MSMO) aims to generate coherent textual summaries while selecting the most semantically relevant images to enhance expressiveness. Despite the advancements of large multimodal models like GPT-4o, LLaMA-3, and Grok-3, these models often exhibit halluci

Cited by 0SourcePDFScholar
2025

Pseudo-label Data Construction Method and Syntax-enhanced Model for Chinese Semantic Error Recognition

COLING 2025main

Chinese Semantic Error Recognition (CSER) has always been a weak link in Chinese language processing due to the complexity and obscureness of Chinese semantics. Existing research has gradually focused on leveraging pre-trained models to perform CSER. Although some researchers have attempted to integ…

2025

Rethinking Vocabulary Augmentation: Addressing the Challenges of Low-Resource Languages in Multilingual Models

COLING 2025main

The performance of multilingual language models (MLLMs) is notably inferior for low-resource languages (LRL) compared to high-resource ones, primarily due to the limited available corpus during the pre-training phase. This inadequacy stems from the under-representation of low-resource language words…

Cited by 0SourcePDFScholar
2024

Energy-Guided Diffusion Sampling for Offline-to-Online Reinforcement Learning

ICML 2024poster

Combining offline and online reinforcement learning (RL) techniques is indeed crucial for achieving efficient and safe learning where data acquisition is expensive. Existing methods replay offline data directly in the online phase, resulting in a significant challenge of data distribution shift and…

2024

IndoCL: Benchmarking Indonesian Language Development Assessment

EMNLP 2024finding

Recently, the field of language acquisition (LA) has significantly benefited from natural language processing technologies. A crucial task in LA involves tracking the evolution of language learners’ competence, namely language development assessment (LDA). However, the majority of LDA research focus…

2024

Policy Learning from Tutorial Books via Understanding, Rehearsing and Introspecting

NeurIPS 2024oral

When humans need to learn a new skill, we can acquire knowledge through written books, including textbooks, tutorials, etc. However, current research for decision-making, like reinforcement learning (RL), has primarily required numerous real interactions with the target environment to learn a skill,…

2022

Adapt to Environment Sudden Changes by Learning a Context Sensitive Policy

AAAI 2022technical

Dealing with real-world reinforcement learning (RL) tasks, we shall be aware that the environment may have sudden changes. We expect that a robust policy is able to handle such changes and adapt to the new environment rapidly. Context-based meta reinforcement learning aims at learning environment…

2022

Improving English-Arabic Transliteration with Phonemic Memories

EMNLP 2022finding

Transliteration is an important task in natural language processing (NLP) which aims to convert a name in the source language to the target language without changing its pronunciation. Particularly, transliteration from English to Arabic is highly needed in many applications, especially in countries…

2022

Invariant Action Effect Model for Reinforcement Learning

AAAI 2022technical

Good representations can help RL agents perform concise modeling of their surroundings, and thus support effective decision-making in complex environments. Previous methods learn good representations by imposing extra constraints on dynamics. However, in the causal perspective, the causation betw…

Cited by 13SourcePDFScholar
2021

Cross-modal Domain Adaptation for Cost-Efficient Visual Reinforcement Learning

NeurIPS 2021poster

In visual-input sim-to-real scenarios, to overcome the reality gap between images rendered in simulators and those from the real world, domain adaptation, i.e., learning an aligned representation space between simulators and the real world, then training and deploying policies in the aligned represe…

2021

Regret Minimization Experience Replay in Off-Policy Reinforcement Learning

NeurIPS 2021poster

In reinforcement learning, experience replay stores past samples for further reuse. Prioritized sampling is a promising technique to better utilize these samples. Previous criteria of prioritization include TD error, recentness and corrective feedback, which are mostly heuristically designed. In thi…