← Search

Jinsong Su

83 accepted papers

2026

A State-Transition Framework for Efficient LLM Reasoning

ICLR 2026poster

While Long Chain-of-Thought (CoT) reasoning significantly improves Large Language Models (LLMs) performance on complex reasoning tasks, the substantial computational and memory costs of generating long CoT sequences limit their efficiency and practicality. Existing studies usually enhance the reason…

Cited by 0SourceScholar
2026

Augmenting Intra-Modal Understanding in MLLMs for Robust Multimodal Keyphrase Generation

AAAI 2026technical

Multimodal keyphrase generation (MKP) aims to extract a concise set of keyphrases that capture the essential meaning of paired image–text inputs, enabling structured understanding, indexing, and retrieval of multimedia data across the web and social platforms. Success in this task demands effectivel

Cited by 0SourcePDFScholar
2026

Beyond Passive Critical Thinking: Fostering Proactive Questioning to Enhance Human-AI Collaboration

AAAI 2026technical

Critical thinking is essential for building robust AI systems, preventing them from blindly accepting flawed data or biased reasoning. However, prior work has primarily focused on passive critical thinking, where models simply reject problematic queries without taking constructive steps to address u

Cited by 0SourcePDFScholar
2026

Bi-directional Bias Attribution: Debiasing Large Language Models without Modifying Prompts

ICLR 2026poster

Large language models (LLMs) have demonstrated impressive capabilities across a wide range of natural language processing tasks. However, their outputs often exhibit social biases, raising fairness concerns. Existing debiasing methods, such as fine-tuning on additional datasets or prompt engineering…

Cited by 0SourcecodeScholar
2026

DiffuReason: Enhancing Reasoning Ability for Diffusion Language Models via Monte Carlo Tree Search

ICML 2026poster

Auto-Regressive (AR) models with Monte Carlo Tree Search (MCTS) are a dominant paradigm for achieving “System 2” reasoning. However, this approach suffers from significant latency due to the serial, token-by-token generation mechanism of AR models. In contrast, Diffusion Large Language Models (dLLMs…

Cited by 0SourceScholar
2026

PLaST: Towards Paralinguistic-aware Speech Translation

AAAI 2026technical

Speech translation (ST) aims to translate speech from a source language into text in the target language. Naturally, speech signals contain paralinguistic cues beyond linguistic content, which could influence or even alter the interpretation of a lexically identical sentence, thereby yielding distin

Cited by 0SourcePDFScholar
2026

Towards Fine-Grained Code-Switch Speech Translation with Semantic Space Alignment

IJCAI 2026

Code-switching (CS) speech translation (ST) aims to translate speech that alternates between multiple languages into a target language text, posing significant challenges due to the complexity of semantic modeling and the scarcity of CS data. Previous studies mainly rely on the models themselves to

Cited by 0Scholar
2026

UME-R1: Exploring Reasoning-Driven Generative Multimodal Embeddings

ICLR 2026poster

The remarkable success of multimodal large language models (MLLMs) has driven advances in multimodal embeddings, yet existing models remain inherently discriminative, limiting their ability to benefit from reasoning-driven generation paradigm. In this work, we pioneer the exploration of generative e…

Cited by 0SourceScholar
2026

When to use Graphs in RAG: A Comprehensive Analysis for Graph Retrieval-Augmented Generation

ICLR 2026poster

Graph retrieval-augmented generation (GraphRAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) with external knowledge. It leverages graphs to model the hierarchical structure between specific concepts, enabling more coherent and effective knowledge retrieval for accur…

Cited by 0SourcecodeScholar
2026

ZeroUnlearn: Few-Shot Knowledge Unlearning in Large Language Models

ICML 2026poster

Large language models inevitably retain sensitive information, defined as inputs that may induce harmful generations, due to training on massive web corpora, raising concerns for privacy and safety. Existing machine unlearning methods primarily rely on retraining or aggressive fine-tuning, which are…

Cited by 0SourceScholar
2025

"I've Heard of You!": Generate Spoken Named Entity Recognition Data for Unseen Entities

ICASSP 2025accepted

Spoken named entity recognition (NER) aims to identify named entities from speech, playing an important role in speech processing. New named entities appear every day, however, annotating their Spoken NER data is costly. In this paper, we demonstrate that existing Spoken NER systems perform poorly w…

Cited by 0SourceScholar
2025

A Dual-Perspective Metaphor Detection Framework Using Large Language Models

ICASSP 2025accepted

Metaphor detection, a critical task in natural language processing, involves identifying whether a particular word in a sentence is used metaphorically. Traditional approaches often rely on supervised learning models that implicitly encode semantic relationships based on metaphor theories. However,…

Cited by 0SourceScholar
2025

A Multi-Agent Framework with Automated Decision Rule Optimization for Cross-Domain Misinformation Detection

EMNLP 2025

Misinformation spans various domains, but detection methods trained on specific domains often perform poorly when applied to others. With the rapid development of Large Language Models (LLMs), researchers have begun to utilize LLMs for cross-domain misinformation detection. However, existing LLM-bas

Cited by 0SourcePDFScholar
2025

A Self-Denoising Model for Robust Few-Shot Relation Extraction

ACL 2025long

The few-shot relation extraction (FSRE) aims at enhancing the model’s generalization to new relations with very few labeled instances (support instances). Most existing studies use prototype networks (ProtoNets) for FSRE and assume that the support set, adapting the model to new relations, only cont…

Cited by 0SourcePDFScholar
2025

AVG-LLaVA: An Efficient Large Multimodal Model with Adaptive Visual Granularity

ACL 2025finding

Recently, large multimodal models (LMMs) have achieved significant advancements. When dealing with high-resolution images, dominant LMMs typically divide them into multiple local images and a global image, leading to a large number of visual tokens. In this work, we introduce AVG-LLaVA, an LMM that…

2025

Advancing SMoE for Continuous Domain Adaptation of MLLMs: Adaptive Router and Domain-Specific Loss

ACL 2025long

Recent studies have explored Continual Instruction Tuning (CIT) in Multimodal Large Language Models (MLLMs), with a primary focus on Task-incremental CIT, where MLLMs are required to continuously acquire new tasks. However, the more practical and challenging Domain-incremental CIT, focused on the co…

Cited by 0SourcePDFScholar
2025

An Evaluation Resource for Grounding Translation Errors

EMNLP 2025

Current fine-grained error analyses by LLMs gain more and more attention in machine translation, but these analyses do not ground the errors to the reasons why the annotated text spans are erroneous. If LLMs do not know such reasons, the corrections or refinements by LLMs will be untrustworthy.In th

2025

Boosting Visual Knowledge-Intensive Training for LVLMs Through Causality-Driven Visual Object Completion

IJCAI 2025

Large Vision-Language Models (LVLMs) have experienced significant advancements in recent years. However, their performance still falls short in tasks requiring deep visual perception, such as identifying subtle differences between images. A potential cause is the scarcity of visual knowledge in popu

2025

Don’t Get Lost in the Trees: Streamlining LLM Reasoning by Overcoming Tree Search Exploration Pitfalls

ACL 2025long

Recent advancements in tree search algorithms guided by verifiers have significantly enhanced the reasoning capabilities of large language models (LLMs), but at the cost of increased computational resources. In this work, we identify two key challenges contributing to this inefficiency: over-explora…

2025

EpiCoder: Encompassing Diversity and Complexity in Code Generation

ICML 2025poster

Existing methods for code generation use code snippets as seed data, restricting the complexity and diversity of the synthesized data. In this paper, we introduce a novel feature tree-based synthesis framework, which revolves around hierarchical code features derived from high-level abstractions of…

Cited by 4SourcePDFScholar
2025

FaithfulRAG: Fact-Level Conflict Modeling for Context-Faithful Retrieval-Augmented Generation

ACL 2025long

Large language models (LLMs) augmented with retrieval systems have demonstrated significant potential in handling knowledge-intensive tasks. However, these models often struggle with unfaithfulness issues, generating outputs that either ignore the retrieved context or inconsistently blend it with th…

2025

Investigating Inference-time Scaling for Chain of Multi-modal Thought: A Preliminary Study

ACL 2025finding

Recently, inference-time scaling of chain-of-thought (CoT) has been demonstrated as a promising approach for addressing multi-modal reasoning tasks.While existing studies have predominantly centered on text-based thinking, the integration of both visual and textual modalities within the reasoning pr…

Cited by 0SourcePDFScholar
2025

LLM-OREF: An Open Relation Extraction Framework Based on Large Language Models

EMNLP 2025

The goal of open relation extraction (OpenRE) is to develop an RE model that can generalize to new relations not encountered during training. Existing studies primarily formulate OpenRE as a clustering task. They first cluster all test instances based on the similarity between the instances, and the

2025

LLaVE: Large Language and Vision Embedding Models with Hardness-Weighted Contrastive Learning

EMNLP 2025

Universal multimodal embedding models play a critical role in tasks such as interleaved image-text retrieval, multimodal RAG, and multimodal clustering. However, our empirical results indicate that existing LMM-based embedding models trained with the standard InfoNCE loss exhibit a high degree of ov

Cited by 0SourcePDFScholar
2025

LiteSearch: Efficient Tree Search with Dynamic Exploration Budget for Math Reasoning

AAAI 2025technical

Recent research suggests that tree search algorithms (e.g. Monte Carlo Tree Search) can dramatically boost LLM performance on complex mathematical reasoning tasks. However, they often require more than 10 times the computational resources of greedy decoding due to wasteful search strategies, making…

Cited by 0SourcePDFScholar
2025

Locate-and-Focus: Enhancing Terminology Translation in Speech Language Models

ACL 2025long

Direct speech translation (ST) has garnered increasing attention nowadays, yet the accurate translation of terminology within utterances remains a great challenge. In this regard, current studies mainly concentrate on leveraging various translation knowledge into ST models. However, these methods of…

Cited by 0SourcePDFScholar
2025

PATIMT-Bench: A Multi-Scenario Benchmark for Position-Aware Text Image Machine Translation in Large Vision-Language Models

EMNLP 2025

Text Image Machine Translation (TIMT) aims to translate texts embedded within an image into another language. Current TIMT studies primarily focus on providing translations for all the text within an image, while neglecting to provide bounding boxes and covering limited scenarios. In this work, we e

2025

TempParaphraser: “Heating Up” Text to Evade AI-Text Detection through Paraphrasing

EMNLP 2025

The widespread adoption of large language models (LLMs) has increased the need for reliable AI-text detection. While current detectors perform well on benchmark datasets, we highlight a critical vulnerability: increasing the temperature parameter during inference significantly reduces detection accu

2024

A Learning Rate Path Switching Training Paradigm for Version Updates of Large Language Models

EMNLP 2024main

Due to the continuous emergence of new data, version updates have become an indispensable requirement for Large Language Models (LLMs). The training paradigms for version updates of LLMs include pre-training from scratch (PTFS) and continual pre-training (CPT). Preliminary experiments demonstrate th…

Cited by 0SourcePDFScholar
2024

Adaptive Simultaneous Sign Language Translation with Confident Translation Length Estimation

COLING 2024main

Traditional non-simultaneous Sign Language Translation (SLT) methods, while effective for pre-recorded videos, face challenges in real-time scenarios due to inherent inference delays. The emerging field of simultaneous SLT aims to address this issue by progressively translating incrementally receive…

2024

Conditional Variational Autoencoder for Sign Language Translation with Cross-Modal Alignment

AAAI 2024technical

Sign language translation (SLT) aims to convert continuous sign language videos into textual sentences. As a typical multi-modal task, there exists an inherent modality gap between sign language videos and spoken language text, which makes the cross-modal alignment between visual and textual modalit…

2024

Efficient k-Nearest-Neighbor Machine Translation with Dynamic Retrieval

ACL 2024findings

To achieve non-parametric NMT domain adaptation, k-Nearest-Neighbor Machine Translation (kNN-MT) constructs an external datastore to store domain-specific translation knowledge, which derives a kNN distribution to interpolate the prediction distribution of the NMT model via a linear interpolation co…

2024

EmoTrans: Emotional Transition-based Model for Emotion Recognition in Conversation

COLING 2024main

In an emotional conversation, emotions are causally transmitted among communication participants, constituting a fundamental conversational feature that can facilitate the comprehension of intricate changes in emotional states during the conversation and contribute to neutralizing emotional semantic…

2024

Empowering Backbone Models for Visual Text Generation with Input Granularity Control and Glyph-Aware Training

EMNLP 2024main

Diffusion-based text-to-image models have demonstrated impressive achievements in diversity and aesthetics but struggle to generate images with legible visual texts. Existing backbone models have limitations such as misspelling, failing to generate texts, and lack of support for Chinese texts, but t…

2024

Improving LLM Generations via Fine-Grained Self-Endorsement

ACL 2024findings

This work studies mitigating fact-conflicting hallucinations for large language model (LLM) at inference time.Particularly, we propose a self-endorsement framework that leverages the fine-grained fact-level comparisons across multiple sampled responses.Compared with prior ensemble methods (e.g., sel…

Cited by 2SourcePDFScholar
2024

MHGRL: An Effective Representation Learning Model for Electronic Health Records

COLING 2024main

Electronic health records (EHRs) serve as a digital repository storing comprehensive medical information about patients. Representation learning for EHRs plays a crucial role in healthcare applications. In this paper, we propose a Multimodal Heterogeneous Graph-enhanced Representation Learning, deno…

2024

Mitigating Catastrophic Forgetting in Large Language Models with Self-Synthesized Rehearsal

ACL 2024long

Large language models (LLMs) suffer from catastrophic forgetting during continual learning. Conventional rehearsal-based methods rely on previous training data to retain the model’s ability, which may not be feasible in real-world applications. When conducting continual learning based on a publicly-…

2024

Multi-Level Cross-Modal Alignment for Speech Relation Extraction

EMNLP 2024main

Speech Relation Extraction (SpeechRE) aims to extract relation triplets from speech data. However, existing studies usually use synthetic speech to train and evaluate SpeechRE models, hindering the further development of SpeechRE due to the disparity between synthetic and real speech. Meanwhile, the…

Cited by 0SourcePDFScholar
2024

One2Set + Large Language Model: Best Partners for Keyphrase Generation

EMNLP 2024main

Keyphrase generation (KPG) aims to automatically generate a collection of phrases representing the core concepts of a given document. The dominant paradigms in KPG include one2seq and one2set. Recently, there has been increasing interest in applying large language models (LLMs) to KPG. Our prelimina…

2024

Response Enhanced Semi-supervised Dialogue Query Generation

AAAI 2024technical

Leveraging vast and continually updated knowledge from the Internet has been considered an important ability for a dialogue system. Therefore, the dialogue query generation task is proposed for generating search queries from dialogue histories, which will be submitted to a search engine for retrievi…

2024

Retaining Key Information under High Compression Ratios: Query-Guided Compressor for LLMs

ACL 2024long

The growing popularity of Large Language Models has sparked interest in context compression for Large Language Models (LLMs). However, the performance of previous methods degrades dramatically as compression ratios increase, sometimes even falling to the closed-book level. This decline can be attrib…

2024

Signer Diversity-driven Data Augmentation for Signer-Independent Sign Language Translation

NAACL 2024findings

The primary objective of sign language translation (SLT) is to transform sign language videos into natural sentences.A crucial challenge in this field is developing signer-independent SLT systems which requires models to generalize effectively to signers not encountered during training.This challeng…

Cited by 2SourcePDFScholar
2024

Towards Better Graph-based Cross-document Relation Extraction via Non-bridge Entity Enhancement and Prediction Debiasing

ACL 2024findings

Cross-document Relation Extraction aims to predict the relation between target entities located in different documents. In this regard, the dominant models commonly retain useful information for relation prediction via bridge entities, which allows the model to elaborately capture the intrinsic inte…

2023

A Sequence-to-Sequence&Set Model for Text-to-Table Generation

ACL 2023findings

Recently, the text-to-table generation task has attracted increasing attention due to its wide applications. In this aspect, the dominant model formalizes this task as a sequence-to-sequence generation task and serializes each table into a token sequence during training by concatenating all rows in…

2023

BigVideo: A Large-scale Video Subtitle Translation Dataset for Multimodal Machine Translation

ACL 2023findings

We present a large-scale video subtitle translation dataset, *BigVideo*, to facilitate the study of multi-modality machine translation. Compared with the widely used *How2* and *VaTeX* datasets, *BigVideo* is more than 10 times larger, consisting of 4.5 million sentence pairs and 9,981 hours of vide…

2023

Bridging the Domain Gaps in Context Representations for k-Nearest Neighbor Neural Machine Translation

ACL 2023long

k-Nearest neighbor machine translation (kNN-MT) has attracted increasing attention due to its ability to non-parametrically adapt to new translation domains. By using an upstream NMT model to traverse the downstream training corpus, it is equipped with a datastore containing vectorized key-value pai…

2023

Code-Aware Cross-Program Transfer Hyperparameter Optimization

AAAI 2023technical

Hyperparameter tuning is an essential task in automatic machine learning and big data management. To accelerate tuning, many recent studies focus on augmenting BO, the primary hyperparameter tuning strategy, by transferring information from other tuning tasks. However, existing studies ignore progr…

2023

Continual Learning for Multilingual Neural Machine Translation via Dual Importance-based Model Division

EMNLP 2023long main

A persistent goal of multilingual neural machine translation (MNMT) is to continually adapt the model to support new language pairs or improve some current language pairs without accessing the previous training data. To achieve this, the existing methods primarily focus on preventing catastrophic fo…

Cited by 0SourceScholar
2023

Domain Adaptation for Conversational Query Production with the RAG Model Feedback

EMNLP 2023long findings

Conversational query production is an emerging fundamental task for the dialogue system, where search queries are generated to explore the vast and continually updating knowledge from a search engine. To accelerate this line of research, previous studies have released several datasets with human-ann…

Cited by 0SourceScholar
2023

Exploring All-In-One Knowledge Distillation Framework for Neural Machine Translation

EMNLP 2023long main

Conventional knowledge distillation(KD) approaches are commonly employed to compress neural machine translation(NMT) models. However, they only obtain one lightweight student each time. Consequently, we have to conduct KD multiple times when different students are required at the same time, which co…

Cited by 0SourcecodeScholar
2023

Exploring Better Text Image Translation with Multimodal Codebook

ACL 2023long

Text image translation (TIT) aims to translate the source texts embedded in the image to target translations, which has a wide range of applications and thus has important research value. However, current studies on TIT are confronted with two main bottlenecks: 1) this task lacks a publicly availabl…

2023

Exploring Effective Inter-Encoder Semantic Interaction for Document-Level Relation Extraction

IJCAI 2023poster

In document-level relation extraction (RE), the models are required to correctly predict implicit relations in documents via relational reasoning. To this end, many graph-based methods have been proposed for this task. Despite their success, these methods still suffer from several drawbacks: 1) the…

