Replaced article(s) found for cs.DB. https://arxiv.org/list/cs.DB/new
[1/1]:
- Towards the Automated Extraction and Refactoring of NoSQL Schemas from Application Code
Carlos J. Fernandez-Candel, Anthony Cleve, Jesus J. Garc\'ia-Molina
BDIViz: An Interactive Visualization System for Biomedical Schema Matching with LLM-Powered Validation
Eden Wu, Dishita G Turakhia, Guande Wu, Christos Koutras, Sarah Keegan, Wenke Liu, Beata Szeitz, David Fenyo, Cl\'audio T. Silva, Juliana Freire
https://arxiv.org/abs/2507.16117
Making REST APIs Agent-Ready: From OpenAPI to Model Context Protocol Servers for Tool-Augmented LLMs
Meriem Mastouri, Emna Ksontini, Wael Kessentini
https://arxiv.org/abs/2507.16044
✍️ Handles challenging edge cases like handwritten text in multiple languages with remarkable accuracy where conventional systems completely fail
🎯 Advanced structured data extraction using custom schemas for specific information like financial figures, medical form data and checkbox interpretations
📋 Outputs clean #markdown format with comprehensive
XiYan-SQL: A Novel Multi-Generator Framework For Text-to-SQL
Yifu Liu, Yin Zhu, Yingqi Gao, Zhiling Luo, Xiaoxia Li, Xiaorong Shi, Yuntao Hong, Jinyang Gao, Yu Li, Bolin Ding, Jingren Zhou
https://arxiv.org/abs/2507.04701
Characterizing Small Circuit Classes from FAC^0 to FAC^1 via Discrete Ordinary Differential Equations
Melissa Antonelli, Arnaud Durand, Juha Kontinen
https://arxiv.org/abs/2506.23404
Retrieval-Augmented Generation of Ontologies from Relational Databases
Mojtaba Nayyeri, Athish A Yogi, Nadeen Fathallah, Ratan Bahadur Thapa, Hans-Michael Tautenhahn, Anton Schnurpel, Steffen Staab
https://arxiv.org/abs/2506.01232
Day 0:
TL;DR: Set up the basic foundations for a new system: database schema finalized, core backend modules scaffolded, and initial API contracts defined. The real work begins now.
No hype. Just building.
Today I worked on building the core backend infrastructure for a cloud-native insurance platform. Key points:
Modular microservices architecture based on NestJS
PostgreSQL schemas designed for flexibility — no hardcoded values, all dynamic
Using TypeScript w…