_get_all_page 解析每个section 内容的时候,当section 跨页的时候,for 循环的range 应该是 (star…#253
Open
thomasdongcn wants to merge 1 commit intokaixindelele:mainfrom
Open
_get_all_page 解析每个section 内容的时候,当section 跨页的时候,for 循环的range 应该是 (star…#253thomasdongcn wants to merge 1 commit intokaixindelele:mainfrom
thomasdongcn wants to merge 1 commit intokaixindelele:mainfrom
Conversation
…t_page, end_page+1)。在循环中,应该使用当前页索引 page_i,而不是用 start_page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.另外,在循环中,应该使用当前页索引 page_i,而不是用 start_page。
调试参数:"args": [
"--query",
"chatgpt robot",
"--page_num",
"2",
"--max_results",
"3",
"--days",
"40",
"--save_image",
"true"
]
第一个文献“RM-PRT: Realistic Robotic Manipulation Simulator and Benchmark with Progressive Reasoning Tasks”,解析 Introduction 的时候,Introduction 内容页范围[0,2]
3.还是用问题2中的测试参数,第一个文献“RM-PRT: Realistic Robotic Manipulation Simulator and Benchmark with Progressive Reasoning Tasks” 可以看到用section 关键字匹配 section 内容的方式,问题比较大。有些匹配到section 并不是真实存在的section。
