← Search

Nicholas Monath

24 accepted papers

2025

Fundamental Limits of Perfect Concept Erasure

AISTATS 2025poster

Concept erasure is the task of erasing information about a concept (e.g., gender or race) from a representation set while retaining the maximum possible utility -- information from original representations. Concept erasure is useful in several applications, such as removing sensitive concepts to ach…

Cited by 0SourcecodeScholar
2025

PRISM: Efficient Long-Range Reasoning With Short-Context LLMs

EMNLP 2025

Long-range tasks demand reasoning over long inputs. However, existing solutions are limited, e.g., long-context models require large compute budgets, parameter-efficient fine-tuning (PEFT) needs training data, and retrieval-augmented generation (RAG) entails complex task-specific designs. Though in-

Cited by 0SourcePDFScholar
2025

SIKeD: Self-guided Iterative Knowledge Distillation for Mathematical Reasoning

ACL 2025finding

Large Language Models (LLMs) can transfer their reasoning skills to smaller models by teaching them to generate the intermediate reasoning process required to solve multistep reasoning tasks. While LLMs can accurately solve reasoning tasks through a variety of strategies, even without fine-tuning, s…

2024

A Fresh Take on Stale Embeddings: Improving Dense Retriever Training with Corrector Networks

ICML 2024poster

In dense retrieval, deep encoders provide embeddings for both inputs and targets, and the softmax function is used to parameterize a distribution over a large number of candidate targets (e.g., textual passages for information retrieval). Significant challenges arise in training such encoders in the…

Cited by 0SourcePDFScholar
2024

Adaptive Retrieval and Scalable Indexing for k-NN Search with Cross-Encoders

ICLR 2024poster

Cross-encoder (CE) models which compute similarity by jointly encoding a query-item pair perform better than using dot-product with embedding-based models (dual-encoders) at estimating query-item relevance. Existing approaches perform k-NN search with cross-encoders by approximating the CE similarit…

Cited by 0SourcePDFScholar
2024

Analysis of Plan-based Retrieval for Grounded Text Generation

EMNLP 2024main