2023

Exploring Self-Distillation Based Relational Reasoning Training for Document-Level Relation Extraction

AAAI 2023technical

Document-level relation extraction (RE) aims to extract relational triples from a document. One of its primary challenges is to predict implicit relations between entities, which are not explicitly expressed in the document but can usually be extracted through relational reasoning. Previous methods…

2023

HyperNetwork-based Decoupling to Improve Model Generalization for Few-Shot Relation Extraction

EMNLP 2023long main

Few-shot relation extraction (FSRE) aims to train a model that can deal with new relations using only a few labeled examples. Most existing studies employ Prototypical Networks for FSRE, which usually overfits the relation classes in the training set and cannot generalize well to unseen relations. B…

Cited by 0SourceScholar
2023

IBADR: an Iterative Bias-Aware Dataset Refinement Framework for Debiasing NLU models

EMNLP 2023long main

As commonly-used methods for debiasing natural language understanding (NLU) models, dataset refinement approaches heavily rely on manual data analysis, and thus maybe unable to cover all the potential biased features. In this paper, we propose IBADR, an Iterative Bias-Aware Dataset Refinement framew…

Cited by 0SourceScholar
2023

LagNet: Deep Lagrangian Mechanics for Plug-and-Play Molecular Representation Learning

AAAI 2023technical

