Anirudh Khatry's Avatar

Anirudh Khatry

@anirudhkhatry.bsky.social

CS PhD @utaustin.bsky.social

352 Followers  |  158 Following  |  10 Posts  |  Joined: 06.11.2024  |  2.2542

Latest posts by anirudhkhatry.bsky.social on Bluesky

A staircase in the new School of Computer, Data & Information Sciences building at Wisconsin Madison. Tan wood structures surround tapestry art and a small indoor garden.

A staircase in the new School of Computer, Data & Information Sciences building at Wisconsin Madison. Tan wood structures surround tapestry art and a small indoor garden.

A view from above of the staircases in the Wisconsin CDIS building

A view from above of the staircases in the Wisconsin CDIS building

An shot from below of winding wooden staircases and a glass atrium rooftop. The new School of Computer, Data & Information Sciences building at Wisconsin Madison.

An shot from below of winding wooden staircases and a glass atrium rooftop. The new School of Computer, Data & Information Sciences building at Wisconsin Madison.

A bicolor white cat with seal-colored markings, looking upwards with big wide dark eyes.

A bicolor white cat with seal-colored markings, looking upwards with big wide dark eyes.

It's the season for PhD apps!! πŸ₯§ πŸ¦ƒ β˜ƒοΈ ❄️

Apply to Wisconsin CS to research
- Societal impact of AI
- NLP ←→ CSS and cultural analytics
- Computational sociolinguistics
- Human-AI interaction
- Culturally competent and inclusive NLP
with me!

lucy3.github.io/prospective-...

11.11.2025 22:32 β€” πŸ‘ 31    πŸ” 9    πŸ’¬ 0    πŸ“Œ 0

#COLM2025 was one of my favorite conferences -- a really high fraction of interesting papers and people, but small enough to see everything!
Thank you to the organizers for putting it together!

13.10.2025 00:40 β€” πŸ‘ 17    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1
Post image Post image

How good are LLMs at πŸ”­ scientific computing and visualization πŸ”­?

AstroVisBench tests how well LLMs implement scientific workflows in astronomy and visualize results.

SOTA models like Gemini 2.5 Pro & Claude 4 Opus only match ground truth scientific utility 16% of the time. 🧡

02.06.2025 15:41 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 1    πŸ“Œ 4

Love this!

02.06.2025 15:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Current Continuation

We’ve started a podcast! @awsto.bsky.social and @samps.phd host β€œCurrent Continuation,” a little interview series with PL researchers. The first two episodes are with @ranjitjhala.bsky.social and @satnam6502.bsky.social. sigplan.org/cc/

02.06.2025 15:19 β€” πŸ‘ 24    πŸ” 11    πŸ’¬ 2    πŸ“Œ 0

Congratulations Kanishka!

02.06.2025 15:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Picture of the UT Tower taken by me on my first day at UT as a postdoc in 2023!

Picture of the UT Tower taken by me on my first day at UT as a postdoc in 2023!

NewsπŸ—žοΈ

I will return to UT Austin as an Assistant Professor of Linguistics this fall, and join its vibrant community of Computational Linguists, NLPers, and Cognitive Scientists!🀘

Excited to develop ideas about linguistic and conceptual generalization (recruitment details soon!)

02.06.2025 13:18 β€” πŸ‘ 66    πŸ” 8    πŸ’¬ 12    πŸ“Œ 2
Post image Post image

Evaluating language model responses on open-ended tasks is hard! πŸ€”

We introduce EvalAgent, a framework that identifies nuanced and diverse criteria πŸ“‹βœοΈ.

EvalAgent identifies πŸ‘©β€πŸ«πŸŽ“ expert advice on the web that implicitly address the user’s prompt πŸ§΅πŸ‘‡

