Views
No views yet
pip install -r requirements.txt.tar archives. After downloading the dataset (for example train.tar.gz and val.tar.gz), extract them using:tar -xvf train.tar.gz -C /path/to/output_directory/
tar -xvf val.tar.gz -C /path/to/output_directory/"train_data_args": {
"input_dir": ["/absolute/path/to/train_directory"]
},
"val_data_args": {
"input_dir": ["/absolute/path/to/validation_directory"]
}python src/train_joint.py --config <path_to_config> --run_dir <path_to_model_checkpoint>python eval.py <path to testing dataset> <path to model checkpoint> --use_cuda --save@inproceedings{hu2025proactive,
title={Proactive Hearing Assistants that Isolate Egocentric Conversations},
author={Hu, Guilin and Itani, Malek and Chen, Tuochao and Gollakota, Shyamnath},
booktitle={Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing},
pages={25377--25394},
year={2025}
}