← Search

Mike Cafarella

5 accepted papers

2026

CONCUR: A Framework for Continual Constrained and Unconstrained Routing

ICLR 2026poster

AI tasks differ in complexity and are best addressed with different computation strategies (e.g., combinations of models and decoding methods). Hence, an effective routing system that maps tasks to the appropriate strategies is crucial. Most prior methods build the routing framework by training a *s…

Cited by 0SourceScholar
2026

KRAMABENCH: A Benchmark for AI Systems on Data-to-Insight Pipelines over Data Lakes

ICLR 2026poster

Discovering insights from a real-world data lake potentially containing unclean, semi-structured, and unstructured data requires a variety of data processing tasks, ranging from extraction and cleaning to integration, analysis, and modeling. This process often also demands domain knowledge and proje…

Cited by 0SourcecodeScholar
2026

Log-Augmented Generation: Scaling Test-Time Reasoning with Reusable Computation

ICLR 2026poster

While humans naturally learn and adapt from past experiences, large language models (LLMs) and their agentic counterparts often fail to retain reasoning from previous tasks and apply it in future contexts. We introduce **L**og-**A**ugmented **G**eneration (LAG), a novel framework that *directly reus…

Cited by 0SourcecodeScholar
2025

Can we Retrieve Everything All at Once? ARM: An Alignment-Oriented LLM-based Retrieval Method

ACL 2025long

Real-world open-domain questions can be complex, especially when answering them requires integrating information from multiple sources. Effectively identifying the necessary information involves *aligning* it with the available data and its organization. However, existing RAG solutions address the a…

Cited by 0SourcePDFScholar
2024

MDCR: A Dataset for Multi-Document Conditional Reasoning

EMNLP 2024finding

The same real-life questions posed to different individuals may lead to different answers based on their unique situations. For instance, whether a student is eligible for a scholarship depends on eligibility conditions, such as major or degree required. ConditionalQA was proposed to evaluate models…