paper-with-me

Papers

Database Reasoning Over Text

2021-06-02 · ACL 2021 5 · James Thorne, Majid Yazdani, Marzieh Saeidi, Fabrizio Silvestri, Sebastian Riedel, Alon Halevy

Neural models have shown impressive performance gains in answering queries from natural language text. However, existing works are unable to support database queries, such as "List/Count all female athletes who were born in 20th century", which require reasoning over sets of relevant facts with operations such as join, filtering and aggregation. We show that while state-of-the-art transformer models perform very well for small databases, they exhibit limitations in processing noisy data, numerical operations, and queries that aggregate facts. We propose a modular architecture to answer these database-style queries over multiple spans from text and aggregating these at scale. We evaluate the architecture using WikiNLDB, a novel dataset for exploring such queries. Our architecture scales to databases containing thousands of facts whereas contemporary models are limited by how many facts can be encoded. In direct comparison on small databases, our approach increases overall answer accuracy from 85% to 90%. On larger databases, our approach retains its accuracy whereas transformer baselines could not encode the context.

📄 PDF Abstract BibTeX arXiv:2106.01074

Code (1)

facebookresearch/NeuralDB 공식 구현 tf

Similar Papers 제목 키워드 기반

Toward Multi-Database Query Reasoning for Text2Cypher

2026-05-11 · Makbule Gulcin Ozsoy arxiv

Large language models have significantly improved natural language interfaces to databases by translating user questions into executable queries. In particular, Text2Cypher focuses on generating Cypher queries for graph …

Numerical Reasoning over Legal Contracts via Relational Database

2021-10-03 · NeurIPS Workshop DBAI 2021 12 · Jiani Huang, Ziyang Li, Ilias Fountalis, Mayur Naik

Numerical reasoning over text requires deep integration between the semantic understanding of the natural language context and the mathematical calculation of the symbolic terms. However, existing approaches are limited …

Cognitive Database: A Step towards Endowing Relational Databases with Artificial Intelligence Capabilities

2017-12-19 · Rajesh Bordawekar, Bortik Bandyopadhyay, Oded Shmueli

We propose Cognitive Databases, an approach for transparently enabling Artificial Intelligence (AI) capabilities in relational databases. A novel aspect of our design is to first view the structured data source as meanin…

A Data Source for Reasoning Embodied Agents

2023-09-14 · Jack Lanchantin, Sainbayar Sukhbaatar, Gabriel Synnaeve, Yuxuan Sun 외

Recent progress in using machine learning models for reasoning tasks has been driven by novel model architectures, large-scale pre-training protocols, and dedicated reasoning datasets for fine-tuning. In this work, to fu…

Monte Carlo Tree Search with Reasoning Path Refinement for Small Language Models in Conversational Text-to-NoSQL

2026-02-13 · Xubang Xiong, Raymond Chi-Wing Wong, Yuanfeng Song arxiv

NoSQL databases have been widely adopted in big data analytics, geospatial applications, and healthcare services, due to their flexibility and scalability. However, querying NoSQL databases requires specialized technical…