Tootfinder

Opt-in global Mastodon full text search. Join the index!

@arXiv_csCL_bot@mastoxiv.page
2025-08-21 08:07:29

Confidence Estimation for Text-to-SQL in Large Language Models
Sepideh Entezari Maleki, Mohammadreza Pourreza, Davood Rafiei
arxiv.org/abs/2508.14056

@arXiv_csCL_bot@mastoxiv.page
2025-08-19 11:41:00

CRED-SQL: Enhancing Real-world Large Scale Database Text-to-SQL Parsing through Cluster Retrieval and Execution Description
Shaoming Duan, Zirui Wang, Chuanyi Liu, Zhibin Zhu, Yuhao Zhang, Peiyi Han, Liang Yan, Zewu Penge
arxiv.org/abs/2508.12769

@philip@mastodon.mallegolhansen.com
2025-08-20 03:20:21

@… Wait until you hear how some whackos pronounce SQL.

@arXiv_csAI_bot@mastoxiv.page
2025-08-19 14:11:56

Crosslisted article(s) found for cs.AI. arxiv.org/list/cs.AI/new
[9/10]:
- CRED-SQL: Enhancing Real-world Large Scale Database Text-to-SQL Parsing through Cluster Retrieval...
Shaoming Duan, Zirui Wang, Chuanyi Liu, Zhibin Zhu, Yuhao Zhang, Peiyi Han, Liang Yan, Zewu Penge

@arXiv_quantph_bot@mastoxiv.page
2025-08-19 11:34:10

Quantum Phase Estimation Beyond the Gaussian Limit
Kimin Park, Tanjung Krisnanda, Yvonne Gao, Radim Filip
arxiv.org/abs/2508.13046 arxiv.or…

@rperezrosario@mastodon.social
2025-07-18 05:58:55

Software developer Heval Hazal Kurt discusses the pros and cons of relational databases, in comparison with their document-based counterparts, in this July 2025 article. Polyglot systems combining both paradigms are discussed as an ideal solution to differing data access needs within a same project.
"When to Choose NoSQL Over SQL"

Image from Microsoft SwiftKey Keyboard
@xtaran@chaos.social
2025-07-17 16:28:29

PSA for #mechanicalkeyboard enthusiasts who are also using #SQL:
group buy ≠ groupby
(SCNR)

@arXiv_csDB_bot@mastoxiv.page
2025-06-18 08:09:37

LLM-Driven Data Generation and a Novel Soft Metric for Evaluating Text-to-SQL in Aviation MRO
Patrick Sutanto, Jonathan Kenrick, Max Lorenz, Joan Santoso
arxiv.org/abs/2506.13785

@arXiv_csDB_bot@mastoxiv.page
2025-06-17 09:28:39

Datrics Text2SQL: A Framework for Natural Language to SQL Query Generation
Tetiana Gladkykh, Kyrylo Kirykov
arxiv.org/abs/2506.12234

@arXiv_csLG_bot@mastoxiv.page
2025-06-25 07:36:59

HI-SQL: Optimizing Text-to-SQL Systems through Dynamic Hint Integration
Ganesh Parab, Zishan Ahmad, Dagnachew Birru
arxiv.org/abs/2506.18916

@rasterweb@mastodon.social
2025-07-14 12:51:29

Today’s ride was 8.3 miles… nothing too exciting to report. (In other news I’ve been relearning SQL to pull data from the RunGap SQLite database.)
#biking #bikeTooter #mke

Map of a bike ride.
Stats from a bike ride.
@arXiv_csPL_bot@mastoxiv.page
2025-06-03 16:09:21

This arxiv.org/abs/2505.14690 has been replaced.
initial toot: mastoxiv.page/@arXiv_csPL_…

@arXiv_csCL_bot@mastoxiv.page
2025-07-08 13:50:31

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
arxiv.org/abs/2507.04701

@arXiv_csDB_bot@mastoxiv.page
2025-08-21 10:21:36

Crosslisted article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- Confidence Estimation for Text-to-SQL in Large Language Models
Sepideh Entezari Maleki, Mohammadreza Pourreza, Davood Rafiei

@JGraber@mastodon.social
2025-07-01 18:51:23

Little #SQLServer Tricks: Fix a Database Stuck in Restoring Mode
improveandrepeat.com/2025/07/l

@arXiv_csCR_bot@mastoxiv.page
2025-08-11 09:23:39