Molecular representation learning is a fundamental problem in the field of drug discovery and molecular science. Whereas incorporating molecular 3D information in the representations of molecule seems beneficial, which is related to computational chemistry with the basic task of predicting stable 3D…

Cited by 5SourcePDFScholar
2023

RC3: Regularized Contrastive Cross-lingual Cross-modal Pre-training

ACL 2023findings

Multilingual vision-language (V&L) pre-training has achieved remarkable progress in learning universal representations across different modalities and languages. In spite of recent success, there still remain challenges limiting further improvements of V&L pre-trained models in multilingual settings…

Cited by 6SourcePDFScholar
2023

Revisiting Non-Autoregressive Translation at Scale

ACL 2023findings

In real-world systems, scaling has been critical for improving the translation quality in autoregressive translation (AT), which however has not been well studied for non-autoregressive translation (NAT). In this work, we bridge the gap by systematically studying the impact of scaling on NAT behavio…

2022

A Label Dependence-Aware Sequence Generation Model for Multi-Level Implicit Discourse Relation Recognition

AAAI 2022technical

Implicit discourse relation recognition (IDRR) is a challenging but crucial task in discourse analysis. Most existing methods train multiple models to predict multi-level labels independently, while ignoring the dependence between hierarchically structured labels. In this paper, we consider multi-le…

