VLDB 2026 Research / reviewers in the wild / expert
Binbin Gu
dblp:177/7280
· DBLP profile ↗
17ranked-venue papers in the field
6as first author
9since 2021 · last 2026
0000-0002-4452-0038ORCID · corroborated
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 16 (6 first)Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | ImmortalChopper: Real-Time and Resilient Distributed Transactions in the Edge-Cloud
Juncheng Fang, Farzad Habibi, Binbin Gu, Faisal Nawab |
ICDE | 3 |
| 2025 | PoneglyphDB: Efficient Non-interactive Zero-Knowledge Proofs for Arbitrary SQL-Query VerificationabstractIn database applications involving sensitive data, the dual imperatives of data confidentiality and provable (verifiable) query processing are important. This paper introduces PoneglyphDB, a database system that leverages non-interactive zero-knowledge proofs (ZKP) to support both confidentiality and provability. Unlike traditional databases, PoneglyphDB enhances confidentiality by ensuring that raw data remains exclusively with the host, while also enabling verifying the correctness of query responses by providing proofs to clients. The main innovation in this paper is proposing efficient ZKP designs (called circuits) for basic operations in SQL query processing. These basic operation circuits are then combined to form ZKP circuits for larger, more complex queries. PoneglyphDB's circuits are carefully designed to be efficient by utilizing advances in cryptography such as PLONKish-based circuits, recursive proof composition techniques, and designing with low-order polynomial constraints. We demonstrate the performance of PoneglyphDB with the standard TPC-H benchmark. Our experimental results show that PoneglyphDB can efficiently achieve both confidentiality and provability, outperforming existing state-of-the-art ZKP methods. Binbin Gu, Juncheng Fang, Faisal Nawab |
Proc. ACM Manag. Data | 1 |
| 2024 | zk-Oracle: trusted off-chain compute and storage for decentralized applicationsabstractAbstract Blockchain and Decentralized Applications (DApps) are increasingly important for creating trust and transparency in data storage and computation. However, on-chain transactions are often costly and slow. To overcome this challenge, off-chain nodes can be used to store and compute data. Unfortunately, this introduces the risk of untrusted nodes. To address this, authenticated data structures have been proposed, however, this ignores the compute of data from the raw data. We tackle this challenge by introducing zk-Oracle, which provides an efficient and trusted compute and storage off-chain. There is a challenge in using zero-knowledge proofs (zk-proof for short), which is the large proof generation time. We aim to overcome it with novel designs in zk-Oracle. zk-Oracle builds on zk-proofs technologies to achieve two goals. First, the computation of data structures from raw data and the corresponding proof generation is improved in terms of performance. Second, the verification on-chain is inexpensive and fast. Our experiments show that we can speed up zk-proof generation by up to $$550 \times $$ 550 × faster than the baseline method. Binbin Gu, Faisal Nawab |
Distributed Parallel Databases | 1 |
| 2024 | RollStore: Hybrid Onchain-Offchain Data Indexing for Blockchain ApplicationsabstractThe interest in building blockchain Decentralized Applications (DApps) has been growing over the past few years. DApps are implemented as smart contracts which are programs that are maintained by a blockchain network. Building DApps, however, faces many challenges—most notably the performance and monetary overhead of writing to blockchain smart contracts. To overcome this challenge, many DApp developers have explored utilizingoff-chainresources—nodes outside of the blockchain network—to offload part of the processing and storage. In this paper, we propose RollStore, a data indexing solution for hybrid onchain-offchain DApps. RollStore provides efficiency in terms of reduced cost and latency, as well as security in terms of tolerating Byzantine (i.e., malicious) off-chain nodes. RollStore achieves this by: (1) a three-stage commitment strategy where each stage represents a point in a performance-security trade-off—i.e., the first stage is fast but less secure while the last stage is slower but more secure. (2) utilizing zero-knowledge (zk) proofs to enable the on-chain smart contract to verify off-chain operations with a small cost. (3) Combining Log-Structured Merge (LSM) trees and Merkle Mountain Range (MMR) trees to efficiently enable both access and verification of indexed data. We experimentally evaluate the cost and performance benefits of RollStore while comparing with BlockchainDB and BigChainDB. Binbin Gu, Faisal Nawab |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2023 | E2-NVM: A Memory-Aware Write Scheme to Improve Energy Efficiency and Write Endurance of NVMs using Variational Autoencoders
Saeed Kargar, Binbin Gu, Sangeetha Abdu Jyothi, Faisal Nawab |
EDBT | 2 |
| 2022 | Efficient Dynamic Clustering: Capturing Patterns from Historical Cluster Evolution
Binbin Gu, Saeed Kargar, Faisal Nawab |
EDBT | 1 |
| 2021 | Multimodal Named Entity Recognition with Image Attributes and Image Knowledge
Zhixu Li, Binbin Gu, Zhigang Chen 0003 |
DASFAA (2) | 3 |
| 2021 | HyperJOIE: Two-View Hyperbolic Knowledge Graph Embedding with Entities and Concepts Jointly
Binbin Gu, Jianfeng Qu, An Liu 0002, Lei Zhao 0001, Zhigang Chen 0003, Zhixu Li |
WISE (1) | 2 |
| 2021 | Improving the Quality of Web-Based Data Imputation With Crowd InterventionabstractData incompleteness is a common data quality problem in databases. Recent work proposes to retrieve missing string values from the World Wide Web for higher imputation recall, but on the other hand, takes the risk of introducing web noises into the imputation results. So far there lacks an effective way to control the quality of web-based data imputation, given the complexity of the quality model and lacking of enough ground truth data. In this article, an EM-based quality model is first built for web-based data imputation which investigates three key factors jointly, i.e., precision of web sources, correlation among web sources, and precision and recall of the employed extractors. However, the accuracy of the EM-based quality model could be harmed when the EM (Expectation Maximization) assumption that “the majority agree on the truth” does not hold in some cases. To solve this problem, we introduce crowd intervention to help improve the quality model. While a straightforward but expensive way is to let the crowd to identify all these undesirable cases and provide the right imputation values for these blanks, a most crowd-economic way is to select a small set of blanks for crowd-based imputation, whose results could help to adjust the EM-based quality model towards a better one. To achieve this, an adaptive blank selection strategy is proposed to select a sequence of blanks for crowd-based imputation. Also, we work on finding a proper time to stop further crowd intervention for the balance of crowd efficiency and quality improvement. Our experiments performed on three real world and one simulated data collections prove that the proposed quality model can effectively help improve the quality of the web-based imputation results by more than 15 percent, while our crowd cost saving strategy saves more than 75 percent crowd cost. Binbin Gu, Zhixu Li, An Liu 0002, Jiajie Xu 0001, Lei Zhao 0001, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2020 | SAEA: Self-Attentive Heterogeneous Sequence Learning Model for Entity Alignment
Binbin Gu, Zhixu Li, Pengpeng Zhao 0001, An Liu 0002, Lei Zhao 0001 |
DASFAA (1) | 2 |
| 2020 | Fine-Grained Entity Typing for Relation-Sparsity Entities
Lei Niu, Binbin Gu, Zhixu Li, Wei Chen 0070, Ying He 0010, Zhaoyin Zhang, Zhigang Chen 0003 |
DASFAA (2) | 2 |
| 2019 | Measuring Semantic Relatedness with Knowledge Association Network
Jiapeng Li 0007, Wei Chen 0070, Binbin Gu, Junhua Fang, Zhixu Li, Lei Zhao 0001 |
DASFAA (1) | 3 |
| 2018 | Diagnosing and Minimizing Semantic Drift in Iterative Bootstrapping ExtractionabstractSemantic drift is a common problem in iterative information extraction. Previous approaches for minimizing semantic drift may incur substantial loss in recall. We observe that most semantic drifts are introduced by a small number of questionable extractions in the earlier rounds of iterations. These extractions subsequently introduce a large number of questionable results, which lead to the semantic drift phenomenon. We call these questionable extractions Drifting Points (DPs). If erroneous extractions are the “symptoms” of semantic drift, then DPs are the “causes” of semantic drift. In this paper, we propose a method to minimize semantic drift by identifying the DPs and removing the effect introduced by the DPs. We use isA (concept-instance) extraction as an example to describe our approach in cleaning information extraction errors caused by semantic drift, but we perform experiments on different relation extraction processes on three large real data extraction collections. The experimental results show that our DP cleaning method enables us to clean around 90 percent incorrect instances or patterns with about 90 percent precision, which outperforms the previous approaches we compare with. Zhixu Li, Ying He 0010, Binbin Gu, An Liu 0002, Hongsong Li, Haixun Wang, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2017 | The Interaction Between Schema Matching and Record Matching in Data Integration (Extended Abstract)abstractSchema Matching (SM) and Record Matching (RM) are two necessary steps in integrating multiple relational tables of different schemas, where SM unifies the schemas and RM detects records referring to the same real-world entity. The two processes have been thoroughly studied separately, but few attention has been paid to the interaction of SM and RM. In this work we find that, even alternating them in a simple manner, SM and RM can benefit from each other to reach a better integration performance (i.e., in terms of precision and recall). Therefore, combining SM and RM is a promising solution for improving data integration. Binbin Gu, Zhixu Li, Xiangliang Zhang 0001, An Liu 0002, Guanfeng Liu 0001, Kai Zheng 0001, Lei Zhao 0001, Xiaofang Zhou 0001 |
ICDE | 1 |
| 2017 | The Interaction Between Schema Matching and Record Matching in Data IntegrationabstractSchema Matching (SM) and Record Matching (RM) are two necessary steps in integrating multiple relational tables of different schemas, where SM unifies the schemas and RM detects records referring to the same real-world entity. The two processes have been thoroughly studied separately, but few attention has been paid to the interaction of SM and RM. In this work, we find that, even alternating them in a simple manner, SM and RM can benefit from each other to reach a better integration performance (i.e., in terms of precision and recall). Therefore, combining SM and RM is a promising solution for improving data integration. To this end, we define novel matching rules for SM and RM, respectively, that is, every SM decision is made based on intermediate RM results, and vice versa, such that SM and RM can be performed alternately. The quality of integration is guaranteed by a Matching Likelihood Estimation model and the control of semantic drift, which prevent the effect of mismatch magnification. To reduce the computational cost, we design an index structure based on q-grams and a greedy search algorithm that can reduce around 90 percent overhead of the interaction. Extensive experiments on three data collections show that the combination and interaction between SM and RM significantly outperforms previous works that conduct SM and RM separately. Binbin Gu, Zhixu Li, Xiangliang Zhang 0001, An Liu 0002, Guanfeng Liu 0001, Kai Zheng 0001, Lei Zhao 0001, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2016 | CTextEM: Using Consolidated Textual Data for Entity Matching
Qiang Yang 0015, Zhixu Li, Binbin Gu, An Liu 0002, Guanfeng Liu 0001, Pengpeng Zhao 0001, Lei Zhao 0001 |
DASFAA (1) | 3 |
| 2016 | CrowdAidRepair: A Crowd-Aided Interactive Data Repairing Method
Zhixu Li, Binbin Gu, Qing Xie 0002, Jia Zhu 0003, Xiangliang Zhang 0001, Guoliang Li 0001 |
DASFAA (1) | 3 |