web-search-advanced-research-paper
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWeb Search Advanced - Research Paper Category
高级网页搜索 - 研究论文分类
Tool Restriction (Critical)
工具限制(至关重要)
ONLY use with . Do NOT use other categories or tools.
web_search_advanced_exacategory: "research paper"仅可在的情况下使用工具。禁止使用其他分类或工具。
category: "research paper"web_search_advanced_exaFull Filter Support
完整过滤功能支持
The category supports ALL available parameters:
research paperresearch paperCore
核心参数
- (required)
query numResults- ("auto", "fast", "deep", "neural")
type
- (必填)
query numResults- (可选值:"auto", "fast", "deep", "neural")
type
Domain filtering
域名过滤
- (e.g., ["arxiv.org", "openreview.net"])
includeDomains excludeDomains
- (示例:["arxiv.org", "openreview.net"])
includeDomains excludeDomains
Date filtering (ISO 8601)
日期过滤(遵循ISO 8601标准)
- /
startPublishedDateendPublishedDate - /
startCrawlDateendCrawlDate
- /
startPublishedDateendPublishedDate - /
startCrawlDateendCrawlDate
Text filtering
文本过滤
- (must contain ALL)
includeText - (exclude if ANY match)
excludeText
Array size restriction: and only support single-item arrays. Multi-item arrays (2+ items) cause 400 errors. To match multiple terms, put them in the string or run separate searches.
includeTextexcludeTextquery- (必须包含所有指定内容)
includeText - (若匹配任意指定内容则排除)
excludeText
数组大小限制:和仅支持单元素数组。多元素数组(2个及以上元素)会导致400错误。如需匹配多个术语,请将其放入字符串中,或执行多次搜索。
includeTextexcludeTextqueryContent extraction
内容提取
- /
textMaxCharacterscontextMaxCharacters - /
enableSummarysummaryQuery - /
enableHighlights/highlightsNumSentences/highlightsPerUrlhighlightsQuery
- /
textMaxCharacterscontextMaxCharacters - /
enableSummarysummaryQuery - /
enableHighlights/highlightsNumSentences/highlightsPerUrlhighlightsQuery
Additional
其他参数
userLocationmoderationadditionalQueries- /
livecrawllivecrawlTimeout - /
subpagessubpageTarget
userLocationmoderationadditionalQueries- /
livecrawllivecrawlTimeout - /
subpagessubpageTarget
Token Isolation (Critical)
Token隔离(至关重要)
Never run Exa searches in main context. Always spawn Task agents:
- Agent calls with
web_search_advanced_exacategory: "research paper" - Agent merges + deduplicates results before presenting
- Agent returns distilled output (brief markdown or compact JSON)
- Main context stays clean regardless of search volume
切勿在主上下文环境中运行Exa搜索。务必生成Task代理:
- 代理调用并设置
web_search_advanced_exacategory: "research paper" - 代理在呈现结果前合并并去重
- 代理返回提炼后的输出内容(简洁Markdown或紧凑JSON格式)
- 无论搜索量多大,主上下文始终保持整洁
When to Use
适用场景
Use this category when you need:
- Academic papers from arXiv, OpenReview, PubMed, etc.
- Scientific research on specific topics
- Literature reviews with date filtering
- Papers containing specific methodologies or terms
在以下场景中使用该分类:
- 查找arXiv、OpenReview、PubMed等平台的学术论文
- 针对特定主题的科学研究内容
- 带日期过滤的文献综述
- 包含特定方法论或术语的论文
Examples
使用示例
Recent papers on a topic:
web_search_advanced_exa {
"query": "transformer attention mechanisms efficiency",
"category": "research paper",
"startPublishedDate": "2024-01-01",
"numResults": 15,
"type": "auto"
}Papers from specific venues:
web_search_advanced_exa {
"query": "large language model agents",
"category": "research paper",
"includeDomains": ["arxiv.org", "openreview.net"],
"includeText": ["LLM"],
"numResults": 20,
"type": "deep"
}查找某主题的近期论文:
web_search_advanced_exa {
"query": "transformer attention mechanisms efficiency",
"category": "research paper",
"startPublishedDate": "2024-01-01",
"numResults": 15,
"type": "auto"
}查找特定平台的论文:
web_search_advanced_exa {
"query": "large language model agents",
"category": "research paper",
"includeDomains": ["arxiv.org", "openreview.net"],
"includeText": ["LLM"],
"numResults": 20,
"type": "deep"
}Output Format
输出格式
Return:
- Results (structured list with title, authors, date, abstract summary)
- Sources (URLs with publication venue)
- Notes (methodology differences, conflicting findings)
返回内容需包含:
- 结果(结构化列表,包含标题、作者、日期、摘要概述)
- 来源(含发布平台的URL链接)
- 说明(方法论差异、矛盾研究结果)