Incorrect dataset reference for workplace assistant data pre-processing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 349
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 318
Description
Describe the bug
Workplace assistant dataset_preprocess.py has an incorrect dataset reference in get_samples function
Steps/Code to reproduce bug
This file doesn't exist
https://github.com/NVIDIA-NeMo/Gym/blob/287d08d4ccba3c146e44616ffa1cf3b9ddaab92b/resources_servers/workplace_assistant/dataset_preprocess.py#L87
dataset = load_dataset("Nexusflow/250319-workplace_assistant-fulleval", split=split)
Expected behavior
Use the correct datafile
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with resources_servers/workplace_assistant/dataset_preprocess.py and inspect get_samples around the dataset reference at line 87. Check the repository for the available workplace assistant data file or matching dataset reference, then verify that preprocessing can load the corrected dataset for the requested split.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100