paper-with-me

홈 › Papers

Structured Case-based Reasoning for Inference-time Adaptation of Text-to-SQL parsers

2023-01-10 · Abhijeet Awasthi, Soumen Chakrabarti, Sunita Sarawagi

Inference-time adaptation methods for semantic parsing are useful for leveraging examples from newly-observed domains without repeated fine-tuning. Existing approaches typically bias the decoder by simply concatenating input-output example pairs (cases) from the new domain at the encoder's input in a Seq-to-Seq model. Such methods cannot adequately leverage the structure of logical forms in the case examples. We propose StructCBR, a structured case-based reasoning approach, which leverages subtree-level similarity between logical forms of cases and candidate outputs, resulting in better decoder decisions. For the task of adapting Text-to-SQL models to unseen schemas, we show that exploiting case examples in a structured manner via StructCBR offers consistent performance improvements over prior inference-time adaptation methods across five different databases. To the best of our knowledge, we are the first to attempt inference-time adaptation of Text-to-SQL models, and harness trainable structured similarity between subqueries.

📄 PDF Abstract BibTeX arXiv:2301.04110

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSemantic ParsingText to SQLText-To-SQL

Similar Papers 제목 키워드 기반

Traffic-MLLM: Curiosity-Regularized Supervised Learning for Traffic Scenario Case-Based Reasoning

2025-09-14 · Waikit Xiu, Qiang Lu, Bingchen Liu, Chen Sun 외 arxiv

For safe and robust autonomous driving, decision-making systems must effectively leverage past experiences to handle the inherent long-tail of traffic scenarios. Case-Based Reasoning (CBR) provides a natural paradigm for…

Autonomous Driving

QU-NLP at QIAS 2026: Multi-Stage QLoRA Fine-Tuning for Arabic Islamic Inheritance Reasoning

2026-03-29 · Mohammad AL-Smadi arxiv

Islamic inheritance law (ilm al-mawarıth) presents a challenging domain for evaluating large language models' structured reasoning capabilities, requiring multi-step legal analysis, rule-based blocking decisions, and pre…

Domain AdaptationLegal Reasoning

DT-Guard: Intent-Driven Reasoning-Active Training for Reasoning-Free LLM Safety Guardrail

2026-07-07 · He Liu, Changtao Miao, Xinjie Yang, Tianle Song 외 arxiv

Large language models deployed in open-world applications require safety guardrails that are both robust to complex risks and efficient enough for low-latency runtime moderation. Existing guardrails face a practical trad…

Who Are They to Each Other? Multi-Agent Reasoning for Speaker Relationship Inference

2026-09-09 · Yaohan Guan, Yen-Ju Lu, Yuzhe Wang, Junhyeok Lee 외 arxiv

Inferring speaker relationships from spoken conversations is an important step towards socially aware speech understanding. However, this task remains underexplored, and supervised modeling is costly to train and scale. …

Binary Classification

ASDA: Automated Skill Distillation and Adaptation for Financial Reasoning

2026-03-17 · Tik Yu Yim, Wenting Tan, Sum Yee Chan, Tak-Wah Lam 외 arxiv

Adapting large language models (LLMs) to specialized financial reasoning typically requires expensive fine-tuning that produces model-locked expertise. Training-free alternatives have emerged, yet our experiments show th…

Arithmetic ReasoningDomain Adaptation