Skip to content

Commit 1625c35

Browse files
committed
Update papers
1 parent 35513df commit 1625c35

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pages/.publications.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,35 @@ papers:
3131
# abstract: ""
3232
# published: ""
3333

34+
2026:
35+
conference:
36+
37+
- title: "1-Bit Wonder: Improving QAT Performance in the Low-Bit Regime through K-Means Quantization"
38+
url: https://arxiv.org/abs/2602.15563
39+
date: 2026-02-17
40+
area: [low-precision]
41+
authors: "Sohir Maskey, Constantin Eichenberg, Johannes Messner, Douglas Orr"
42+
abstract: "Quantization-aware training (QAT) is an effective method to drastically reduce the memory footprint of LLMs while keeping performance degradation at an acceptable level. However, the optimal choice of quantization format and bit-width presents a challenge in practice. The full design space of quantization is not fully explored in the context of QAT, and the precise trade-off between quantization and downstream performance is poorly understood, as comparisons often rely solely on perplexity-based evaluations. In this work, we address these shortcomings with an empirical study of QAT in the low-bit regime. We show that k-means based weight quantization outperforms integer formats and can be implemented efficiently on standard hardware. Furthermore, we find that, under a fixed inference memory budget, the best performance on generative downstream tasks is achieved with 1-bit quantized weights."
43+
published: "Proceedings of the 43rd International Conference on Machine Learning"
44+
45+
workshop:
46+
47+
- title: "How to Train Your HRM"
48+
url: https://openreview.net/pdf?id=vlh0YAVdkF
49+
date: 2026-03-02
50+
area: [general-ml]
51+
authors: "Sam Olesker-Taylor, Erika Aranas, Michael Pearce, Luke Hudlass-Galley"
52+
abstract: "Hierarchical Reasoning Models (HRMs) are a recently proposed model architecture for solving complex reasoning tasks such as the Abstract and Reasoning Corpus (ARC-AGI) challenge: the objective is to learn an underlying transformation, demonstrated by example input-output pairs. The HRM learns transformations via supervised learning on the demonstration pairs. Each task involves an entirely new transformation, necessitating test-time training on the evaluation tasks. We investigate training curricula for HRMs to compensate for limited test-time compute, focused on three stages: offline pre-training on available training data; test-time fine-tuning on evaluation tasks; test-time, per-task `overfitting', in which a specialized model is trained for each task. Our results suggest that pre-training can offer early gains, which may not persist, and that fine-tuning on all tasks (training and evaluation) is optimal. The majority of test-time compute should be spent on fine-tuning, rather than overfitting—typically 2:1 or more."
53+
published: "ICLR'26 Workshop on Latent & Implicit Thinking"
54+
55+
- title: "UltRAG: a Universal Simple Scalable Recipe for Knowledge Graph RAG"
56+
url: https://arxiv.org/abs/2603.28773
57+
date: 2026-01-28
58+
area: [gnns]
59+
authors: "Dobrik Georgiev, Kheeran Naidu, Alberto Cattaneo, Federico Monti, Carlo Luschi, Daniel Justus"
60+
abstract: "Large language models (LLMs) frequently generate confident yet factually incorrect content when used for language generation (a phenomenon often known as hallucination). Retrieval augmented generation (RAG) tries to reduce factual errors by identifying information in a knowledge corpus and putting it in the context window of the model. While this approach is well-established for document-structured data, it is non-trivial to adapt it for Knowledge Graphs (KGs), especially for queries that require multi-node/multi-hop reasoning on graphs. We introduce ULTRAG, a general framework for retrieving information from Knowledge Graphs that shifts away from classical RAG. By endowing LLMs with off-the-shelf neural query executing modules, we highlight how readily available language models can achieve state-of-the-art results on Knowledge Graph Question Answering (KGQA) tasks without any retraining of the LLM or executor involved. In our experiments, ULTRAG achieves better performance when compared to state-of-the-art KG-RAG solutions, and it enables language models to interface with Wikidata-scale graphs (116M entities, 1.6B relations) at comparable or lower costs."
61+
published: "ICLR'26 Workshop on Memory for LLM-Based Agentic Systems"
62+
3463
2025:
3564
conference:
3665

0 commit comments

Comments
 (0)