y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#semantic-parsing News & Analysis

7 articles tagged with #semantic-parsing. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

7 articles
AIBullisharXiv – CS AI · Mar 57/10
🧠

Agentics 2.0: Logical Transduction Algebra for Agentic Data Workflows

Researchers have introduced Agentics 2.0, a Python framework for building enterprise-grade AI agent workflows using logical transduction algebra. The framework addresses reliability, scalability, and observability challenges in deploying agentic AI systems beyond research prototypes.

AINeutralarXiv – CS AI · Jun 26/10
🧠

SIRIUS-SQL: Anchoring Multi-Candidate Text-to-SQL in Execution Feedback

SIRIUS-SQL introduces a multi-candidate approach to Text-to-SQL generation that addresses redundancy, execution error classification, and selector limitations through difficulty-smoothing reinforcement learning, targeted repair mechanisms, and hybrid confidence-gated selection. The system achieves 75.88% accuracy on BIRD dev and 91.20% on SPIDER test, surpassing previous state-of-the-art multi-candidate systems.

AINeutralarXiv – CS AI · Jun 26/10
🧠

SkillPager: Query-Adaptive Intra-Skill Navigation via Semantic Node Retrieval

SkillPager is a novel retrieval framework that optimizes how large language model agents access long procedural documents by selecting minimal, execution-sufficient context from skill documents. The system achieves 78.89% sufficiency while reducing prompt tokens by 47.04% compared to full-document prompting, demonstrating that typed semantic granularity significantly improves efficiency in skill-based LLM agent systems.

AINeutralarXiv – CS AI · May 276/10
🧠

SEAL: Self-Evolving Agentic Learning for Conversational Question Answering over Knowledge Graphs

SEAL introduces a two-stage semantic parsing framework that combines large language models with agentic learning to improve conversational question answering over knowledge graphs. The system self-evolves through dialog history and execution feedback without retraining, achieving state-of-the-art results on complex multi-hop reasoning and aggregation tasks while reducing computational costs.

AINeutralarXiv – CS AI · Apr 156/10
🧠

Reasoning about Intent for Ambiguous Requests

Researchers propose a method for large language models to handle ambiguous user requests by generating structured responses that enumerate multiple valid interpretations with corresponding answers, trained via reinforcement learning with dual reward objectives for coverage and precision.

AINeutralarXiv – CS AI · Apr 146/10
🧠

Legal2LogicICL: Improving Generalization in Transforming Legal Cases to Logical Formulas via Diverse Few-Shot Learning

Researchers introduce Legal2LogicICL, an LLM-based framework that improves the conversion of natural-language legal cases into logical formulas through retrieval-augmented few-shot learning. The method addresses data scarcity in legal AI systems and introduces a new annotated dataset (Legal2Proleg) to advance interpretable legal reasoning without requiring model fine-tuning.

AIBullisharXiv – CS AI · Apr 76/10
🧠

GROUNDEDKG-RAG: Grounded Knowledge Graph Index for Long-document Question Answering

Researchers introduced GroundedKG-RAG, a new retrieval-augmented generation system that creates knowledge graphs directly grounded in source documents to improve long-document question answering. The system reduces resource consumption and hallucinations while maintaining accuracy comparable to state-of-the-art models at lower cost.