paper-with-me

Papers

WARBERT: A Hierarchical BERT-based Model for Web API Recommendation

2025-09-27 · Zishuo Xu, Yuhong Gu, Dezhong Yao arxiv

With the rise of Web 2.0 and microservices, the increasing availability of Web APIs has intensified the need for effective recommendation systems. Existing approaches are generally categorized into two methods: recommendation-type methods, which classify APIs using labels, and match-type methods, which retrieve APIs through matching with mashups. However, three significant challenges remain: 1) semantic ambiguities in comparing API and mashup descriptions, 2) a lack of progressive semantic refinement between mashup requirements and individual API descriptions, and 3) computational inefficiency of exhaustive mashup-API comparisons in large-scale repositories. To tackle these challenges, we propose WARBERT, a hierarchical model based on BERT for Web API recommendation. WARBERT utilizes dual-component feature fusion and attention mechanisms to create accurate semantic representations. It consists of WARBERT(R) for initial candidate filtering using recommendation methods, and WARBERT(M), which focuses on refined similarity matching. The final likelihood of an API-mashup pairing combines predictions from both components, with WARBERT(R) further enhanced by an auxiliary task of predicting mashup categories. Experiments conducted on the ProgrammableWeb dataset demonstrate WARBERT outperforms existing baselines, achieving notable improvements in both accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2509.23175

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Local Citation Recommendation with Hierarchical-Attention Text Encoder and SciBERT-based Reranking

2021-12-02 · Nianlong Gu, Yingqiang Gao, Richard H. R. Hahnloser

The goal of local citation recommendation is to recommend a missing reference from the local citation context and optionally also from the global context. To balance the tradeoff between speed and accuracy of citation re…

Citation RecommendationReranking

Pre-training of Graph Augmented Transformers for Medication Recommendation

2019-06-02 · Junyuan Shang, Tengfei Ma, Cao Xiao, Jimeng Sun

Medication recommendation is an important healthcare application. It is commonly formulated as a temporal prediction task. Hence, most existing works only utilize longitudinal electronic health records (EHRs) from a smal…

Language ModelingLanguage ModellingRepresentation LearningSelection bias

Exploiting Session Information in BERT-based Session-aware Sequential Recommendation

2022-04-22 · Jinseok Seol, Youngrok Ko, Sang-goo Lee

In recommendation systems, utilizing the user interaction history as sequential information has resulted in great performance improvement. However, in many online services, user interactions are commonly grouped by sessi…

Recommendation SystemsSequential Recommendation

Beyond 512 Tokens: Siamese Multi-depth Transformer-based Hierarchical Encoder for Long-Form Document Matching

2020-04-26 · Liu Yang, Mingyang Zhang, Cheng Li, Michael Bendersky 외

Many natural language processing and information retrieval problems can be formalized as the task of semantic matching. Existing work in this area has been largely focused on matching between short texts (e.g., question …

ClusteringFormInformation RetrievalLanguage Modeling+9

GReS: Graphical Cross-domain Recommendation for Supply Chain Platform

2022-09-02 · Zhiwen Jing, Ziliang Zhao, Yang Feng, Xiaochen Ma 외

Supply Chain Platforms (SCPs) provide downstream industries with numerous raw materials. Compared with traditional e-commerce platforms, data in SCPs is more sparse due to limited user interests. To tackle the data spars…