← Search

Xiangyu Duan

11 accepted papers

2026

G2C-MT: Graph-Guided Context Selection for Document-Level Machine Translation

IJCAI 2026

Effective document-level machine translation (DocMT) requires capturing long-range discourse dependencies. Recent work has explored retrieval-based and discourse-aware context selection. However, these approaches often lack an explicit mechanism for modeling structured discourse dependencies between

Cited by 0Scholar
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

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…

2024

Revisiting the Self-Consistency Challenges in Multi-Choice Question Formats for Large Language Model Evaluation

COLING 2024main

Multi-choice questions (MCQ) are a common method for assessing the world knowledge of large language models (LLMs), demonstrated by benchmarks such as MMLU and C-Eval. However, recent findings indicate that even top-tier LLMs, such as ChatGPT and GPT4, might display inconsistencies when faced with s…

Cited by 8SourcePDFScholar
2024

Submodular-based In-context Example Selection for LLMs-based Machine Translation

COLING 2024main

Large Language Models (LLMs) have demonstrated impressive performances across various NLP tasks with just a few prompts via in-context learning. Previous studies have emphasized the pivotal role of well-chosen examples in in-context learning, as opposed to randomly selected instances that exhibits u…

2023

Disambiguated Lexically Constrained Neural Machine Translation

ACL 2023findings

Lexically constrained neural machine translation (LCNMT), which controls the translation generation with pre-specified constraints, is important in many practical applications. Current approaches to LCNMT typically assume that the pre-specified lexicon constraints are contextually appropriate. This…

Cited by 4SourcePDFScholar
2022

Third-Party Aligner for Neural Word Alignments

EMNLP 2022finding

Word alignment is to find translationally equivalent words between source and target sentences. Previous work has demonstrated that self-training can achieve competitive word alignment results. In this paper, we propose to use word alignments generated by a third-party word aligner to supervise the…

2021

Improving Context-Aware Neural Machine Translation with Source-side Monolingual Documents

IJCAI 2021poster

Document context-aware machine translation remains challenging due to the lack of large-scale document parallel corpora. To make full use of source-side monolingual documents for context-aware NMT, we propose a Pre-training approach with Global Context (PGC). In particular, we first propose a novel…