-
Notifications
You must be signed in to change notification settings - Fork 65
updating extract table prop #1005
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall suggested prompt:
"""
You are given a table represented as CSV (comma-separated values). Determine whether key-value pairs can be extracted from the table. A key cell may correspond to multiple value cells. Return True if the table represents key-value pairs, and return False if it does not. Do not output any text other than True or False.
"""
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple anal grammar nits but lgtm
No description provided.