Leveraging large language models for SQL behavior-based database intrusion detection
Meital Shlezinger, Shay Akirav, Lei Zhou, Liang Guo, Avi Kessel, Guoliang Li
arxiv.org/abs/2508.05690

@azonenberg@ioc.exchange
2025-06-02 18:15:09

Don't you love when you're trying to pwn something and stumble across a different bug than the one you were trying to find?
Some years ago I was trying to XSS a webapp and was confronted with a SQL error.
Turns out it *was* XSS-able, but you had to SQL-escape your javascript first.

@kurtsh@mastodon.social
2025-07-05 08:20:55

Note to self: Look up the tech advisor for the movie "Jason Bourne".
#jasonbourne #sql

@arXiv_csSE_bot@mastoxiv.page
2025-06-16 10:15:59

Invocable APIs derived from NL2SQL datasets for LLM Tool-Calling Evaluation
Benjamin Elder, Anupama Murthi, Jungkoo Kang, Ankita Rajaram Naik, Kiran Kate, Kinjal Basu, Danish Contractor
arxiv.org/abs/2506.11266

@michabbb@social.vivaldi.net
2025-07-13 20:41:17

🔧 Integrate tools to your agent in less than 10 lines of code - reuse between multiple agents or frameworks
💬 Query databases in plain English directly from your #IDE - no SQL writing needed

@arXiv_csDB_bot@mastoxiv.page
2025-08-12 08:09:42

SQL-Exchange: Transforming SQL Queries Across Domains
Mohammadreza Daviran, Brian Lin, Davood Rafiei
arxiv.org/abs/2508.07087 arxiv.org/pdf…

@bmariusz@techhub.social
2025-07-11 17:07:58

Day 16
Just published a deep dive into building a secure login page with Next.js, NestJS, JWT, and PostgreSQL.
- Email verification
- Role-based access control
- Subscription enforcement
- Token decoding in frontend
- SQL-level inserts for system roles
Includes full code snippets and explanation of the entire flow.
Perfect if you're working on full-stack apps with JavaScript, TypeScript, and SQL.

@usul@piaille.fr
2025-06-11 11:31:32

Focus and Context and LLMs | Taras' Blog on AI, Perf, Hacks
#AI

@datascience@genomic.social
2025-06-11 10:00:01

Im using case_when() quite a lot, case_match() is new to me: #rstats

@buercher@tooting.ch
2025-07-14 21:55:49

New chart library for SQL notebook belle-nuit.com/sql-notebook/in

@erc_bk@fosstodon.org
2025-05-29 14:02:20

Spark SQL pipe (|>) for Spark 4.0.0?!
issues.apache.org/jira/browse/

@arXiv_csCL_bot@mastoxiv.page
2025-07-31 09:40:51

SLM-SQL: An Exploration of Small Language Models for Text-to-SQL
Lei Sheng, Shuai-Shuai Xu
arxiv.org/abs/2507.22478 arxiv.org/pdf/2507.2247…

@samir@functional.computer
2025-06-06 08:26:13

@… This is very cool!
I did something similar for PostgreSQL last month.
codeberg.org/ooble/tremuloides

@arXiv_csDB_bot@mastoxiv.page
2025-07-16 07:32:41

SQLord: A Robust Enterprise Text-to-SQL Solution via Reverse Data Generation and Workflow Decomposition
Song Cheng, Qiannan Cheng, Linbo Jin, Lei Yi, Guannan Zhang
arxiv.org/abs/2507.10629

@arXiv_csIR_bot@mastoxiv.page
2025-08-11 09:50:29

Improving Table Retrieval with Question Generation from Partial Tables
Hsing-Ping Liang, Che-Wei Chang, Yao-Chung Fan
arxiv.org/abs/2508.06168

@bencurthoys@mastodon.social
2025-06-03 11:53:33

It's the year 2025 and Microsoft have released version 21 (Twenty One!) of Sql Server Management Studio and apparently they've lost the secret to the technology that makes it so that when you double click a file to open it, it doesn't start a whole new instance but instead opens the file in the running instance
I mean you read the stories about how NASA forgot how to be able to read the tapes full of Mars data or whatever but you don't expect it to happen to something y…

@arXiv_csDB_bot@mastoxiv.page
2025-06-10 16:21:59

This arxiv.org/abs/2412.05561 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDB_…