2022

A Variational Hierarchical Model for Neural Cross-Lingual Summarization

ACL 2022long

The goal of the cross-lingual summarization (CLS) is to convert a document in one language (e.g., English) to a summary in another one (e.g., Chinese). The CLS task is essentially the combination of machine translation (MT) and monolingual summarization (MS), and thus there exists the hierarchical r…

2022

Adaptive Token-level Cross-lingual Feature Mixing for Multilingual Neural Machine Translation

EMNLP 2022main

Multilingual neural machine translation aims to translate multiple language pairs in a single model and has shown great success thanks to the knowledge transfer across languages with the shared parameters. Despite promising, this share-all paradigm suffers from insufficient ability to capture langua…

2022

Bridging the Gap between Training and Inference: Multi-Candidate Optimization for Diverse Neural Machine Translation

NAACL 2022findings

Diverse NMT aims at generating multiple diverse yet faithful translations given a source sentence. In this paper, we investigate a common shortcoming in existing diverse NMT studies: the model is usually trained with single reference, while expected to generate multiple candidate translations in inf…

2022

CLLE: A Benchmark for Continual Language Learning Evaluation in Multilingual Machine Translation

EMNLP 2022finding

Continual Language Learning (CLL) in multilingual translation is inevitable when new languages are required to be translated. Due to the lack of unified and generalized benchmarks, the evaluation of existing methods is greatly influenced by experimental design which usually has a big gap from the in…

