← Search

Jiarong Jiang

9 accepted papers

2026

R-WoM: Retrieval-augmented World Model For Computer-use Agents

ICLR 2026poster

Large Language Models (LLMs) can serve as world models to enhance agent decision-making in digital environments by simulating future states and predicting action outcomes, potentially eliminating costly trial-and-error exploration. However, this capability is fundamentally limited by LLM’s tendency…

Cited by 0SourceScholar
2025

Automated Composition of Agents: A Knapsack Approach for Agentic Component Selection

NeurIPS 2025poster

Designing effective agentic systems requires the seamless composition and integration of agents, tools, and models within dynamic and uncertain environments. Most existing methods rely on static, semantic retrieval approaches for tool or agent discovery. However, effective reuse and composition of e…

Cited by 0SourceScholar
2025

On Synthetic Data Strategies for Domain-Specific Generative Retrieval

ACL 2025long

This paper investigates synthetic data generation strategies in developing generative retrieval models for domain-specific corpora, thereby addressing the scalability challenges inherent in manually annotating in-domain queries. We study the data strategies for a two-stage training framework: in the…

2025

PRACTIQ: A Practical Conversational Text-to-SQL dataset with Ambiguous and Unanswerable Queries

NAACL 2025long

Previous text-to-SQL datasets and systems have primarily focused on user questions with clear intentions that can be answered. However, real user questions can often be ambiguous with multiple interpretations or unanswerable due to a lack of relevant data. In this work, we construct a practical conv…

2024

RAGChecker: A Fine-grained Framework for Diagnosing Retrieval-Augmented Generation

NeurIPS 2024poster

Despite Retrieval-Augmented Generation (RAG) has shown promising capability in leveraging external knowledge, a comprehensive evaluation of RAG systems is still challenging due to the modular nature of RAG, evaluation of long-form responses and reliability of measurements. In this paper, we propose…

2023

Dr.Spider: A Diagnostic Evaluation Benchmark towards Text-to-SQL Robustness

ICLR 2023top-5%

Neural text-to-SQL models have achieved remarkable performance in translating natural language questions into SQL queries. However, recent studies reveal that text-to-SQL models are vulnerable to task-specific perturbations. Previous curated robustness test sets usually focus on individual phenomena…

Cited by 22SourcePDFScholar
2023

Importance of Synthesizing High-quality Data for Text-to-SQL Parsing

ACL 2023findings

There has been increasing interest in synthesizing data to improve downstream text-to-SQL tasks. In this paper, we examined the existing synthesized datasets and discovered that state-of-the-art text-to-SQL algorithms did not further improve on popular benchmarks when trained with augmented syntheti…

2022

Generation-Focused Table-Based Intermediate Pre-training for Free-Form Question Answering

AAAI 2022technical

Question answering over semi-structured tables has attracted significant attention in the NLP community. However, most of the existing work focus on questions that can be answered with short-form answer, i.e. the answer is often a table cell or aggregation of multiple cells. This can mismatch wit…

2022

Improving Text-to-SQL Semantic Parsing with Fine-grained Query Understanding

EMNLP 2022industry

Most recent research on Text-to-SQL semantic parsing relies on either parser itself or simple heuristic based approach to understand natural language query (NLQ). When synthesizing a SQL query, there is no explicit semantic information of NLQ available to the parser which leads to undesirable genera…

Cited by 3SourcePDFScholar