@arXiv_csPL_bot@mastoxiv.page
2025-08-05 16:42:00

Replaced article(s) found for cs.PL. arxiv.org/list/cs.PL/new
[1/1]:
- MCTS-SQL: Light-Weight LLMs can Master the Text-to-SQL through Monte Carlo Tree Search
Shuozhi Yuan, Limin Chen, Miaomiao Yuan, Jin Zhao

@soundclamp@mastodon.xyz
2025-06-25 22:40:56

My experience is limited to ASP.NET, SQL, and some Python at a Fortune 500 company, so take this with a grain of salt. When he talks about agents, it sounds like automation to me. I’ve been writing jobs (or agents) for decades to run automated tasks on a schedule. If you want to add another point of failure into your job, knock yourself out. Also, I’m wary of encouraging neophytes to outsource work they don’t know how to do. That’s a recipe for disaster.

@arXiv_csDB_bot@mastoxiv.page
2025-07-09 08:26:22

SQLBarber: A System Leveraging Large Language Models to Generate Customized and Realistic SQL Workloads
Jiale Lao, Immanuel Trummer
arxiv.org/abs/2507.06192

@michabbb@social.vivaldi.net
2025-07-29 15:19:02

tighten.com/insights/sql-gener

@buercher@tooting.ch
2025-07-14 06:46:59

SQL Notebook: Random cluster in PostScript
belle-nuit.com/sql-notebook/in

@arXiv_csCL_bot@mastoxiv.page
2025-08-07 10:25:24

Lightweight Transformers for Zero-Shot and Fine-Tuned Text-to-SQL Generation Using Spider
Chirag Seth, Utkarsh Singh
arxiv.org/abs/2508.04623

@arXiv_quantph_bot@mastoxiv.page
2025-06-11 10:17:05

Qymera: Simulating Quantum Circuits using RDBMS
Tim Littau, Rihan Hai
arxiv.org/abs/2506.08759 arxiv.org/pdf/2506.087…

@arXiv_csDB_bot@mastoxiv.page
2025-07-10 08:18:51

Interactive Text-to-SQL via Expected Information Gain for Disambiguation
Luyu Qiu, Jianing Li, Chi Su, Lei Chen
arxiv.org/abs/2507.06467

@arXiv_csDB_bot@mastoxiv.page
2025-06-13 07:24:50

GPU Acceleration of SQL Analytics on Compressed Data
Zezhou Huang, Krystian Sakowski, Hans Lehnert, Wei Cui, Carlo Curino, Matteo Interlandi, Marius Dumitru, Rathijit Sen
arxiv.org/abs/2506.10092

@arXiv_statAP_bot@mastoxiv.page
2025-06-23 09:03:09

Confidence Scoring for LLM-Generated SQL in Supply Chain Data Extraction
Jiekai Ma, Yikai Zhao
arxiv.org/abs/2506.17203

@arXiv_csDB_bot@mastoxiv.page
2025-08-13 08:29:52

E3-Rewrite: Learning to Rewrite SQL for Executability, Equivalence,and Efficiency
Dongjie Xu, Yue Cui, Weijie Shi, Qingzhi Ma, Hanghui Guo, Jiaming Li, Yao Zhao, Ruiyuan Zhang, Shimin Di, Jia Zhu, Kai Zheng, Jiajie Xu
arxiv.org/abs/2508.09023

@arXiv_csCR_bot@mastoxiv.page
2025-06-06 09:40:09

This arxiv.org/abs/2506.03308 has been replaced.
initial toot: mastoxiv.page/@arXiv_csCR_…

@arXiv_csCL_bot@mastoxiv.page
2025-08-01 10:14:51

Text-to-SQL Task-oriented Dialogue Ontology Construction
Renato Vukovic, Carel van Niekerk, Michael Heck, Benjamin Ruppik, Hsien-Chin Lin, Shutong Feng, Nurul Lubis, Milica Gasic
arxiv.org/abs/2507.23358

@arXiv_csDB_bot@mastoxiv.page
2025-06-25 07:48:20

SWE-SQL: Illuminating LLM Pathways to Solve User SQL Issues in Real-World Applications
Jinyang Li, Xiaolong Li, Ge Qu, Per Jacobsson, Bowen Qin, Binyuan Hui, Shuzheng Si, Nan Huo, Xiaohan Xu, Yue Zhang, Ziwei Tang, Yuanshuai Li, Florensia Widjaja, Xintong Zhu, Feige Zhou, Yongfeng Huang, Yannis Papakonstantinou, Fatma Ozcan, Chenhao Ma, Reynold Cheng

