XL-HQL: A HQL query generation method via XLNet and column attention

IF 4.3 2区 计算机科学 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Information and Software Technology Pub Date : 2025-04-01 Epub Date: 2025-01-27 DOI:10.1016/j.infsof.2025.107674
Rongcun Wang , Yiqian Hou , Yuan Tian , Zhanqi Cui , Shujuan Jiang
{"title":"XL-HQL: A HQL query generation method via XLNet and column attention","authors":"Rongcun Wang ,&nbsp;Yiqian Hou ,&nbsp;Yuan Tian ,&nbsp;Zhanqi Cui ,&nbsp;Shujuan Jiang","doi":"10.1016/j.infsof.2025.107674","DOIUrl":null,"url":null,"abstract":"<div><h3>Context:</h3><div>Object-relational mapping (ORM) tools, like Hibernate, are widely used to facilitate the development of database applications by bridging the gap between object-oriented programming (OOP) and relational database management systems (DBMS). These ORM tools simplify the process of mapping OOP objects to relational tables, addressing issues of data inconsistency and performance. However, they also introduce the need to write queries in specific languages, such as Hibernate Query Language (HQL), to manage data interactions within the database.</div></div><div><h3>Objective:</h3><div>These query languages can be difficult to write and error-prone due to the complexities of accurately mapping object models to relational schema with intricate relationships and inheritance hierarchies. To mitigate this issue, a recent study introduced the task of automated HQL query generation, i.e., automatically generating HQL from program context (target method’s signature, properties, and optional method comments and call context). However, the existing solution, HQLgen, has shown limited performance, with an accuracy of 34.52%.</div></div><div><h3>Method:</h3><div>In this paper, we propose a novel HQL query generation approach named XL-HQL. XL-HQL aims to address two main challenges in HQL query generation: limited context information and large search space. Specifically, XL-HQL contains a pre-trained model-based encoder, rules defined to reduce search space, and a column-attention-enabled decoder, which is shown to be effective in SQL generation approaches.</div></div><div><h3>Result:</h3><div>To evaluate the effectiveness of XL-HQL, we designed and conducted experiments on an existing HQL query generation benchmark, which contains 24,118 HQL queries extracted from 3,481 open-source projects. The experimental results show that our approach achieves 66.93% and 64.47% accuracy on mixed and cross-project datasets, respectively, nearly doubling the performance of the state-of-the-art (SOTA) baseline.</div></div><div><h3>Conclusions:</h3><div>The application of pre-trained models that are suitable for handling long sequences for the HQL query generation task shows great potential. Moreover, the defined rules based on OOP knowledge are effective for reducing search space and improving the performance of the task.</div></div>","PeriodicalId":54983,"journal":{"name":"Information and Software Technology","volume":"180 ","pages":"Article 107674"},"PeriodicalIF":4.3000,"publicationDate":"2025-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Information and Software Technology","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0950584925000138","RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"2025/1/27 0:00:00","PubModel":"Epub","JCR":"Q2","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

Abstract

Context:

Object-relational mapping (ORM) tools, like Hibernate, are widely used to facilitate the development of database applications by bridging the gap between object-oriented programming (OOP) and relational database management systems (DBMS). These ORM tools simplify the process of mapping OOP objects to relational tables, addressing issues of data inconsistency and performance. However, they also introduce the need to write queries in specific languages, such as Hibernate Query Language (HQL), to manage data interactions within the database.

Objective:

These query languages can be difficult to write and error-prone due to the complexities of accurately mapping object models to relational schema with intricate relationships and inheritance hierarchies. To mitigate this issue, a recent study introduced the task of automated HQL query generation, i.e., automatically generating HQL from program context (target method’s signature, properties, and optional method comments and call context). However, the existing solution, HQLgen, has shown limited performance, with an accuracy of 34.52%.

Method:

In this paper, we propose a novel HQL query generation approach named XL-HQL. XL-HQL aims to address two main challenges in HQL query generation: limited context information and large search space. Specifically, XL-HQL contains a pre-trained model-based encoder, rules defined to reduce search space, and a column-attention-enabled decoder, which is shown to be effective in SQL generation approaches.

Result:

To evaluate the effectiveness of XL-HQL, we designed and conducted experiments on an existing HQL query generation benchmark, which contains 24,118 HQL queries extracted from 3,481 open-source projects. The experimental results show that our approach achieves 66.93% and 64.47% accuracy on mixed and cross-project datasets, respectively, nearly doubling the performance of the state-of-the-art (SOTA) baseline.

Conclusions:

The application of pre-trained models that are suitable for handling long sequences for the HQL query generation task shows great potential. Moreover, the defined rules based on OOP knowledge are effective for reducing search space and improving the performance of the task.
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
xml -HQL:一种通过XLNet和列关注生成HQL查询的方法
上下文:对象-关系映射(ORM)工具,如Hibernate,被广泛用于通过弥合面向对象编程(OOP)和关系数据库管理系统(DBMS)之间的差距来促进数据库应用程序的开发。这些ORM工具简化了将OOP对象映射到关系表的过程,解决了数据不一致和性能问题。然而,它们也引入了用特定语言(如Hibernate查询语言(HQL))编写查询的需求,以管理数据库中的数据交互。目标:由于将对象模型精确映射到具有复杂关系和继承层次结构的关系模式的复杂性,这些查询语言可能很难编写并且容易出错。为了缓解这个问题,最近的一项研究引入了自动生成HQL查询的任务,即从程序上下文(目标方法的签名、属性、可选方法注释和调用上下文)自动生成HQL。然而,现有的解决方案HQLgen的性能有限,准确率仅为34.52%。方法:本文提出了一种新的HQL查询生成方法——xml -HQL。xml -HQL旨在解决HQL查询生成中的两个主要挑战:有限的上下文信息和大的搜索空间。具体来说,xml - hql包含一个预先训练的基于模型的编码器、为减少搜索空间而定义的规则,以及一个支持列注意的解码器,这在SQL生成方法中是有效的。结果:为了评估xml -HQL的有效性,我们在现有的HQL查询生成基准上设计并进行了实验,该基准包含从3,481个开源项目中提取的24,118个HQL查询。实验结果表明,我们的方法在混合和跨项目数据集上分别达到66.93%和64.47%的准确率,几乎是最先进(SOTA)基线性能的两倍。结论:适合处理长序列HQL查询生成任务的预训练模型具有很大的应用潜力。此外,基于面向对象知识定义的规则对于减少搜索空间和提高任务性能是有效的。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 去求助
来源期刊
Information and Software Technology
Information and Software Technology 工程技术-计算机:软件工程
CiteScore
9.10
自引率
7.70%
发文量
164
审稿时长
9.6 weeks
期刊介绍: Information and Software Technology is the international archival journal focusing on research and experience that contributes to the improvement of software development practices. The journal''s scope includes methods and techniques to better engineer software and manage its development. Articles submitted for review should have a clear component of software engineering or address ways to improve the engineering and management of software development. Areas covered by the journal include: • Software management, quality and metrics, • Software processes, • Software architecture, modelling, specification, design and programming • Functional and non-functional software requirements • Software testing and verification & validation • Empirical studies of all aspects of engineering and managing software development Short Communications is a new section dedicated to short papers addressing new ideas, controversial opinions, "Negative" results and much more. Read the Guide for authors for more information. The journal encourages and welcomes submissions of systematic literature studies (reviews and maps) within the scope of the journal. Information and Software Technology is the premiere outlet for systematic literature studies in software engineering.
期刊最新文献
A survey of unit test case generation methods SLMFL: Structural and semantic fusion for fault localization based on Small Language Models Designing with Dev-X: A systematic mapping of Developer Experience interventions and their business impact Domain-aware graph neural networks for source code vulnerability detection A hybrid XGBoost and SHAP framework for prioritization and interaction analysis of factors driving metaverse adoption in an engineering context
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1