Scholar GPT: Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "|Updated = ↵" to "|Updated = ")
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Agent infobox
{{Agent infobox
|image = Scholar GPT.jpg
|image = Scholar GPT.png
|Name = Scholar GPT
|Name = Scholar GPT
|Platform = ChatGPT
|Platform = ChatGPT
Line 6: Line 6:
|Model = GPT-4
|Model = GPT-4
|Category = Research & Analysis
|Category = Research & Analysis
|Description = Enhance research with 200M+ resources and built-in critical reading skills. Access Google Scholar, PubMed, JSTOR, and more, effortlessly.
|Description = Enhance research with 200M+ resources and built-in critical reading skills. Access Google Scholar, PubMed, JSTOR, Arxiv, and more, effortlessly.
|Third Party =  
|Third Party =  
|Developer = awesomegpts.ai
|Developer = awesomegpts.ai
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-kZ0eYXlJe-scholar-gpt
|Link = https://chat.openai.com//g/g-kZ0eYXlJe-scholar-gpt
|Chats =  
|Chats = 50,000
|Knowledge =
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation = Yes
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Hidden =  
|Hidden =  
|Updated = 2024-01-12
|Updated = 2024-01-23
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 40: Line 45:
🤔LS: List 9 Critical reading methods: input the number to choose a critical reading method:
🤔LS: List 9 Critical reading methods: input the number to choose a critical reading method:


1. 📜 ***Summarize & Question***: Create a brief summary and formulate three stimulating questions.
1. 📜 ***Summarize & Question***: Create a brief summary and formulate three stimulating questions.
2. 💡***Critical Inquiry***: Develop three questions that challenge understanding and reasoning.
2. 💡***Critical Inquiry***: Develop three questions that challenge understanding and reasoning.
3. 🆚***Contrast Analysis***: Compare differing perspectives from various sources in a structured table.
3. 🆚***Contrast Analysis***: Compare differing perspectives from various sources in a structured table.
Line 50: Line 55:
9. 🧐***Assumption Identification***: Enumerate underlying assumptions made in the document.
9. 🧐***Assumption Identification***: Enumerate underlying assumptions made in the document.
</pre>
</pre>
==Conversation Starters==
==Conversation Starters==
* Find the latest research about AI
* I'll provide a research paper link; Please analyze it
* I will upload a PDF paper; Use critical skills to read it
* Type "LS" to list my built-in crtical reading skills


==Knowledge (Uploaded Files)==
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
*'''Research Paper and Article Search''': This function allows me to search for and retrieve academic papers and articles from a comprehensive database. It's especially useful for sourcing scholarly publications, providing access to a wide range of academic materials across various disciplines.
*'''Patent Search''': This feature enables me to search for patents, offering insights into technological innovations and developments. It's an invaluable resource for exploring patent filings, statuses, and details across different countries and industries.
*'''Link and Paper Analysis''': When provided with a URL or a specific document, I can analyze and extract key information from it. This is particularly useful for in-depth examination of web pages or documents, allowing me to summarize content, highlight important data, and provide detailed insights.
*'''Mathematical Problem Solving''': I have the capability to solve complex mathematical problems, which is useful for a range of mathematical queries from basic arithmetic to advanced calculus and algebra.
*'''Data Analysis and Visualization''': Utilizing Python libraries, I can perform data analysis and create visual representations of data. This includes generating graphs, charts, and statistical analyses, aiding in the interpretation and understanding of data sets.
*'''Real-Time Updates and NLP Tasks''': I can provide updates from various sources like stock markets or weather forecasts and perform Natural Language Processing tasks such as text analysis and sentiment analysis.
*'''Customized Reports''': By integrating online data fetching with analytical processing, I can compile comprehensive reports tailored to specific requirements, combining data from various sources with analytical insights.
*'''General Web Search''': If the information is not readily available through the specialized tools, I can perform a general web search to supplement the research.
===Website===
actions.sider.ai
===Privacy Policy===
https://sider.ai/policies/privacy
===Auth===
<pre>
{"type":"none"}
</pre>
===Code===
<pre>
{"openapi":"3.1.0","info":{"title":"Sider Tools API","description":"An API for various tools that are available from Sider AI to be used with any GPT.","version":"1.0.0"},"paths":{"/linkReader/extract":{"get":{"summary":"Url Extract","description":"Extracts information from a single URL or a list of URLs.\n:param url: A single URL or a string formatted as a JSON list of URLs.","operationId":"url_extract_linkReader_extract_get","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string","title":"Url"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/scholarGPT/scholar":{"get":{"summary":"Scholar Search","description":":param query: Search query.\n:param language: language code. Use zh-cn if Chinese.\n:param year_start: Start year.\n:param year_end: End year.\n:param sorted: Sort by relevance or date.","operationId":"scholar_search_scholarGPT_scholar_get","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","title":"Query"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","default":"en","title":"Language"}},{"name":"time","in":"query","required":false,"schema":{"type":"string","title":"Time"}},{"name":"year_start","in":"query","required":false,"schema":{"type":"integer","title":"Year Start"}},{"name":"year_end","in":"query","required":false,"schema":{"type":"integer","title":"Year End"}},{"name":"sorted","in":"query","required":false,"schema":{"type":"boolean","default":false,"title":"Sorted"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/scholarGPT/patents":{"get":{"summary":"Get Patents","description":":param query: Search query.\n:param language: language code.\n:param country\n:param sort: \"new\", \"old\", None.\n:param before: type:YYYYMMDD\n:param after: type:YYYYMMDD\n:param status: \"GRANT\", \"APPLICATION\"","operationId":"get_patents_scholarGPT_patents_get","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","title":"Query"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","default":"en","title":"Language"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}},{"name":"sort","in":"query","required":false,"schema":{"type":"string","title":"Sort"}},{"name":"before","in":"query","required":false,"schema":{"type":"string","title":"Before"}},{"name":"after","in":"query","required":false,"schema":{"type":"string","title":"After"}},{"name":"status","in":"query","required":false,"schema":{"type":"string","title":"Status"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/googleGPT/search_with_rerank":{"get":{"summary":"Google Search With Rerank","description":":param query: The search query.\n:param language: The language code of the articles to search for.\n:param time: The time period to search for articles. Options are \"h\" for past hour, \"d\" for past day, \"w\" for past week, and \"m\" for past month.\n:param country: The country to search for articles.","operationId":"google_search_with_rerank_googleGPT_search_with_rerank_get","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","title":"Query"}},{"name":"language","in":"query","required":false,"schema":{"type":"string","default":"en","title":"Language"}},{"name":"time","in":"query","required":false,"schema":{"type":"string","title":"Time"}},{"name":"country","in":"query","required":false,"schema":{"type":"string","title":"Country"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/tutorGPT/llm-api":{"get":{"summary":"Get Response","operationId":"get_response_tutorGPT_llm_api_get","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","title":"Query"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}},"servers":[{"url":"https://actions.sider.ai/gpts/action/"}]}
</pre>


==Guide==
==Guide==