@arXiv_csDB_bot@mastoxiv.page
2025-08-18 11:02:37

Replaced article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- EllieSQL: Cost-Efficient Text-to-SQL with Complexity-Aware Routing
Yizhang Zhu, Runzhi Jiang, Boyan Li, Nan Tang, Yuyu Luo

@buercher@tooting.ch
2025-07-07 14:27:02

SQL Notebook pattern fill
belle-nuit.com/sql-notebook/in

@arXiv_csCL_bot@mastoxiv.page
2025-07-11 13:26:47

Replaced article(s) found for cs.CL. arxiv.org/list/cs.CL/new
[3/3]:
- Structure Guided Large Language Model for SQL Generation
Qinggang Zhang, Hao Chen, Junnan Dong, Shengyuan Chen, Feiran Huang, Xiao Huang

@arXiv_csDB_bot@mastoxiv.page
2025-06-04 07:19:58

A Learned Cost Model-based Cross-engine Optimizer for SQL Workloads
Andr\'as Strausz, Niels Pardon, Ioana Giurgiu
arxiv.org/abs/2506.02802

@arXiv_csIR_bot@mastoxiv.page
2025-06-23 09:44:00

eSapiens: A Real-World NLP Framework for Multimodal Document Understanding and Enterprise Knowledge Processing
Isaac Shi, Zeyuan Li, Wenli Wang, Lewei He, Yang Yang, Tianyu Shi
arxiv.org/abs/2506.16768

@buercher@tooting.ch
2025-08-10 17:07:12

Random Optical 6
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-08-07 07:40:54

Raqlet: Cross-Paradigm Compilation for Recursive Queries
Amir Shaikhha, Youning Xia, Meisam Tarabkhah, Jazal Saleem, Anna Herlihy
arxiv.org/abs/2508.03978

@arXiv_csDB_bot@mastoxiv.page
2025-06-04 13:32:54

This arxiv.org/abs/2505.19988 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDB_…

@arXiv_csDB_bot@mastoxiv.page
2025-07-29 09:08:11

A Functional Data Model and Query Language is All You Need
Jens Dittrich
arxiv.org/abs/2507.20671 arxiv.org/pdf/2507.20671

@michabbb@social.vivaldi.net
2025-07-29 15:19:01

#SQL Generated Columns & Views in #Laravel #php #mysql

@arXiv_csCL_bot@mastoxiv.page
2025-06-03 08:19:46

Reasoning-Table: Exploring Reinforcement Learning for Table Reasoning
Fangyu Lei, Jinxiang Meng, Yiming Huang, Tinghong Chen, Yun Zhang, Shizhu He, Jun Zhao, Kang Liu
arxiv.org/abs/2506.01710

@buercher@tooting.ch
2025-06-01 12:34:08

Plots in SQL Notebook
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-05-30 07:16:53

TailorSQL: An NL2SQL System Tailored to Your Query Workload
Kapil Vaidya, Jialin Ding, Sebastian Kosak, David Kernert, Chuan Lei, Xiao Qin, Abhinav Tripathy, Ramesh Balan, Balakrishnan Narayanaswamy, Tim Kraska
arxiv.org/abs/2505.23039

@buercher@tooting.ch
2025-05-30 23:56:47

SQL notebook can now also do mathematical notation
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-05-29 07:17:12

Query, Don't Train: Privacy-Preserving Tabular Prediction from EHR Data via SQL Queries
Josefa Lia Stoisser, Marc Boubnovski Martell, Kaspar M\"artens, Lawrence Phillips, Stephen Michael Town, Rory Donovan-Maiye, Julien Fauqueur
arxiv.org/abs/2505.21801

@arXiv_csCL_bot@mastoxiv.page
2025-07-31 09:59:21

Beyond Natural Language Plans: Structure-Aware Planning for Query-Focused Table Summarization
Weijia Zhang, Songgaojun Deng, Evangelos Kanoulas
arxiv.org/abs/2507.22829

@buercher@tooting.ch
2025-08-01 19:26:55

How to use Linux on iPad to convert PNG to GIF
This is a proof of concept. When you create animations in PostScript on SQL Notebook, you can download the PNG images as ZIP file.
Now, If I installed Linux and ffmpeg on iPad, would that work? As a matter of fact, I will show you that it is possible, but it is very slow.
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-08-05 16:39:39

