File size: 1,667 Bytes
ac142cb
 
 
 
 
 
 
 
 
 
 
 
b05548d
ac142cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c301037
 
 
7c74c11
ac142cb
c301037
 
 
7c74c11
ac142cb
 
 
 
c301037
 
 
ac142cb
c301037
 
 
ac142cb
c301037
ac142cb
 
c301037
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
license: mit
task_categories:
- audio-to-audio
language:
- en
---

# Libri Conversation FLAC Dataset

This dataset accompanies the paper:

**[Proactive Hearing Assistants that Isolate Egocentric Conversations](https://www.arxiv.org/abs/2511.11473)**  
*Hu et al., 2025*

It contains **~234 hours of conversational-style audio** derived from LibriSpeech-like sources, processed into 60-second multispeaker segments under different experimental conditions:

- **libri_leaving** — scenarios where one speaker intermittently leaves the conversation  
- **libri_multi** — 3-speaker conversational segments

All audio is stored in **FLAC** format. Metadata files (JSON) are preserved exactly as in the original directory structure.

---

## Dataset Structure

The dataset is organized into two main components:

    libri_leaving/
      train/
      val/
      test/

    libri_multi/
      train/
      val/
      test/

Because of Hugging Face API request limits, the dataset is packaged into `.tar` archives.  
Each archive mirrors the original folder structure:

    libri_leaving_train.tar
    libri_leaving_val.tar
    libri_leaving_test.tar

    libri_multi_train.tar
    libri_multi_val.tar
    libri_multi_test.tar

---

## Citation

If you use this dataset, please cite the following paper:

    @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}
    }