期刊文献+
共找到260篇文章
< 1 2 13 >
每页显示 20 50 100
A unified M-tree self-correction solver for math word problems
1
作者 Zhiyuan Ma Jiayu Liu Zhenya Huang 《中国科学技术大学学报》 北大核心 2025年第7期26-35,25,I0001,共12页
Automatically answer math word problems is a challenging task in artificial intelligence.Previous solvers constructed mathematical expressions in sequence or binary tree.However,these approaches may suffer from the fo... Automatically answer math word problems is a challenging task in artificial intelligence.Previous solvers constructed mathematical expressions in sequence or binary tree.However,these approaches may suffer from the following issues:Models relying on such structures exhibit fixed-order reasoning(e.g.,left-to-right),limiting flexibility and increasing error susceptibility;prior models rely on autoregressive reasoning in a single pass,accumulating minor errors(e.g.,incorrect math symbols)during generation,resulting in reduced accuracy.To address the above issues,we emulate the human“check and modify”process in reasoning and propose a unified M-tree self-correction solver(UTSCSolver)by iterative inference with self-correction mechanism.First,we use an iterative,non-autoregressive process for generating mathematical expressions,free from fixed generation orders to handle complex and diverse problems.Additionally,we design a self-correction mechanism based on alternating execution between a generator and a discriminator.This module iteratively detects and rectifies errors in generated expressions,leveraging previous iteration information for subsequent generation guidance.Experimental results show that our UTSC-Solver outperforms traditional models in accuracy on two popular datasets,while it improves the interpretability of mathematical reasoning. 展开更多
关键词 mathematical reasoning non-autoregressive generation math word problems
在线阅读 下载PDF
Solve the Word Problems of Maths
2
作者 杨哲 《疯狂英语(双语世界)》 2025年第3期44-46,68,共4页
1.The price of a desk is 10 times the price of a chair.The desk costs 288 yuan more than the chair.How much does one desk and one chair cost?2.A and B start from two different places and walk toward each other.After 4... 1.The price of a desk is 10 times the price of a chair.The desk costs 288 yuan more than the chair.How much does one desk and one chair cost?2.A and B start from two different places and walk toward each other.After 4 hours,they meet at a point that is 4 kilometres away from the midpoint between their starting points.A walks faster than B.How many more kilometres per hour does A walk than B? 展开更多
关键词 COST DISTANCE word problems MATHS PRICE SPEED
在线阅读 下载PDF
Diagrams Produced by Secondary Students in Multiplicative Comparison Word Problems 被引量:1
3
《Journal of Mathematics and System Science》 2014年第2期83-92,共10页
We investigated the use of diagrams in multiplicative comparison word problems. The diagrams have been considered as one of the effective heuristic strategies or solving math problems. However, how students use during... We investigated the use of diagrams in multiplicative comparison word problems. The diagrams have been considered as one of the effective heuristic strategies or solving math problems. However, how students use during their school and the degree development that shows in their performance when applied to specific fields of knowledge is a task to be elucidated. We place our study in the school stage in which it makes the transition from arithmetic to algebra and arithmetic problems we focus on in the underlying multiplicative comparison scheme. In this paper, we analyzed the responses of high school students to the translation of multiplicative comparison word problems to representation graphs. We have used the responses of 12 -14 year old students (freshman year of secondary school) to represent multiplicative comparison word problems to identify and categorize the students responses, which allowed us identify categories for each type of representation and hypothesize priority order and subordination between the categories. Results show that students are not familiar with building diagrams that integrate existing relations in word problems. Most of the students do not use all the quantitative information contained in the word problem, therefore draw diagrams referring to the subject or context of the problem without relating to the data in it. We describe in detail the quantitative diagram types produced by these students. We have identified four kinds of quantitative diagrams that the students used to represent the multiplicative comparison problems with inconsistent statements, and these diagrams correspond to the four strategies for tackling the construction of the diagram. 展开更多
关键词 REPRESENTATIONS DIAGRAMS multiplicative comparison word problems.
在线阅读 下载PDF
Solving Arithmetic Word Problems of Entailing Deep Implicit Relations by Qualia Syntax-Semantic Model
4
作者 Hao Meng Xinguo Yu +3 位作者 Bin He Litian Huang Liang Xue Zongyou Qiu 《Computers, Materials & Continua》 SCIE EI 2023年第10期541-555,共15页
Solving arithmetic word problems that entail deep implicit relations is still a challenging problem.However,significant progress has been made in solving Arithmetic Word Problems(AWP)over the past six decades.This pap... Solving arithmetic word problems that entail deep implicit relations is still a challenging problem.However,significant progress has been made in solving Arithmetic Word Problems(AWP)over the past six decades.This paper proposes to discover deep implicit relations by qualia inference to solve Arithmetic Word Problems entailing Deep Implicit Relations(DIR-AWP),such as entailing commonsense or subject-domain knowledge involved in the problem-solving process.This paper proposes to take three steps to solve DIR-AWPs,in which the first three steps are used to conduct the qualia inference process.The first step uses the prepared set of qualia-quantity models to identify qualia scenes from the explicit relations extracted by the Syntax-Semantic(S2)method from the given problem.The second step adds missing entities and deep implicit relations in order using the identified qualia scenes and the qualia-quantity models,respectively.The third step distills the relations for solving the given problem by pruning the spare branches of the qualia dependency graph of all the acquired relations.The research contributes to the field by presenting a comprehensive approach combining explicit and implicit knowledge to enhance reasoning abilities.The experimental results on Math23K demonstrate hat the proposed algorithm is superior to the baseline algorithms in solving AWPs requiring deep implicit relations. 展开更多
关键词 Arithmetic word problem implicit quantity relations qualia syntax-semantic model
在线阅读 下载PDF
Automatic Generation of Amharic Math Word Problem and Equation
5
作者 Andinet Assefa Bekele 《Journal of Computer and Communications》 2020年第8期59-77,共19页
Math word problem uses a real word story to present basic arithmetic operations using textual narration. It is used to develop student’s comprehension skill in conjunction with the ability to generate a solution that... Math word problem uses a real word story to present basic arithmetic operations using textual narration. It is used to develop student’s comprehension skill in conjunction with the ability to generate a solution that agrees with the story given in the problem. To master math word problem solving, students need to be given fresh and enormous amount of problems, which normal textbooks as well as teachers fail to provide most of the time. To fill the gap, a few research works have been proposed on techniques to automatically generate math word problems and equations mainly for English speaking community. Amharic is a Semitic language spoken by more than hundred million Ethiopians and is a language of instruction in elementary schools in Ethiopia. And yet it belongs to one of a less resourced language in the field of linguistics and natural language processing (NLP). Hence, in this paper, a strategy for automatic generation of Amharic Math Word (AMW) problem and equation is proposed, which is a first attempt to introduce the use template based shallow NLP approach to generate math word problem for Amharic language as a step towards enabling comprehension and learning problem solving in mathematics for primary school students. The proposed novel technique accepts a sample AMW problem as user input to form a template. A template provides AMW problem with placeholders, type of problem and equation template. It is used as a pattern to generate semantically equivalent AMW problems with their equations. To validate the reality of the proposed approach, a prototype was developed and used as a testing platform. Experimental results have shown 93.84% overall efficiency on the core task of forming templates from a given corpus containing AMW problems collected from elementary school mathematics textbooks and other school worksheets. Human judges have also found generated AMW problem and equation as solvable as the textbook problems. 展开更多
关键词 AMW problem Automatic problem Generation Template Based Shallow NLP Approach Question Generation Math word problem
在线阅读 下载PDF
Chinese Upper Elementary School Mathematics Teachers’Attitudes towards the Place and Value of Problematic Word Problems in Mathematics Education
6
作者 Xiaofang DUAN Fien DEPAEPE Lieven VERSCHAFFEL 《Frontiers of Education in China》 2011年第3期449-469,共21页
Word problems play a crucial role in mathematics education.However,the authenticity of word problems is quite controversial.In terms of the necessity of realistic considerations to be taken into account in the solutio... Word problems play a crucial role in mathematics education.However,the authenticity of word problems is quite controversial.In terms of the necessity of realistic considerations to be taken into account in the solution process,word problems have been classified into two categories:standard word problems(S-items)and problematic word problems(P-items).S-items refer to those problems involving the straightforward application of one or more arithmetical operations with the given numbers,whereas P-items call for the use of real-world knowledge and real-life experience in the problem-solving process.This study aims to explore how Chinese upper elementary school mathematics teachers think of the place and value of P-items in the elementary mathematics curriculum. 展开更多
关键词 mathematics education word problems elementary school teachers’beliefs
原文传递
WORD PROBLEMS AND THE CENTERS OF ABEL DIFFERENTIAL EQUATIONS
7
作者 M.A.M.Alwash(University of California, Los Angeles, CA 90024, USA) 《Annals of Differential Equations》 1995年第4期392-396,共5页
The approach of word problems is adopted to study the centers of nonautonomous cubic equations.We answer various questions that arise from this investigation. In particular.we demonstrate that a recent condition for t... The approach of word problems is adopted to study the centers of nonautonomous cubic equations.We answer various questions that arise from this investigation. In particular.we demonstrate that a recent condition for the existence of a center is not necessary. 展开更多
关键词 ABEL word problemS AND THE CENTERS OF ABEL DIFFERENTIAL EQUATIONS
原文传递
怎样做高难度计算题?
8
作者 胡静静 《疯狂英语(双语世界)》 2025年第2期38-42,共5页
In maths,some calculations are just as hard as word problems.Actually,they are word problems.Strategies of solving problems must be applied,while you are doing such calculations.Now,let's discuss a few questions a... In maths,some calculations are just as hard as word problems.Actually,they are word problems.Strategies of solving problems must be applied,while you are doing such calculations.Now,let's discuss a few questions as examples. 展开更多
关键词 word problemsstrategies solving problems word problemsactuallythey word problems STRATEGIES MATHS discuss few questions problem solving calculations
在线阅读 下载PDF
基于C#的Word操作题自动批改系统的分析与设计 被引量:3
9
作者 周波 《昆明冶金高等专科学校学报》 CAS 2013年第3期45-49,共5页
因批改工作量大,教师很难在短时间内完成对大学计算机基础操作题的成绩评定和错误指正工作。作者以大学计算机基础Word操作题中常见的考察内容为研究对象,阐述了操作题自动批改系统的设计思路,并给出基于C#调用COM组件的Word操作题自动... 因批改工作量大,教师很难在短时间内完成对大学计算机基础操作题的成绩评定和错误指正工作。作者以大学计算机基础Word操作题中常见的考察内容为研究对象,阐述了操作题自动批改系统的设计思路,并给出基于C#调用COM组件的Word操作题自动批改的代码,以实现操作题的自动批改与评分。实际应用表明该方法大大提高了操作题的改卷速度和准确率。 展开更多
关键词 自动批改 C# word操作题
在线阅读 下载PDF
试析Word文档的安全性 被引量:1
10
作者 王晓东 《数字技术与应用》 2018年第5期197-198,共2页
在现在化办公环境中,Word文档办公软件被应用的非常广泛。因为Word文档强大的文字处理功能,以及其他各方面的辅助功能,已经被大多数人所应用。在应用广泛的同时,Word文档的安全性也逐渐被人们关注。Word文档的数据安全性越高,人们用的... 在现在化办公环境中,Word文档办公软件被应用的非常广泛。因为Word文档强大的文字处理功能,以及其他各方面的辅助功能,已经被大多数人所应用。在应用广泛的同时,Word文档的安全性也逐渐被人们关注。Word文档的数据安全性越高,人们用的越是放心,越是方便。其实Word自身也有一些功能,应用的恰当也可以提升Word文档的安全性。本文分析了Word文档的常见安全性问题,并且针对Word自身的安全性功能进行了介绍。 展开更多
关键词 word文档 安全性 问题
在线阅读 下载PDF
数学应用题的题意自动理解研究及发展
11
作者 刘清堂 贾祥成 +2 位作者 吴林静 陈亮 涂凤娇 《计算机应用与软件》 北大核心 2025年第6期10-20,共11页
面向教育的题意理解和机器解题方法研究受到世界各国学者的高度关注,并逐步成为人工智能应用领域研究的热点之一。问题自动求解理论方法虽取得长足进步,但进一步提升性能的难度巨大,其根源在于题意理解的准确度。从数学应用题题意分析... 面向教育的题意理解和机器解题方法研究受到世界各国学者的高度关注,并逐步成为人工智能应用领域研究的热点之一。问题自动求解理论方法虽取得长足进步,但进一步提升性能的难度巨大,其根源在于题意理解的准确度。从数学应用题题意分析模型及方法、题意理解表征和题意的语义理解三个方面对当前该领域的研究进展进行综述。通过分析,进一步指出深度学习模型的可解释性不足、缺乏标准化数据集、缺乏大型常识知识库和求解过程可视化不足是当前研究中所面临的主要挑战课题。 展开更多
关键词 题意理解 数学应用题 自动求解 自然语言处理
在线阅读 下载PDF
框架问题、文学创作与DeepSeek等大语言模型——从“偶然性哲学”的角度看
12
作者 徐英瑾 《上海师范大学学报(哲学社会科学版)》 北大核心 2025年第2期16-29,共14页
在符号人工智能时代提出的“框架问题”,可以表述为:如何让一个计算系统以可控的成本,在常识推理中区分出哪些信念与当下推理相关,哪些又不相关,并在此基础上以合理的方式将相关信念并入当下的推理进程。尽管今天基于深度学习的大语言... 在符号人工智能时代提出的“框架问题”,可以表述为:如何让一个计算系统以可控的成本,在常识推理中区分出哪些信念与当下推理相关,哪些又不相关,并在此基础上以合理的方式将相关信念并入当下的推理进程。尽管今天基于深度学习的大语言模型进路貌似在所占据的算力资源上远多于符号AI时代,却很难说这一进路已经真正解决“框架问题”。具体而言,考察几款主流大语言模型(包括“文心一言”、DeepSeek与ChatGPT-4)的小说续写能力,发现它们都很难在设置反转性剧情的同时维护常识推理所应该具有的“各向同性”与“奎因性”要求。换言之,若用日本哲学家九鬼周造的“偶然性哲学”所提供的哲学话术来说,主流大语言模型在追求新奇情节的同时都忽略了其与基于常识的“可能性之球”之间的关联。从这个角度看,让主流大语言模型全面取代人类作家的创作活动的时机,还远未成熟。考虑到大语言模型在这一问题上显示出的无能乃是与大语言模型基于“词向量嵌入矩阵”的基本工作原理相关的,因此,在不对这一基本原理进行挑战的情况下,业界是无法仅仅通过提高数据与算力的投入来使得未来的大语言模型能够解决“框架问题”的。 展开更多
关键词 框架问题 偶然性 文学创作 大语言模型 各向同性 奎因性 词向量嵌入矩阵
在线阅读 下载PDF
基于语义理解增强的数学应用题机器解答方法
13
作者 菅朋朋 闫鸣 王彦丽 《计算机应用研究》 北大核心 2025年第1期214-221,共8页
针对现有数学应用题机器解答方法不能自适应理解语义多变的问题文本、求解精度提升受限,提出基于语义理解增强的机器解答方法。首先,设计语义增强的预训练语言模型SeBERT,通过多粒度知识建模策略和连续语义融入策略以实现对题目的精确理... 针对现有数学应用题机器解答方法不能自适应理解语义多变的问题文本、求解精度提升受限,提出基于语义理解增强的机器解答方法。首先,设计语义增强的预训练语言模型SeBERT,通过多粒度知识建模策略和连续语义融入策略以实现对题目的精确理解;其次,构建求解模型SeBERT-PT,其采用语言模型-池化-树的求解结构,有效改善了应用题的语义理解偏差并且提高了解题的精确度;最后,引入基于置信度的判断机制,对于不值得信任的预测直接判定求解失败,确保解答精度的同时,提升求解模型训练效率。实验结果表明,该方法在中文和英文数据集上的解题精度分别达到了85.7%和77.9%,均优于其他基线方法,特别是在涉及复杂语义理解和逻辑推理的题目上,表现尤为突出。证明了该方法在提升数学应用题解答精度方面的有效性,也展示了其在跨语言环境下的广泛适用性。 展开更多
关键词 数学应用题求解 预训练语言模型 语义增强 池化 置信度
在线阅读 下载PDF
基于数值增强图卷积网络的数学应用题求解
14
作者 肖伶盛 陈羽中 俞俊毅 《小型微型计算机系统》 北大核心 2025年第10期2321-2327,共7页
数学应用题求解是机器阅读与数学推理结合的关键任务,其核心目标是通过对题目文本的理解,生成准确的数学表达式以求解问题.近年来,深度学习技术的快速发展推动了数学应用题自动求解模型的进步,此外,预训练语言模型的引入进一步提升了模... 数学应用题求解是机器阅读与数学推理结合的关键任务,其核心目标是通过对题目文本的理解,生成准确的数学表达式以求解问题.近年来,深度学习技术的快速发展推动了数学应用题自动求解模型的进步,此外,预训练语言模型的引入进一步提升了模型对文本语义的理解能力.然而,现有模型仍未能充分捕捉数学问题中的结构化依赖关系,缺乏对数值信息间隐含逻辑的深度建模.针对上述问题,本文提出了一个基于数值增强的图卷积网络(Number-Enhanced Graph Convolutional Network,NEGCN).NEGCN通过构建数值比较图捕捉数值的大小、类型及其相互关系,实现数值信息与文本语义特征的有效融合,从而显著提升模型的数值推理能力.此外,本文设计了一种基于句法依赖的结构化信息提取机制,将数学问题文本转化为具备句法依赖关系的图表示,并通过图卷积神经网络学习句法结构特征,为问题求解过程提供更丰富的结构化语义信息.最后,NEGCN利用交互注意力机制强化不同子句间的语义交互,提取全局语义信息,提高了模型对数学问题整体语义的把握.实验结果表明,NEGCN在MAWPS和Math23K两个数据集上的总体性能优于对比模型,表现出更高的解题准确率与稳定性. 展开更多
关键词 数学应用题 图卷积 数值推理 句法依赖 交互注意力
在线阅读 下载PDF
基于对比学习的数学应用题求解方法研究
15
作者 张天成 王玉杨 +3 位作者 张亦嘉 于明鹤 冷芳玲 于戈 《大数据》 2025年第5期34-47,共14页
MWP自动求解不仅可以为学生提供精准的学习指导,还有助于缓解教师压力,推动智慧教育发展。现有MWP求解方法在挖掘题目深层语义信息、区分MWP类型以及处理相似问题的细微差异方面仍存在挑战。为此,提出了一种通用的数学应用题求解模型BSC... MWP自动求解不仅可以为学生提供精准的学习指导,还有助于缓解教师压力,推动智慧教育发展。现有MWP求解方法在挖掘题目深层语义信息、区分MWP类型以及处理相似问题的细微差异方面仍存在挑战。为此,提出了一种通用的数学应用题求解模型BSCL。首先,通过预训练语言模型对自然语言形式的MWP进行编码,同时利用对比学习方法增强编码器对不同题型的理解能力;然后,统一解码多种类型的MWP,并采用监督任务确保题目与表达式之间的数学一致性。在中文和英文数据集上的多项实验结果证明了BSCL求解不同类型MWP的有效性和优越性。 展开更多
关键词 数学应用题 自然语言处理 对比学习
在线阅读 下载PDF
基于互联网问题解决疗法的孕期管理对妊娠期糖尿病患者的临床效果观察
16
作者 吴国红 刘振燕 +1 位作者 康娇仪 朱明炎 《中外女性健康研究》 2025年第10期24-27,共4页
目的:探讨基于互联网问题解决疗法对妊娠期糖尿病患者的应用效果。方法:选择140例妊娠期糖尿病孕妇患者作为研究目标,之后分为两组,每组各70例,其中对照组则采用常规健康管理,干预组则给予微信问题解决疗法的孕期管理,之后对两组患者糖... 目的:探讨基于互联网问题解决疗法对妊娠期糖尿病患者的应用效果。方法:选择140例妊娠期糖尿病孕妇患者作为研究目标,之后分为两组,每组各70例,其中对照组则采用常规健康管理,干预组则给予微信问题解决疗法的孕期管理,之后对两组患者糖尿病知识掌握情况、血糖情况、依从性以及妊娠结局等指标进行对比分析。结果:对照组GDM孕妇患者空腹血糖、餐后2h血糖值达标比例分别为82.85%、87.14%;干预组GDM孕妇患者空腹血糖、餐后2h血糖值达标比例分别为94.28%、98.57%,且干预组血糖值的达标情况明显优于对照组患者,差异有统计学意义(P<0.05);干预前,两者对GDM相关知识掌握情况之间的差异无统计意义(P>0.05);干预后,两者对GDM相关知识掌握情况均有所提高,且干预组患者的掌握情况明显优于对照组,差异具有统计学意义(P<0.05);对照组依从性得分为(79.32±3.91)分,干预组依从性得分为(91.03±4.63)分,干预组的依从性得分明显高于对照组,差异有统计学意义(P<0.05);干预组患者妊娠结局情况明显低于对照组患者,经分析两组患者之间的差异有意义(P<0.05);干预组新生儿结局不良发生率情况明显低于对照组,差异有统计学意义(P<0.05)。结论:基于互联网问题解决疗法可提高患者对妊娠期糖尿病相关知识的了解程度与依从性,不仅改善妊娠结局、新生儿结局,还可有效控制血糖水平。 展开更多
关键词 互联网 问题解决疗法 妊娠期糖尿病 孕期管理 临床观察
暂未订购
小学2~4年级儿童数学应用题表征策略差异的研究 被引量:29
17
作者 陈英和 仲宁宁 +1 位作者 田国胜 王治国 《心理发展与教育》 CSSCI 北大核心 2004年第4期19-24,共6页
本研究运用实验法和临床访谈法对某普通小学的123名2~4年级学生进行了数学应用题测验,以考察数学学优生和学差生在解决比较应用题时表征策略的差异。结果表明:(1)从2~4年级儿童解答一致和不一致应用题上看,学优生较多地使用问题模型... 本研究运用实验法和临床访谈法对某普通小学的123名2~4年级学生进行了数学应用题测验,以考察数学学优生和学差生在解决比较应用题时表征策略的差异。结果表明:(1)从2~4年级儿童解答一致和不一致应用题上看,学优生较多地使用问题模型策略对问题进行表征,学差生较多地使用直接转换策略对问题进行表征;(2)除学差女生的解题正确率低于学差男生的正确率,学差女生自我报告中直接转换策略的使用多于学差男生外,在其它方面,性别差异并不显著;(3)随着年级的升高,学优生在使用问题模型策略上越来越成熟,学差生并没有学会使用更加有效的问题模型表征策略,仍然停留在直接转换策略上,但他们在关于策略使用的认识上有所提高。 展开更多
关键词 学优生 差生 策略 数学应用题 年级 女生 男生 儿童 升高 临床
在线阅读 下载PDF
小学2-4年级儿童数学应用题表征策略对其解决不规则问题影响的研究 被引量:20
18
作者 陈英和 仲宁宁 +1 位作者 赵宏 张小龙 《心理科学》 CSSCI CSCD 北大核心 2005年第6期1314-1317,共4页
本研究运用实验法和临床访谈法对某普通小学的123名2-4年级学生进行了不规则数学应用题测验,以考察数学学优生和学差生在解决这些应用题时表征策略的差异。结果表明:⑴从2-4年级儿童解答条件多余和条件不足应用题上看,学优生的成绩要好... 本研究运用实验法和临床访谈法对某普通小学的123名2-4年级学生进行了不规则数学应用题测验,以考察数学学优生和学差生在解决这些应用题时表征策略的差异。结果表明:⑴从2-4年级儿童解答条件多余和条件不足应用题上看,学优生的成绩要好于学差生,口头报告分析显示学优生较多地使用问题模型策略对问题进行表征,而学差生较多使用直接转换策略对问题进行表征;⑵在三年级时,条件多余和条件不足应用题的解题正确率有所提高,但到四年级时,正确率却有所下降;⑶在解决条件多余和条件不足应用题中,性别差异不显著。 展开更多
关键词 小学儿童 数学应用题 表征策略 不规则问题
在线阅读 下载PDF
加减文字题解决研究概述 被引量:17
19
作者 周新林 张梅玲 《心理科学进展》 CSSCI CSCD 北大核心 2003年第6期642-650,共9页
加减文字题指应用加减法运算解答的简单数学应用题。基本类型有合并题、变化题和比较题。人们主要采用四种方法研究解题过程:解答问题、回忆和构造问题、建立计算机模型和眼动记录。过去研究发现语义类型、年龄、难以理解的词句、问题... 加减文字题指应用加减法运算解答的简单数学应用题。基本类型有合并题、变化题和比较题。人们主要采用四种方法研究解题过程:解答问题、回忆和构造问题、建立计算机模型和眼动记录。过去研究发现语义类型、年龄、难以理解的词句、问题陈述的简约性、题材个人化、问题陈述结构、数量大小、未知集类型和解答问题的方式等因素显著影响解题过程。人们对解题过程提出了两种理论模型,一是数学知识应用模型,一是语言理解模型。 展开更多
关键词 加减文字题 算术应用题 问题解决 数学认知 数学教育
在线阅读 下载PDF
上一页 1 2 13 下一页 到第
使用帮助 返回顶部