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

[Summary] Nice to Have #19

Open
7 of 13 tasks
qiaw99 opened this issue Mar 30, 2023 · 1 comment
Open
7 of 13 tasks

[Summary] Nice to Have #19

qiaw99 opened this issue Mar 30, 2023 · 1 comment
Labels
enhancement New feature or request summary

Comments

@qiaw99
Copy link
Collaborator

qiaw99 commented Mar 30, 2023

  • In actions/filter.py: labelfilter(), predfilter(), lengthfilter() modify the temp_dataset from conversation. However, most of our operations won't use it, since they just read data from cache directly -> [Summary] Filters #52
  • Adversarial examples: we have to use one more new package OpenAttack. Implementation for our use case find here. Disadv. is about the execution time.

2023-04-03

2023-05-11

  • Add keyboard shortcuts similar to a Python terminal, e.g. to reset the temp dataset, remove the custom input, or sample actions

2023-05-14

  • Pagination for dataset viewer (allow user to click through more than just the first page of 10 results, see "Dataset Preview" on Hugging Face)
  • Hints or tooltips for operations, e.g. that operations like cfe, nlpattribute, rationalize can only be used on single instances --> add hint for button #90

2023-05-15

  • Clicking on an icon next to an instance in dataset viewer enters "ID xx" into input box
  • Clicking on a "On this subset..." button next to dataset viewer inserts a random "includes" prompt and caches this temp dataset to be used in the backend

2023-05-17

  • Add pytest for Lark grammar

2023-05-20

  • Input box should dynamically expand into multi-line view (see ChatGPT interface)
  • When hovering over "ID xx" in previous turns, the contents should be shown in a pop-up tooltip
  • Sample prompts should dynamically choose IDs (not necessarily IDs as hard-coded in prompts folder)
  • Class names should be highlighted with a background color
  • Three buttons with possible follow-up questions below the last response -> Clicking them automatically inserts them into the query (User can still edit them)
@qiaw99 qiaw99 added the enhancement New feature or request label Mar 30, 2023
@qiaw99

This comment was marked as duplicate.

@nfelnlp nfelnlp changed the title Nice To Have Operations [Operations] Nice to Have Apr 13, 2023
@qiaw99 qiaw99 mentioned this issue May 12, 2023
1 task
@qiaw99 qiaw99 linked a pull request May 13, 2023 that will close this issue
1 task
@qiaw99 qiaw99 removed a link to a pull request May 13, 2023
1 task
@nfelnlp nfelnlp changed the title [Operations] Nice to Have [Summary] Nice to Have May 14, 2023
@nfelnlp nfelnlp mentioned this issue May 14, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request summary
Projects
None yet
Development

No branches or pull requests

2 participants