22.04.2025 15:04 β€” πŸ‘ 22    πŸ” 5    πŸ’¬ 1    πŸ“Œ 2
Preview
CRUST-Bench: A Comprehensive Benchmark for C-to-safe-Rust Transpilation C-to-Rust transpilation is essential for modernizing legacy C code while enhancing safety and interoperability with modern Rust ecosystems. However, no dataset currently exists for evaluating whether ...

πŸ“„ Read the full paper:
CRUST-Bench: A Comprehensive Benchmark for C-to-safe-Rust Transpilation
arxiv.org/abs/2504.15254
Dataset: github.com/anirudhkhatr...
w/ @robertzhang.bsky.social , Jia Pan, @zetten.bsky.social, @jqchen.bsky.social, @gregdnlp.bsky.social, @idillig.bsky.social.

🧡[6/6]

23.04.2025 17:00 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1

Models often fail to:
1. Respect ownership rules
2. Infer type information
3. Follow idiomatic Rust interfaces
4. Preserve correct lifetimes
In the paper, we provide a taxonomy of common LLM mistakes.
🧡[5/6]

23.04.2025 17:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

We evaluate state-of-the-art closed-source LLMs (like o1, Claude-3.7, and Gemini-1.5-Pro), open-source models like QwQ-32B and virtuoso-32B, and the SWE-Agent on CRUST-Bench.
Even the best modelβ€”OpenAI's o1β€”passes only 15/100 tasks in a single-shot setting.
🧡[4/6]

23.04.2025 17:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

Our benchmark is the first to provide:
1. Rust tests
2. Rust interfaces, which are necessary for the transpiled code to work with the tests
3. A sizable number of real-scale transpilation problems.
🧡[3/6]

23.04.2025 17:00 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Transpiling C to Rust helps modernize legacy code with memory safety guarantees. CRUST-Bench evaluates whether transpilation methods yield safe, idiomatic Rust, using handcrafted interfaces and tests to ensure safety and validate correctness.
🧡[2/6]

23.04.2025 17:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

πŸš€Meet CRUST-Bench, a dataset for C-to-Rust transpilation for full codebases πŸ› οΈ
A dataset of 100 real-world C repositories across various domains, each paired with:
πŸ¦€ Handwritten safe Rust interfaces.
πŸ§ͺ Rust test cases to validate correctness.
🧡[1/6]

23.04.2025 17:00 β€” πŸ‘ 17    πŸ” 5    πŸ’¬ 1    πŸ“Œ 1
Post image

A bit of a mess around the conflict of COLM with the ARR (and to lesser degree ICML) reviews release. We feel this is creating a lot of pressure and uncertainty. So, we are pushing our deadlines:

Abstracts due March 22 AoE (+48hr)
Full papers due March 28 AoE (+24hr)

Plz RT πŸ™

20.03.2025 18:20 β€” πŸ‘ 37    πŸ” 31    πŸ’¬ 3    πŸ“Œ 2
Preview
The Allen Institute for AI

Come work with me!
We are looking to bring on more top talent to our language modeling workstream at @ai2.bsky.social building the open ecosystem. We are hiring:
* Research scientists
* Senior research engineers
* Post docs (Young investigators)
* Pre docs

job-boards.greenhouse.io/thealleninst...

25.02.2025 01:07 β€” πŸ‘ 56    πŸ” 15    πŸ’¬ 4    πŸ“Œ 0

🌟Job ad🌟 We (@gregdnlp.bsky.social, @mattlease.bsky.social and I) are hiring a postdoc fellow within the CosmicAI Institute, to do galactic work with LLMs and generative AI! If you would like to push the frontiers of foundation models to help solve myths of the universe, please apply!

25.02.2025 22:09 β€” πŸ‘ 13    πŸ” 7    πŸ’¬ 0    πŸ“Œ 3

encourage postdocs to apply πŸ‘‡

@soldaini.net, myself and others from @ai2.bsky.social have been helping in project & also learning a ton---continued pretraining, creating domain-specific training data & evals---to build foundation models that scientists can use. promising area for open source LMs!

