Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality for generating example data instances from a schema, using AI like ChatGPT #2

Open
turbomam opened this issue Dec 21, 2022 · 0 comments

Comments

@turbomam
Copy link

I am suggesting something similar to tools used to synthesize electronic medical records, like Synthea

Having said that, I would be very happy with a LinkML data synthesizer even if it generates values that are independently valid, but not reasonable when combined, like

person_set
  - id: person:1
    biosex: male
    ovary_count: 1

Assuming biosex's range is an enumeration with values like [male, female, intersex, indeterminate] and ovary_count's range is integers with minimum value 0.

@turbomam turbomam changed the title Add functionality for generating example data instances with AI, like ChatGPT Add functionality for generating example data instances from a schema, using AI like ChatGPT Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant