sprtms400 / QueryGPT

Make query from natural language.
0 stars 0 forks source link

Select way to few-shot learning #1

Open sprtms400 opened 1 year ago

sprtms400 commented 1 year ago

Problems

Case 1 : Give ontology information (Graph Schema) and extract cypher query, Case 2 : Give few examples which contains knowledge graph information, and learn, and extract cypher query,

Problems of Problems

Case 1 problem : How define KG information in word, (JSON? XML?) Case 2 problem : In simple database, I can write few examples, But This system can handle complex system.

Solution what i think

in Case 2 AutoGPT Can genrate example syntax for few-shot learning, For that AutoGPT have to know structure of database.

sprtms400 commented 1 year ago

Change learning strategy to zero-shot Learning