25.02.2025 23:24 β€” πŸ‘ 9    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

three things are certain in life: death, taxes, and Claude switching to concise mode during US business hours

10.02.2025 17:17 β€” πŸ‘ 38    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0

Kudos to Usneek Singh. It was a pleasure to collaborate on this paper with the amazing folks at PROSE!

30.01.2025 05:09 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@ayushkhaitan.bluesky.social, Amitayush Thakur, and I are organizing an #AI4Math panel at the Joint Mathematics Meeting this month. Please spread the word among your math friends! We will post a summary of the discussion after the event.

04.01.2025 03:08 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Huge congrats to @prasannsinghal.bsky.social for being one of the 8 CRA Outstanding Undergraduate Researcher Award winners! It has been an absolute privilege to work with Prasann during his time at UT. (And he's applying for PhD programs this year...hint hint...)

Prasann's work 🧡

03.01.2025 14:37 β€” πŸ‘ 23    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

@andersmoeller.bsky.social and I are co-chairing OOPSLA'26 and soliciting PC nominations. If you'd like to serve on the OOPSLA PC next year or know anyone (e.g., recent graduate) who you think would do a good job, please nominate them here: forms.gle/NVnzjcmbshoL...

23.12.2024 20:43 β€” πŸ‘ 21    πŸ” 13    πŸ’¬ 2    πŸ“Œ 0
Post image Post image

The legendary Putnam math competition had its 85th edition yesterday. Coincidentally, George Tsoukalas will present our paper on PutnamBench, a next-generation #AI4Math benchmark, at #NeurIPS2024 this week: arxiv.org/abs/2407.11214.
If you work on frontier AI for math/reasoning, talk to George!

08.12.2024 20:03 β€” πŸ‘ 15    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

I'll be at #NeurIPS2024 w/

- @fcyin.bsky.social's LoFiT: using interp to improve fine-tuning (Weds pm poster & MINT spotlight talk Sun)
- @thomlake.bsky.social's analysis of Overton pluralism (Pluralistic alignment Sat)

Please reach out to me to chat about interp, factuality, reasoning, &c!

08.12.2024 20:38 β€” πŸ‘ 46    πŸ” 8    πŸ’¬ 1    πŸ“Œ 1
Post image

Excited to visit Columbia next week!

22.11.2024 02:30 β€” πŸ‘ 14    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0

I did a starter pack of ML/AI people at @utaustin.bsky.social Please distribute and feel free to self nominate!

go.bsky.app/QLQznZg

22.11.2024 09:25 β€” πŸ‘ 27    πŸ” 8    πŸ’¬ 2    πŸ“Œ 1

Yay!!! I’m one of the cool people!

16.11.2024 17:47 β€” πŸ‘ 10    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

We got an πŸ₯‚ Outstanding Paper Award!! Cannot be more grateful πŸ₯Ή This is super validating for our long pursuit of computational work on QUD.

Congrats to the amazing @yatingwu.bsky.social, Ritika Mangla, Alex Dimakis, @gregdnlp.bsky.social

15.11.2024 13:12 β€” πŸ‘ 60    πŸ” 9    πŸ’¬ 1    πŸ“Œ 0
Image of the linked website listing EMNLP paper titles, authors, and locations

Image of the linked website listing EMNLP paper titles, authors, and locations

I won't be at EMNLP, but come and see:
πŸ” Detecting factual errors from LLMs (Liyan Tang)
πŸ› οΈ Detect, critique, & refine pipeline (Manya Wadhwa and Lucy Zhao)
🏭 Synthetic data generation (Abhishek Divekar)
πŸ“„ Fact-checking (Aniruddh Sriram) at FEVER

t.co/fQbl0G7m23

(1st real post in the bluer skies!)

13.11.2024 03:46 β€” πŸ‘ 22    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

@anirudhkhatry is following 20 prominent accounts