--- configs: - config_name: default data_files: - split: train path: train/*.parquet - split: test path: test/*.parquet --- # AVSpeech Video + Audio This dataset stores AVSpeech media as separate columns: - `video`: video-only stream (no audio), stream-copied without re-encoding. - `audio`: audio-only stream, stream-copied without re-encoding. ## Citation If you use this dataset, please cite the original AVSpeech paper: ```bibtex @inproceedings{ephrat2018looking, title={Looking to listen at the cocktail party: A speaker-independent audio-visual model for speech separation}, author={Ephrat, Ariel and Mosseri, Inbar and Lang, Oran and Dekel, Tali and Wilson, Kevin and Hassidim, Avinatan and Freeman, William T and Rubinstein, Michael}, booktitle={ACM SIGGRAPH 2018}, year={2018} } ```