DKG Copilot
0
0
About DKG Copilot
AI research copilot designed to retrieve, analyze, and manage scientific papers utilizing OriginTrail Decentrailized Knowledge Graph (DKG).
February 12,2024
Information
- GPTs Creator Milos Kotlar
- Categories Research
- GPT Updated February 12,2024
- Updated June 03,2024
Capabilities
Share recipient
- OpenAI‘s GPT Store Public
Timeline
DKG Copilot
By Milos Kotlar
DKG Copilot is inactive right now!
No Rating
Research
Category
100+
Conversations
Try Alternatives
How many papers exist in the @dkg corpus?
Can you retrieve the top 10 papers (including abstracts) from Computer Science field ordered by publication date? Then, based on retrieved abstracts, perform a similarity search with KMeans algorithm (k=3). You can shorten abstracts to 128 characters each to avoid timeouts.
What are the top 10 research fields from the corpus based on citation count?
Retrieve citation count per year and research field, for the past 20 years for Mathematics, Medicine, and Computer Science. Then, predict citation count per year and research field for the next 3 years using linear regression.
Message ChatGPT
What Can DKG Copilot Do with ChatGPT?
This Gpts for researchers and academics can do retrieve, analyze, and manage information about scientific papers, assist in SPARQL query generation, perform similarity searches, and predict citation counts.
1. Function Calls
Field | Value |
---|---|
action_id | g-125cc2377ab9904735559ca401b61d244c3f9ba3 |
domain | copilot-beta.chatdkg.ai |
json_schema | {"openapi"=>"3.1.0", "info"=>{"title"=>"DKG Copilot for scientific research", "description"=>"AI-powered copilot designed to retrieve, analyze, and manage information about scientific papers utilizing OriginTrail Decentrailized Knowledge Graph (DKG).", "version"=>"v1.0.0"}, "servers"=>[{"url"=>"https://copilot-beta.chatdkg.ai"}], "paths"=>{"/ask"=>{"post"=>{"description"=>"Get assets from the DKG based on natural language question", "operationId"=>"askQuestion", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"question"=>{"type"=>"string", "description"=>"Natural language question"}, "entities"=>{"type"=>"array", "items"=>{"type"=>"string"}, "description"=>"Array of entities extracted from natural language question"}, "relations"=>{"type"=>"array", "items"=>{"type"=>"string"}, "description"=>"Array of relations extracted from natural language question"}, "repository"=>{"type"=>"int", "description"=>"1=SemanticScholar repository (default); 2=Arxiv repository; 0=Both repositories"}, "scholarlyArticleSparqlQuery"=>{"type"=>"string", "description"=>"Generated SPARQL query based on initially provided ScholarlyArticle ontology and natural language question"}, "arxivSparqlQuery"=>{"type"=>"string", "description"=>"Generated SPARQL query based on initially provided Arxiv ontology and natural language question"}}, "required"=>["question", "entities", "relations", "repository", "scholarlyArticleSparqlQuery", "arxivSparqlQuery"]}}}}, "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/askQuestionResponse"}}}}}}}, "/kmeans"=>{"post"=>{"description"=>"Endpoint for KMeans clustering", "operationId"=>"kmeans", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"X"=>{"type"=>"array", "items"=>{"type"=>"string"}, "description"=>"Array of strings (abstracts) for clustering"}, "k"=>{"type"=>"number", "description"=>"Number of clusters. Default is 2."}}, "required"=>["X", "k"]}}}}, "responses"=>{"200"=>{"description"=>"Number of data per clusters", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"clusters"=>{"type"=>"array", "items"=>{"type"=>"integer"}}}}}}}}}}, "/linear_regression"=>{"post"=>{"description"=>"Endpoint for linear regression", "operationId"=>"linearRegression", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"X"=>{"type"=>"array", "items"=>{"type"=>"number"}, "description"=>"X for regression"}, "y"=>{"type"=>"array", "items"=>{"type"=>"number"}, "description"=>"y for regression"}, "predict_data"=>{"type"=>"array", "items"=>{"type"=>"number"}, "description"=>"predict_data for regression"}}, "required"=>["X", "y", "predict_data"]}}}}, "responses"=>{"200"=>{"description"=>"Predictions from regression", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"predictions"=>{"type"=>"array", "items"=>{"type"=>"number"}}}}}}}}}}, "/vector_search"=>{"post"=>{"description"=>"Endpoint for vector search", "operationId"=>"vectorSearch", "requestBody"=>{"required"=>true, "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"question"=>{"type"=>"string", "description"=>"User query for similarity search"}}, "required"=>["question"]}}}}, "responses"=>{"200"=>{"description"=>"Papers that correspond user's query", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"title"=>{"type"=>"string"}, "abstract"=>{"type"=>"string"}}}}}}}}}}, "components"=>{"schemas"=>{"askQuestionResponse"=>{"type"=>"object", "properties"=>{"response"=>{"type"=>"string", "description"=>"Array of assets from the DKG."}}}}}} |
auth | {"type":"none"} |
privacy_policy_url | https://copilot-beta.chatdkg.ai/privacy |
DKG Copilot reviews
Similar GPTs
AI Copilot
by Emanuele CastagnoAI copilot guides you through the fantastic world of artificial intelligence.
9
Review Copilot
by researchai.techHelp you automatically screen articles via title/abstract or full-text, extract data, build search terms, complete PROSPERO protocol for literature/systematic review using AI
300
4.6
Agda Copilot
by Davit GabrichidzeAn AI assistant specializing in Agda programming, providing in-depth guidance and practical solutions.
300
3.4
Repo Copilot
by Kian McKennaRevolutionizing code analysis with intuitive, expert-level GitHub insights.
10