Lizhen Xu

dblp:80/4131 · DBLP profile ↗
← Back
18ranked-venue papers in the field
0as first author
6since 2021 · last 2023
ORCID · conflict

Domains — venue-derived; a paper can count in several

Knowledge Engineering, Semantic Web & Information Systems · 16Database Systems & Data Management · 2
YearPublicationVenuePosition
2023 Jointly Learning Structure-Augmented Semantic Representation and Logical Rules for Knowledge Graph Completion
Jinxing Jiang, Lizhen Xu
WISA2
2022 Multi-granularity Chinese Text Matching Model Combined with Bidirectional Attention
Jiale Zhang 0002, Lizhen Xu
WISA3
2022 Multiple-Granularity Graph for Document-Level Relation Extraction
Jiale Zhang 0002, Lizhen Xu
WISA3
2021 Self-learning Tags and Hybrid Responses for Deep Knowledge Tracing
Lizhen Xu
WISA4
2021 Improved Raft Consensus Algorithm in High Real-Time and Highly Adversarial Environment
Lizhen Xu
WISA4
2021 Named Entity Recognition of BERT-BiLSTM-CRF Combined with Self-attention
Lizhen Xu
WISA4
2020 A Classroom Student Counting System Based on Improved Context-Based Face Detector
Rong Chen 0005, Lizhen Xu
WISA3
2020 Text Keyword Extraction Based on Multi-dimensional Features
Lizhen Xu
WISA3
2019 Blockchain Retrieval Model Based on Elastic Bloom Filter
Lizhen Xu
WISA3
2019 A Novel Adaptive Tuning Mechanism for Kafka-Based Ordering Service
Lizhen Xu
WISA3
2018 CNN-BiLSTM-CRF Model for Term Extraction in Chinese Corpus
Lizhen Xu
WISA2
2018 Modularized and Attention-Based Recurrent Convolutional Neural Network for Automatic Academic Paper Aspect Scoring
Lizhen Xu
WISA2
2017 Topic Classification Based on Improved Word Embedding
abstract
Topic classification is a foundational task in many NLP applications. Traditional topic classifiers often rely on many humandesigned features, while word embedding and convolutional neural network based on deep learning are introduced to realize topic classification in recent years. In this paper, the influence of different word embedding for CNN classifiers is studied, and an improved word embedding named HybridWordVec is proposed, which is a combination of word2vec and topic distribution vector. Experiment on Chinese corpus Fudan set and English corpus 20Newsgroups is conducted. The experiment turns out that CNN with HybridWordVec gains an accuracy of 91.82% for Chinese corpus and 95.67% for English corpus, which suggests HybridWordVec can obviously improve the classification accuracy comparing with other word embedding models like word2vec and GloVe.
Liangliang Sheng, Lizhen Xu
WISA2
2012 Research and Improvement of Load Balancing Algorithm in Distributed Sonar Data Stream Management System
abstract
In recent years, data stream technology has been widely used in the processing of sensor data. Sonar sensors produce high-speed streaming data with special characteristics of huge volume continuously. Therefore, general data stream management systems with limited memory and processor resources leads to inefficiencies in processing this kind of sonar data stream. However, in distributed data stream management system (DDSMS), continuous query can be reduced into several steps and processed on different processing nodes efficiently and effectively, so DDSMS is often adopted to deal with sonar stream data. Load balancing is a key technology of DDSMS, existing researches mainly focus on using computing load mainly caused by processing queries on the node as the key factor of load balancing algorithm, ignoring the load of transmitting huge volume data mainly caused by moving data among nodes. In this paper, the transmission load of sonar data is computed and used in an improved load balancing algorithm, which is proposed to solve the problem of load scheduling for sonar stream data processing under the distributed environment. The simulation verifies the importance of considering transmission load and shows a better performance of improved load balancing algorithm.
Xuejiao Han, Lizhen Xu
WISA4
2012 Research of Cache Mechanism in Mobile Data Management
abstract
It can improve the performance of mobile data management by caching the frequently accessed and infrequently updated data items. In this paper, a cache replacement policy called Update-based Minimal Access Cost Replacement (UMACR) was proposed to remedy the defects of the existing cache replacement policies such as GDSF and OUR. A variety of factors such as sizes of data items, data access and update information were taken into account in UMACR. To facilitate the replacement policy, two enhanced cache access policies called Update-Server-based Poll-Each-Read (USBPER) and Update-Client-based Call-Back (U2CB) were introduced to guarantee the consistency of data items. USBPER and U2CB remedied the defects of the existing cache access policies such as UPER and UCB by considering updates happening both at the server and clients. Conflict detection and handling was also implemented at the server. At last, we conducted a lot of simulation experiments of mobile data management, and the results demonstrate that the policies we proposed are effective enough, which lay a solid foundation for further research.
Lizhen Xu
WISA3
2011 Concept Similarity Computation for Ontology in the Automatic Question-Answering System
abstract
As the key point of the ontology research field, concept similarity computation has been widely used in the automatic question-answering systems. This paper firstly analyzes the existing concept similarity computation algorithm which is based on the semantic distance, and then proposes a new computation algorithm formula by modifying and adding some factors which can affect the accuracy of concept similarity computation. Finally, the experimental results show that the proposed algorithm offers better effectiveness for the concept similarity computation.
Wenyan Wu 0006, Xingyang Liu, Lizhen Xu
WISA4
2009 Skyframe: a framework for skyline query processing in peer-to-peer systems
Quang Hieu Vu, Beng Chin Ooi, Anthony K. H. Tung, Lizhen Xu
VLDB J.5
2007 Efficient Skyline Query Processing on Peer-to-Peer Networks
abstract
Skyline query has been gaining much interest in database research communities in recent years. Most existing studies focus mainly on centralized systems, and resolving the problem in a distributed environment such as a peer-to-peer (P2P) network is still an emerging topic. The desiderata of efficient skyline querying in P2P environment include: 1) progressive returning of answers, 2) low processing cost in terms of number of peers accessed and search messages, 3) balanced query loads among the peers. In this paper, we propose a solution that satisfies the three desiderata. Our solution is based on a balanced tree structured P2P network. By partitioning the skyline search space adaptively based on query accessing patterns, we are able to alleviate the problem of "hot" spots present in the skyline query processing. By being able to estimate the peer nodes within the query subspaces, we are able to control the amount of query forwarding, limiting the number of peers involved and the amount of messages transmitted in the network. Load balancing is achieved in query load conscious data space splitting/merging during the joining/departure of nodes and through dynamic load migration. Experiments on real and synthetic datasets confirm the effectiveness and scalability of our algorithm on P2P networks.
Beng Chin Ooi, Anthony K. H. Tung, Lizhen Xu
ICDE4