Publications
Sort:
Issue
Research on rate of penetration prediction method integrating bit wear and pretraining mechanism
Petroleum Science Bulletin 2025, 10(5): 1030-1046
Published: 01 October 2025
Abstract PDF (7.3 MB) Collect
Downloads:0

Predicting the rate of penetration (ROP) plays a significant role in optimizing drilling parameters, improving drilling efficiency, and reducing costs. Although intelligent algorithms have achieved promising results in ROP prediction, existing methods generally ignore the impact of drill bit wear on ROP. To address this technical bottleneck, this study proposes a ROP prediction model incorporating drill bit wear, which establishes a dual neural network architecture for predicting drill bit wear coefficients and ideal ROP. This architecture enables modeling of the complex nonlinear relationships among drilling parameters, wear states, and ROP. Aiming at the scarcity of real-time drill bit wear labels, a pretraining mechanism is proposed to obtain wear coefficients through a two-step training process. Comparative experiments based on measured data from Blocks A and B in Bohai oilfield show that: (1) The prediction accuracy of the porposed model for ROP is improved by 100% and 27% in Blocks A and B, respectively, compared with traditional machine learning methods, and by 14% and 7.6% compared with BP neural network models, significantly surpassing the performance of traditional data-driven models. (2) The proposed model demonstrates improvements in prediction performance in the shallow strata with complex lithology (Block A) than in the deep strata with stable lithology (Block B). (3) The proposed pretraining mechanism enables the model to predict drill bit wear coefficients without real-time wear labels and simultaneously improves the prediction accuracy of mechanical ROP by 24% and 10% in the two blocks, respectively. The coupled model and pretraining mechanism developed in this study not only provide a more accurate method for mechanical ROP prediction but also offer an effective means for real-time monitoring of drill bit wear states, providing practical guidance for drilling operations.

Issue
Intelligent named entities recognition for drilling engineering by integrating rotational position embedding and masked conditional random fields
Petroleum Science Bulletin 2024, 9(5): 750-763
Published: 01 October 2024
Abstract PDF (2.6 MB) Collect
Downloads:40

Drilling engineering reports record geological information about oil and gas reservoirs as well as various drilling engineering parameters. The automatic extraction of unstructured information from these reports can significantly improve the efficiency of data integration into data lakes, thereby enabling more efficient data management. However, these reports typically have domain-specific characteristics, and the diversity of their structure and language presents considerable challenges for accurate named entity recognition (NER). Currently, deep neural network models commonly used for NER are typically trained or fine-tuned on small-scale annotated datasets, leading to two main issues. First, the lack of large-scale annotated corpora limits the diversity of training samples, which in turn causes poor performance when the model encounters new or unseen data, decreasing the model’s generalization ability across different types of data. Second, existing models lack the ability to effectively model long-distance contextual information in texts. Since relevant entities may be scattered across long text segments in drilling engineering reports, these methods often struggle to capture and recognize relationships between named entities in complex documents. To address the aforementioned issues, this paper proposes an intelligent method for named entity recognition in drilling engineering that integrates rotational position embedding and masked conditional random fields. The proposed method is based on a Transformer encoder, a bidirectional long short-term memory network (BiLSTM), and a conditional random field (CRF) architecture. The Transformer encoder leverages pre-trained language models to provide rich contextual semantic representations, BiLSTM captures sequential dependencies, and CRF is used for sequence labeling. Moreover, the traditional CRF is improved by designing a masked modeling mechanism, which restricts the generation of inverted sequences, thereby enhancing the consistency of sequence labeling order. The integration of rotational position embedding further enhances the model's awareness of relative positional information in the text, allowing the model to better capture dependencies between distant words. This improves the model's ability to recognize named entities spread across larger contextual ranges. In addition to model improvements, this paper also addresses the issue of insufficient training data by constructing a domain-specific named entity corpus. This corpus includes annotations for 12 categories of entities, covering a total of 20,727 entity labels across 4,000 text segments. This enriched dataset provides more diverse training samples, which helps improve the model's generalization ability.Experimental results show that the proposed model achieves an F1 score of 86.49 on the test set, representing an improvement of 2.65 percentage points over the previous best-performing model. Furthermore, the model demonstrates significant improvements in recognizing entities with long-tail distributions, which are often underrepresented in typical training datasets. This method not only expands the application of named entity recognition in the field of drilling engineering but also provides engineers with an efficient tool for extracting critical information. By accelerating the analysis of drilling data, it improves the efficiency of drilling operations management and enhances data lake integration, ultimately bringing positive impacts to the decision-making process in drilling projects.

Total 2