2022

Confidence Based Bidirectional Global Context Aware Training Framework for Neural Machine Translation

ACL 2022long

Most dominant neural machine translation (NMT) models are restricted to make predictions only according to the local context of preceding words in a left-to-right manner. Although many previous studies try to incorporate global information into NMT models, there still exist limitations on how to eff…

2022

Getting the Most out of Simile Recognition

EMNLP 2022finding

Simile recognition involves two subtasks: simile sentence classification that discriminates whether a sentence contains simile, and simile component extraction that locates the corresponding objects (i.e., tenors and vehicles).Recent work ignores features other than surface strings and suffers from…

2022

KGR4: Retrieval, Retrospect, Refine and Rethink for Commonsense Generation

AAAI 2022technical

Generative commonsense reasoning requires machines to generate sentences describing an everyday scenario given several concepts, which has attracted much attention recently. However, existing models cannot perform as well as humans, since sentences they produce are often implausible and grammaticall…

2022

Sentiment-Aware Word and Sentence Level Pre-training for Sentiment Analysis

EMNLP 2022main

Most existing pre-trained language representation models (PLMs) are sub-optimal in sentiment analysis tasks, as they capture the sentiment information from word-level while under-considering sentence-level information. In this paper, we propose SentiWSP, a novel Sentiment-aware pre-trained language…

2022

Towards Better Document-level Relation Extraction via Iterative Inference

EMNLP 2022main

Document-level relation extraction (RE) aims to extract the relations between entities from the input document that usually containing many difficultly-predicted entity pairs whose relations can only be predicted through relational inference. Existing methods usually directly predict the relations o…

2022

Towards Robust Neural Machine Translation with Iterative Scheduled Data-Switch Training

COLING 2022main

Most existing methods on robust neural machine translation (NMT) construct adversarial examples by injecting noise into authentic examples and indiscriminately exploit two types of examples. They require the model to translate both the authentic source sentence and its adversarial counterpart into t…

2022

Towards Robust k-Nearest-Neighbor Machine Translation

EMNLP 2022main

k-Nearest-Neighbor Machine Translation (kNN-MT) becomes an important research direction of NMT in recent years. Its main idea is to retrieve useful key-value pairs from an additional datastore to modify translations without updating the NMT model. However, the underlying retrieved noisy pairs will d…

2022

Type-Driven Multi-Turn Corrections for Grammatical Error Correction

ACL 2022findings

