Is it possible to infer the probability distribution of an (infinitely) large language model (LM)♾🤖?
❗️Yes👀
Contrastive Decoding➖ simulate a huge LM and our Asymptotic Probability Decoding (APD📈) simulates an ∞ one! [1/N]🧵
#EMNLP2024 Oral
📜arxiv.org/abs/2411.01610
I think the conference reviewer guidelines should add one more step: ask an LLM to rebuttal your review and only keep the parts where you are not convinced by the LLM's rebuttal
Every non-autoregressive LM we picked up came with its own training script, dataloader, and eval code. so when a metric moved we couldn't tell if it was the new idea or the plumbing.
So we built xLM: one CLI and one harness for training, eval, and generation.
code: github.com/dhruvdcoder/xl…
pypi: pypi.org/project/xlm-co…
docs: dhruveshp.com/xlm-core/dev
demo paper: arxiv.org/abs/2512.17065
📍 Come say hi! We will be at "Bridging Research and Open Source," social at #ICML2026. COEX center, Seoul, rooms E1-E4 | 📅 Wed July 8, 19:00-21:00
🧵👇
Variable-length masked diffusion models (FlexMDM and friends) generate by inserting mask tokens into any gap and unmasking them. But the insertion/unmasking schedule is fixed and data-independent.
So the model has to learn to produce every sequence in every possible order. For structured data that's a huge waste of capacity.
How do you learn data-dependent insertion and unmasking orders without breaking tractable training? We propose LoFlexMDM, which does exactly that. 🧵👇
those of us in the information retrieval community have long known that implicit feedback, including cursor movement, is a strong way to derive preferences. this very nice work from umass brings some of this to contemporary conversational systems.
5/N To allow the researcher to study the complex interaction, we release the dataset IFLLM (Implicit Feedback for LLM) with 1336 multi-turn question answering from 59 MTurk workers🧑💻and all our codes in github.com/themehulpatwar…
See more details in arXiv: arxiv.org/abs/2606.20482
4/N Where do the improvements come from?
Our extensive analyses show that the mouse trajectories are especially helpful when users need to scroll through long responses.
Furthermore, the users, UI layouts, and response lengths all influence interaction patterns.
Where does the data flywheel⚙️♻️ of LLM service providers come from?
🚨Our latest paper shows that it could come from your mouse🖱️ and eyes👀!
With Jeffrey Gomez, @mehulpatwari_ , Aryan Sajith, @HamedZamani [1/N]🧵
PonderLM-2: Pretraining LLM with Latent Thoughts in Continuous Space (arxiv.org/abs/2509.23184)
This paper could be impactful. It might change the mainstream paradigm of LLM training and inference.
@orionweller Great work! This problem also exists in language models and sequential recommendation models. My PhD thesis focuses on solving this using multiple embeddings and pointer networks (#header-multifacet-embedding-LM" target="_blank" rel="nofollow noopener">ken77921.github.io/projects/#head…). Happy to see more and more people study this problem!
Instructions/reasoning are now everywhere in retrieval - we want embeddings to do it all! 🚀
But... is it even possible? 🤔
Turns out, it's not possible for single-vector models 😱 theoretically and empirically! To make it obvious we OSS a simple eval SoTA models flop on!
🧵
Preprint: Can we learn to reason for story generation (~100k tokens), without reward models?
Yes! We introduce an RLVR-inspired reward paradigm VR-CLI that correlates with human judgements of quality on the 'novel' task of Next-Chapter Prediction.
Paper: arxiv.org/abs/2503.22828
😃Very glad to see that our Softmax-CPR method, which will improve your recommendation model by ~20%, is formally integrated into RecBole v1.2.1, a very popular recommendation research framework. Try SASRecCPR (recbole.io/docs/user_guid…) and GRU4RecCPR (recbole.io/docs/user_guid…)!
📢 An excellent opportunity for PhD students in IR and NLP:
The Center for Intelligent Information Retrieval (CIIR) at the UMass Amherst is initiating an exciting Research Internship program for Summer 2025.
See the thread for more info. 👇
#SIGIR#NLProc