AutoExpert (Academic) (GPT): Difference between revisions
(Created page with "{{Agent infobox |image = AutoExpert (Academic) (GPT).png |Name = AutoExpert (Academic) (GPT) |Platform = ChatGPT |Store = GPT Store |Model = GPT-4 |Category = Research & Analysis |Description = Upon uploading a research paper, I provide a concise analysis covering its authors, key findings, methodology, and relevance. I also critique the work, highlight its strengths, and identify any open questions from a professional perspective. |Third Party = |Developer = Dustin Mil...") |
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ") |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Agent infobox | {{Agent infobox | ||
|image = AutoExpert (Academic) (GPT).png | |image = AutoExpert (Academic) (GPT).png | ||
|Name = AutoExpert (Academic | |Name = AutoExpert (Academic) | ||
|Platform = ChatGPT | |Platform = ChatGPT | ||
|Store = GPT Store | |Store = GPT Store | ||
Line 8: | Line 8: | ||
|Description = Upon uploading a research paper, I provide a concise analysis covering its authors, key findings, methodology, and relevance. I also critique the work, highlight its strengths, and identify any open questions from a professional perspective. | |Description = Upon uploading a research paper, I provide a concise analysis covering its authors, key findings, methodology, and relevance. I also critique the work, highlight its strengths, and identify any open questions from a professional perspective. | ||
|Third Party = | |Third Party = | ||
|Developer = | |Developer = llmimagineers.com | ||
|Release Date = | |Release Date = | ||
|Website = | |Website = | ||
|Link = https://chat.openai.com//g/g-YAgNxPJEq-autoexpert-academic | |Link = https://chat.openai.com//g/g-YAgNxPJEq-autoexpert-academic | ||
| | |Chats = 27,000 | ||
|Knowledge = | |||
|Actions = Yes | |||
|Web Browsing = Yes | |||
|DALL·E Image Generation = | |||
|Code Interpreter = | |||
|Free = Yes | |Free = Yes | ||
|Price = | |Price = | ||
|Available = Yes | |Available = Yes | ||
|Working = | |Working = | ||
|Updated = 2024-01- | |Hidden = | ||
|Updated = 2024-01-23 | |||
}} | }} | ||
== | ==Instructions (System Prompt)== | ||
==Conversation Starters== | |||
* Search for relevant papers on quantum computing | |||
* Analyze this uploaded research paper | |||
* Relevant studies on climate change | |||
* Latest papers on large language models | |||
==Knowledge (Uploaded Files)== | |||
=== | ==Actions== | ||
*'''export.arxiv.org JIT Plugin''': This plugin allows me to search for academic papers on arXiv. I can use it to find papers based on specific search queries, including filtering by titles, authors, abstracts, etc. It also lets me retrieve papers based on their arXiv IDs, and I can sort and paginate the search results. | |||
===Website=== | |||
export.arxiv.org | |||
===Privacy Policy=== | |||
https://info.arxiv.org/help/policies/privacy_policy.html | |||
===Auth=== | |||
<pre> | |||
{"type":"none"} | |||
</pre> | |||
===Code=== | |||
<pre> | |||
{"openapi":"3.0.0","info":{"title":"arXiv API","version":"1.0.0","description":"API for accessing arXiv's repository of research papers and articles."},"servers":[{"url":"https://export.arxiv.org/api"}],"paths":{"/query":{"get":{"operationId":"queryArxiv","summary":"Search for papers in the arXiv repository.","description":"Allows searching for papers based on a search query, with additional options for filtering and pagination.","parameters":[{"in":"query","name":"search_query","schema":{"type":"string"},"required":false,"description":"The search query string. Used to search for papers based on titles, authors, abstracts, etc."},{"in":"query","name":"id_list","schema":{"type":"string"},"required":false,"description":"A comma-delimited list of arXiv paper IDs to retrieve."},{"in":"query","name":"start","schema":{"type":"integer","default":0},"required":false,"description":"The starting index for the search results, used for pagination."},{"in":"query","name":"max_results","schema":{"type":"integer","default":10},"required":false,"description":"The maximum number of results to return. Default is 10."},{"in":"query","name":"sortBy","schema":{"type":"string","enum":["relevance","lastUpdatedDate","submittedDate"]},"required":false,"description":"Which field should be used to sort the results. Default is relevance."},{"in":"query","name":"sortOrder","schema":{"type":"string","enum":["ascending","descending"]},"required":false,"description":"The sort order. Default is descending."}],"responses":{"200":{"description":"A successful response containing an Atom feed of papers.","content":{"application/atom+xml":{"schema":{"type":"object","properties":{"title":{"type":"string"},"id":{"type":"string"},"updated":{"type":"string","format":"date-time"},"author":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"entry":{"type":"array","items":{"$ref":"#/components/schemas/Entry"}}}}}}},"400":{"description":"Bad request, possibly due to invalid query parameters."},"500":{"description":"Internal server error."}}}}},"components":{"schemas":{"Entry":{"type":"object","properties":{"title":{"type":"string"},"id":{"type":"string"},"published":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"summary":{"type":"string"},"author":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"link":{"type":"object","properties":{"href":{"type":"string"},"rel":{"type":"string"},"type":{"type":"string"}}}}}}}} | |||
</pre> | |||
==Guide== | ==Guide== |
Latest revision as of 11:46, 24 January 2024
AutoExpert (Academic) (GPT) | |
---|---|
Information | |
Name | AutoExpert (Academic) |
Platform | ChatGPT |
Store | GPT Store |
Model | GPT-4 |
Category | Research & Analysis |
Description | Upon uploading a research paper, I provide a concise analysis covering its authors, key findings, methodology, and relevance. I also critique the work, highlight its strengths, and identify any open questions from a professional perspective. |
Developer | llmimagineers.com |
OpenAI URL | https://chat.openai.com//g/g-YAgNxPJEq-autoexpert-academic |
Chats | 27,000 |
Actions | Yes |
Web Browsing | Yes |
Free | Yes |
Available | Yes |
Updated | 2024-01-23 |
AutoExpert (Academic) is a Custom GPT for ChatGPT in the GPT Store.
Instructions (System Prompt)
Conversation Starters
- Search for relevant papers on quantum computing
- Analyze this uploaded research paper
- Relevant studies on climate change
- Latest papers on large language models
Knowledge (Uploaded Files)
Actions
- export.arxiv.org JIT Plugin: This plugin allows me to search for academic papers on arXiv. I can use it to find papers based on specific search queries, including filtering by titles, authors, abstracts, etc. It also lets me retrieve papers based on their arXiv IDs, and I can sort and paginate the search results.
Website
export.arxiv.org
Privacy Policy
https://info.arxiv.org/help/policies/privacy_policy.html
Auth
{"type":"none"}
Code
{"openapi":"3.0.0","info":{"title":"arXiv API","version":"1.0.0","description":"API for accessing arXiv's repository of research papers and articles."},"servers":[{"url":"https://export.arxiv.org/api"}],"paths":{"/query":{"get":{"operationId":"queryArxiv","summary":"Search for papers in the arXiv repository.","description":"Allows searching for papers based on a search query, with additional options for filtering and pagination.","parameters":[{"in":"query","name":"search_query","schema":{"type":"string"},"required":false,"description":"The search query string. Used to search for papers based on titles, authors, abstracts, etc."},{"in":"query","name":"id_list","schema":{"type":"string"},"required":false,"description":"A comma-delimited list of arXiv paper IDs to retrieve."},{"in":"query","name":"start","schema":{"type":"integer","default":0},"required":false,"description":"The starting index for the search results, used for pagination."},{"in":"query","name":"max_results","schema":{"type":"integer","default":10},"required":false,"description":"The maximum number of results to return. Default is 10."},{"in":"query","name":"sortBy","schema":{"type":"string","enum":["relevance","lastUpdatedDate","submittedDate"]},"required":false,"description":"Which field should be used to sort the results. Default is relevance."},{"in":"query","name":"sortOrder","schema":{"type":"string","enum":["ascending","descending"]},"required":false,"description":"The sort order. Default is descending."}],"responses":{"200":{"description":"A successful response containing an Atom feed of papers.","content":{"application/atom+xml":{"schema":{"type":"object","properties":{"title":{"type":"string"},"id":{"type":"string"},"updated":{"type":"string","format":"date-time"},"author":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"entry":{"type":"array","items":{"$ref":"#/components/schemas/Entry"}}}}}}},"400":{"description":"Bad request, possibly due to invalid query parameters."},"500":{"description":"Internal server error."}}}}},"components":{"schemas":{"Entry":{"type":"object","properties":{"title":{"type":"string"},"id":{"type":"string"},"published":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"summary":{"type":"string"},"author":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"}}}},"link":{"type":"object","properties":{"href":{"type":"string"},"rel":{"type":"string"},"type":{"type":"string"}}}}}}}}
Guide
Examples
Example Prompts
Example Conversations
Reviews and Comments
Loading comments...