Thank you!!
18.11.2025 00:33
π 0
π 0
π¬ 0
π 0
It's been an absolute pleasure working with Ellen, Madeleine, and their amazing PhD students for the past year on making optimization more accessible with generative AI!
I am on the job market this year - check out my website (conlaw.github.io) for more details on what I've been up to.
16.11.2025 21:04
π 7
π 3
π¬ 1
π 0
In our final session for the day, we're focused on a hot topic: machine learning and mixed integer programming. Connor Lawless will start the session and tells us how to use LLMs for cold-start cutting plane separator configuration.
doi.org/10.1007/978-...
12.11.2025 04:33
π 4
π 1
π¬ 1
π 0
DiffCoALG@NeurIPS 2025
About this Workshop
Combinatorial algorithms are fundamental across a wide range of domains, owing to their ability to model optimization and decision-making tasks under complex constraints. These alg...
π₯ New workshop at @neuripsconf.bsky.social!
DiffCoALG bridges the gap between classic algorithms & differentiable learning.
Think: LLM reasoning, routing, SAT, MIP β neurally optimized.
π Submit by Aug 22! π€π§
π sites.google.com/view/diffcoa...
#NeurIPS2025
12.08.2025 14:16
π 10
π 4
π¬ 1
π 0
There's been a lot of work using LLMs to formulate MILPs, but how do we know that the formulations are correct?
Come chat with Haotian at poster W-515 to learn about our work on automatic equivalence checking for optimization models!
16.07.2025 18:49
π 6
π 0
π¬ 1
π 0
Our empirical results highlight that existing pointwise approaches for recourse can fail to catch potential fixed predictions, whereas our approach (provably) succeeds!
14.07.2025 16:15
π 1
π 0
π¬ 0
π 0
We model the problem as a mixed-integer quadratically constrained program that runs in seconds on real-world datasets.
14.07.2025 16:15
π 1
π 0
π¬ 1
π 0
This paradigm lets us spot fixed predictions before deploying a model, lets us audit public models for recourse (even if we don't have any available data!), and gives interpretable summaries of regions with fixed predictions to help with debugging.
14.07.2025 16:14
π 1
π 0
π¬ 1
π 0
In this paper, we introduce a new paradigm for algorithmic recourse that aims to certify recourse over an entire region of the feature space!
14.07.2025 16:13
π 1
π 0
π¬ 1
π 0
Existing approaches to algorithmic recourse focus on verifying recourse on an individual-by-individual basis, which can cause model developers to miss potential fixed predictions, requires a lot of data, and makes it difficult to debug recourse issues!
14.07.2025 16:12
π 1
π 0
π¬ 1
π 0
Machine learning models can assign fixed predictions that preclude individuals from changing their outcome. Think credit applicants that can never get a loan approved, or young patients that can never get an organ transplant - no matter how sick they are!
14.07.2025 16:11
π 1
π 1
π¬ 1
π 0
Understanding Fixed Predictions via Confined Regions
Machine learning models can assign fixed predictions that preclude individuals from changing their outcome. Existing approaches to audit fixed predictions do so on a pointwise basis, which requires ac...
Excited to be chatting about our new paper "Understanding Fixed Predictions via Confined Regions" (joint work with @berkustun.bsky.social, Lily Weng, and Madeleine Udell) at #ICML2025!
π Wed 16 Jul 4:30 p.m. PDT β 7 p.m. PDT
πEast Exhibition Hall A-B #E-1104
π arxiv.org/abs/2502.16380
14.07.2025 16:08
π 5
π 3
π¬ 1
π 0
Our β¨spotlight paperβ¨ "Primal-Dual Neural Algorithmic Reasoning" is coming to #ICML2025!
We bring Neural Algorithmic Reasoning (NAR) to the NP-hard frontier π₯
π Poster session: Tuesday 11:00β13:30
π East Exhibition Hall A-B, # E-3003
π openreview.net/pdf?id=iBpkz...
π§΅
13.07.2025 21:34
π 6
π 2
π¬ 1
π 0
This is my first time at an HCI conference - come say hi if you're around!
25.03.2025 06:59
π 1
π 0
π¬ 0
π 0
In addition to a bunch of quantitative experiments, we ran a user study with a prototype system to inform design recommendations for future interactive optimization systems. Check out the paper for more details!
25.03.2025 06:59
π 1
π 0
π¬ 1
π 0
We built a hybrid LLM and CP system that uses LLMs to translate user requests in chat into operations on an underlying CP optimization model to schedule a new meeting. This gets the best of both worlds - the flexibility of LLMs with the decision making power of optimization!
25.03.2025 06:58
π 2
π 0
π¬ 1
π 0
Building optimization models in practice involves a ton of back and forth between optimization and domain experts to understand a decision making problem. Can we enable domain experts to craft their own optimization models instead? We study this through the lens of scheduling.
25.03.2025 06:57
π 1
π 0
π¬ 1
π 0
In case youre wondering why this thread looks suspiciously like a bunch of screenshots from a presentation...
I'll be chatting about this project at the INFORMs Computing Society Conference in the debate room at 3. Come say hi!
16.03.2025 17:50
π 1
π 0
π¬ 0
π 0
More broadly, this is a first step towards a new paradigm where we can exploit natural language information to do better algorithm configuration and design! There's tons of exciting open problems towards this goal (reach out if you're interested!).
16.03.2025 17:49
π 1
π 0
π¬ 0
π 0
Surprisingly, we can get high performing configurations from our framework - outperforming solver defaults on a number of real world problems, without solving a single MILP!
16.03.2025 17:48
π 0
π 0
π¬ 1
π 0
We introduce a LLM based framework with some algorithmic bells and whistles (ensembling, solver specific context...) to capitalize on LLM strengths while addressing these challenges.
16.03.2025 17:47
π 0
π 0
π¬ 1
π 0
Unfortunately, LLMs aren't a natural fit for configuration. Parameters are problem specific, LLMs have stochastic outputs, and frankly - it's a tough problem!
16.03.2025 17:46
π 0
π 0
π¬ 1
π 0
Can we get better problem-specific solver configurations without the big computational price tag?
In this paper we show that we can thanks to Large Language Models! Why LLMs? They can identify useful optimization structure and have a lot of built in math programming knowledge!
16.03.2025 17:44
π 1
π 1
π¬ 1
π 0
MILP solvers ship with a ton of parameters that can have a massive impact on solver performance (over 70% for separator configuration alone!), but are notoriously difficult to set.
Existing approaches for algorithm configuration require solving a ton of MILPs leading to days of compute.
16.03.2025 17:41
π 1
π 0
π¬ 2
π 0
The foundations of Americaβs prosperity are being dismantled
Federal scientists warn that Americans could feel the effects of the new administration's devastating cuts for decades to come
For decades, the US government has painstakingly kept American science #1 globallyβand every facet of American life has improved because of it. The internet? Flu shot? Ozempic? All grew out of federally-funded research. Now all that's being dismantled. 1/ www.technologyreview.com/2025/02/21/1...
21.02.2025 13:00
π 3020
π 1512
π¬ 79
π 116
"Not a step back"
Possibly --- even a step _forward_?
/s
12.02.2025 21:10
π 3
π 1
π¬ 1
π 0