← Search

Jiaqi Guo

20 accepted papers

2026

FAST: Topology-Aware Frequency-Domain Distribution Matching for Coreset Selection

CVPR 2026

Coreset selection compresses large datasets into compact, representative subsets, reducing the energy and computational burden of training deep neural networks. Existing methods are either: (i) DNN-based, which are inherently coupled with network-specific parameters, inevitably introducing architect

Cited by 0SourceScholar
2026

Search Self-Play: Pushing the Frontier of Agent Capability without Supervision

ICLR 2026poster

Reinforcement learning with verifiable rewards (RLVR) has become the mainstream technique for training LLM agents. However, RLVR highly depends on well-crafted task queries and corresponding ground-truth answers to provide accurate rewards, which requires significant human effort and hinders the sca…

Cited by 0SourcecodeScholar
2026

“The Whole Is Greater than the Sum of Its Parts”: A Compatibility-Aware Multi-Teacher CoT Distillation Framework

IJCAI 2026

Chain-of-Thought (CoT) reasoning empowers Large Language Models (LLMs) with remarkable capabilities but typically requires prohibitive parameter scales. CoT distillation has emerged as a promising paradigm to transfer reasoning prowess into compact Student Models (SLMs), but existing approaches ofte

Cited by 0Scholar
2024

BitDistiller: Unleashing the Potential of Sub-4-Bit LLMs via Self-Distillation

ACL 2024long

The upscaling of Large Language Models (LLMs) has yielded impressive advances in natural language processing, yet it also poses significant deployment challenges. Weight quantization has emerged as a widely embraced solution to reduce memory and computational demands. This paper introduces BitDistil…

2024

Contrastive Learning with Audio Discrimination for Customizable Keyword Spotting in Continuous Speech

ICASSP 2024accepted

Customizable keyword spotting (KWS) in continuous speech has attracted increasing attention due to its real-world application potential. While contrastive learning (CL) has been widely used to extract keyword representations, previous CL approaches all operate on pre-segmented isolated words and emp…

Cited by 0SourceScholar
2023

A Parse-Then-Place Approach for Generating Graphic Layouts from Textual Descriptions

ICCV 2023poster

Creating layouts is a fundamental step in graphic design. In this work, we propose to use text as the guidance to create graphic layouts, i.e., Text-to-Layout, aiming to lower the design barriers. Text-to-Layout is a challenging task, because it needs to consider the implicit, combined, and incomple…

Cited by 12PDFScholar
2023

LayoutDiffusion: Improving Graphic Layout Generation by Discrete Diffusion Probabilistic Models

ICCV 2023poster

Creating graphic layouts is a fundamental step in graphic designs. In this work, we present a novel generative model named LayoutDiffusion for automatic layout generation. As layout is typically represented as a sequence of discrete tokens, LayoutDiffusion models layout generation as a discrete deno…

Cited by 50PDFcodeScholar
2023

LayoutFormer++: Conditional Graphic Layout Generation via Constraint Serialization and Decoding Space Restriction

CVPR 2023poster

Conditional graphic layout generation, which generates realistic layouts according to user constraints, is a challenging task that has not been well-studied yet. First, there is limited discussion about how to handle diverse user constraints flexibly and uniformly. Second, to make the layouts confor…

Cited by 44SourcePDFScholar
2023

LayoutPrompter: Awaken the Design Ability of Large Language Models

NeurIPS 2023poster

Conditional graphic layout generation, which automatically maps user constraints to high-quality layouts, has attracted widespread attention today. Although recent works have achieved promising performance, the lack of versatility and data efficiency hinders their practical applications. In this wor…

2022

Exploring the Secrets Behind the Learning Difficulty of Meaning Representations for Semantic Parsing

EMNLP 2022main

Previous research has shown that the design of Meaning Representation (MR) greatly influences the final model performance of a neural semantic parser. Therefore, designing a good MR is a long-term goal for semantic parsing. However, it is still an art as there is no quantitative indicator that can t…

Cited by 6SourcePDFScholar
2022

HiTab: A Hierarchical Table Dataset for Question Answering and Natural Language Generation

ACL 2022long

Tables are often created with hierarchies, but existing works on table reasoning mainly focus on flat tables and neglect hierarchical tables. Hierarchical tables challenge numerical reasoning by complex hierarchical indexing, as well as implicit relationships of calculation and semantics. We present…

2022

TAPEX: Table Pre-training via Learning a Neural SQL Executor

ICLR 2022poster

Recent progress in language model pre-training has achieved a great success via leveraging large-scale unstructured textual data. However, it is still a challenge to apply pre-training on structured tabular data due to the absence of large-scale high-quality tabular data. In this paper, we propose T…

2022

Towards Robustness of Text-to-SQL Models Against Natural and Realistic Adversarial Table Perturbation

ACL 2022long

The robustness of Text-to-SQL parsers against adversarial perturbations plays a crucial role in delivering highly reliable applications. Previous studies along this line primarily focused on perturbations in the natural language question side, neglecting the variability of tables. Motivated by this,…

2021

AISpeech-SJTU ASR System for the Accented English Speech Recognition Challenge

ICASSP 2021accepted

This paper describes the AISpeech-SJTU ASR system for the Interspeech-2020 Accented English Speech Recognition Challenge (AESRC). This task is challenging due to the diversity of pronunciation accuracy, intonation speed and pronunciation of some syllables. All participants were restricted to develop…

Cited by 0SourceScholar
2021

Chase: A Large-Scale and Pragmatic Chinese Dataset for Cross-Database Context-Dependent Text-to-SQL

ACL 2021long

The cross-database context-dependent Text-to-SQL (XDTS) problem has attracted considerable attention in recent years due to its wide range of potential applications. However, we identify two biases in existing datasets for XDTS: (1) a high proportion of context-independent questions and (2) a high p…

2021

Translating Headers of Tabular Data: A Pilot Study of Schema Translation

EMNLP 2021main

Schema translation is the task of automatically translating headers of tabular data from one language to another. High-quality schema translation plays an important role in cross-lingual table searching, understanding and analysis. Despite its importance, schema translation is not well studied in th…

2021

Weakly Supervised Semantic Parsing by Learning from Mistakes

EMNLP 2021finding

Weakly supervised semantic parsing (WSP) aims at training a parser via utterance-denotation pairs. This task is challenging because it requires (1) searching consistent logical forms in a huge space; and (2) dealing with spurious logical forms. In this work, we propose Learning from Mistakes (LFM),…

2020

How Far are We from Effective Context Modeling? An Exploratory Study on Semantic Parsing in Context

IJCAI 2020poster

Recently semantic parsing in context has received a considerable attention, which is challenging since there are complex contextual phenomena. Previous works verified their proposed methods in limited scenarios, which motivates us to conduct an exploratory study on context modeling methods under rea…

2020

RECPARSER: A Recursive Semantic Parsing Framework for Text-to-SQL Task

IJCAI 2020poster

Neural semantic parsers usually fail to parse long and complicated utterances into nested SQL queries, due to the large search space. In this paper, we propose a novel recursive semantic parsing framework called RECPARSER to generate the nested SQL query layer-by-layer. It decomposes the complicated…

Cited by 0SourcePDFScholar