CN112528011A - Open type mathematic operation correction method, system and equipment driven by multiple data sources - Google Patents

Open type mathematic operation correction method, system and equipment driven by multiple data sources Download PDF

Info

Publication number
CN112528011A
CN112528011A CN202011405957.6A CN202011405957A CN112528011A CN 112528011 A CN112528011 A CN 112528011A CN 202011405957 A CN202011405957 A CN 202011405957A CN 112528011 A CN112528011 A CN 112528011A
Authority
CN
China
Prior art keywords
job
operator tree
data
correction
score
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202011405957.6A
Other languages
Chinese (zh)
Other versions
CN112528011B (en
Inventor
张婷
余新国
何彬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Central China Normal University
Original Assignee
Central China Normal University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Central China Normal University filed Critical Central China Normal University
Priority to CN202011405957.6A priority Critical patent/CN112528011B/en
Publication of CN112528011A publication Critical patent/CN112528011A/en
Application granted granted Critical
Publication of CN112528011B publication Critical patent/CN112528011B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • G06F40/211Syntactic parsing, e.g. based on context-free grammar [CFG] or unification grammars
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/30Semantic analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Computational Linguistics (AREA)
  • Business, Economics & Management (AREA)
  • Artificial Intelligence (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Tourism & Hospitality (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Educational Administration (AREA)
  • Educational Technology (AREA)
  • Evolutionary Computation (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Economics (AREA)
  • Animal Behavior & Ethology (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Electrically Operated Instructional Devices (AREA)

Abstract

The invention discloses an open type mathematic operation correction method, system and device driven by multiple data sources. The method comprises the following steps: s1, acquiring standard answer data of the open type mathematic question, and acquiring knowledge points examined by the question from the standard answer data; s2, obtaining historical job correction sample data, and determining the score distribution of each knowledge point according to the historical job correction sample data; s3, acquiring the job to be batched; and S4, converting each solving step in the job to be batched into an operator tree, converting each solving step in the standard answer data into the operator tree, calculating the similarity of the two operator trees, and outputting a batched and changed result according to the similarity and the score of each knowledge point. The invention realizes multidimensional knowledge attribute scoring by constructing a score distribution model based on knowledge points and a scoring model of the problem solving step of an operator tree, and can improve the accuracy of computer correction operation.

Description

Open type mathematic operation correction method, system and equipment driven by multiple data sources
Technical Field
The invention belongs to the technical field of intelligent education, and particularly relates to a method, a system and equipment for batch correction of open type mathematic jobs driven by multiple data sources.
Background
Open questions mean that answers to questions and ways to obtain answers are various. With the development of information technology, the improvement of the opening problem by using a computer can save a large amount of manpower and material resources. But how to make the computer objectively and accurately reflect the student's homework level is a very important research content. Research on automatic scoring and feedback of open-ended questions has focused on specific questions such as composition, computer programs, proof of mathematical logic, open-ended mathematical questions, and the like.
A data-driven mathematical language processing framework is proposed in the prior art. Firstly, extracting numerical characteristics from answers of students to open mathematic questions; then, performing cluster analysis on features extracted from the plurality of answers to find structures of correct, partially correct and wrong answers; and finally, scoring one sample in each cluster by the teacher to finish automatic scoring of the rest of a large number of samples in the cluster. According to the method, the answer structure is used as the grading feature, and the automatic grading based on the single-dimension feature of the student answer structure is realized by carrying out cluster analysis on the student answer structure. But it has problems that: the open type mathematic questions based on the single characteristics of the answer structure are automatically scored, the mathematic formulas are not understood in a true sense, and valuable feedback information cannot be provided for students by the method.
The prior art also provides an automatic scoring and feedback generation method of an open mathematical problem (polynomial factorial decomposition problem) based on a long-short term memory (LSTM) neural network. The decomposed polynomial is learned from a large amount of data (topic-correct answers) using the LSTM model, after which the trained model is used to score and generate feedback. Aiming at the scoring problem, firstly, calculating the prediction probability of each character in the student answer by using a trained LSTM network, wherein the total prediction probability of all characters is the score of the answer; because the LSTM network is trained based on correct answer data, the prediction probability of a correct answer must be higher than the prediction probability of a wrong answer. Aiming at the problem generated by personalized feedback, when the prediction probability of a certain character in the answer input by the student is lower than a set threshold value, the system automatically reminds the student that an error possibly exists at the position. The method adopts the neural network to learn and understand simple mathematical operation, but still has certain limitation. First, the problem types that can be applied are limited, and are limited to simple mathematical operation problems, such as polynomial decomposition, but are not feasible for mathematical application problems using literal descriptions in the problem stem. Secondly, each character in the answer is used as a grading feature and each grading feature is given the same score weight, automatic grading based on the grading feature of the multi-dimensional character is achieved, important grading information that a plurality of knowledge point difficulty coefficients for topic investigation are different and can correspond to different scores is omitted, and interpretability of a grading model is limited.
In summary, the existing open type automatic mathematic question scoring model based on student answering or standard answer sheet data sources cannot effectively extract knowledge points and difficulty coefficient scoring characteristics thereof, cannot realize multi-dimensional knowledge attribute scoring, so that the scoring model has limited interpretability, a computer cannot objectively and accurately determine the work level of students, and the work batch correction accuracy is low.
Disclosure of Invention
Aiming at least one defect or improvement requirement in the prior art, the invention provides an open type mathematic homework correcting method, system and device driven by multiple data sources, which realize multidimensional knowledge attribute scoring, enable a computer to objectively and accurately determine the homework level of students and improve the homework correcting accuracy.
To achieve the above object, according to a first aspect of the present invention, there is provided an open math job approval method driven by multiple data sources, comprising the steps of:
s1, acquiring standard answer data of the open type mathematic question, wherein the standard answer data comprises a plurality of problem solving steps and associates knowledge points for each problem solving step;
s2, acquiring historical job correction sample data, wherein the historical job correction sample data comprises a plurality of problem solving steps, each problem solving step is marked with correction data, knowledge points are associated with each problem solving step, and the score of each knowledge point is determined according to the historical job correction sample data;
s3, acquiring the job to be batched;
s4, converting each solving step in the job to be batched into a first operator tree, converting each solving step in the standard answer data into a second operator tree, determining the corresponding relation between each first operator tree and each second operator tree, calculating the similarity between the corresponding first operator tree and the corresponding second operator tree, and outputting a batched and modified result according to the similarity and the score of each knowledge point.
Preferably, the standard answer data for acquiring the open-ended mathematical problem is: and acquiring a plurality of standard answer data of different problem solving strategies.
Preferably, the method further comprises the steps of: the step S4 is repeatedly executed, the correction results calculated according to each standard answer data are respectively output, and the correction result with the highest score is selected as the final correction result.
Preferably, the standard answer data is input manual answer data or answer data acquired by using a machine answer technique.
Preferably, the obtaining by using the machine solution technique includes the steps of:
acquiring a mathematical relation group of equivalent representation titles by adopting a title understanding technology;
carrying out evolution on the mathematical relation group to obtain a plurality of problem solving steps;
and mapping each problem solving step to a pre-constructed knowledge graph, and associating knowledge points for each problem solving step.
Preferably, the determining the score of each knowledge point according to the sample data of the historical job correction comprises the following steps:
classifying historical job correction sample data according to the knowledge points, and determining the difficulty coefficient of each knowledge point according to correction data of each knowledge point;
recording the total score of the open type mathematic problem as M, recording the number of the knowledge points included in the open type mathematic problem as K, and then recording the score M of the K-th knowledge pointkComprises the following steps:
Figure BDA0002818531900000031
wherein K is more than or equal to 1 and less than or equal to K, ckThe difficulty coefficient of the k-th knowledge point.
Preferably, the step S4 includes the steps of:
and recording the output correction result as G, wherein the calculation formula of the correction result G is as follows:
Figure BDA0002818531900000032
wherein s iskIs the similarity of the first operator tree and the second operator tree.
Preferably, the similarity skThe calculation formula of (2) is as follows:
Figure BDA0002818531900000033
wherein N issRepresenting the number of nodes in the second operator tree, NolRepresenting the number of identical nodes in the first operator tree and the second operator tree.
According to a second aspect of the present invention, there is provided an open math job approval system driven by multiple data sources, comprising:
the standard answer data acquisition module is used for acquiring standard answer data of the open type mathematic questions, wherein the standard answer data comprises a plurality of problem solving steps and associates knowledge points for each problem solving step;
the score model building module is used for acquiring historical job correction sample data, the historical job correction sample data comprises a plurality of problem solving steps, each problem solving step is marked with correction data, knowledge points are associated with each problem solving step, and the score of each knowledge point is determined according to the historical job correction sample data;
the input module is used for acquiring the job to be corrected;
the scoring model building module is used for converting each solving problem step in the job to be batched into a first operator tree, converting each solving problem step in the standard answer data into a second operator tree, determining the corresponding relation between each first operator tree and each second operator tree, and calculating the similarity between the corresponding first operator tree and the corresponding second operator tree;
and the output module is used for outputting the batch modification result according to the similarity and the score of each knowledge point.
According to a third aspect of the present invention, there is provided a computer apparatus comprising a memory storing a computer program and a processor implementing any of the above methods when the processor executes the computer program.
In general, compared with the prior art, the invention has the following beneficial effects: the method comprises the steps of obtaining knowledge points examined by questions from standard answer data, obtaining score distribution of the knowledge points according to historical homework batch change sample data, achieving multidimensional knowledge attribute scoring, enabling a computer to objectively and accurately determine the homework level of students, and improving homework batch change accuracy, and is specifically embodied in the following aspects:
(1) and (5) constructing an open type mathematical problem score distribution model. And (3) considering the characteristic that the difficulty coefficients of the knowledge points associated with each step are different and correspond to different score weights, constructing a score distribution model based on the knowledge points.
(2) And (4) constructing a grading model of a key step. On the scoring problem of the key step, as the writing forms of the mathematical formulas are various, the requirement of scoring by reading and scoring cannot be met only by aiming at the measurement of the visual structure information of the formulas, and the scoring of the key step of the open type mathematical problem measures the similarity of the mathematical formulas at a semantic level. An operator tree is a model based on operator syntax as a representation method of mathematical formulas. In consideration of the close relationship of syntax and semantics in mathematical languages, the invention proposes to construct a key step scoring model based on an operator tree.
(3) And a specific acquisition mode of the score feature of the knowledge point granularity is provided.
Drawings
Fig. 1 is a schematic diagram of an open math job batch modification method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. In addition, the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
The principle of the open math job batch modification method driven by multiple data sources according to the embodiment of the present invention is shown in fig. 1, and the method includes steps S1 to S4.
And S1, acquiring standard answer data of the open type mathematic question, wherein the standard answer data comprises a plurality of problem solving steps and associates knowledge points for each problem solving step.
The open math problem is: according to the condition of a certain mathematical problem, the learned knowledge is used to analyze, reason and judge the ways and methods for obtaining the conclusion, and the different ways and methods are different strategies for solving the problem. Therefore, the open math question can have several standard answer data of different question solving strategies.
By obtaining standard answer data, associating knowledge points for each problem solving step, the knowledge points examined by the problems can be obtained. The mathematical problem solving process generally includes a plurality of solving steps, each step investigating different knowledge points.
Preferably, the standard answer data is input manual answer data or answer data acquired by using a machine answer technique.
Preferably, the acquisition of the solution data by using the machine solution technology is realized by adopting the following modes: a problem understanding technology is adopted to obtain a mathematical relation group of equivalent representation problems, and the problem understanding technology can adopt a syntactic semantic model and the like; carrying out evolution on the mathematical relation group to obtain a plurality of problem solving steps; and mapping each problem solving step to a pre-constructed knowledge graph, and associating knowledge points for each problem solving step.
And S2, acquiring historical job correction sample data, wherein the historical job correction sample data comprises a plurality of problem solving steps, each problem solving step is marked with correction data, knowledge points are associated with each problem solving step, and the score of each knowledge point is determined according to the historical job correction sample data.
The sample data of the historical job batch modification comprises the following steps: the answer data of different students to the open mathematic problem and the correction data of the answer data. The answer data comprises a plurality of answer steps, each answer step is batched, and correct or wrong answers or scores are marked.
The method for associating knowledge points is similar to that in step S1, a knowledge graph may be pre-constructed by using a computer, each node in the knowledge graph represents a knowledge point, and each problem solving step is mapped to a node in the knowledge graph.
And carrying out knowledge point marking on the batch modification sample data of the historical homework by adopting a manual or mode matching method, and then counting student score data of the knowledge point granularity to determine the score of each knowledge point. Preferably, the difficulty factor of a knowledge point is equal to the ratio of the number of wrong answers to the total number of people. If all students grasp the knowledge point, the difficulty coefficient is 0; on the contrary, if no student answers the knowledge point, the coefficient is 1.
The existing score distribution model of the open type mathematic question is mainly generated by depending on the experience of teachers, and the method has manual dependence and certain subjectivity. Considering the characteristic that the difficulty coefficients of knowledge points associated with each problem solving step are different and correspond to different score weights, the embodiment of the invention provides an automatic establishing method of an open type mathematical problem score distribution model based on the knowledge points.
Assuming that the total score of the question is represented by M, the difficulty coefficient for the knowledge points K is represented by the number of knowledge points included in the open-ended mathematic problemckMeaning that K is more than or equal to 1 and less than or equal to K, then the score distribution m corresponding to the key step or knowledge pointkCan be calculated from the following formula:
Figure BDA0002818531900000061
and S3, acquiring the job to be batched.
S4, converting each solving step in the job to be batched into a first operator tree, converting each solving step in the standard answer data into a second operator tree, determining the corresponding relation between each first operator tree and each second operator tree, calculating the similarity between the corresponding first operator tree and the corresponding second operator tree, and outputting a batched and modified result according to the similarity and the score of each knowledge point.
Due to the various writing forms of the mathematical formula, the prior art can not meet the requirement of grading key steps in the research topic only by aiming at the measurement of the visual structure information of the formula. The scoring of key steps of an open-ended math problem requires that the similarity of the math formulas be measured at a semantic level.
Mathematical formulas have different methods of representation. The symbol layout tree is a formula representation model starting from symbol space layout, is a description of a formula visual structure and does not contain semantic information, and the symbol layout tree is LATEX, for example. An operator tree, as another expression method of a mathematical formula, is a model based on the syntax of an operator.
In consideration of the close relationship of syntax and semantics in mathematical languages, the embodiment of the invention provides a key step scoring model based on an operator tree. Firstly, the visual structure recognition result of the handwritten mathematical formula, such as LATEX markup language, is converted into a corresponding operator tree, namely, an operator in a problem solving step is expressed by using a data structure of the tree in a computer, and then the score of a key step is predicted by calculating the distance between the operator trees. Assuming semantic similarity between student answers and standard answers for key step or knowledge point k, by sk∈[0,1]Indicating that the final score G of the student may be preferred for the subjectCalculated as:
Figure BDA0002818531900000071
preferably, it is assumed that the standard answer includes P question solving steps corresponding to P second operator trees, and the job to be modified includes Q question solving steps corresponding to Q first operator trees, and the second operator tree P1 in the standard answer is sequentially compared with the Q first operator trees in the job to be modified according to the sequence order to find a first operator tree Q1 with the highest matching degree. And sequentially comparing the second operator tree p2 in the standard answer with the other Q-1 first operator trees except Q1 in the job to be batched according to the sequence order, and finding out the first operator tree Q2 with the highest matching degree. And so on until a corresponding first operator tree is found for each second operator tree in the standard answer. Here skActually representing the similarity of two corresponding operator trees (student answer tree and standard answer tree), e.g. s1Is p1And q is1Similarity of (S)2Is p2And q is2The similarity of (c). Preferably, skCan be calculated from the following formula:
Figure BDA0002818531900000072
wherein N issNumber of nodes of the second operator tree corresponding to the number of standard answers, NolRepresenting the number of identical nodes in the first operator tree and the second operator tree.
Preferably, if P is greater than Q, then some second operator trees in the standard answer may not find the corresponding first operator tree in the job to be corrected, then skIs 0.
If a plurality of standard answer data of the solution strategy are obtained in step S1, step S4 is repeatedly executed, the similarity between the operator tree corresponding to the solution step in each standard answer data and the operator tree in the job to be batched and modified is respectively calculated, each standard answer data can give a modification result, and the modification result with the highest score is selected as the final modification result.
The open type mathematic operation correcting system driven by multiple data sources comprises the following steps:
the standard answer data acquisition module is used for acquiring standard answer data of the open type mathematic questions, wherein the standard answer data comprises a plurality of problem solving steps and associates knowledge points for each problem solving step;
the score model building module is used for acquiring historical job correction sample data, the historical job correction sample data comprises a plurality of problem solving steps, each problem solving step is marked with correction data, knowledge points are associated with each problem solving step, and the score of each knowledge point is determined according to the historical job correction sample data;
the input module is used for acquiring the job to be corrected;
the scoring model building module is used for converting each solving problem step in the job to be batched into a first operator tree, converting each solving problem step in the standard answer data into a second operator tree, determining the corresponding relation between each first operator tree and each second operator tree, and calculating the similarity between the corresponding first operator tree and the corresponding second operator tree;
and the output module is used for outputting the batch modification result according to the similarity and the score of each knowledge point.
The implementation principle and technical effect of the system are the same as those of the method, and are not described herein again.
The present embodiment further provides a computer device, which includes at least one processor and at least one memory, where the memory stores a computer program, and when the computer program is executed by the processor, the processor is enabled to execute the modification method according to any of the above embodiments, and details are not repeated herein; in this embodiment, the types of the processor and the memory are not particularly limited, for example: the processor may be a microprocessor, digital information processor, on-chip programmable logic system, or the like; the memory may be volatile memory, non-volatile memory, a combination thereof, or the like.
It must be noted that in any of the above embodiments, the methods are not necessarily executed in order of sequence number, and as long as it cannot be assumed from the execution logic that they are necessarily executed in a certain order, it means that they can be executed in any other possible order.
It will be understood by those skilled in the art that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the invention, and that any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (10)

1. A multiple data source driven open type mathematic operation batch modification method is characterized by comprising the following steps:
s1, acquiring standard answer data of the open type mathematic question, wherein the standard answer data comprises a plurality of problem solving steps and associates knowledge points for each problem solving step;
s2, acquiring historical job correction sample data, wherein the historical job correction sample data comprises a plurality of problem solving steps, each problem solving step is marked with correction data, knowledge points are associated with each problem solving step, and the score of each knowledge point is determined according to the historical job correction sample data;
s3, acquiring the job to be batched;
s4, converting each solving step in the job to be batched into a first operator tree, converting each solving step in the standard answer data into a second operator tree, determining the corresponding relation between each first operator tree and each second operator tree, calculating the similarity between the corresponding first operator tree and the corresponding second operator tree, and outputting a batched and modified result according to the similarity and the score of each knowledge point.
2. The method as claimed in claim 1, wherein the standard answer data for the open math problem is obtained by: and acquiring a plurality of standard answer data of different problem solving strategies.
3. The multiple data source driven open math job batching method as claimed in claim 2, further comprising the steps of: the step S4 is repeatedly executed, the correction results calculated according to each standard answer data are respectively output, and the correction result with the highest score is selected as the final correction result.
4. The multiple data source driven open math job approval method of claim 1, wherein the standard answer data is input manual answer data or answer data obtained by a machine answer technique.
5. The multiple data source driven open math job approval method of claim 4, wherein said obtaining using a machine solution technique comprises the steps of:
acquiring a mathematical relation group of equivalent representation titles by adopting a title understanding technology;
carrying out evolution on the mathematical relation group to obtain a plurality of problem solving steps;
and mapping each problem solving step to a pre-constructed knowledge graph, and associating knowledge points for each problem solving step.
6. The method of claim 1, wherein the determining the score of each knowledge point according to the data of the historical work batch modification sample comprises the steps of:
classifying historical job correction sample data according to the knowledge points, and determining the difficulty coefficient of each knowledge point according to correction data of each knowledge point;
recording the total score of the open type mathematic problem as M, recording the number of the knowledge points included in the open type mathematic problem as K, and then recording the score M of the K-th knowledge pointkComprises the following steps:
Figure FDA0002818531890000021
wherein,1≤k≤K,ckthe difficulty coefficient of the k-th knowledge point.
7. The method for batching open math jobs driven by multiple data sources as claimed in claim 6, wherein said step S4 comprises the steps of:
and recording the output correction result as G, wherein the calculation formula of the correction result G is as follows:
Figure FDA0002818531890000022
wherein s iskIs the similarity of the first operator tree and the second operator tree.
8. The method of claim 7, wherein the similarity s is a function of a plurality of data source driven open math job approval schemeskThe calculation formula of (2) is as follows:
Figure FDA0002818531890000023
wherein N issRepresenting the number of nodes in the second operator tree, NolRepresenting the number of identical nodes in the first operator tree and the second operator tree.
9. An open math job approval system driven by multiple data sources, comprising:
the standard answer data acquisition module is used for acquiring standard answer data of the open type mathematic questions, wherein the standard answer data comprises a plurality of problem solving steps and associates knowledge points for each problem solving step;
the score model building module is used for acquiring historical job correction sample data, the historical job correction sample data comprises a plurality of problem solving steps, each problem solving step is marked with correction data, knowledge points are associated with each problem solving step, and the score of each knowledge point is determined according to the historical job correction sample data;
the input module is used for acquiring the job to be corrected;
the scoring model building module is used for converting each solving problem step in the job to be batched into a first operator tree, converting each solving problem step in the standard answer data into a second operator tree, determining the corresponding relation between each first operator tree and each second operator tree, and calculating the similarity between the corresponding first operator tree and the corresponding second operator tree;
and the output module is used for outputting the batch modification result according to the similarity and the score of each knowledge point.
10. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 8.
CN202011405957.6A 2020-12-05 2020-12-05 Open type mathematic operation correction method, system and equipment driven by multiple data sources Active CN112528011B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011405957.6A CN112528011B (en) 2020-12-05 2020-12-05 Open type mathematic operation correction method, system and equipment driven by multiple data sources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011405957.6A CN112528011B (en) 2020-12-05 2020-12-05 Open type mathematic operation correction method, system and equipment driven by multiple data sources

Publications (2)

Publication Number Publication Date
CN112528011A true CN112528011A (en) 2021-03-19
CN112528011B CN112528011B (en) 2022-06-17

Family

ID=74996966

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011405957.6A Active CN112528011B (en) 2020-12-05 2020-12-05 Open type mathematic operation correction method, system and equipment driven by multiple data sources

Country Status (1)

Country Link
CN (1) CN112528011B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113066358A (en) * 2021-04-14 2021-07-02 吴光银 Science teaching auxiliary system
CN113435737A (en) * 2021-06-24 2021-09-24 窦昕 Evaluation method and model of Chinese language ability evaluation system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110244434A1 (en) * 2006-01-27 2011-10-06 University Of Utah Research Foundation System and Method of Analyzing Freeform Mathematical Responses
CN106528111A (en) * 2016-10-25 2017-03-22 广东工业大学 Similarity measurement method for data structure job program
CN107133196A (en) * 2017-03-14 2017-09-05 杭州博世数据网络有限公司 Grasp method for calculating probability in a kind of knowledge point based on big data
CN108172050A (en) * 2017-12-26 2018-06-15 科大讯飞股份有限公司 Mathematics subjective item answer result corrects method and system
CN109886851A (en) * 2019-02-22 2019-06-14 科大讯飞股份有限公司 Mathematical problem corrects method and device
CN110175585A (en) * 2019-05-30 2019-08-27 北京林业大学 It is a kind of letter answer correct system and method automatically

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110244434A1 (en) * 2006-01-27 2011-10-06 University Of Utah Research Foundation System and Method of Analyzing Freeform Mathematical Responses
CN106528111A (en) * 2016-10-25 2017-03-22 广东工业大学 Similarity measurement method for data structure job program
CN107133196A (en) * 2017-03-14 2017-09-05 杭州博世数据网络有限公司 Grasp method for calculating probability in a kind of knowledge point based on big data
CN108172050A (en) * 2017-12-26 2018-06-15 科大讯飞股份有限公司 Mathematics subjective item answer result corrects method and system
CN109886851A (en) * 2019-02-22 2019-06-14 科大讯飞股份有限公司 Mathematical problem corrects method and device
CN110175585A (en) * 2019-05-30 2019-08-27 北京林业大学 It is a kind of letter answer correct system and method automatically

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ERWIN MARSI等: "Automatic tree matching for analysing sematic similarity in comparable text", 《SPRINGER》, 11 November 2012 (2012-11-11), pages 129 - 145 *
王亮: "基于中文的主观试题自动批改技术的研究与***实现", 《万方数据》, 3 June 2016 (2016-06-03), pages 1 - 73 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113066358A (en) * 2021-04-14 2021-07-02 吴光银 Science teaching auxiliary system
CN113066358B (en) * 2021-04-14 2023-01-10 吴光银 Science teaching auxiliary system
CN113435737A (en) * 2021-06-24 2021-09-24 窦昕 Evaluation method and model of Chinese language ability evaluation system

Also Published As

Publication number Publication date
CN112528011B (en) 2022-06-17

Similar Documents

Publication Publication Date Title
CN111597908A (en) Test paper correcting method and test paper correcting device
CN111241243A (en) Knowledge measurement-oriented test question, knowledge and capability tensor construction and labeling method
CN114913729B (en) Question selecting method, device, computer equipment and storage medium
CN112528011B (en) Open type mathematic operation correction method, system and equipment driven by multiple data sources
CN110781681B (en) Automatic first-class mathematic application problem solving method and system based on translation model
CN107301164B (en) Semantic analysis method and device for mathematical formula
CN111597356A (en) Intelligent education knowledge map construction system and method
US20220327398A1 (en) Technology maturity judgment method and system based on science and technology data
CN117150151B (en) Wrong question analysis and test question recommendation system and method based on large language model
CN112132420A (en) SQL query-oriented refinement scoring method
Li A study on the influence of non-intelligence factors on college students’ English learning achievement based on C4. 5 algorithm of decision tree
CN113486645A (en) Text similarity detection method based on deep learning
CN110765241B (en) Super-outline detection method and device for recommendation questions, electronic equipment and storage medium
CN112182237A (en) Topic knowledge point association method, topic knowledge point association system and storage medium
CN111104503A (en) Construction engineering quality acceptance standard question-answering system and construction method thereof
CN117252739B (en) Method, system, electronic equipment and storage medium for evaluating paper
CN113408253A (en) Job review system and method
CN116776855A (en) LLaMA model-based method, device and equipment for solving autonomous learning of vocational education machine
Anas et al. New method for summative evaluation of UML class diagrams based on graph similarities
CN116361541A (en) Test question recommendation method based on knowledge tracking and similarity analysis
Öksüz et al. The review of the effects of realistic mathematics education on students' academic achievement in Turkey: A meta-analysis study
CN114444500A (en) Mathematical subjective question scoring method and system based on expression linked list tree matching degree
CN115392255A (en) Few-sample machine reading understanding method for bridge detection text
CN114741591A (en) Method and electronic equipment for recommending learning path to learner
CN111339258B (en) University computer basic exercise recommendation method based on knowledge graph

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant