← Search

Jinxia Xie

5 accepted papers

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
2025

Robust Tracking via Mamba-based Context-aware Token Learning

AAAI 2025technical

How to make a good trade-off between performance and computational cost is crucial for a tracker. However, current famous methods typically focus on complicated and time-consuming learning that combining temporal and appearance information by input more and more images (or features). Consequently, t…

2024

Autoregressive Queries for Adaptive Tracking with Spatio-Temporal Transformers

CVPR 2024poster

The rich spatio-temporal information is crucial to capture the complicated target appearance variations in visual tracking. However most top-performing tracking algorithms rely on many hand-crafted components for spatio-temporal information aggregation. Consequently the spatio-temporal information i…

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…