← Search

Taolue Chen

8 accepted papers

2026

Fair Conformal Classification via Learning Representation-Based Groups

ICLR 2026poster

Conformal prediction methods provide statistically rigorous marginal coverage guarantees for machine learning models, but such guarantees fail to account for algorithmic biases, thereby undermining fairness and trust. This paper introduces a fair conformal inference framework for classification task…

Cited by 0SourceScholar
2026

FormalML: A Benchmark for Evaluating Formal Subgoal Completion in Machine Learning Theory

ICLR 2026poster

Large language models (LLMs) have recently demonstrated remarkable progress in formal theorem proving. Yet their ability to serve as practical assistants for mathematicians—filling in missing steps within complex proofs—remains underexplored. We identify this challenge as the task of subgoal complet…

Cited by 0SourcecodeScholar
2025

Beyond Sequences: Two-dimensional Representation and Dependency Encoding for Code Generation

ACL 2025long

The advent of large language models has significantly advanced automatic code generation, transforming the way programmers writing code. Inspired by natural language processing, mainstream code generation approaches represent code as a linear sequence of tokens. In this paper, we propose to represen…

Cited by 0SourcePDFScholar
2025

Simulate, Refine and Integrate: Strategy Synthesis for Efficient SMT Solving

IJCAI 2025

Satisfiability Modulo Theories (SMT) solvers are crucial in many applications, yet their performance is often a bottleneck. This paper introduces SIRISMT, a novel framework that employs machine learning techniques for the automatic synthesis of efficient SMT-solving strategies. Specifically, SIRISMT

2023

Learning with Logical Constraints but without Shortcut Satisfaction

ICLR 2023top-25%

Recent studies have started to explore the integration of logical knowledge into deep learning via encoding logical constraints as an additional loss function. However, existing approaches tend to vacuously satisfy logical constraints through shortcuts, failing to fully exploit the knowledge. In thi…

2023

Neuro-symbolic Learning Yielding Logical Constraints

NeurIPS 2023poster

Neuro-symbolic systems combine the abilities of neural perception and logical reasoning. However, end-to-end learning of neuro-symbolic systems is still an unsolved challenge. This paper proposes a natural framework that fuses neural network training, symbol grounding, and logical constraint synthes…

2023

Softened Symbol Grounding for Neuro-symbolic Systems

ICLR 2023poster

Neuro-symbolic learning generally consists of two separated worlds, i.e., neural network training and symbolic constraint solving, whose success hinges on symbol grounding, a fundamental problem in AI. This paper presents a novel, softened symbol grounding process, bridging the gap between the two…