Grammatical Error Correction (GEC) aims to automatically detect and correct grammatical errors. In this aspect, dominant models are trained by one-iteration learning while performing multiple iterations of corrections during inference. Previous studies mainly focus on the data augmentation approach…

2022

WR-One2Set: Towards Well-Calibrated Keyphrase Generation

EMNLP 2022main

Keyphrase generation aims to automatically generate short phrases summarizing an input document. The recently emerged ONE2SET paradigm (Ye et al., 2021) generates keyphrases as a set and has achieved competitive performance. Nevertheless, we observe serious calibration errors outputted by ONE2SET, e…

2021

A Structure Self-Aware Model for Discourse Parsing on Multi-Party Dialogues

IJCAI 2021poster

Conversational discourse structures aim to describe how a dialogue is organized, thus they are helpful for dialogue understanding and response generation. This paper focuses on predicting discourse dependency structures for multi-party dialogues. Previous work adopts incremental methods that take th…

2021

BACO: A Background Knowledge- and Content-Based Framework for Citing Sentence Generation

ACL 2021long

In this paper, we focus on the problem of citing sentence generation, which entails generating a short text to capture the salient information in a cited paper and the connection between the citing and cited paper. We present BACO, a BAckground knowledge- and COntent-based framework for citing sente…

Cited by 41SourcePDFScholar
2021

Bridging Subword Gaps in Pretrain-Finetune Paradigm for Natural Language Generation

ACL 2021long

A well-known limitation in pretrain-finetune paradigm lies in its inflexibility caused by the one-size-fits-all vocabulary. This potentially weakens the effect when applying pretrained models into natural language generation (NLG) tasks, especially for the subword distributions between upstream and…

2021

Exploring Dynamic Selection of Branch Expansion Orders for Code Generation

ACL 2021long

Due to the great potential in facilitating software development, code generation has attracted increasing attention recently. Generally, dominant models are Seq2Tree models, which convert the input natural language description into a sequence of tree-construction actions corresponding to the pre-ord…

2021

Improving Graph-based Sentence Ordering with Iteratively Predicted Pairwise Orderings

EMNLP 2021main

Dominant sentence ordering models can be classified into pairwise ordering models and set-to-sequence models. However, there is little attempt to combine these two types of models, which inituitively possess complementary advantages. In this paper, we propose a novel sentence ordering framework whic…

2021

Improving Tree-Structured Decoder Training for Code Generation via Mutual Learning

AAAI 2021technical

Code generation aims to automatically generate a piece of code given an input natural language utterance. Currently, among dominant models, it is treated as a sequence-to-tree task, where a decoder outputs a sequence of actions corresponding to the pre-order traversal of an Abstract Syntax Tree. How…

2021

Towards Making the Most of Dialogue Characteristics for Neural Chat Translation

EMNLP 2021main

Neural Chat Translation (NCT) aims to translate conversational text between speakers of different languages. Despite the promising performance of sentence-level and context-aware neural machine translation models, there still remain limitations in current NCT models because the inherent dialogue cha…

2021

Towards User-Driven Neural Machine Translation

ACL 2021long

A good translation should not only translate the original content semantically, but also incarnate personal traits of the original text. For a real-world neural machine translation (NMT) system, these user traits (e.g., topic preference, stylistic characteristics and expression habits) can be preser…

2020

An Iterative Multi-Source Mutual Knowledge Transfer Framework for Machine Reading Comprehension

IJCAI 2020poster

The lack of sufficient training data in many domains, poses a major challenge to the construction of domain-specific machine reading comprehension (MRC) models with satisfying performance. In this paper, we propose a novel iterative multi-source mutual knowledge transfer framework for MRC. As an ext…

2019

Towards Cross-modality Topic Modelling via Deep Topical Correlation Analysis

ICASSP 2019accepted

The cross-modality topic detection in social media retains as an open problem mainly due to the difficulty of dealing with modality independence and modality missing. In this paper, we present a novel Deep Topical Correlation Analysis (DTCA) approach, which achieves robust and accurate topic detecti…

Cited by 0SourceScholar
2018

GroupCap: Group-Based Image Captioning With Structured Relevance and Diversity Constraints

CVPR 2018poster

Most image captioning models focus on one-line (single image) captioning, where the correlations like relevance and diversity among group images (e.g., within the same album or event) are simply neglected, resulting in less accurate and diverse captions. Recent works mainly consider imposing the div…