Yu Dong is a Vice President of Anhui University of Science and Technology and an Associate Professor at the University of Science and Technology of China (USTC). He received his Ph.D. degree in Management from the USTC. His research mainly focuses on decision science and operations management
To explore the green development of automobile enterprises and promote the achievement of the “dual carbon” target, based on the bounded rationality assumptions, this study constructed a tripartite evolutionary game model of government, commercial banks, and automobile enterprises; introduced a dynamic reward and punishment mechanism; and analyzed the development process of the three parties’ strategic behavior under the static and dynamic reward and punishment mechanism. Vensim PLE was used for numerical simulation analysis. Our results indicate that the system could not reach a stable state under the static reward and punishment mechanism. A dynamic reward and punishment mechanism can effectively improve the system stability and better fit real situations. Under the dynamic reward and punishment mechanism, an increase in the initial probabilities of the three parties can promote the system stability, and the government can implement effective supervision by adjusting the upper limit of the reward and punishment intensity. Finally, the implementation of green credit by commercial banks plays a significant role in promoting the green development of automobile enterprises.
Graphical Abstract
Research methods and numerical simulation based on evolutionary model analysis.
Abstract
To explore the green development of automobile enterprises and promote the achievement of the “dual carbon” target, based on the bounded rationality assumptions, this study constructed a tripartite evolutionary game model of government, commercial banks, and automobile enterprises; introduced a dynamic reward and punishment mechanism; and analyzed the development process of the three parties’ strategic behavior under the static and dynamic reward and punishment mechanism. Vensim PLE was used for numerical simulation analysis. Our results indicate that the system could not reach a stable state under the static reward and punishment mechanism. A dynamic reward and punishment mechanism can effectively improve the system stability and better fit real situations. Under the dynamic reward and punishment mechanism, an increase in the initial probabilities of the three parties can promote the system stability, and the government can implement effective supervision by adjusting the upper limit of the reward and punishment intensity. Finally, the implementation of green credit by commercial banks plays a significant role in promoting the green development of automobile enterprises.
Public Summary
This paper constructs a tripartite evolutionary game model among the government, commercial banks, and automobile enterprises, and introduces a dynamic reward and punishment mechanism to explore the evolutionary paths among the three parties.
Under static reward and punishment, the system is unable to attain a stable equilibrium and the government is in a situation of weak supervision. Under dynamic reward and punishment, the government can achieve efficient supervision of commercial banks and automobile enterprises by adjusting the ceiling of rewards and punishments.
The implementation of green credit by commercial banks plays a significant role in promoting the green development of automobile enterprises.
Question generation[1, 2] (QG) is defined as the task of generating fluent, meaningful questions automatically from texts with optional answers, so it can be mainly divided into two streams: answer-aware QG[3] that requires answers, and answer-agnostic QG[4] that does not. QG is the reverse task of question answering (QA), which is a long-standing and valuable task helping computers achieve machine reading comprehension[5, 6], dating back to the 1960s[7]. As with many other supervised learning[8, 9] tasks, QA will also encounter the lack of annotated data in spite of the fact that annotated data sometimes make the most essential part of the whole work.
QG is a popular choice for data augmentation for QA to alleviate insufficient labeled data. With the continuous development of Internet technology, it is becoming increasingly easier to obtain valuable data from the Internet. However, question-answer pairs (as shown in Table 1) are still such expensive corpora that typically require manual annotation by crowdsourcing before being used for supervised learning on QA and QG tasks. To alleviate the high-cost problem of generating question-answer pairs, it is natural to consider answer-agnostic QG, since its only input is raw text.
Table
1.
A case of QA-pairs generated by our QGAE model: the model accepts unannotated texts as input, extracts the highlighted phrase “Lorentz’s law” as an answer, then uses this answer to make question generation.
Input context: Through combining the definition of electric current as the time rate of change of electric charge, a rule of vector multiplication called
Lorentz’s law describes the force on a charge moving in a magnetic field. The connection between electricity and magnetism allows for the description of a unified electromagnetic force that acts on a charge. This force can be written as a sum of the electrostatic force (due to the electric field) and the magnetic force (due to the magnetic field).
Extracted answer: Lorentz’s law
Generated question: What describes the force on a charge moving in a magnetic field?
Although labeled answers are not necessary, answer-agnostic QG is still facing a great challenge. Most previous works focused on providing additional information to their models by leveraging named entity recognition (NER)[10] to obtain extra linguistic features, adding answer position features[11], using knowledge graphs[12], and some other methods to improve the generation effect. These methods effectively improve the fluency and accuracy of generated texts, but answer-agnostic QG still performs worse than answer-aware QG. Thus, answer-aware QG may play an irreplaceable role, and changing answer-agnostic QG to answer-aware QG is a good choice. Apart from this, there is still an obstacle in generating question-answer pairs that answer-agnostic QG can’t generate answers. To address this issue, researchers often add an additional measure for question-answer pair generation: answer extraction. Compared with generating an answer, extracting an exact span in the context is much simpler.
Explicitly extracting candidate answers will not only resolve the demand for the lack of answers but also can transform answer-agnostic QG into answer-aware QG. As shown in Fig. 1, some works such as RGF[13] (retrieve-generate filter) proposed a multi-stage pipeline method to handle the problem. A multi-stage pipeline method is often designed in complexity, including several parts, and each part may need different inputs. Some early RNN-based[14–17] works optimized pipeline methods in an end-to-end way, which makes the overall structure lighter and faster. Though pre-trained language models (PLMs) have occupied dominance in both natural language generation and understanding, there is still no end-to-end work using pre-trained models to generate question-answer pairs. We are sure there is enough potential for PLMs to achieve the task.
Figure
1.
The difference between multi-stage methods and end-to-end models is that a multi-stage method usually has more than one model in the whole workflow. In every stage, a multi-stage method may need to deal with different inputs and outputs, while on the contrary, an end-to-end model only needs a definite kind of input.
In this study, we are motivated by the weak performance of answer-agnostic QG compared to answer-aware QG, inspired by the combination of QG and AE tasks, trying to propose an answer-agnostic question generation model called question generation with answer extractor (QGAE) to alleviate the high demand for large-scale QA pairs. QGAE is a multi-task model that requires only raw texts as input and can achieve the dual tasks: answer extraction and question generation. We design our model based on the PLM model BART[18], which has dual encoders and a decoder to generate questions and extract answers in parallel. In our study, question generation is the main task, which is the most challenging part similar to all other generation tasks for generated texts’ high syntactic diversity and semantic substitutability, so we pay more attention and assign a higher weight to the corresponding module. Therefore answer extraction is considered an auxiliary task. The design not only makes it feasible to turn answer-agnostic question generation into answer-aware question generation but also enables the model to be considered capable of generating question-answer pairs. The contributions of this paper are summarized as follows:
● We are the first to propose a new end-to-end model using PLMs, which is called QGAE for answer-agnostic question generation.
● The QGAE model generates question-answer pairs from unannotated texts without requiring any additional information.
● Our model achieves state-of-the-art performance in generating high-quality question-answer pairs, outperforming existing methods by a significant margin.
The rest of this paper is organized as follows. In Section 2, we review the related works of question generation and answer extraction. In Section 3, we formulate the QG task and AE task. In Section 4, we describe each module of our QGAE model. In Section 5, we introduce our experiment in detail. In the last Section 6, we conclude this work and give a detailed analysis.
2.
Related works
2.1
Question generation
The QG field was devoted great interest by researchers for its great potential benefits; therefore, it has made great progress in application scenarios such as data augmentation[19], chatbots[20], machine reading comprehension[21], and intelligent tutors[22].
In the neural model age, Du et al.[4] proposed the first neural QG model focused on answer-agnostic QG. They investigated the effect of encoding sentence- vs. paragraph-level information by using an attention-based model and found that as the size of the input text increased, the evaluation score of the output decreased. To deal with the rare or unknown word problem, Gulcehre et al.[23] proposed a copy mechanism that was first used in the neural machine translation[24] to solve the out-of-vocabulary problem. This mechanism was absorbed in the QG task and widely used. Following the old experience of rule-based QG[25], Wu et al.[26] suggested two new strategies to deal with this task: question type prediction and a copy loss mechanism. Du et al.[15] combined answer extraction and question generation in an LSTM[27] model including answer feature embedding, denoting answer span with the usual BIO tagging scheme[28].
In the transformer-based[29] PLM era, compared to auto-encoder models, auto-regressive[30] models are widely picked as baselines for the QG task. Laban et al.[20] fine-tuned a GPT2[31] as the base part of a question-driven news chatbot. Wang et al.[32] leveraged BART to propose QAGS (question answering and generation for summarization) to evaluate automatic summarization. Bhambhoria et al.[33] leveraged T5[34] to generate QA pairs for COVID-19 literature. Paranjape et al.[13] developed a retrieve-generate filter (RGF) technique to create counterfactual evaluation and training data with minimal human supervision, which is a multi-stage job.
The traditional works above have motivated us to explicitly infer the candidate answer to transform the answer-agnostic QG into the answer-aware QG. Meanwhile, PLMs with fine-tuning achieved SOTA in many NLP fields, becoming benchmarks hard to bypass. In multi-stage work, researchers will choose different PLMs for different stages in question-answer pair generation, which is effective but heavy. There’s still no end-to-end work to handle the whole task. Therefore, we combine answer extraction and question generation using PLMs and propose an end-to-end model that extracts answers and generates questions in parallel.
2.2
Answer extraction
Information extraction[35, 36] (IE) is basically defined as the task of turning the unstructured information expressed in natural language text into a structured 3-tuple representation as (NE1; R; NE2). Thus, answer extraction can be seen as a sub-field of IE, expecting to pick the most valuable phrase from tuples, regardless of whether it is a named entity, a relation, or their combination: an event. Many IE systems have been proposed for open domains. Yahya et al.[37] describe ReNoun, an open information extraction system that complements previous efforts that rely on big knowledge bases by focusing on nominal attributes and on the long tail. Del Corro and Gemulla[38] proposed ClausIE, a novel, clause-based approach to open information extraction, which extracts relations and their arguments from natural language text. Additionally, some rule-based systems using man-made extraction rules have been proposed, including verb-based[39], semantic role labeling[40], and dependency parse trees[41].
In the era of pre-trained models, auto-encoder[42] models, such as BERT[43] have made great progress in natural language understanding (NLU) tasks. BERT achieves SOTA in the GLUE[44] score which is a multi-task benchmark including named entity recognition. It is a declaration that large PLMs are blossoming in the IE field and will take the place of traditional methods.
3.
Task definition
Answer-agnostic question generation. It aims to generate fluent, meaningful questions Q={q1,q2,⋯,qn} from unlabeled input context C={c1,c2,⋯,cm} without a specific answer. Suppose the length of the question sequence is n while the length of the context sequence is m. During training, this task aims to maximize the conditional probability of Q. All relevant parameters in the model are denoted by θ:
p(Q|C;θ)=n∏t=1p(qt|C,qi<t;θ),
(1)
where the probability of each qt is predicted based on all the words generated previously (i.e., qi<t), and input sentence C.
In our work, we split traditional answer-agnostic question generation into 2 sub-tasks: answer extraction and answer-aware question generation, as in early works.
Answer extraction. It supposes there is at least one question-worthy candidate answer in the input context C={c1,c2,⋯,cm} and then returns its answer A={ai,ai+1,⋯,aj}, where A’s span is limited by C, therefore, 1⩽.
Answer-aware question generation. It is similar to answer-agnostic question generation while it provides an additional answer A=\{a_1, a_2, \cdots, a_l\}, l is the length of the answer:
\begin{array}{l} p(Q|C, A;\theta)=\displaystyle \prod\limits_{t=1}^{n}p(q_t|C, A, q_{i<t};\theta). \end{array}
(2)
4.
Model
4.1
Foundation model
We choose BART (bidirectional and auto-regressive transformer) as our foundation model. BART is a sequence-to-sequence model that uses a standard transformer-based encoder-decoder architecture, inheriting its encoder from BERT’s bidirectional encoder and its decoder from GPT’s left-to-right decoder, and is particularly effective for text generation as well as reading comprehension tasks. One limitation of BART is that it cannot simultaneously perform NLU and NLG (natural language generation) tasks. It excels at tasks such as text generation and reading comprehension individually, but integrating these tasks in a single model remains a challenge. However, with its strong foundation, we believe that BART has the potential to be further improved to handle such tasks effectively.
4.2
QGAE
QGAE is a sequence-to-sequence model as shown in Fig. 2 which mainly adopts BART’s architecture while adding an additional encoder, so there are two encoders and a decoder. The model first extracts the phrase with high probability as A and rebuilds input C to A,\; C. The model will return the rebuild input A,\; C, and Q .
Figure
2.
The architecture of QGAE consists of two encoders and one decoder, which take raw texts as input and generate question-answer pairs.
Answer extractor encoder is the first encoder inherited from BART similar to BERT and is used to understand the input context and extract the most valuable phrase. We leverage this encoder by appending an extra linear as a classifier to predict the high probability answer span position. Because BART only supports, at most, a pair of sequences as input, we choose the highest score answer of all predictions as the candidate answer. This module will focus on the first task answer extraction (AE).
We select cross entropy to calculate the loss of the AE task. K is the number of classes. In this task, class K is the position of the input paragraph span in the range [0, m-1] , and m is the input context length. x_{i,\; k} indicates that the i th sample is the k th category. p is the probability distribution of annotated data while q is the probability distribution of prediction data:
where a is the labeled answer span as ground-truth, \bar{a} is the target candidate answer span, and N is the data size. t_{i,\; k} indicates that the true label of the i th answer is the k th category, which can only take 0 or 1.
4.2.2
Question generation encoder-decoder
Question generation encoder-decoder is mainly derived from BART but adds a unique function leveraging the candidate answer extracted from the first encoder to rebuild input \left \langle s \right \rangle C \left \langle /s \right \rangle to traditional QG inputs as \left \langle s \right \rangle A\left \langle /s \right \rangle \left \langle /s \right \rangle C \left \langle /s \right \rangle . Then, the module uses rebuilt input to generate text as BART does. This module will focus on the second task question generation (QG).
The loss of the QG task is also cross entropy with the only difference being that we use the labeled questions q as ground-truth and prediction questions \bar{q} , and class K is the vocabulary size of the model:
where \alpha is the weight of the AE task as a hyper-parameter.
5.
Experiments
5.1
Dataset
The Stanford question answering dataset (SQuAD) is the most famous reading comprehension dataset for reversible tasks: question answering and question generation. As the Table 2 shows, it has two versions, SQuAD1.1[45] and SQuAD2.0[46], consisting of questions posed by crowd-workers on a set of Wikipedia articles. Each article has several paragraphs, and each paragraph is asked a set of questions and provided answers, where the answer to every question is a segment of text, or span, from the corresponding reading passage. In SQuAD2.0, because of a percentage of unanswerable questions are added to the dataset, some answers may be null.
Table
2.
Statistics of datasets SQuAD1.1 and SQuAD2.0. No matter in which dataset, an example consists of a context, a question, and an optional answer. The term “negative example” refers to a context passage paired with an unanswerable question, which is intended to help models learn to identify when a question cannot be answered correctly based on the given context.
We implement our models in HuggingFace[47] architecture and fine-tune the model with V100 32 GB GPUs. We first fine-tune BART-base on SQuAD2.0 for 2 epochs to obtain checkpoint BART-base-SQuAD2.0-2 epoch (BbS2). Then we use BbS2 to initialize our QGAE model; more specifically, QGAE’s dual encoder is initialized by the BbS2’s encoder twice and some linear layers that do not exist in BbS2 but in the QGAE will be initialized randomly. We set the batch size to 20, epoch to 3, learning rate to 0.00002, dropout to 0.2, beam search size to 10, max input length to 1024, max question size to 20, and min question size to 3. We perform gradient descent by the Adam optimizer[48]. The coefficient \alpha of task 1 answer extraction is 0.3 while the coefficient of the question generation task is 0.7.
5.3
Evaluation
We report the evaluation results with four metrics: BLEU, METEOR, ROUGE-L, and exact match (EM).
BLEU. BLEU is an algorithm first for evaluating machine-translated text from one natural language to another, later adopted by the text generation task. BLEU compares n-gram words appearing in candidates and references and punishes too-short sentences with a brevity penalty.
ROUGE. ROUGE is a set of metrics including ROUGE-N, ROUGE-L, and ROUGE-W. In this work, we mainly choose ROUGE-L, which is the longest common sub-sequence (LCS)-based statistic. LCS takes into account sentence-level structure similarity naturally and identifies the longest co-occurring in sequence n-grams automatically.
METEOR. METEOR is also a metric based on the harmonic mean of unigram precision and recall, with recall weighted higher than precision.
Exact match. Exact match measures the percentage of predictions that match any one of the ground truth answers exactly.
As each paragraph in the SQuAD dataset may have several question-answer pairs, we use paragraphs as input and compare outputs with a group of question-answer pairs and choose the highest score with BLEU-4 as the main indicator.
6.
Results and discussion
6.1
Results
In Table 3, we compare our proposed end-to-end QGAE model with 3 other types of earlier works: standalone answer extraction task, standalone answer-agnostic question generation, and multi-stage QA-pair generation pipeline. All the data used in the experiments have been replicated from the following paper.
Table
3.
Comparison of method performance in major metrics (including QG metrics and AE metric) on the SQuAD dataset. These methods are divided into four types according to their primary research fields. The first two classifications focus on their own independent fields, while the latter two classifications can accomplish these two tasks at the same time.
Attention LSTM. Attention LSTM was proposed by Du et al.[4] and was the first work to focus on answer-agnostic QG.
Self-attention transformers. Self-attention transformers[50] explore how transformers can be adapted to the task of neural question generation without constraining the model to focus on a specific answer passage.
Question-driven LSTM. Question-driven LSTM[26] proposed two new strategies question type prediction and a copy loss mechanism to address the task.
(Ⅲ) Multi-stage QA-pair generation pipeline
MCF. Wang et al.[51] proposed a multi-stage framework that can extract question-worthy phrases and improve the performance of question generation. We chose this framework as the baseline for the specific task of generating QA pairs and used it to evaluate the performance.
6.2
Discussion
The performance shows that our end-to-end QGAE model not only achieves SOTA in the answer extraction task but also makes a great improvement in the answer-agnostic question generation compared with the traditional encoder-decoder architecture. Even if multi-stage work MCF has a much more complex workflow, has a weaker comprehensive performance than our work. What is more? QGAE is lighter, more convenient, and more portable since it only requires fine-tuning of one pre-trained model, whereas multi-stage methods need at least two models for stage AE and QG.
Although great progress has been made in the EM score, reaching 53.82%, there is still much room for improvement in extraction accuracy. Our model may extract candidate answers that are not ground truth but also meaningful, while extraction accuracy is judged and limited by the labeled data. Specifically, the range of candidate answers is very wide, ranging from named entities to relationships, to events. However, only a small percentage of key phrases are included in the training dataset while others are out of range. Candidate answers beyond the confines of the dataset may make the later question generation task in the wrong direction, performing worse when choosing traditional machine-translation evaluation indicators. Despite all this, prediction sentences not in the ground truth are still valuable and reasonable. The high diversity of generated sentences, to a certain extent, is an advantage that will make our model competitive in different scenes for data augmentation.
Therefore it can be concluded that we have expanded our model’s function not only to generate questions but also to generate QA-pairs compared to the baseline model and better than any previous work, which proved our model is diverse and efficient.
7.
Conclusions
In this paper, our focus is on answer-agnostic question generation, which can be extended to question-answer pair generation. This task can be divided into two sub-tasks: answer extraction and question generation. We proposed an end-to-end model called question generation with answer extractor (QGAE) using raw text without costing any additional information, which can generate question-answer pairs in parallel. Compared to the multi-stage question-answer generation method, QGAE has several advantages. First, QGAE is able to generate question-answer pairs in parallel, whereas the multi-stage method requires multiple rounds of generation and refinement. Second, it is lighter, more convenient, and more portable than multi-stage methods in training, which reduces the complexity of the overall system. Third, our model achieves a better average score and greater diversity. Overall, QGAE is a more efficient and versatile approach to answer-agnostic question generation, with potential applications in various natural language processing tasks.
In further work, we will try to compile more datasets into one ensemble to improve the accuracy of answer extraction. Not only that, we will try to change our main task to information retrieval to optimize our answer extraction, as different weight biases in sub-tasks lead to an imbalance in the model’s focus in the two sub-tasks. All in all, this is still pioneering work in pre-trained language models adapting question-answer pair generation.
Acknowledgements
This work was supported by the National Natural Science Foundation of China (71973001).
Conflict of interest
The authors declare that they have no conflict of interest.
This paper constructs a tripartite evolutionary game model among the government, commercial banks, and automobile enterprises, and introduces a dynamic reward and punishment mechanism to explore the evolutionary paths among the three parties.
Under static reward and punishment, the system is unable to attain a stable equilibrium and the government is in a situation of weak supervision. Under dynamic reward and punishment, the government can achieve efficient supervision of commercial banks and automobile enterprises by adjusting the ceiling of rewards and punishments.
The implementation of green credit by commercial banks plays a significant role in promoting the green development of automobile enterprises.
Wang Y. Research on carbon dioxide emissions peaking scenario prediction and realization path in Chinese province. Scientific Decision-Making, 2022 (1): 95–105. (in Chinese) DOI: 10.3773/j.issn.1006-4885.2022.01.095
[2]
Wang Y C. Analysis on the development status of new energy vehicles in China. New Energy Technology, 2022 (11): 34–36. (in Chinese) DOI: 10.3969/j.issn.2096-8809.2022.11.014
[3]
Yu M X, Yao J. Research on the double integral policy of automobile enterprise based on game theory. Economic Research Guide, 2018 (16): 7–10. (in Chinese) DOI: 10.3969/j.issn.1673-291X.2018.16.004
[4]
Gao X Y, Chen S H, Zhang S J. Research on the support of green credit to the development of new energy enterprises in China. Research of Financial and Education, 2022, 35 (6): 11–21. (in Chinese) DOI: 10.3969/j.issn.2095-0098.2022.06.002
[5]
Xu J, Chen F J, Ma L X, et al. Tripartite evolutionary game analysis of new energy vehicle promotion policy from the perspective of prospect theory. Science and Technology Management Research, 2022, 42 (11): 66–72. (in Chinese) DOI: 10.3969/j.issn.1000-7695.2022.11.008
[6]
Fan R, Dong L. The dynamic analysis and simulation of government subsidy strategies in low-carbon diffusion considering the behavior of heterogeneous agents. Energy Policy, 2018, 117: 252–262. DOI: 10.1016/j.enpol.2017.12.003
[7]
Zhang H, Cai G X. Subsidy strategy on new-energy vehicle based on incomplete information: A case in China. Physical A: Statistical Mechanics and Its Applications, 2020, 541: 123370. DOI: 10.1016/j.physa.2019.123370
[8]
Ji F S, Zhao D, Luo J R. Evolutionary game analysis on local governments and manufacturers’ behavioral strategies: Impact of phasing out subsidies for new energy vehicles. Energy, 2019, 189: 116064. DOI: 10.1016/j.energy.2019.116064
[9]
Wang H, Yin J Y. Local industrial policy and industry innovation and development: Empirical evidence from new energy automobile industry policy text. Journal of Finance and Economics, 2021, 47 (5): 64–78. (in Chinese) DOI: 10.16538/j.cnki.jfe.20210217.301
[10]
Chi R Y, Ruan H P, Yu J. A research on the innovation incentive effect of government subsidies and market financing in the new energy vehicle industry. Science Research Management, 2021, 42 (5): 170–181. (in Chinese) DOI: 10.19571/j.cnki.1000-2995.2021.05.019
[11]
Xiong Y Q, Wang X. Policy options for NEV technology innovation incentives: ‘supportive’ or ‘threshold’ policies. China Population, Resources and Environment, 2020, 30 (11): 98–108. (in Chinese) DOI: 10.12.62/cpre.20200636
[12]
Lu C, Wang Q Q, Chen Q. The price game between different automobile manufacturers by considering fuel vehicles’ emission reduction under the double credits policy. Operations Research and Management Science, 2022, 31 (10): 98–104. (in Chinese) DOI: 10.12005/orms.2022.0325
[13]
Liu J Y, Ma Y M, Li X X. The impact of dual-credit policy on technological innovation of new energy vehicle enterprises. Studies in Science of Science, 2023, 41 (10): 1887–1896. (in Chinese) DOI: 10.16192/j.cnki.1003-2053.20221228.003
[14]
Li Y M, Zhang Q, Liu B Y, et al. Substitution effect of new-energy vehicle credit program and corporate average fuel consumption regulation for green-car subsidy. Energy, 2018, 152: 223–236. DOI: 10.1016/j.energy.2018.03.134
[15]
Jiao Y Y, Yu L K, Wang J, et al. Diffusion of new energy vehicles under incentive policies of China: Role of market characteristic. Journal of Cleaner Production, 2022, 353: 131660. DOI: 10.1016/j.jclepro.2022.131660
[16]
Ding J, Li Z F, Huang J B. Can green credit policies promote enterprise green innovation? A policy effect differentiation perspective. Journal of Financial Research, 2022 (12): 55–73. (in Chinese)
[17]
Zhang C, Chen X X, Liu D. Whether green credit can promote innovation of new energy vehicle enterprises under the de-slope policy. Friends of Accounting, 2021 (2): 15–22. (in Chinese) DOI: 10.3969/j.issn.1004-5937.2021.02.003
[18]
Shu L M, Liao J H, Xie Z. Green credit policy and green innovation of enterprises: Empirical evidence from a green industry perspective. Financial Economics Research, 2023, 38 (2): 144–160. (in Chinese)
[19]
Zhang K, Li Y C, Qi Y, et al. Can green credit policy improve environmental quality? Evidence from China. Journal of Environmental Management, 2021, 298: 113445. DOI: 10.1016/j.jenvman.2021.113445
[20]
Huang J H, Lv H L, Wang L J. Mechanism of financial development influencing regional green development: based on eco-efficiency and spatial econometrics. Geographical Research, 2014, 33 (3): 532–545. (in Chinese) DOI: 10.11821/dlyj201403012
[21]
Zhu Q F, Zheng K M, Wei Y L. There-party stochastic evolutionary game analysis of reward and punishment mechanism for green credit. Discrete Dynamics in Nature and Society, 2021, 2021: 5596015. DOI: 10.1155/2021/5596015
[22]
Feng C, Han C F, Liu P H, et al. Green credit of China’s coal power enterprises during green transform: A tripartite evolutionary game analysis. Energies, 2022, 15 (16): 5911. DOI: 10.3390/en15165911
[23]
Zhou X X, Jia M Y, Zhao X. An empirical study and evolutionary game analysis of green finance promoting enterprise green technology innovation. China Industrial Economics, 2023 (6): 43–61. (in Chinese) DOI: 10.19581/j.cnki.ciejournal.2023.06.002
[24]
Wu J M, Tang X, Sheng Y X, et al. Research on the collaborative innovation mechanism among the government, enterprises and universities in the post-subsidy era of new energy automobiles based on tripartite evolutionary game theory. Operations Research and Management Science, 2021, 30 (4): 96–102. (in Chinese) DOI: 10.12005/orms.2021.0115
[25]
Liu C Y, Dong S Y, Le C, et al. Tripartite coordinated regulation of new energy vehicles based on dynamic Bayesian game. Frontiers in Environmental Science, 2021, 9: 649008. DOI: 10.3389/fenvs.2021.649008
[26]
Ma L, Ren H W. A game research on the technology innovation of new energy automobile oriented to endurance. Soft Science, 2018, 32 (11): 73–79. (in Chinese) DOI: 10.13956/j.ss.1001-8409.2018.11.16
[27]
Friedman D. On economic applications of evolutionary game theory. Journal of Evolutionary Economics, 1998, 8 (1): 15–43. DOI: 10.1007/s001910050054
[28]
Jin T, Jiang Y L, Liu X W. Evolutionary game analysis of the impact of dynamic dual credit policy on new energy vehicles after subsidy cancellation. Applied Mathematics and Computation, 2023, 440: 127677. DOI: 10.1016/j.amc.2022.127677
[29]
He L, Sun B Z. Exploring the EPR system for power battery recycling from a supply-side perspective: An evolutionary game analysis. Waste Management, 2022, 140: 204–212. DOI: 10.1016/j.wasman.2021.11.026
[30]
Friedman D. Evolutionary games in economics. Econometrica, 1991, 59 (3): 637–666. DOI: 10.2307/2938222
[31]
Selten R. A note on evolutionarily stable strategies in asymmetric animal conflicts. Journal of Theoretical Biology, 1980, 4 (1): 93–101. DOI: 10.1016/S0022-5193(80)81038-1
[32]
Bian C, Chu Z P, Sun Z L. Policy simulation modeling environmental regulation and green credit in enterprise’s green innovation in technology: A evolutionary game analysis of government Intervention. Management Review, 2022, 34 (10): 122–133. (in Chinese) DOI: 10.14120/j.cnki.cn11-5057/f.2022.10.009
[33]
Tian Y, Govindan K, Zhu Q. A system dynamics model based on evolutionary game theory for green supply chain management diffusion among Chinese manufacturers. Journal of Cleaner Production, 2014, 80 (7): 96–105. DOI: 10.1016/j.jclepro.2014.05.076
Anusree, V.C., Ptok, A., Sobieszczyk, P. et al. Correlation stabilized ferromagnetic MnRuAs with distorted kagome lattice. Physical Review B, 2025, 111(3): 035125.
DOI:10.1103/PhysRevB.111.035125
2.
Chen, Z., Wu, X., Zhou, S. et al. Discovery of a long-ranged charge order with 1/4 Ge1-dimerization in an antiferromagnetic Kagome metal. Nature Communications, 2024, 15(1): 6262.
DOI:10.1038/s41467-024-50661-x
3.
Wang, Y.. Encoding innumerable charge density waves of FeGe into polymorphs of LiFe6Ge6. Science China: Physics, Mechanics and Astronomy, 2024, 67(9): 297011.
DOI:10.1007/s11433-024-2423-2
4.
Wu, Q., Quan, W., Pan, S. et al. Atomically Thin Kagome-Structured Co9Te16 Achieved through Self-Intercalation and Its Flat Band Visualization. Nano Letters, 2024, 24(25): 7672-7680.
DOI:10.1021/acs.nanolett.4c01526
5.
Wang, Y.. Enhanced spin-polarization via partial Ge-dimerization as the driving force of the charge density wave in FeGe. Physical Review Materials, 2023, 7(10): 104006.
DOI:10.1103/PhysRevMaterials.7.104006
Figure
1.
NEVs’ production and sales volume in China (2016–2022).
Figure
2.
Market shares of NEVs and FVs.
Figure
3.
Tripartite stakeholder decision tree.
Figure
4.
Tripartite replication of dynamic phase diagram.
Figure
5.
Evolutionary trajectory in the ideal state.
Figure
6.
Evolutionary trajectory in static reward and punishment mechanism.
Figure
7.
Three-party game system dynamics model.
Figure
8.
Evolutionary trajectory in dynamic reward and punishment mechanism.
Figure
9.
Evolutionary trajectory of initial probability change in dynamic reward and punishment mechanism.
Figure
10.
Evolutionary trajectory of commercial banks with different s_1 and f_1 .
Figure
11.
Evolutionary trajectory of automobile enterprises with different s_2 and f_2 .
Figure
12.
Evolutionary trajectory of automobile enterprises with different r_1-r_2 .
References
[1]
Wang Y. Research on carbon dioxide emissions peaking scenario prediction and realization path in Chinese province. Scientific Decision-Making, 2022 (1): 95–105. (in Chinese) DOI: 10.3773/j.issn.1006-4885.2022.01.095
[2]
Wang Y C. Analysis on the development status of new energy vehicles in China. New Energy Technology, 2022 (11): 34–36. (in Chinese) DOI: 10.3969/j.issn.2096-8809.2022.11.014
[3]
Yu M X, Yao J. Research on the double integral policy of automobile enterprise based on game theory. Economic Research Guide, 2018 (16): 7–10. (in Chinese) DOI: 10.3969/j.issn.1673-291X.2018.16.004
[4]
Gao X Y, Chen S H, Zhang S J. Research on the support of green credit to the development of new energy enterprises in China. Research of Financial and Education, 2022, 35 (6): 11–21. (in Chinese) DOI: 10.3969/j.issn.2095-0098.2022.06.002
[5]
Xu J, Chen F J, Ma L X, et al. Tripartite evolutionary game analysis of new energy vehicle promotion policy from the perspective of prospect theory. Science and Technology Management Research, 2022, 42 (11): 66–72. (in Chinese) DOI: 10.3969/j.issn.1000-7695.2022.11.008
[6]
Fan R, Dong L. The dynamic analysis and simulation of government subsidy strategies in low-carbon diffusion considering the behavior of heterogeneous agents. Energy Policy, 2018, 117: 252–262. DOI: 10.1016/j.enpol.2017.12.003
[7]
Zhang H, Cai G X. Subsidy strategy on new-energy vehicle based on incomplete information: A case in China. Physical A: Statistical Mechanics and Its Applications, 2020, 541: 123370. DOI: 10.1016/j.physa.2019.123370
[8]
Ji F S, Zhao D, Luo J R. Evolutionary game analysis on local governments and manufacturers’ behavioral strategies: Impact of phasing out subsidies for new energy vehicles. Energy, 2019, 189: 116064. DOI: 10.1016/j.energy.2019.116064
[9]
Wang H, Yin J Y. Local industrial policy and industry innovation and development: Empirical evidence from new energy automobile industry policy text. Journal of Finance and Economics, 2021, 47 (5): 64–78. (in Chinese) DOI: 10.16538/j.cnki.jfe.20210217.301
[10]
Chi R Y, Ruan H P, Yu J. A research on the innovation incentive effect of government subsidies and market financing in the new energy vehicle industry. Science Research Management, 2021, 42 (5): 170–181. (in Chinese) DOI: 10.19571/j.cnki.1000-2995.2021.05.019
[11]
Xiong Y Q, Wang X. Policy options for NEV technology innovation incentives: ‘supportive’ or ‘threshold’ policies. China Population, Resources and Environment, 2020, 30 (11): 98–108. (in Chinese) DOI: 10.12.62/cpre.20200636
[12]
Lu C, Wang Q Q, Chen Q. The price game between different automobile manufacturers by considering fuel vehicles’ emission reduction under the double credits policy. Operations Research and Management Science, 2022, 31 (10): 98–104. (in Chinese) DOI: 10.12005/orms.2022.0325
[13]
Liu J Y, Ma Y M, Li X X. The impact of dual-credit policy on technological innovation of new energy vehicle enterprises. Studies in Science of Science, 2023, 41 (10): 1887–1896. (in Chinese) DOI: 10.16192/j.cnki.1003-2053.20221228.003
[14]
Li Y M, Zhang Q, Liu B Y, et al. Substitution effect of new-energy vehicle credit program and corporate average fuel consumption regulation for green-car subsidy. Energy, 2018, 152: 223–236. DOI: 10.1016/j.energy.2018.03.134
[15]
Jiao Y Y, Yu L K, Wang J, et al. Diffusion of new energy vehicles under incentive policies of China: Role of market characteristic. Journal of Cleaner Production, 2022, 353: 131660. DOI: 10.1016/j.jclepro.2022.131660
[16]
Ding J, Li Z F, Huang J B. Can green credit policies promote enterprise green innovation? A policy effect differentiation perspective. Journal of Financial Research, 2022 (12): 55–73. (in Chinese)
[17]
Zhang C, Chen X X, Liu D. Whether green credit can promote innovation of new energy vehicle enterprises under the de-slope policy. Friends of Accounting, 2021 (2): 15–22. (in Chinese) DOI: 10.3969/j.issn.1004-5937.2021.02.003
[18]
Shu L M, Liao J H, Xie Z. Green credit policy and green innovation of enterprises: Empirical evidence from a green industry perspective. Financial Economics Research, 2023, 38 (2): 144–160. (in Chinese)
[19]
Zhang K, Li Y C, Qi Y, et al. Can green credit policy improve environmental quality? Evidence from China. Journal of Environmental Management, 2021, 298: 113445. DOI: 10.1016/j.jenvman.2021.113445
[20]
Huang J H, Lv H L, Wang L J. Mechanism of financial development influencing regional green development: based on eco-efficiency and spatial econometrics. Geographical Research, 2014, 33 (3): 532–545. (in Chinese) DOI: 10.11821/dlyj201403012
[21]
Zhu Q F, Zheng K M, Wei Y L. There-party stochastic evolutionary game analysis of reward and punishment mechanism for green credit. Discrete Dynamics in Nature and Society, 2021, 2021: 5596015. DOI: 10.1155/2021/5596015
[22]
Feng C, Han C F, Liu P H, et al. Green credit of China’s coal power enterprises during green transform: A tripartite evolutionary game analysis. Energies, 2022, 15 (16): 5911. DOI: 10.3390/en15165911
[23]
Zhou X X, Jia M Y, Zhao X. An empirical study and evolutionary game analysis of green finance promoting enterprise green technology innovation. China Industrial Economics, 2023 (6): 43–61. (in Chinese) DOI: 10.19581/j.cnki.ciejournal.2023.06.002
[24]
Wu J M, Tang X, Sheng Y X, et al. Research on the collaborative innovation mechanism among the government, enterprises and universities in the post-subsidy era of new energy automobiles based on tripartite evolutionary game theory. Operations Research and Management Science, 2021, 30 (4): 96–102. (in Chinese) DOI: 10.12005/orms.2021.0115
[25]
Liu C Y, Dong S Y, Le C, et al. Tripartite coordinated regulation of new energy vehicles based on dynamic Bayesian game. Frontiers in Environmental Science, 2021, 9: 649008. DOI: 10.3389/fenvs.2021.649008
[26]
Ma L, Ren H W. A game research on the technology innovation of new energy automobile oriented to endurance. Soft Science, 2018, 32 (11): 73–79. (in Chinese) DOI: 10.13956/j.ss.1001-8409.2018.11.16
[27]
Friedman D. On economic applications of evolutionary game theory. Journal of Evolutionary Economics, 1998, 8 (1): 15–43. DOI: 10.1007/s001910050054
[28]
Jin T, Jiang Y L, Liu X W. Evolutionary game analysis of the impact of dynamic dual credit policy on new energy vehicles after subsidy cancellation. Applied Mathematics and Computation, 2023, 440: 127677. DOI: 10.1016/j.amc.2022.127677
[29]
He L, Sun B Z. Exploring the EPR system for power battery recycling from a supply-side perspective: An evolutionary game analysis. Waste Management, 2022, 140: 204–212. DOI: 10.1016/j.wasman.2021.11.026
[30]
Friedman D. Evolutionary games in economics. Econometrica, 1991, 59 (3): 637–666. DOI: 10.2307/2938222
[31]
Selten R. A note on evolutionarily stable strategies in asymmetric animal conflicts. Journal of Theoretical Biology, 1980, 4 (1): 93–101. DOI: 10.1016/S0022-5193(80)81038-1
[32]
Bian C, Chu Z P, Sun Z L. Policy simulation modeling environmental regulation and green credit in enterprise’s green innovation in technology: A evolutionary game analysis of government Intervention. Management Review, 2022, 34 (10): 122–133. (in Chinese) DOI: 10.14120/j.cnki.cn11-5057/f.2022.10.009
[33]
Tian Y, Govindan K, Zhu Q. A system dynamics model based on evolutionary game theory for green supply chain management diffusion among Chinese manufacturers. Journal of Cleaner Production, 2014, 80 (7): 96–105. DOI: 10.1016/j.jclepro.2014.05.076
Anusree, V.C., Ptok, A., Sobieszczyk, P. et al. Correlation stabilized ferromagnetic MnRuAs with distorted kagome lattice. Physical Review B, 2025, 111(3): 035125.
DOI:10.1103/PhysRevB.111.035125
2.
Chen, Z., Wu, X., Zhou, S. et al. Discovery of a long-ranged charge order with 1/4 Ge1-dimerization in an antiferromagnetic Kagome metal. Nature Communications, 2024, 15(1): 6262.
DOI:10.1038/s41467-024-50661-x
3.
Wang, Y.. Encoding innumerable charge density waves of FeGe into polymorphs of LiFe6Ge6. Science China: Physics, Mechanics and Astronomy, 2024, 67(9): 297011.
DOI:10.1007/s11433-024-2423-2
4.
Wu, Q., Quan, W., Pan, S. et al. Atomically Thin Kagome-Structured Co9Te16 Achieved through Self-Intercalation and Its Flat Band Visualization. Nano Letters, 2024, 24(25): 7672-7680.
DOI:10.1021/acs.nanolett.4c01526
5.
Wang, Y.. Enhanced spin-polarization via partial Ge-dimerization as the driving force of the charge density wave in FeGe. Physical Review Materials, 2023, 7(10): 104006.
DOI:10.1103/PhysRevMaterials.7.104006
Table
1.
A case of QA-pairs generated by our QGAE model: the model accepts unannotated texts as input, extracts the highlighted phrase “Lorentz’s law” as an answer, then uses this answer to make question generation.
Input context: Through combining the definition of electric current as the time rate of change of electric charge, a rule of vector multiplication called
Lorentz’s law describes the force on a charge moving in a magnetic field. The connection between electricity and magnetism allows for the description of a unified electromagnetic force that acts on a charge. This force can be written as a sum of the electrostatic force (due to the electric field) and the magnetic force (due to the magnetic field).
Extracted answer: Lorentz’s law
Generated question: What describes the force on a charge moving in a magnetic field?
Table
2.
Statistics of datasets SQuAD1.1 and SQuAD2.0. No matter in which dataset, an example consists of a context, a question, and an optional answer. The term “negative example” refers to a context passage paired with an unanswerable question, which is intended to help models learn to identify when a question cannot be answered correctly based on the given context.
Table
3.
Comparison of method performance in major metrics (including QG metrics and AE metric) on the SQuAD dataset. These methods are divided into four types according to their primary research fields. The first two classifications focus on their own independent fields, while the latter two classifications can accomplish these two tasks at the same time.