Replaced article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- MCTS-SQL: Light-Weight LLMs can Master the Text-to-SQL through Monte Carlo Tree Search
Shuozhi Yuan, Limin Chen, Miaomiao Yuan, Jin Zhao

@buercher@tooting.ch
2025-07-07 20:54:53

While I was browsing for LaTeX samples of charts, I found this periodic table of elements and was quite surprised looking at the complexity of the source code. I thought PostScript could do more readable code.
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-05-30 07:16:56

LINEAGEX: A Column Lineage Extraction System for SQL
Shi Heng Zhang, Zhengjie Miao, Jiannan Wang
arxiv.org/abs/2505.23133

@buercher@tooting.ch
2025-07-29 16:11:53

SQL notebook: rounded polygons
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-06-10 07:27:42

QUITE: A Query Rewrite System Beyond Rules with LLM Agents
Yuyang Song, Hanxu Yan, Jiale Lao, Yibo Wang, Yufei Li, Yuanchun Zhou, Jianguo Wang, Mingjie Tang
arxiv.org/abs/2506.07675

@arXiv_csDB_bot@mastoxiv.page
2025-07-11 12:18:26

Replaced article(s) found for cs.DB. arxiv.org/list/cs.DB/new
[1/1]:
- Structure Guided Large Language Model for SQL Generation
Qinggang Zhang, Hao Chen, Junnan Dong, Shengyuan Chen, Feiran Huang, Xiao Huang

@buercher@tooting.ch
2025-07-28 12:05:54

SQL notebook 3D rendering
belle-nuit.com/sql-notebook/in

@arXiv_csDB_bot@mastoxiv.page
2025-05-30 09:51:22

This arxiv.org/abs/2505.21801 has been replaced.
initial toot: mastoxiv.page/@arXiv_csDB_…

@arXiv_csDB_bot@mastoxiv.page
2025-06-09 07:27:22

Training-Free Query Optimization via LLM-Based Plan Similarity
Nikita Vasilenko, Alexander Demin, Vladimir Boorlakov
arxiv.org/abs/2506.05853

@arXiv_csDB_bot@mastoxiv.page
2025-07-08 08:12:40

LLM4Hint: Leveraging Large Language Models for Hint Recommendation in Offline Query Optimization
Suchen Liu, Jun Gao, Yinjun Han, Yang Lin
arxiv.org/abs/2507.03384

@arXiv_csDB_bot@mastoxiv.page
2025-08-07 08:00:54

Rethinking Analytical Processing in the GPU Era
Bobbi Yogatama, Yifei Yang, Kevin Kristensen, Devesh Sarda, Abigale Kim, Adrian Cockcroft, Yu Teng, Joshua Patterson, Gregory Kimball, Wes McKinney, Weiwei Gong, Xiangyao Yu
arxiv.org/abs/2508.04701

@arXiv_csDB_bot@mastoxiv.page
2025-06-02 07:17:00

SSCard: Substring Cardinality Estimation using Suffix Tree-Guided Learned FM-Index
Yirui Zhan, Wen Nie, Jun Gao
arxiv.org/abs/2505.24312

@arXiv_csDB_bot@mastoxiv.page
2025-07-01 08:02:43

GaussMaster: An LLM-based Database Copilot System
Wei Zhou, Ji Sun, Xuanhe Zhou, Guoliang Li, Luyang Liu, Hao Wu, Tianyuan Wang
arxiv.org/abs/2506.23322

@arXiv_csDB_bot@mastoxiv.page
2025-07-25 07:35:41

An advanced AI driven database system
M. Tedeschi, S. Rizwan, C. Shringi, V. Devram Chandgir, S. Belich
arxiv.org/abs/2507.17778 arxiv.org/…

@arXiv_csDB_bot@mastoxiv.page
2025-06-23 09:30:49

PBench: Workload Synthesizer with Real Statistics for Cloud Analytics Benchmarking
Yan Zhou, Chunwei Liu, Bhuvan Urgaonkar, Zhengle Wang, Magnus Mueller, Chao Zhang, Songyue Zhang, Pascal Pfeil, Dominik Horn, Zhengchun Liu, Davide Pagano, Tim Kraska, Samuel Madden, Ju Fan
arxiv.org/abs/2506.16379