Papers by Haoran Sun

16 papers
FuxiTranyu: A Multilingual Large Language Model Trained with Balanced Data (2024.emnlp-industry)

Copied to clipboard

Challenge: Large language models exhibit significant performance discrepancies between high- and low-resource languages.
Approach: They present an open-source multilingual LLM with 8 billion parameters and a multilingual instruction dataset.
Outcome: The proposed model achieves consistent multilingual representations across languages.
TR-Rules: Rule-based Model for Link Forecasting on Temporal Knowledge Graph Considering Temporal Redundancy (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing models suffer from temporal redundancy when leveraged under dynamic settings.
Approach: They propose a temporal knowledge graph extrapolation method which solves temporal redundancy issues by using cyclic rules to capture more information lurking in TKGs.
Outcome: The proposed model captures more information lurking in TKGs, and also mines and properly leverages acyclic rules, which has not been explored by existing models.
CCSRD: Content-Centric Speech Representation Disentanglement Learning for End-to-End Speech Translation (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing speech-to-text translation models can extract features from speech inputs, but they may include non-linguistic speech factors such as pitch, timbre and speaker identity.
Approach: They propose a content-centric speech representation disentanglement learning framework for speech translation that decomposes speech representations into content representations and non-linguistic representations via representation disentanglement learning.
Outcome: The proposed framework outperforms state-of-the-art speech translation models and cascaded models on five translation directions.
Visual and Memory–Augmented Soccer Commentary Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing datasets produce incomplete commentary that lacks semantic richness and does not convey full visual information present in standard video clips.
Approach: They propose a method that transforms incomplete annotations into MatchText, a semantically complete and structurally standardized dataset.
Outcome: The proposed model outperforms baselines on constructed soccer commentary datasets.
Towards a Deep Understanding of Multilingual End-to-End Speech Translation (2023.findings-emnlp)

Copied to clipboard

Challenge: Recent years have witnessed the rapid development of end-to-end speech-totext translation (ST) which has demonstrated remarkable performance and outperformed conventional cascaded systems.
Approach: They employ Singular Value Canonical Correlation Analysis to analyze representations learnt in a multilingual end-to-end speech translation model trained over 22 languages.
Outcome: The proposed approach outperforms existing cascaded systems in predicting phonetic features and improves translation quality.
H-MEM: Hierarchical Memory for High-Efficiency Long-Term Reasoning in LLM Agents (2026.eacl-long)

Copied to clipboard

Challenge: Long-term memory is one of the key factors influencing the reasoning capabilities of Large Language Model Agents.
Approach: They propose a hierarchical memory architecture that organizes and updates memory in a multi-level fashion based on the degree of semantic abstraction.
Outcome: The proposed model outperforms baseline methods on five task settings from the LoCoMo dataset.
KAPA: A Deliberative Agent Framework with Tree-Structured Knowledge Base for Multi-Domain User Intent Understanding (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies on the use of LLMs for estimating user intents are either too far from real human thought processes or require labeled samples.
Approach: They propose a deliberative agent framework that leverages human thought process to build high-level domain knowledge and a tree-structured knowledge base to store refined experience and data.
Outcome: The proposed framework is able to build high-level domain knowledge and efficiently store it across multiple steps.
ProgressLM: Towards Progress Reasoning in Vision-Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing models for task progress estimation lack long-horizon and dynamic reasoning . estimating how much of a task has been completed requires long-term reasoning based on partial information.
Approach: They propose a benchmark for evaluating progress reasoning from a single observation . they instantiate a two-stage paradigm that combines episodic retrieval with mental simulation .
Outcome: The proposed benchmark improves on 14 VLMs on a small scale and shows common failure patterns.
Preference-Aware Memory Update for Long-Term LLM Agents (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for integrating long-term memory do not provide dynamic and personalized memory refinement.
Approach: They propose a long-term memory update mechanism that enables dynamic and personalized memory refinement.
Outcome: The proposed mechanism improves the performance of LLM-based agents in five tasks.
VP-MEL: Visual Prompts Guided Multimodal Entity Linking (2025.findings-acl)

Copied to clipboard

Challenge: Existing methods for multimodal entity linking rely on mention words as retrieval cues, which limits their ability to effectively utilize information from both images and text.
Approach: They propose a visual prompt-guided multimodal entity linking task for a text-image pair . they propose VPWiki to facilitate this task and a framework to capture latent information.
Outcome: The proposed framework outperforms baseline methods on a VPWiki dataset.
A Dual-Phase Self-Evolution Framework for Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing strategies to optimize LLMs through pretraining fail to enhance domain cognition.
Approach: They propose a dual-phase self-evolution framework that integrates user preference adaptation and domain-specific competence to optimize LLMs.
Outcome: The proposed framework outperforms Supervised Fine-Tuning, Preference Optimization, and Memory-Augmented baselines on general NLP benchmarks and long-term dialogue tasks.
HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level (2023.acl-long)

Copied to clipboard

Challenge: Existing research on HKGs rarely models the graphical and sequential structure of HKG, limiting their representation.
Approach: They propose a Hierarchical Attention model for HKG Embedding that includes global-level and local-level attention to model the graphical structure of HKGs.
Outcome: The proposed model achieves state-of-the-art performance on HKG standard datasets and addresses the issue of HKG multi-position prediction for the first time.
MedFact: A Large-scale Chinese Dataset for Evidence-based Medical Fact-checking of LLM Responses (2025.emnlp-main)

Copied to clipboard

Challenge: Existing medical fact-checking datasets focus on human-generated content, leaving the verification of content generated by large language models (LLMs) relatively unexplored.
Approach: They propose to use Chinese medical fact-checking datasets to verify LLM-generated medical content by combining in-context learning and fine-tuning.
Outcome: The first evidence-based Chinese medical fact-checking dataset of LLM-generated medical content consists of 1,321 questions and 7,409 claims .
CKDST: Comprehensively and Effectively Distill Knowledge from Machine Translation to End-to-End Speech Translation (2023.findings-acl)

Copied to clipboard

Challenge: End-to-end speech-totext translation (ST) data are limited due to the limited resources.
Approach: They propose a knowledge distillation framework for speech translation that integrates knowledge from machine translation and decouples knowledge from non-target class knowledge.
Outcome: The proposed framework outperforms state-of-the-art models on a benchmark dataset.
Language Branch Gated Multilingual Neural Machine Translation (2022.coling-1)

Copied to clipboard

Challenge: Existing approaches to multilingual neural machine translation do not allow knowledge transfer across languages.
Approach: They propose a language branch gated multilingual neural machine translation module that encourages knowledge transfer within the same language branch.
Outcome: The proposed approach significantly improves translation quality on middle- and low-resource languages over previous methods.
Curiosity-Driven Reinforcement Learning from Human Feedback (2025.acl-long)

Copied to clipboard

Challenge: Reinforcement learning from human feedback (RLHF) has proven effective in aligning large language models with human preferences, but often at the cost of reduced output diversity.
Approach: They propose a framework that incorporates intrinsic rewards for novel states alongside traditional sparse extrinsic rewards to optimize both output diversity and alignment quality.
Outcome: The proposed framework achieves significant gains in diversity on multiple diversity-oriented metrics while maintaining alignment with human preferences comparable to standard RLHF.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations