id stringlengths 17 50 | app stringclasses 18
values | task stringlengths 97 1.79k | env unknown | verification listlengths 1 30 | github_task_path stringlengths 38 71 |
|---|---|---|---|---|---|
zoom_chat_dark_theme | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Theme is currently set to light. Change Theme to dark so that Zoom's chat client uses the dark theme. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config chat.client Theme dark",
"key": "match",
"expected": true,
"description": "[chat.client]Theme == dark"
}
] | task_generator/tasks/zoom_chat_dark_theme |
zoom_disable_autostart | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change autoStart to false so Zoom no longer starts automatically with the system. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config General autoStart false",
"key": "match",
"expected": true,
"description": "[General]autoStart == false"
},
{
"command": "check-config ... | task_generator/tasks/zoom_disable_autostart |
zoom_disable_mirror_video | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change mirrorMyVideo to false to disable the mirror effect on your video preview. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config Video mirrorMyVideo false",
"key": "match",
"expected": true,
"description": "[Video]mirrorMyVideo == false"
},
{
"command": "check-con... | task_generator/tasks/zoom_disable_mirror_video |
zoom_disable_touchup_appearance | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change TouchUpMyAppearance to false so the 'Touch up my appearance' filter is disabled. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config Video TouchUpMyAppearance false",
"key": "match",
"expected": true,
"description": "[Video]TouchUpMyAppearance == false"
},
{
"command"... | task_generator/tasks/zoom_disable_touchup_appearance |
zoom_enable_hd_video | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change HDVideo to true to enable HD video. Save the file in-place at /home/user/.config/zoomus.conf. Do not modify any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config Video HDVideo true",
"key": "match",
"expected": true,
"description": "[Video]HDVideo == true"
},
{
"command": "check-config Video mirr... | task_generator/tasks/zoom_enable_hd_video |
zoom_general_meetings_ui_bundle | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Update ALL THREE keys so the in-meeting UI behaves as follows: set ShowTimer to false (hide the meeting timer), set ConfirmLeaveMeeting to false (skip the leave-meeting confirmation), and set ShowConnectTime to true (show connection time). Save the f... | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-section-exists General.Meetings",
"key": "exists",
"expected": true,
"description": "[General.Meetings] section exists"
},
{
"command": "check... | task_generator/tasks/zoom_general_meetings_ui_bundle |
zoom_language_chinese_and_recording | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Localize Zoom to Simplified Chinese and relocate local recordings. Do ALL of the following: (1) Change language from en-US to zh-CN. (2) Change localRecordingPath to exactly /home/user/Videos/ZoomCN. (3) Create the directory /home/user/Videos/ZoomCN ... | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-language zh-CN",
"key": "match",
"expected": true,
"description": "UI language is zh-CN"
},
{
"command": "check-config General language zh-CN"... | task_generator/tasks/zoom_language_chinese_and_recording |
zoom_multi_section_hardening | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Perform a comprehensive Zoom hardening pass that touches six keys across four sections. Update ALL of the following in /home/user/.config/zoomus.conf: (1) autoMuteMic = true, (2) autoTurnOffVideo = true, (3) SuppressBackgroundNoise = 2, (4) HDVideo =... | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config General autoMuteMic true",
"key": "match",
"expected": true,
"description": "[General]autoMuteMic == true"
},
{
"command": "check-confi... | task_generator/tasks/zoom_multi_section_hardening |
zoom_mute_mic_on_join | zoom | A baseline Zoom configuration file exists at /home/user/.config/zoomus.conf. Change autoMuteMic to true so that Zoom will automatically mute the microphone whenever the user joins a meeting. Save the file in-place at /home/user/.config/zoomus.conf — do not write to any other path. Do not change any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config General autoMuteMic true",
"key": "match",
"expected": true,
"description": "[General]autoMuteMic is true"
},
{
"command": "check-confi... | task_generator/tasks/zoom_mute_mic_on_join |
zoom_privacy_lockdown | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Lock down Zoom's auto-start, auto-answer, and telemetry surface. Set autoStart to false, set autoAnswer to false, set EnableCrashReport to false, and set SendFeedback to false. Save the file in-place at the same path. Do not modify any other keys or ... | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config General autoStart false",
"key": "match",
"expected": true,
"description": "[General]autoStart == false"
},
{
"command": "check-config ... | task_generator/tasks/zoom_privacy_lockdown |
zoom_recording_storage_bundle | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Configure a complete local recording workflow that spans two sections and the filesystem. Do ALL of the following: (1) Change localRecordingPath to exactly /home/user/Recordings/Zoom. (2) Set RecordToNewFolder to true, AddTimestampToRecording to true... | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-section-exists Recording",
"key": "exists",
"expected": true,
"description": "[Recording] section exists"
},
{
"command": "check-config Genera... | task_generator/tasks/zoom_recording_storage_bundle |
zoom_video_off_on_join | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Change autoTurnOffVideo to true so Zoom will turn the camera off whenever a meeting is joined. Save the updated file in place at /home/user/.config/zoomus.conf. Do not change any other keys. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config General autoTurnOffVideo true",
"key": "match",
"expected": true,
"description": "[General]autoTurnOffVideo is true"
},
{
"command": "c... | task_generator/tasks/zoom_video_off_on_join |
zoom_video_quality_full_bundle | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Update FOUR keys: set HDVideo to true, set TouchUpMyAppearance to false, set mirrorMyVideo to false, and set AdjustForLowLight to true. Save the file in-place at the same path. Do not modify any other keys or sections. | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config Video HDVideo true",
"key": "match",
"expected": true,
"description": "[Video]HDVideo == true"
},
{
"command": "check-config Video Touc... | task_generator/tasks/zoom_video_quality_full_bundle |
zoom_virtual_background_setup | zoom | A baseline Zoom config file exists at /home/user/.config/zoomus.conf. Configure Zoom's virtual background feature so the user's background is blurred and hardware-accelerated. Update keys across two sections of /home/user/.config/zoomus.conf: Set EnableVirtualBackground to true, set VirtualBackgroundType to exactly blu... | {
"files": [
{
"filename": "zoomus.conf",
"sandbox_path": "/home/user/.config/zoomus.conf"
}
]
} | [
{
"command": "check-config-exists",
"key": "exists",
"expected": true,
"description": "zoomus.conf exists"
},
{
"command": "check-config Video EnableVirtualBackground true",
"key": "match",
"expected": true,
"description": "[Video]EnableVirtualBackground == true"
},
{
"co... | task_generator/tasks/zoom_virtual_background_setup |
zotero_add_author_to_survey | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'A Survey of RL Methods' (currently has a single author, Sutton) and select it. Add a SECOND author with first name exactly 'Andrew' and last name exactly 'Barto'. Make sure the existing Sutton auth... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-item-creator 'Survey of RL Methods' Barto",
"key": "has_creator",
"expected": true,
"description": "Survey has author Barto"
},
{
"command": "check-item-creator 'Survey of RL Methods' Sutton",
"key": "has_creator",
"expected": true,
"description": "Survey stil... | task_generator/tasks/zotero_add_author_to_survey |
zotero_add_collection | zotero | Zotero is installed on this machine and a pre-seeded library has been placed at /home/user/Zotero/zotero.sqlite. Launch Zotero (for example by running `zotero` from a terminal, or via the Applications menu) and wait for the library to load. In the left-hand collections pane, under 'My Library', create a new top-level c... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists on disk"
},
{
"command": "check-collection-exists 'Literature Review'",
"key": "exists",
"expected": true,
"description": "Collection 'Literat... | task_generator/tasks/zotero_add_collection |
zotero_add_item_to_collection | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. The library contains an item titled 'A Survey of RL Methods' which is currently only inside the 'Reinforcement Learning' collection. Add this item to the existing 'AI Research' collection as well — a single Zotero item ca... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-collection-contains 'AI Research' 'Survey of RL Methods'",
"key": "contains",
"expected": true,
"description": "'AI Re... | task_generator/tasks/zotero_add_item_to_collection |
zotero_add_note_to_item | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Find the book item titled 'Deep Learning' (by Goodfellow and Bengio) in the middle pane and select it. Add a child note to this item with the following text: 'foundational textbook on deep learning'. Save the note. Leave ... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-item-note 'Deep Learning'",
"key": "has_note",
"expected": true,
"description": "Deep Learning item has a child note"
... | task_generator/tasks/zotero_add_note_to_item |
zotero_bulk_tag_multiple_items | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Perform two tagging operations: (1) Create a new tag named exactly 'transformer-arch' (lowercase, with hyphen) and add it to BOTH 'Attention Is All You Need' and 'BERT: Pre-training of Deep Bidirectional Transformers'. Af... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-tag-exists transformer-arch",
"key": "exists",
"expected": true,
"description": "Tag 'transformer-arch' exists"
},
{
"command": "check-item-tag 'Attention Is All You Need' transformer-arch",
"key": "has_tag",
"expected": true,
"description": "Attention has tra... | task_generator/tasks/zotero_bulk_tag_multiple_items |
zotero_create_collection_and_move | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Perform two actions: (1) Create a new top-level collection under 'My Library' named exactly 'Key Papers'. (2) Add the existing item titled 'Attention Is All You Need' to the 'Key Papers' collection (you can drag it from t... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-collection-exists 'Key Papers'",
"key": "exists",
"expected": true,
"description": "'Key Papers' collection exists"
... | task_generator/tasks/zotero_create_collection_and_move |
zotero_edit_item_doi | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'A Survey of RL Methods' in the middle pane and click it. Set the 'DOI' field to exactly this value: 10.1234/rl-survey-2020. Do not wrap it in quotes or add anything else. Press Enter / click away s... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-item-field 'Survey of RL Methods' DOI 10.1234/rl-survey-2020",
"key": "match",
"expected": true,
"description": "Surve... | task_generator/tasks/zotero_edit_item_doi |
zotero_edit_multiple_fields_bert | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'BERT: Pre-training of Deep Bidirectional Transformers' in the middle pane and click it so its metadata appears. The item currently has a publicationTitle of 'NAACL' and a DOI but its Pages, Volume,... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-item-field 'BERT: Pre-training' pages 4171-4186",
"key": "match",
"expected": true,
"description": "BERT pages = 4171-4186"
},
{
"command": "check-item-field 'BERT: Pre-training' volume 1",
"key": "match",
"expected": true,
"description": "BERT volume = 1"
}... | task_generator/tasks/zotero_edit_multiple_fields_bert |
zotero_export_collection_bibtex | zotero | Zotero is installed and a pre-seeded library is available at /home/user/Zotero/zotero.sqlite. Open Zotero and wait for the library to load. Using the existing library contents, export the references contained in the collection 'Reinforcement Learning' to a BibTeX file. Save the result to: /home/user/Documents/rl_export... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/rl_export.bib",
"key": "exists",
"expected": true,
"description": "rl_export.bib exists on disk"
},
{
"command": "check-bibtex-count /home/user/Documents/rl_export.bib 1",
"key": "match",
"expected": true,
"description": "BibTe... | task_generator/tasks/zotero_export_collection_bibtex |
zotero_export_two_collection_bibtex_with_publisher | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. This task has TWO parts that must both be completed. (1) Locate the journal article 'A Survey of RL Methods' and edit it: set its DOI field to exactly '10.1234/rl-survey-2020' and set its Pages field to exactly '1-42'. Ma... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-item-field 'Survey of RL Methods' DOI 10.1234/rl-survey-2020",
"key": "match",
"expected": true,
"description": "Survey DOI updated"
},
{
"command": "check-item-field 'Survey of RL Methods' pages 1-42",
"key": "match",
"expected": true,
"description": "Survey ... | task_generator/tasks/zotero_export_two_collection_bibtex_with_publisher |
zotero_gap_add_pdf_annotation_note | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A PDF is provided at /home/user/Documents/deep_learning.pdf. Launch Zotero. First attach the PDF /home/user/Documents/deep_learning.pdf to the existing item 'Deep Learning'. Then add a child note to the 'Deep Learning' item whose body c... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "deep_learning.pdf",
"sandbox_path": "/home/user/Documents/deep_learning.pdf"
}
]
} | [
{
"command": "check-item-attachment 'Deep Learning'",
"key": "has_attachment",
"expected": true,
"description": "Deep Learning has an attachment"
},
{
"command": "check-item-note 'Deep Learning'",
"key": "has_note",
"expected": true,
"description": "Deep Learning has a child note... | task_generator/tasks/zotero_gap_add_pdf_annotation_note |
zotero_gap_advanced_search_export_results | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Find every item whose 'Item Type' is exactly 'Book'. Once the results appear, select all results and export them as BibTeX to the exact path /home/user/Documents/books_only.bib. After export the file must exist, contain e... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Documents/books_only.bib",
"key": "exists",
"expected": true,
"description": "Export file exists"
},
{
"command": "check-bibtex-count /home/user/Documents/books_only.bib 1",
"key": "match",
"expected": true,
"description": "Exactly one B... | task_generator/tasks/zotero_gap_advanced_search_export_results |
zotero_gap_attach_pdf_to_item | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A PDF file is provided at /home/user/Documents/attention_paper.pdf. Launch Zotero and wait for the library to load. Locate the existing item titled 'Attention Is All You Need'. Attach the PDF /home/user/Documents/attention_paper.pdf to ... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "attention_paper.pdf",
"sandbox_path": "/home/user/Documents/attention_paper.pdf"
}
]
} | [
{
"command": "check-item-attachment 'Attention Is All You Need'",
"key": "has_attachment",
"expected": true,
"description": "Attention item has an attachment"
},
{
"command": "check-item-exists 'Attention Is All You Need'",
"key": "exists",
"expected": true,
"description": "Atten... | task_generator/tasks/zotero_gap_attach_pdf_to_item |
zotero_gap_csv_import_via_ris_conversion | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Two companion bibliography files are provided: /home/user/Documents/bibliography.csv (human-readable source) and /home/user/Documents/bibliography.ris (the Zotero-importable conversion, 3 entries). Launch Zotero. Create a new top-level ... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "bibliography.csv",
"sandbox_path": "/home/user/Documents/bibliography.csv"
},
{
"filename": "bibliography.ris",
"sandbox_path": "/home/user/Documents/... | [
{
"command": "check-collection-exists 'Imported Bibliography'",
"key": "exists",
"expected": true,
"description": "Collection exists"
},
{
"command": "check-collection-count 'Imported Bibliography' 3",
"key": "match",
"expected": true,
"description": "Collection has at least 3 it... | task_generator/tasks/zotero_gap_csv_import_via_ris_conversion |
zotero_gap_import_bibtex_file | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A BibTeX file with two entries is at /home/user/Documents/citations.bib. Launch Zotero. Import /home/user/Documents/citations.bib into the library. After import, both entries must appear in the library as new items: one titled 'LLaMA: O... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "citations.bib",
"sandbox_path": "/home/user/Documents/citations.bib"
}
]
} | [
{
"command": "check-item-exists 'LLaMA'",
"key": "exists",
"expected": true,
"description": "LLaMA item imported"
},
{
"command": "check-item-exists 'PaLM'",
"key": "exists",
"expected": true,
"description": "PaLM item imported"
}
] | task_generator/tasks/zotero_gap_import_bibtex_file |
zotero_gap_import_ris_file | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A single-record RIS file is at /home/user/Documents/new_papers.ris. Launch Zotero. Import the RIS file into the library. After import a new item titled 'GPT-4 Technical Report' (type journalArticle) must exist in the library and the tot... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "new_papers.ris",
"sandbox_path": "/home/user/Documents/new_papers.ris"
}
]
} | [
{
"command": "check-item-exists 'GPT-4 Technical Report'",
"key": "exists",
"expected": true,
"description": "Imported GPT-4 item exists"
},
{
"command": "check-item-type 'GPT-4 Technical Report' journalArticle",
"key": "match",
"expected": true,
"description": "Type is journalAr... | task_generator/tasks/zotero_gap_import_ris_file |
zotero_gap_multi_pdf_attach | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Three PDF files are provided under /home/user/Documents/: attention.pdf, bert.pdf, deep_learning.pdf. Launch Zotero. Attach each PDF to the matching existing item as a child attachment (Attach Stored Copy of File):
- attention.pdf -> ... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "attention.pdf",
"sandbox_path": "/home/user/Documents/attention.pdf"
},
{
"filename": "bert.pdf",
"sandbox_path": "/home/user/Documents/bert.pdf"
... | [
{
"command": "check-item-attachment 'Attention Is All You Need'",
"key": "has_attachment",
"expected": true,
"description": "Attention has an attachment"
},
{
"command": "check-item-attachment 'BERT'",
"key": "has_attachment",
"expected": true,
"description": "BERT has an attachm... | task_generator/tasks/zotero_gap_multi_pdf_attach |
zotero_gap_pdf_and_color_tag | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. A PDF is provided at /home/user/Documents/bert_paper.pdf. Launch Zotero. Do BOTH of the following on the existing item 'BERT: Pre-training of Deep Bidirectional Transformers':
1. Attach the PDF /home/user/Documents/bert_paper.pdf to t... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "bert_paper.pdf",
"sandbox_path": "/home/user/Documents/bert_paper.pdf"
}
]
} | [
{
"command": "check-item-attachment 'BERT'",
"key": "has_attachment",
"expected": true,
"description": "BERT has an attachment"
},
{
"command": "check-item-tag 'BERT' important",
"key": "has_tag",
"expected": true,
"description": "BERT has 'important' tag"
}
] | task_generator/tasks/zotero_gap_pdf_and_color_tag |
zotero_gap_ris_into_new_collection | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. An RIS file with 2 entries is at /home/user/Documents/nlp_papers.ris (ELECTRA and RoBERTa). Launch Zotero. Create a new top-level collection named exactly 'NLP Imports'. Then import /home/user/Documents/nlp_papers.ris into Zotero, ensur... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
},
{
"filename": "nlp_papers.ris",
"sandbox_path": "/home/user/Documents/nlp_papers.ris"
}
]
} | [
{
"command": "check-collection-exists 'NLP Imports'",
"key": "exists",
"expected": true,
"description": "Collection exists"
},
{
"command": "check-collection-count 'NLP Imports' 2",
"key": "match",
"expected": true,
"description": "Collection has at least 2 items"
},
{
"c... | task_generator/tasks/zotero_gap_ris_into_new_collection |
zotero_move_item_between_collections | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. The item 'BERT: Pre-training of Deep Bidirectional Transformers' currently belongs to the 'Transformers' subcollection (under AI Research). Perform a MOVE: (1) Create a new top-level collection named exactly 'Language Mod... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-collection-exists 'Language Models'",
"key": "exists",
"expected": true,
"description": "'Language Models' collection exists"
},
{
"command": "check-collection-contains 'Language Models' BERT",
"key": "contains",
"expected": true,
"description": "Language Mode... | task_generator/tasks/zotero_move_item_between_collections |
zotero_move_item_to_trash | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. Locate the item titled 'A Survey of RL Methods' in the middle pane and move it to Trash. Do NOT empty the trash. After the action, the item should still exist in Zotero's Trash folder but should no longer be counted among... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-item-in-trash 'Survey of RL Methods'",
"key": "in_trash",
"expected": true,
"description": "Survey item is in trash"
... | task_generator/tasks/zotero_move_item_to_trash |
zotero_rename_collection | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. In the collections pane there is an existing top-level collection named 'Reinforcement Learning' which contains the item 'A Survey of RL Methods'. Change the collection name to exactly 'RL Papers'. After renaming, the col... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-collection-exists 'RL Papers'",
"key": "exists",
"expected": true,
"description": "Renamed collection exists"
},
{
"command": "check-collection-exists 'Reinforcement Learning'",
"key": "exists",
"expected": false,
"description": "Old collection name removed"
... | task_generator/tasks/zotero_rename_collection |
zotero_restore_from_trash | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. The library currently has 4 active items in My Library plus one item in the Trash titled 'Generative Adversarial Networks'. Launch Zotero, click the 'Trash' entry in the left collections pane, locate the item 'Generative Adversarial Net... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-item-in-trash 'Generative Adversarial Networks'",
"key": "in_trash",
"expected": false,
"description": "GAN item no longer in trash"
},
{
"command": "check-item-exists 'Generative Adversarial Networks'",
"key": "exists",
"expected": true,
"description": "GAN i... | task_generator/tasks/zotero_restore_from_trash |
zotero_subcollection_neural | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. In the collections pane under 'My Library' there is an existing collection named 'AI Research'. Create a subcollection named exactly 'Neural Networks' as a direct child of 'AI Research', not a sibling. Leave Zotero runnin... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-collection-exists 'Neural Networks'",
"key": "exists",
"expected": true,
"description": "'Neural Networks' collection ... | task_generator/tasks/zotero_subcollection_neural |
zotero_tag_bert_important | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. The library already has a tag named 'important' (used on one other item). Find the item whose title starts with 'BERT' (full title: 'BERT: Pre-training of Deep Bidirectional Transformers') and add the existing 'important'... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists"
},
{
"command": "check-item-tag 'BERT: Pre-training' important",
"key": "has_tag",
"expected": true,
"description": "BERT item has 'important... | task_generator/tasks/zotero_tag_bert_important |
zotero_tag_item_to_read | zotero | Zotero is installed and a pre-seeded library is at /home/user/Zotero/zotero.sqlite. Launch Zotero. In the library you will find an item titled 'Attention Is All You Need'. Open that item (click it) and add a new tag named exactly 'to-read' (lowercase, with a hyphen) via the Tags tab on the right. The tag does not exist... | {
"files": [
{
"filename": "zotero.sqlite",
"sandbox_path": "/home/user/Zotero/zotero.sqlite"
}
]
} | [
{
"command": "check-file-exists /home/user/Zotero/zotero.sqlite",
"key": "exists",
"expected": true,
"description": "zotero.sqlite exists on disk"
},
{
"command": "check-tag-exists to-read",
"key": "exists",
"expected": true,
"description": "Tag 'to-read' exists"
},
{
"co... | task_generator/tasks/zotero_tag_item_to_read |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.