Papers by Wenge Rong
Evaluating Open-Domain Dialogues in Latent Space with Next Sentence Prediction and Mutual Information (2023.acl-long)
Copied to clipboard
| Challenge: | Existing evaluation methods for open-domain dialogues are difficult due to the one-to-many issue of the open- domain dialogues. |
| Approach: | They propose a learning-based automatic evaluation metric which can robustly evaluate open-domain dialogues by augmenting CVAEs with a Next Sentence Prediction objective and employing Mutual Information to model the semantic similarity of text in the latent space. |
| Outcome: | The proposed method can evaluate open-domain dialogues on two open- domain dialogue datasets. |
Selecting Demonstrations for Many-Shot In-Context Learning via Gradient Matching (2025.findings-acl)
Copied to clipboard
| Challenge: | In-Context Learning (ICL) empowers Large Language Models for rapid task adaptation without fine-tuning. |
| Approach: | They propose a method that aligns fine-tuning gradients between entire training set and selected examples to enable in-context learning and fine-uning. |
| Outcome: | The proposed method outperforms random selection on large LLMs from 4-shot to 128-shot scenarios across 9 datasets. |
Similarity Based Auxiliary Classifier for Named Entity Recognition (D19-1)
Copied to clipboard
| Challenge: | Named entity recognition (NER) tasks are a fundamental challenge for name recognition tasks that aim to reduce the boundary error when entities become longer. |
| Approach: | They propose a similarity based auxiliary classifier which can distinguish entity words from non-entity words by using vectors to indicate tags. |
| Outcome: | Empirical results show that the proposed classifier can perform better than baseline approaches. |
Token-Level Self-Evolution Training for Sequence-to-Sequence Learning (2023.acl-short)
Copied to clipboard
| Challenge: | Adaptive training approaches do not consider the variation of learning difficulty in different training steps, making the learning deterministic and sub-optimal. |
| Approach: | They propose a dynamic token-level self-evolution training method that reweighs the training losses of different target tokens based on priors. |
| Outcome: | Empirically, the proposed method yields significant improvements on three translation tasks. |
Disentangling Preference Representation and Text Generation for Efficient Individual Preference Alignment (2025.coling-main)
Copied to clipboard
| Challenge: | Human values are inherently diverse, making it insufficient to align LLMs solely with general preferences. |
| Approach: | They propose a flexible paradigm for individual preference alignment that disentangles preference representation from text generation in LLMs. |
| Outcome: | The proposed method produces aligned quality and better than PEFT-based methods while reducing training time for each new individual preference by 80% to 90%. |
PIC: Unlocking Long-Form Text Generation Capabilities of Large Language Models via Position ID Compression (2025.acl-long)
Copied to clipboard
| Challenge: | Long-context understanding is crucial for large language models (LLMs) however, the ability to “output-long” is underexplored. |
| Approach: | They propose a position ID compression approach to unlock the long-form text generation potential of large language models (LLMs). |
| Outcome: | The proposed approach can extend LLMs' generation length by 1.5 times without compromising generation quality. |
How to Determine the Most Powerful Pre-trained Language Model without Brute Force Fine-tuning? An Empirical Survey (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Transferability estimation has been a topic of great interest in computer vision fields . a lack of a comprehensive comparison between these estimation methods is a problem . |
| Approach: | They conduct a thorough survey of existing methods to find the most suitable model . they also outline difficulties of consideration of training details and applicability to text generation . |
| Outcome: | The proposed methods perform well with superiorities in effectiveness and efficiency. |
Leveraging Estimated Transferability Over Human Intuition for Model Selection in Text Ranking (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for text ranking are based on intuition, but their estimated transferability may not align well with the objectives of text ranking. |
| Approach: | They propose to compute expected rank as transferability, explicitly reflecting the model’s ranking capability. |
| Outcome: | The proposed method shows significant improvements over previous classification-oriented TE methods, human intuition, and ChatGPT with minor time consumption. |
LSDSCC: a Large Scale Domain-Specific Conversational Corpus for Response Generation with Diversity Oriented Evaluation Metrics (N18-1)
Copied to clipboard
| Challenge: | Existing evaluation metrics for NRG models can't measure semantic relevance and diversity of generated results. |
| Approach: | They propose a large-scale domain-specific conversational corpus with preprocessing and cleansing procedures for model training and a testing set for measuring the diversity of generated results. |
| Outcome: | The proposed corpus can be taken as a new benchmark dataset for the NRG task. |
ProCQA: A Large-scale Community-based Programming Question Answering Dataset for Code Search (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing approaches to code question answering use bi-modal and unimodal pretraining to align text and code representations. |
| Approach: | They propose a modality-agnostic contrastive pre-training approach to improve alignment of text and code representations of current code language models. |
| Outcome: | The proposed model exhibits significant performance improvements across a wide range of code retrieval benchmarks. |
Beyond One-Size-Fits-All: Inversion Learning for Highly Effective NLG Evaluation Prompts (2026.tacl-1)
Copied to clipboard
| Challenge: | Evaluating natural language generation systems is challenging due to the diversity of valid outputs. |
| Approach: | They propose an inversion learning method that learns effective reverse mappings from model outputs back to their input instructions. |
| Outcome: | The proposed method requires only a single evaluation sample and eliminates manual prompt engineering. |
Sequential Attention with Keyword Mask Model for Community-based Question Answering (N19-1)
Copied to clipboard
| Challenge: | Existing methods to model answer selection(AS) are based on feature engineering and resource toolkits. |
| Approach: | They propose a model that captures features and information from question and answer text and repeats multiple times(hops) in a sequential fashion. |
| Outcome: | The proposed model performs on answer selection tasks and multi-level answer ranking tasks. |
Mixture of Attention Heads: Selecting Attention Heads Per Token (2022.emnlp-main)
Copied to clipboard
| Challenge: | Mixture-of-Experts (MoE) networks have been proposed as an efficient way to scale up model capacity and implement conditional computing. |
| Approach: | They propose a new architecture that combines multi-head attention with the MoE mechanism and a sparsely gated architecture that allows for faster computations. |
| Outcome: | The proposed architecture can scale up the number of attention heads and the number parameters while preserving computational efficiency. |
Enhancing Dual-Encoders with Question and Answer Cross-Embeddings for Answer Retrieval (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to solve question answering (QA) problems are limited by the need for text generation and answer retrieval. |
| Approach: | They propose to introduce QA interaction features in scoring function but at the cost of low efficiency in inference stage. |
| Outcome: | The proposed framework significantly outperforms the state-of-the-art method on multiple answer retrieval datasets. |
CogAtom: From Cognitive Atoms to Olympiad-level Mathematical Reasoning in Large Language Models (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods for generating high-quality, multi-step reasoning are limited . we present a new framework for synthesising rigorous, cognitively diverse problems . |
| Approach: | They propose a cognitive atom-based framework for synthesizing mathematically rigorous problems. |
| Outcome: | The proposed framework outperforms existing methods in accuracy, reasoning depth and diversity while exceeding the difficulty of AIME. |