← Search

Lucas Maystre

10 accepted papers

2025

From Characters to Tokens: Dynamic Grouping with Hierarchical BPE

EMNLP 2025

Subword tokenization methods like Byte Pair Encoding (BPE) are widely used in large language models due to their balance of vocabulary compactness and representational power. However, they suffer from inefficiencies in representing rare words and require large embedding matrices. Character-level mod

Cited by 0SourcePDFScholar
2025

Incremental Sequence Classification with Temporal Consistency

NeurIPS 2025spotlight

We address the problem of incremental sequence classification, where predictions are updated as new elements in the sequence are revealed. Drawing on temporal-difference learning from reinforcement learning, we identify a temporal-consistency condition that successive predictions should satisfy. We…

Cited by 0SourceScholar
2024

Fast Interactive Search under a Scale-Free Comparison Oracle

UAI 2024poster

A comparison-based search algorithm lets a user find a target item $t$ in a database by answering queries of the form, “Which of items $i$ and $j$ is closer to $t$?” Instead of formulating an explicit query (such as one or several keywords), the user navigates towards the target via a sequence of su…

Cited by 0SourcePDFScholar
2022

Multistate analysis with infinite mixtures of Markov chains

UAI 2022poster

Driven by applications in clinical medicine and business, we address the problem of modeling trajectories over multiple states. We build on well-known methods from survival analysis and introduce a family of sequence models based on localized Bayesian Markov chains. We develop inference and predicti…

Cited by 0SourcePDFScholar
2021

Collaborative Classification from Noisy Labels

AISTATS 2021poster

We consider a setting where users interact with a collection of N items on an online platform. We are given class labels possibly corrupted by noise, and we seek to recover the true class of each item. We postulate a simple probabilistic model of the interactions between users and items, based on th…

Cited by 4SourcePDFScholar
2020

Scalable and Efficient Comparison-based Search without Features

ICML 2020poster

We consider the problem of finding a target object t using pairwise comparisons, by asking an oracle questions of the form “Which object from the pair (i,j) is more similar to t?”. Objects live in a space of latent features, from which the oracle generates noisy answers. First, we consider the non-b…

Cited by 7SourcePDFScholar
2017

Just Sort It! A Simple and Effective Approach to Active Preference Learning

ICML 2017poster

We address the problem of learning a ranking by using adaptively chosen pairwise comparisons. Our goal is to recover the ranking accurately but to sample the comparisons sparingly. If all comparison outcomes are consistent with the ranking, the optimal solution is to use an efficient sorting algorit…

Cited by 72SourcePDFScholar