In text generation, hallucinations refer to the generation of seemingly coherent text that contradicts established knowledge. One compelling hypothesis is that hallucinations occur when a language model is given a generation task outside its parametric knowledge (due to rarity, recency, domain, etc.…

Cited by 1SourcePDFScholar
2024

Enhancing Group Fairness in Online Settings Using Oblique Decision Forests

ICLR 2024spotlight

Fairness, especially group fairness, is an important consideration in the context of machine learning systems. The most commonly adopted group fairness-enhancing techniques are in-processing methods that rely on a mixture of a fairness objective (e.g., demographic parity) and a task-specific objecti…

2024

Sequence Reducible Holdout Loss for Language Model Pretraining

COLING 2024main

Data selection techniques, which adaptively select datapoints inside the training loop, have demonstrated empirical benefits in reducing the number of gradient steps to train neural models. However, these techniques have so far largely been applied to classification. In this work, we study their app…

2023

Efficient k-NN Search with Cross-Encoders using Adaptive Multi-Round CUR Decomposition

EMNLP 2023short findings

Cross-encoder models, which jointly encode and score a query-item pair, are prohibitively expensive for direct k-nearest neighbor (k-NN) search. Consequently, k-NN search typically employs a fast approximate retrieval (e.g. using BM25 or dual-encoder vectors), followed by reranking with a cross-enco…

Cited by 0SourcecodeScholar
2023

Improving Dual-Encoder Training through Dynamic Indexes for Negative Mining

AISTATS 2023poster

Dual encoder models are ubiquitous in modern classification and retrieval. Crucial for training such dual encoders is an accurate estimation of gradients from the partition function of the softmax over the large output space; this requires finding negative targets that contribute most significantly…

Cited by 6SourcePDFScholar
2023

Robust Concept Erasure via Kernelized Rate-Distortion Maximization

NeurIPS 2023poster

Distributed representations provide a vector space that captures meaningful relationships between data instances. The distributed nature of these representations, however, entangles together multiple attributes or concepts of data instances (e.g., the topic or sentiment of a text, characteristics of…

2022

An Evaluative Measure of Clustering Methods Incorporating Hyperparameter Sensitivity

AAAI 2022technical

Clustering algorithms are often evaluated using metrics which compare with ground-truth cluster assignments, such as Rand index and NMI. Algorithm performance may vary widely for different hyperparameters, however, and thus model selection based on optimal performance for these metrics is discordant…

2022

Autoregressive Structured Prediction with Language Models

EMNLP 2022finding

Recent years have seen a paradigm shift in NLP towards using pretrained language models (PLM) for a wide range of tasks. However, there are many difficult design decisions to represent structures (e.g. tagged text, coreference chains) in a way such that they can be captured by PLMs. Prior work on st…

2022

Efficient Nearest Neighbor Search for Cross-Encoder Models using Matrix Factorization

EMNLP 2022main

Efficient k-nearest neighbor search is a fundamental task, foundational for many problems in NLP. When the similarity is measured by dot-product between dual-encoder vectors or L2-distance, there already exist many scalable and efficient search methods. But not so when similarity is measured by more…

2022

Entity Linking via Explicit Mention-Mention Coreference Modeling

NAACL 2022long

Learning representations of entity mentions is a core component of modern entity linking systems for both candidate generation and making linking predictions. In this paper, we present and empirically analyze a novel training approach for learning mention and entity representations that is based on…

2022

Interactive Correlation Clustering with Existential Cluster Constraints

ICML 2022spotlight

We consider the problem of clustering with user feedback. Existing methods express constraints about the input data points, most commonly through must-link and cannot-link constraints on data point pairs. In this paper, we introduce existential cluster constraints: a new form of feedback where users…

2022

Sublinear Time Approximation of Text Similarity Matrices

AAAI 2022technical

We study algorithms for approximating pairwise similarity matrices that arise in natural language processing. Generally, computing a similarity matrix for n data points requires Omega(n^2) similarity computations. This quadratic scaling is a significant bottleneck, especially when similarities are c…

2021

Capacity and Bias of Learned Geometric Embeddings for Directed Graphs

NeurIPS 2021poster

A wide variety of machine learning tasks such as knowledge base completion, ontology alignment, and multi-label classification can benefit from incorporating into learning differentiable representations of graphs or taxonomies. While vectors in Euclidean space can theoretically represent any graph,…

2021

Cluster Trellis: Data Structures & Algorithms for Exact Inference in Hierarchical Clustering

AISTATS 2021poster

Hierarchical clustering is a fundamental task often used to discover meaningful structures in data. Due to the combinatorial number of possible hierarchical clusterings, approximate algorithms are typically used for inference. In contrast to existing methods, we present novel dynamic-programming alg…

2021

Clustering-based Inference for Biomedical Entity Linking

NAACL 2021long

Due to large number of entities in biomedical knowledge bases, only a small fraction of entities have corresponding labelled training data. This necessitates entity linking models which are able to link mentions of unseen entities using learned representations of entities. Previous approaches link e…

Cited by 70SourcePDFScholar
2021

DAG-Structured Clustering by Nearest Neighbors

AISTATS 2021poster

Hierarchical clusterings compactly encode multiple granularities of clusters within a tree structure. Hierarchies, by definition, fail to capture different flat partitions that are not subsumed in one another. In this paper, we advocate for an alternative structure for representing multiple clusteri…

Cited by 3SourcePDFScholar
2021

Exact and approximate hierarchical clustering using A*

UAI 2021poster

Hierarchical clustering is a critical task in numerous domains. Many approaches are based on heuristics and the properties of the resulting clusterings are studied post hoc. However, in several applications, there is a natural cost function that can be used to characterize the quality of the cluster…

Cited by 5SourcePDFScholar
2019

Supervised Hierarchical Clustering with Exponential Linkage

ICML 2019oral

In supervised clustering, standard techniques for learning a pairwise dissimilarity function often suffer from a discrepancy between the training and clustering objectives, leading to poor cluster quality. Rectifying this discrepancy necessitates matching the procedure for training the dissimilarity…

2018

Compact Representation of Uncertainty in Clustering

NeurIPS 2018poster

For many classic structured prediction problems, probability distributions over the dependent variables can be efficiently computed using widely-known algorithms and data structures (such as forward-backward, and its corresponding trellis for exact probability distributions in Markov models). Howeve…

Cited by 12SourcePDFScholar