metadata-research / yamz

A crowd-sourced metadata dictionary
MIT License
9 stars 3 forks source link

How might YAMZ leverage AI/ChatGPT? #156

Open machawk1 opened 4 months ago

machawk1 commented 4 months ago

We have hinted at using AI/ChatGPT for YAMZ but have not discussed details of doing so in the abstract. For what would we use it? Let's enumerate ideas here

cr625 commented 4 months ago

One would be extracting terms and definitions from a corpus. Another might be classifying terms and adding tags to them. Other NLP techniques that don't necessarily involve language models might be analyzing semantic relationships between terms. You could maybe also generate text using terms with explicit definitions in YAMZ where appropriate.

machawk1 commented 4 months ago

All good ideas, thanks @cr625!