版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
AIAgentsBeyondChatGPT
LLM
LLM
LLM
Zhou(Jo)Yu
ColumbiaUniversity
&ArklexAI
WhosupportsAIAgents?
SlidesadaptedfromYuSu
WhatareAIAgents?
Perception:Multimodalinputsincluding,text,image,audio,video,touch,etc.
Planning(InnerMonologue):
Chain-of-ThoughtreasoningovertokensthatpoweredbyLLMs
Reflection:meta-reasoningineverystop
Actions:function/toolcalling,embodiedactions.
AIAgentDeploymentConsideration
Slide:AlexWang@ScaleAI
18
Overview
1.Modelself-improvementwithLLMs(Yuetal,NAACL2024,Outstandingpaper)
2.Elicitingstrongermodelabilityviatreesearch(Yuetal,EMNLP2023)
3.AIagentself-improvementviatreesearch(Yuetal,ICLR2025)
1
Background:In-ContextSelf-Improvement
Input:
Q:Calculate(4*1)-(2*3)=?
XiaoYu,BaolinPeng,MichelGalley,JianfengGao,ZhouYu,TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations,NAACL2024,Outstandingpaper
2
Background:In-ContextSelf-Improvement
Input:
Q:Calculate(4*1)-(2*3)=?
few-shotprompt
chain-of-thought
Q:Calculate(4*-1)+(2*3)=?Let’sthinkstepbystep:
Q:Calculate1+2=?
Ans:3
Q:Calculate…
Ans:…
Q:Calculate(4*1)-(2*3)=?
Ans:-2
Step1:(4*1)-(2*3)=4-6.
Step2:4-6=-2
Ans:-2
3
Background:In-ContextSelf-Improvement
Input:Q:Calculate(4*1)-(2*3)=?
Self-ImprovementPrompting
(Madaan,etal,2023)
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
4
Background:In-ContextSelf-Improvement
Input:Q:Calculate(4*1)-(2*3)=?
Self-ImprovementPrompting
(Madaan,etal,2023)
promptfeedback
promptupdate
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Instep2thepart“4-6=-3”isincorrect.Thisisbecause…
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-2
Ans:-2
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
5
Background:In-ContextSelf-Improvement
Input:Q:Calculate(4*1)-(2*3)=?
Self-ImprovementPrompting
(Madaan,etal,2023)
promptfeedback
promptupdate
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Instep2thepart“4-6=-3”isincorrect.Thisisbecause…
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-2
Ans:-2
promptfeedback
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
6
Background:In-ContextSelf-Improvement
Background
Motivation
Experiments
Problem1:smallLMcannotself-improveviaprompting!
Approach
7
Background:In-ContextSelf-Improvement
Problem1:smallLMcannotself-improveviaprompting!
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Background
Motivation
Experiments
Instep1thepart“2*3=6”is
incorrect.Thisisbecause…
…errorpropagates!
Approach
8
Background:In-ContextSelf-Improvement
Problem2:smallLMcannotlearn
Background
Motivation
Experiments
“self-improvement”fromLLMdemonstrations!
Approach
9
Background:In-ContextSelf-Improvement
Problem2:smallLMcannotlearn
“self-improvement”fromLLMdemonstrations!
Q:Calculate4-0*-1*8+6=?
=4-(0*-1*-8)+6=4-(0+8)+6
=4-8+6
=-2+6=4
=4-(0*-1*-8)+6=4-(0)+6
=4-(0+6)=4-6
=-2
feedback:…
irrelevantdemonstrations!
10
Motivation
Priorworkshowsthatself-improvement(S.I.)isusefulfortaskperformance/generalization(Madaan,etal,2023)Wefindprompt-basedS.I./simpledistillationmethodsfailswithsmallLM
Background
Motivation
Experiments
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
Approach
11
Motivation
Priorworkshowsthatself-improvement(S.I.)isusefulfortaskperformance/generalization(Madaan,etal,2023)Wefindprompt-basedS.I./simpledistillationmethodsfailswithsmallLM
1.Treat“self-improvement”asatasktolearn
-(attempt)->(feedback,update)
Background
Motivation
Experiments
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
Approach
12
Motivation
Priorworkshowsthatself-improvement(S.I.)isusefulfortaskperformance/generalization(Madaan,etal,2023)Wefindprompt-basedS.I./simpledistillationmethodsfailswithsmallLM
1.Treat“self-improvement”asatasktolearn
2.Butlearn“self-improvement”online
-considerLLMs/pythonscriptsasteachermodeleditmodelstomodifysmallLM’sattempts
-replaythisinteractionexperiencetotrainthesmallLM
Background
Motivation
Experiments
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
Approach
13
Motivation
Priorworkshowsthatself-improvement(S.I.)isusefulfortaskperformance/generalization(Madaan,etal,2023)Wefindprompt-basedS.I./simpledistillationmethodsfailswithsmallLM
smallLM’sattempts
Feedback:thereisamistake!
1.Treat“self-improvement”asatasktolearn
2.Butlearn“self-improvement”online
-considerLLMs/pythonscriptsasteachermodeleditmodelstomodify
-replaythisinteractionexperiencetotrainthesmallLM
Edit:maybe2+2=4?
Background
Motivation
Experiments
Madaan,A.etal.(2023)‘Self-Refine:IterativeRefinementwithSelf-Feedback’
Approach
14
TriPosT
1Interactivetrajectoryediting
-usesLLM/pythonscriptsaseditmodels
trainingsample:
-gatherinteractionrecordsbetweensmallLMandLLM
Q:Calculate(4*1)-(2*3)=?
promptfeedback
promptupdate
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Instep1thepart“2*3=6”isX
incorrect.Thisisbecause…
Step1:…
Background
Approach
Experiments
Motivation
Background
15
TriPosT
1Interactivetrajectoryediting
-usesLLM/pythonscriptsaseditmodels
-gatherinteractionrecordsbetweensmallLMandLLM
trainingsample:
promptfeedback
Q:Calculate(4*1)-(2*3)=?
Instep1thepart“2*3=6”isX
incorrect.Thisisbecause…
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Instep2thepart“4-6=-3”isincorrect.Thisisbecause…
Step1:…
Approach
Experiments
Motivation
16
TriPosT
1Interactivetrajectoryediting
-usesLLM/pythonscriptsaseditmodels
trainingsample:
-gatherinteractionrecordsbetweensmallLMandLLM
Q:Calculate(4*1)-(2*3)=?
promptfeedback
Instep1thepart“2*3=6”isX
incorrect.Thisisbecause…
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Instep2thepart“4-6=-3”isincorrect.Thisisbecause…
Step1:(4*1)-(2*3)=4-6
Step1:…
Background
Motivation
Experiments
Step2:
Approach
17
TriPosT
1Interactivetrajectoryediting
-usesLLM/pythonscriptsaseditmodels
trainingsample:
-gatherinteractionrecordsbetweensmallLMandLLM
Q:Calculate(4*1)-(2*3)=?
promptfeedback
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
Instep2thepart“4-6=-3”isincorrect.Thisisbecause…
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-2
Instep1thepart“2*3=6”isX
incorrect.Thisisbecause…
Step1:…
Background
Approach
Experiments
Ans:-2
Motivation
18
TriPosT
1Interactivetrajectoryediting
2Datapost-processing
-reformatsinteractiondatainto(attempt,feedback,update)triplet
-datafilteringandre-balancing
Q:…
Q:…
…
attempt1:…
feedback:…
attempt2:…
feedback:…
Q:…
attempt:…
feedback:…
update:…
filter
attemptN:…
attempt:…
feedbackN:…
Background
Motivation
Experiments
feedback:…
Approach
19
TriPosT
1Interactivetrajectoryediting
2Datapost-processing
-reformatsinteractiondatainto(attempt,feedback,update)triplet
-datafilteringandre-balancing
Q:…
attempt:…
Q:…
feedback:…
attempt1:…
update:…
feedback:…
attempt2:…
Q:…
re-balance
dset!
feedback:…
…
attempt:…
filter
feedback:…
attemptN:…
Background
Motivation
Experiments
feedbackN:…
Approach
20
TriPosT
1Interactivetrajectoryediting
2Datapost-processing
3Modeltraining
-weightedSFTwithmoreemphasisonfeedbackandupdatetokens
training
Background
Motivation
Experiments
“on-policy”dataLLaMA-1/LLaMA-2
Approach
Modelself-improvementwithLLMs
MainIdea:
PriorworkshowsthatLLMscanbepromptedtoself-improve
Explicitcraft“self-improvement”datawithLLMstotrain/enhancethisability
2UseastrongerLLMtoperform“processsupervision”
1LetaweakLLMattemptself-improvement
Q:Calculate(4*1)-(2*3)=?
Editedrevisedsolution:…
promptfeedback
Editedfeedback:…
Attemptsolution…
Feedback:…
promptupdate
Revisedsolution…
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
Modelself-improvementwithLLMs
MainIdea:
PriorworkshowsthatLLMscanbepromptedtoself-improve
Explicitcraft“self-improvement”datawithLLMstotrain/enhancethisability
1
LetaweakLLMattemptself-improvemenUseastrongerLLMtoperform“processsupervision”
3TraintheLMwithimproveddata
training
Improved“on-policy”dataLLaMA-1/LLaMA-2
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
Modelself-improvementwithLLMs
Evaluation:BigBenchHard
-taskswheresmallLMstruggles
-splittasksintoeasy(seen)andharder(unseen)subtaskstomeasuregeneralization
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
CanTriPosTimproveoverallperformance?
Evaluation:BigBenchHard
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
CanTriPosTtrainedmodelsself-improve?
Evaluation:BigBenchHard
-
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
Interactive(“on-policy”)dataiscrucial
AblationStudies:
simpleSFTongoldanswers
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
Modelself-improvementwithLLMs
Takeaway:improvingmodelperformancewithouthumansupervisionispossible
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
Limitations:needastrongeditorLLMforsupervision
Takeaway:improvingmodelperformancewithouthumansupervisionispossible
Step1:(4*1)-(2*3)=4-6
Step2:4-6=-3
Ans:-3
prompteditedfeedback:
Allstepsarecorrect.Thefinalanswerisalsocorrect.
XiaoYu,etal.2024.TeachingLanguageModelstoSelf-ImprovethroughInteractiveDemonstrations.NAACL2024OutstandingPaper.
18
Overview
1.Modelself-improvementwithLLMs
2.Elicitingstrongermodelabilityviatreesearch(Yuetal,EMNLP2023)
!
3.AIagentself-improvementviatreesearch
LLMModelperformanceimproveswithtrainingcompute
OpenAI."Scalinglawsforneurallanguagemodels."arXivpreprintarXiv:2001.08361(2020).
Modelperformanceimproveswithtest-timecompute
(e.g.GPT4-o1)
Jones,AndyL."Scalingscalinglawswithboardgames."arXivpreprintarXiv:2104.03113(2021).
OpenAI."LearningtoReasonwithLLMs"
/index/learning-to-reason-with-llms/
(2024)
PerformanceImprovementviaScaling
Centraltothesearescalinglawsistoimprove,withouthumansupervision:
ElicitstrongermodelbehaviorbeyondCoT
Improvemodelperformancewithstrongerdata
EnhancingModelCapabilityviaTreeSearch
MainIdea:
Manydialoguetasksareessentiallyaboutdecisionmaking
Self-ImprovementwithLLM
Wecanuselook-aheadsearchfromgameslikechesstoenhancethis
EnhancedModelCapabilityviaSearch
Self-ImprovementvisSearch
Self-ImprovementwithLLM
EnhancingModelCapabilityviaTreeSearch
MainIdea:
Manydialoguetasksareessentiallyaboutdecisionmaking
Wecanuselook-aheadsearchfromgameslikechess,toenhancethis
[greet]Hello.Howareyoudoingtoday?
Iamgood!
[task-relatedinquiry]Great.Haveyoueverdonatedtocharities?
IfI'mintherightplaceattherighttimeoramgivenanopportunity.
[whatshouldIsayhere?]
Persuadee
EnhancedModelCapabilityviaSearch
Self-ImprovementvisSearch
40
Lookaheadviatreesearch
chess:whitetomove
41
Lookaheadviatreesearch
chess:whitetomove
42
Lookaheadviatreesearch
chess:whitetomove
Lookaheadviatreesearch
chess:whitetomove
:simplywinning
43
HikaruNakamura,GrandMaster
44
EnhancingModelCapabilityviaTreeSearch
chess:whitetomove
propose
moves
simulate
evaluate
Dialogdecisionmakingastreesearch
MainIdea:
Manydialoguetasksareessentiallyaboutdecisionmaking
Wecanuselook-aheadsearchfromgameslikechesstoenhancethis
good!
[task-related
donatedtocharities?
time
[greet]Hello.Howareyoudoingtoday?
inquiry]
If
oram
Persuadee
[whatshouldIsayhere?]
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
Dialogdecisionmakingastreesearch
1
MCTSwithZero-training
-search(potentially)promisingactions
=promptanLLMtoactasπ
-simulateactionoutcomes
=promptanLLMtoactasM
-evaluateactionquality
=promptanLLMtoactasV
-updateitsestimateofeachactionsquality
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
Dialogdecisionmakingastreesearch
1
MCTSwithZero-training
-search(potentially)promisingactions
=promptanLLMtoactasπ
-simulateactionoutcomes
=promptanLLMtoactasM
-evaluateactionquality
=promptanLLMtoactasV
-updateitsestimateofeachactionsquality
LLMasusersimulator
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
Dialogdecisionmakingastreesearch
1
MCTSwithZero-training
-search(potentially)promisingactions
=promptanLLMtoactasπ
-simulateactionoutcomes
=promptanLLMtoactasM
-evaluateactionquality
=promptanLLMtoactasV
-updateitsestimateofeachactionsquality
LLMasvaluefunction
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
Open-LoopMCTSfordialogs
1
MCTSwithZero-training
2
Open-LoopMCTSfordialogue
-considersstochastictransitionsfromadialoguestate
(traditional)Closed-LoopMCTS
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
Open-LoopMCTSfordialogs
1
MCTSwithZero-training
Open-LoopMCTS
2
Open-LoopMCTSfordialogue
-considersstochastictransitionsfromadialoguestate
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
EnhancingModelCapabilityviaTreeSearch
Evaluation:PersuasionTask
-PersuasionForGoodDataset:persuadeapersontodonatetoacharitycalledSavetheChildren
-“whatisagoodpolicy?”issubjective->veryhardtotrain
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
EnhancingModelCapabilityviaTreeSearch
Evaluation:PersuasionTask
-PersuasionForGoodDataset:persuadeapersontodonatetoacharitycalledSavetheChildren
-“whatisagoodpolicy?”issubjective->veryhardtotrain
-CanGDP-ZeroproduceamorepersuasivepolicythanthebaseLLMitself?
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
GDP-Zeroimprovesdialogtasksuccess
Evaluation:PersuasionTask
-PersuasionForGoodDataset:persuadeapersontodonatetoacharitycalledSavetheChildren
-“whatisagoodpolicy?”issubjective->veryhardtotrain
-CanGDP-ZeroproduceamorepersuasivepolicythanthebaseLLMitself?
(OfflineEvaluation)
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
GDP-Zeroimprovesdialogtasksuccess
Evaluation:PersuasionTask
-PersuasionForGoodDataset:persuadeapersontodonatetoacharitycalledSavetheChildren
-“whatisagoodpolicy?”issubjective->veryhardtotrain
-CanGDP-ZeroproduceamorepersuasivepolicythanthebaseLLMitself?
(OfflineEvaluation)(InteractiveEvaluation)
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
GPD-Zerolearnsdomainknowledge
HowdidGDP-Zeroplanninghelp?
-avoidseager“propositionofdonation”
-balancedstrategywith
emotionandlogicalappeal
XiaoYu,MaximillianChen,andZhouYu.2023.Prompt-BasedMonte-CarloTreeSearchforGoal-orientedDialoguePolicyPlanning.EMNLP2023.
EnhancingModelCapabilityviaTreeSearch
Self-ImprovementwithLLM
Takeaway:treesearchasaneffectivemethodtodirectlyimprovemodelbehaviorattest-time
EnhancedModelCapabilityviaSearch
Self-ImprovementvisSearch
EnhancingModelCapabilityviaTreeSearch
Takeaway:treesearchasaneffectivemethodtodirectlyimprovemodelbehaviorattest-time
Limitations:
-ExtensionbeyonddialoguetaskssuchasAIagents?
Self-ImprovementwithLLM
-Transferthisimprovedbehaviorbacktothemodelviatraining?
EnhancedModelCapabilityviaSearch
Self-ImprovementvisSearch
18
Overview
1.Modelself-improvementwithLLMs
2.Elicitingstrongermodelabilityviatreesearch
!
3.AIagentself-improvementviatreesearch(Yuetal,ICLR2025)
1
Background:VLMonComputerTasks
023+Tim2020-2022
VQATasks
Q:Whatishedoing?
Heisperformingaskateboardtrick…
ComputerTasks
Canyouhelpmeclearmyshoppingcart?
clickbutton[shoppingcart]….
2
Challenge:extremelydifficultasinteractingwithcomputerwasnotpartofVLM(pre-)training
3
1.Scaletest-timecomputetoimproveagentperformance
2.TransfersearchknowledgebacktoVLMviatraining
IntroduceR-MCTS
R-MCTS=exploredecisionspaceandself-improveon-the-fly
Introduction
Scalingtest-timecompute
Conclusion
Transferringsearchknowledge
IntroduceR-MCTS
R-MCTS=exploredecisionspaceandself-improveon-the-fly
Introduction
Scalingtest-timecompute
Conclusion
Transferringsearchknowledge
IntroduceR-MCTS
1
R-MCTS=MCTSwithcontrastiveself-reflection
Introduction
Scalingtest-timecompute
Conclusion
Transferringsearchknowledge
IntroduceR-MCTS
1
R-MCTS=MCTSwithcontrastiveself-reflection
Introduction
Scalingtest-timecompute
Conclusion
Transferringsearchknowledge
Introduction
IntroduceR-MCTS
12
R-MCTS=MCTSwithcontrastiveself-reflectionandamulti-agent-debatevaluefunction
Q=0.07
Scalingtest-timecompute
Q=0.15
2
Goodaction,because…
Badaction,because…
N=1
V=0.07
V=0.38!
Judge
N=1
N=1
V=0.38
Conclusion
V=0.15
Transferringsearchknowledge
IntroduceR-MCTS
Withineachtask,R-MCTSperformsatreesearchtofindthebesttrajectory
Introduction
IntroduceR-MCTS
Withineachtask,R-MCTSperformsatreesearchtofindthebesttrajectory
Aftereachtask,R-MCTSperformscontrastiveself-reflectiontoimproveitfutureexecution
Introduction
Scalingtest-timecompute
Conclusion
Transferringsearchknowledge
R-MCTSResults
Benchmark:VisualWebArenaandOSWorld
-Realisticandreproducible
-Tasksspansmultipledomains
Introduction
Scalingtest-timecompute
Conclusion
VisualWebArenaOSWorld
Transferringsearchknowledge
R-MCTSResults
R-MCTSoutperformsothersearchalgorithms(ToT,A*,orMCTS)
Introduction
Scalingtest-timecompute
Conclusion
Transferringsearchknowledge
R-MCTSResults
R-MCTSachievesnewSOTAonVisualWebArena,andishighlycompetitiveonOSWorld!
Introduction
Scalingtest-timecompute
Conclusion
VisualWebArenaLeaderboardOSWorldLeaderboard
Transferringsearchknowledge
3
1.Scaletest-timecomputetoimproveagentperformance
2.TransfersearchknowledgebacktoVLMviatraining
IntroduceExploratoryLearning
ExploratoryLearning=explore,evaluate,andbacktrackbytrainingontreetraversals!
Introduction
Conclu
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《【教案·劳动核心素养导向】指尖上的非遗传承-小学四年级劳动课“玉米皮编”创意工坊》
- 二年级劳动项目式学习教案:彩泥小匠·创意工坊
- 2026年中老年人秋季养生知识讲座
- 2026年经济师考试经济法高频考点集
- 测绘仪器拆除方案范本
- 2026年防汛防台风应急知识
- 豪宅改造方案范本
- 基于多模态大模型视频翻译课程设计
- 高中地理等高线地形图深度复习备课参考(2026高考版)
- 三小间内墙瓷砖施工方案
- 江苏省常州市2025-2026学年中考二模化学试题(含答案解析)
- 汇能集团笔试考试题
- MMRC呼吸困难评分
- 2026安全生产法完整版
- (2025年)国家能源集团笔试试题(+答案)
- 蚕病防治技术
- 车辆五一安全运行培训课件
- 医疗美容机构收购协议书
- spss基础教案(2025-2026学年)
- 退伍保密课件
- 2025年全国汽车驾驶员(高级)职业技能考试题库(含答案)
评论
0/150
提交评论