← Search

Yujian Gan

8 accepted papers

2026

MAKING DIALOGUE GROUNDING DATA RICH: A THREE-TIER DATA SYNTHESIS FRAMEWORK FOR GENERALIZED REFERRING EXPRESSION COMPREHENSION

ICASSP 2026poster

Dialogue-Based Generalized Referring Expression Comprehension (GREC) requires models to ground the expression and unlimited targets in complex visual scenes while resolving coreference across a long dialogue context. However, existing systems struggle under distribution shift between training and ev…

Cited by 0SourcePDFScholar
2025

Low-Hallucination and Efficient Coreference Resolution with LLMs

EMNLP 2025

Large Language Models (LLMs) have shown promising results in coreference resolution, especially after fine-tuning. However, recent generative approaches face a critical issue: hallucinations—where the model generates content not present in the original input. These hallucinations make evaluation dif

Cited by 0SourcePDFScholar
2024

Assessing the Capabilities of Large Language Models in Coreference: An Evaluation

COLING 2024main

This paper offers a nuanced examination of the role Large Language Models (LLMs) play in coreference resolution, aimed at guiding the future direction in the era of LLMs. We carried out both manual and automatic analyses of different LLMs’ abilities, employing different prompts to examine the perfor…

Cited by 12SourcePDFScholar
2022

Measuring and Improving Compositional Generalization in Text-to-SQL via Component Alignment

NAACL 2022findings

In text-to-SQL tasks — as in much of NLP — compositional generalization is a major challenge: neural networks struggle with compositional generalization where training and test distributions differ. However, most recent attempts to improve this are based on word-level synthetic data or specific data…

2021

Exploring Underexplored Limitations of Cross-Domain Text-to-SQL Generalization

EMNLP 2021main

Recently, there has been significant progress in studying neural networks for translating text descriptions into SQL queries under the zero-shot cross-domain setting. Despite achieving good performance on some public benchmarks, we observe that existing text-to-SQL models do not generalize when faci…

2021

Natural SQL: Making SQL Easier to Infer from Natural Language Specifications

EMNLP 2021finding

Addressing the mismatch between natural language descriptions and the corresponding SQL queries is a key challenge for text-to-SQL translation. To bridge this gap, we propose an SQL intermediate representation (IR) called Natural SQL (NatSQL). Specifically, NatSQL preserves the core functionalities…

2021

Towards Robustness of Text-to-SQL Models against Synonym Substitution

ACL 2021long

Recently, there has been significant progress in studying neural networks to translate text descriptions into SQL queries. Despite achieving good performance on some public benchmarks, existing text-to-SQL models typically rely on the lexical matching between words in natural language (NL) questions…