← Search

Peter Baile Chen

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

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

Is Table Retrieval a Solved Problem? Exploring Join-Aware Multi-Table Retrieval

ACL 2024long

Retrieving relevant tables containing the necessary information to accurately answer a given question over tables is critical to open-domain question-answering (QA) systems. Previous methods assume the answer to such a question can be found either in a single table or multiple tables identified thro…

Cited by 15SourcePDFScholar
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…