Papers by Chuan Qin
Automatic Table Union Search with Tabular Representation Learning (2023.findings-acl)
Copied to clipboard
Xuming Hu, Shen Wang, Xiao Qin, Chuan Lei, Zhengyuan Shen, Christos Faloutsos, Asterios Katsifodimos, George Karypis, Lijie Wen, Philip S. Yu
| Challenge: | Existing methods to identify uniability based on column representations are insufficient to reveal latent relational features to describe column relation between pair of columns. |
| Approach: | They propose a self-supervised table union search framework called AutoTUS to learn column relational representations in a multi-stage manner. |
| Outcome: | The proposed framework improves on the SOTA baseline and on real-world datasets. |
TLSA: LLM-Guided Text-Label Space Alignment with Contrastive Learning for Generalized Category Discovery (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods for generalized category discovery suffer from weak text–label alignment, inconsistent objectives across known and novel categories, and poor discrimination of semantically similar clusters. |
| Approach: | They propose a unified framework that enforces contrastive alignment between text and label representations within a shared semantic space. |
| Outcome: | The proposed framework outperforms state-of-the-art methods on four benchmark datasets. |
GRASPrune: Global Gating for Budgeted Structured Pruning of Large Language Models (2026.acl-long)
Copied to clipboard
| Challenge: | Large language models are expensive to serve because dense FFN blocks, multi-head attention, and KV caches dominate memory. |
| Approach: | They propose a global budgeted structured pruning framework that prunes FFN channels and attention KV head groups under a single global parameter budget. |
| Outcome: | The proposed model removes 50% of parameters and achieves 12.18 perplexity on WikiText-2 while maintaining competitive average zero-shot accuracy on five downstream benchmarks. |
BOLT: Benchmarking Open-World Learning for Text Classification (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing benchmarks focus on out-of-distribution (OOD) detection while overlooking broader challenges such as the discovery of novel categories. |
| Approach: | They propose a unified Benchmark and evaluation toolkit supporting Open-world learning for text classification. |
| Outcome: | The proposed methods overfit training distributions and struggle to generalize to unseen classes. |
PolyJoin: Semantic Multi-key Joinable Table Search in Data Lakes (2025.findings-naacl)
Copied to clipboard
| Challenge: | Existing joinable table search methods focus on single key (unary) joins, where a single column is the join key, but are ineffective when dealing with join keys composed of multiple columns (n-ary joins) Existing methods are inefficient when dealing . with joins composed of n-aries, which are prevalent on web table corpora. |
| Approach: | They propose a joinable table search method that finds multi-key joinable tables on the web, given a query table. |
| Outcome: | The proposed method outperforms the state-of-the-art methods on two real-world web table benchmarks. |
TransLLM: A Unified Multi-Task Large Language Model for Urban Transportation via Learnable Prompting (2026.acl-long)
Copied to clipboard
| Challenge: | Existing models lack generalization capabilities and lack structured spatiotemporal data. |
| Approach: | They propose a unified multi-task framework that synergizes spatiotemporal encoding with LLM reasoning through learnable prompt composition. |
| Outcome: | The proposed framework outperforms baseline models on seven datasets and three tasks on supervised and zero-shot settings with excellent generalization and robustness. |
GenDis: Generative-Discriminative Dual-View Co-Training for Generalized Category Discovery (2026.acl-long)
Copied to clipboard
| Challenge: | Existing methods rely on one-hot discriminative supervision, leading to overfitting on seen classes and poor generalization to unseen ones. |
| Approach: | They propose a Generative–Discriminative Dual-View Co-Training framework that unifies discriminative classification and semantic label generation within an LLM. |
| Outcome: | The proposed framework outperforms existing methods on five benchmarks on the generalized category discovery (GCD) task. |
DiscoverGPT: Multi-task Fine-tuning Large Language Model for Related Table Discovery (2025.findings-naacl)
Copied to clipboard
Xuming Hu, Xiao Qin, Chuan Lei, Asterios Katsifodimos, Zhengyuan Shen, Balasubramaniam Srinivasan, Huzefa Rangwala
| Challenge: | Existing methods to learn and evaluate the table semantic relatedness of tabular data are based on pretrain-and-finetune paradigms. |
| Approach: | They propose a multi-task fine-tuning framework that holistically discovers and leverages the intricate relationships among the supervisions to optimize the performance on the data discovery task. |
| Outcome: | The proposed framework outperforms the best performing baseline by up to 7% in F1 score. |