sakshee05 commited on
Commit
929ed1b
1 Parent(s): 43bb29b

Upload 12 files

Browse files
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Sakshee Patil
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
assets/age_distribution.png ADDED

Git LFS Details

  • SHA256: 781a51642ea106b2f877d88b3be0a3bc3f8043f793a90640cb6f41ad9d178bb6
  • Pointer size: 130 Bytes
  • Size of remote file: 17.5 kB
assets/familiarity_with_eng.png ADDED

Git LFS Details

  • SHA256: 4fb1f4b0e7dbda4d9c0228ad2da57669b6484bc1664aaa34a0c3a73859e950a4
  • Pointer size: 130 Bytes
  • Size of remote file: 23.4 kB
assets/gender_distribution.png ADDED

Git LFS Details

  • SHA256: eb0a87403c6f1896e3c5655912d742ef364b45da72cb7b487f54b2cd89767fa4
  • Pointer size: 130 Bytes
  • Size of remote file: 26.6 kB
assets/nationality_distribution.png ADDED

Git LFS Details

  • SHA256: 871457eeecf533ed668ecad2bcbacf4207acd21993921e3e04b1f4c96480bd49
  • Pointer size: 130 Bytes
  • Size of remote file: 23.3 kB
assets/native_language_distribution.png ADDED

Git LFS Details

  • SHA256: 95965ba5decf691b727ae8dae93bc9b949d59539327037f2283768fd8cc54d31
  • Pointer size: 130 Bytes
  • Size of remote file: 29.8 kB
assets/power_analysis.png ADDED

Git LFS Details

  • SHA256: ea695681073514dc20275d3bf77ae33b3861d9dd191f801ce11c8efb920241e7
  • Pointer size: 131 Bytes
  • Size of remote file: 183 kB
assets/recording_distribution.png ADDED

Git LFS Details

  • SHA256: 77f5ad82a2ad28453a1238b671cfa1e005a36b84130b2b1def0b45334ac04716
  • Pointer size: 130 Bytes
  • Size of remote file: 21.2 kB
code/exploratory_data_analysis.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
docs/collection_protocol.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This document outlines the protocols and procedures used during the data collection phase of the Speech Recognition Bias Reduction Project.
2
+
3
+ ## 1. Research Overview
4
+ The study aims to gather voice recordings from non-native English speakers to enhance automated speech recognition systems' accuracy. The dataset will include audio recordings of participants spelling names, reading phone numbers, and reciting addresses, along with relevant metadata.
5
+
6
+ ## 2. Participant Recruitment
7
+ - **Target Population:** International and Native students at Duke University with diverse linguistic backgrounds.
8
+ - **Recruitment Channels:** Participants were recruited through email lists, student groups, and social media platforms.
9
+
10
+ ## 3. Informed Consent Process
11
+ Participants were provided with a detailed consent form explaining the study's purpose, data usage, and their rights as participants. Consent was obtained through a simple text input ("Yes") within the survey.
12
+
13
+ ## 4. Recording Process
14
+ - **Platform:** Audio recordings were collected via the Qualtrics Survey App, accessible on both laptops and mobile devices.
15
+ - **Recording Instructions:** Participants were given clear instructions on how to record their audio:
16
+ - Spell out a randomized name letter by letter.
17
+ - Read out a randomized phone number digit by digit.
18
+ - Recite a randomized address clearly.
19
+
20
+ ## 5. Audio Quality and Environment
21
+ Participants were instructed to record their audio in their natural environments to capture realistic conditions, which may include background noise. The recordings aimed to reflect typical conditions under which users interact with automated voice systems.
22
+
23
+ ## 6. Data Management
24
+ - **Anonymization:** All participant data, including audio recordings and metadata, is anonymized to protect participant identities before public release.
25
+ - **Withdrawal Option:** Participants were informed that they could withdraw their recordings before the dataset is made publicly accessible.
docs/dataset_description.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Description
2
+
3
+ This document provides a detailed description of the dataset's contents, structure, and the significance of each component.
4
+
5
+ ## 1. Audio Recordings
6
+ The dataset includes audio recordings of participants spelling out a randomized full name, a phone number, and an address. Each participant's audio files are stored in separate folders under the `audio_data/` directory.
7
+
8
+ ### Audio Files Naming Convention
9
+ - `audio_data/Names`: Audio of participants spelling out a randomized name letter by letter.
10
+ - `audio_data/Numbers`: Audio of participants reading out a randomized phone number digit by digit.
11
+ - `audio_data/Addresses`: Audio of participants stating randomized address clearly.
12
+
13
+ The folders contain raw audio files in multiple formats, such as .wav, .mp3, and .m4a. Each participant is assigned a unique file_name, which corresponds to three specific file names in the above folders. The ground truth data, including participant names, phone numbers, and addresses, is stored in the metadata.csv file.
14
+
15
+ ## 2. Metadata
16
+ The accompanying metadata file `metadata.csv` contains essential information about each participant. The columns in the metadata file include:
17
+
18
+ | Column Name | Description |
19
+ |----------------------------|-------------------------------------------------------------------------------------------------------|
20
+ | **file_name** | Unique identifier for each participant's response. | |
21
+ | **Age** | Age of the participant in years. |
22
+ | **Gender** | Gender of the participant (e.g., Male, Female, Non-binary). |
23
+ | **Nationality** | Participant's nationality. |
24
+ | **Native Language** | The language the participant primarily speaks. |
25
+ | **Familiarity with English** | Self-reported level of familiarity with English |
26
+ | **Accent Strength (Self reported)** | Self-reported strength of the participant's accent on a scale from 0 (no noticeable accent) to 10. |
27
+ | **Difficulties** | Self-reported frequency of difficulty with automated systems |
28
+ | **Recording Machine** | Device used by the participant for recording (e.g., phone recorder, external microphone). |
29
+ | **Name** | Name recorded by the participant. |
30
+ | **Number** | Number recorded by the participant. |
31
+ | **Address** | Address recorded by the participant. |
32
+ | **Duration_secs** | Time it took to complete the survey. |
33
+
34
+ ## 3. Significance of the Dataset
35
+ The dataset is crucial for:
36
+ - Reducing bias in automated speech recognition systems, particularly for non-native speakers.
37
+ - Providing researchers and developers with a resource to enhance their understanding of how different accents affect speech recognition accuracy.
38
+ - Supporting the development of more inclusive technologies.
39
+
40
+ ## 4. How to Access the Data
41
+ You can access the Alphanumeric Audio Dataset in two ways:
42
+
43
+ 1. Hugging Face (Recommended):
44
+
45
+ To directly load the dataset into your project using the Hugging Face datasets library, use the following Python code:
46
+ ```
47
+ from datasets import load_dataset
48
+
49
+ dataset = load_dataset("sakshee05/alphanumeric-audio-dataset")
50
+ ```
51
+
52
+ 2. Github
53
+ Access at [alphanumeric-audio-dataset](https://github.com/Sakshee5/alphanumeric-audio-dataset)
metadata.csv ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file_name,Age,Gender,Nationality,Native Language,Familiarity with English,Accent Strength (Self reported),Difficulties,Recording Machine,Name,Number,Address,Duration (secs)
2
+ R_1KvCEEGNThnpnzy,24,Female,Indian,Marathi,"Educated in English, but not my native language",5,About half the time,Phone Recorder,Saffron Robles,8885112931,48 Ridge Road 407,278
3
+ R_3nAeHdtYMOFbRQJ,21,Female,Indian,Hindi,"Educated in English, but not my native language",3,Sometimes,Phone Recorder,Anannya,9196856019,"7204, McQueen Drive",542
4
+ R_1DN3Yy2ILEefmz8,24,Female,Indian,Hindi,"Educated in English, but not my native language",4,Sometimes,Phone Recorder,Seraphina Balasubramanian,43126798,99 Willow Lane 493,292
5
+ R_1O7z12FZh2bL6ST,22,Male,American,English,Native speaker,0,Sometimes,Phone Recorder,Zane Robles,5993415111,34 Elm Street 568,509
6
+ R_7qeKPomI8VjGOsK,29,Male,American,English,Native speaker,2,Sometimes,External Microphone,Zuri Sutherland,2563144191,56 Pine Tree Lane 640,590
7
+ R_34i05S8YXzyAyGE,26,Female,Argentinian,Spanish,"Educated in English, but not my native language",5,Sometimes,Phone Recorder,Isla Santos,6537986847,55 Stonewall Street 335,852
8
+ R_3f5pnhlvLlxkfu1,28,Male,Argentinian,Spanish,Basic knowledge; not fluent,7,Most of the time,Phone Recorder,Elysia Lobo,2615640089,14 Silver Street 964,529
9
+ R_7OVSal7s7tNbjLO,24,Male,Indian,Hindi,"Educated in English, but not my native language",5,About half the time,Laptop,Asher Singh,8717379417,161 Fairview Street 407,276
10
+ R_34Kh357EGklz2X7,27,Male,Indian,Hindi,"Educated in English, but not my native language",4,Sometimes,Laptop,Sable Daniel,2488140980,58 Maple Valley Road 812,372
11
+ R_51hzd8Q0PcCS4Jb,22,Male,Indian,Hindi,"Educated in English, but not my native language",4,Sometimes,Phone Recorder,Harlow Qureshi,8829090933,290 Seaside Boulevard 275,394
12
+ R_5lWkQMcCDfrgWwV,25,Male,Indian,Hindi,"Educated in English, but not my native language",8,Sometimes,Phone Recorder,Liam Patel,9783812441,52 Golden Ridge Drive 418,244
13
+ R_4JsyJD7ticKbRiZ,29,Female,Indian,Hindi,Basic knowledge; not fluent,8,Sometimes,Phone Recorder,Darshana ,123456789,FLAT NO 204 SATSANG SOCIETY THANE MUMBAI 411007,499
14
+ R_4s7PwXExwuw1cZa,32,Male,Indian,Hindi,"Educated in English, but not my native language",8,Sometimes,Phone Recorder,Arjun,987654321,Plot No 43 Pasaydan Profeesor colony Jagaon 424005,251
15
+ R_49dhghc8TaDIOhr,20,Female,Indian,Hindi,"Educated in English, but not my native language",8,Sometimes,Phone Recorder,Arya Stark ,1253579821,37 Casterly Rock Lannis Port ,480
16
+ R_41aAifnTBI6jslp,20,Female,Indian,Hindi,"Educated in English, but not my native language",9,Sometimes,Phone Recorder,Jorah Morment,5286564231,92 Dragos Khalasar Dothrakhi ,401
17
+ R_4Cbjs7mWxj4Ri7v,20,Female,Indian,Hindi,"Educated in English, but not my native language",7,Most of the time,Phone Recorder,Aditi Rampiya,7998735821,"Lane Number 4, Swimming Pool",258
18
+ R_4kJncQejh6M9Qxb,20,Female,Indian,Hindi,"Educated in English, but not my native language",8,Sometimes,Phone Recorder,Battli Aroda,2512254291,"69 Cubicle, Bathroom Street, UK",194
19
+ R_4GQeQB9GOpNtRaW,20,Female,Indian ,Hindi,"Educated in English, but not my native language",7,Sometimes,Phone Recorder,Taklu Analogs,7413825402,"741 Opamps Circuit Lane, Barkha Avenue, Tiwari",255
20
+ R_4TIdkLil27HhMH3,22,Female,Indian ,Hindi,Basic knowledge; not fluent,8,Sometimes,Phone Recorder,Shubhangi katkar,9530589346,Flat no 303 E L Homes Baner pune 411007,304
21
+ R_4zatSIgrUgsETE5,23,Female,Indian ,Marathi,Basic knowledge; not fluent,8,Sometimes,Phone Recorder,Suman patidar,9370524963,Swami sandipani coloney solapur,310
22
+ R_4M4K1OEOS6Dy9xr,35,Male,Indian,Marathi,"Educated in English, but not my native language",7,Sometimes,Phone Recorder,Ganesh Kathale,813546798,FLAT NO 701 RAGADARI APARTMENT NASHIK 423440,271
23
+ R_4gezxpDDRaPXKIs,30,Male,Indian,Gujrati,"Educated in English, but not my native language",9,Sometimes,Laptop,Prashant Gandhe,123459876,PLOT NO 30 PRATIK COLONY SURAT 356003,663
24
+ R_4QJpbtn4T8z4ixS,25,Male,Indian,Marathi,"Educated in English, but not my native language",8,Sometimes,Laptop,Jitu Shinde,7773330000,FLAT NO 1100 SATSANG COLONY SHAHADA 450089,149
25
+ R_4ezaMzei6ssNagt,23,Male,Indian,Marathi,"Educated in English, but not my native language",8,Sometimes,Phone Recorder,Vikas Raj,6578902300,FLAT NO 4 RAMBAG SOCIETY BARUCH 390345,201
26
+ R_4ssmicMjtQagK7v,39,Male,Indian,Marathi,"Educated in English, but not my native language",7,Sometimes,Phone Recorder,Mayur Shah,9898005600,FLAT NO 207 SNEHA VIHAR KOLHAPUR 411002,787
27
+ R_1poePVg1gzUKUz7,24,Male,North African,Arabic,"Educated in English, but not my native language",4,Sometimes,Laptop,Juniper Leung,9679778449,60 Pebble Beach Road 743,333
28
+ R_7DHnUtjhzr5gTvl,24,Male,Indian,Hindi,"Educated in English, but not my native language",5,Never,Phone Recorder,Elysia Peinado,5473978936,150 Riverbend Avenue 465,359
29
+ R_6pnzU40E9DSpr61,23,Male,American,English,Native speaker,0,Sometimes,Phone Recorder,Lennox Anderson,3619713354,"11438 SE 184th Pl, Renton WA",601
30
+ R_5hBj9gxvIoDecnz,23,Female,American,Korean,"Educated in English, but not my native language",3,Sometimes,Phone Recorder,Elise Taylor,7285242379,49 Windy Ridge Avenue 240,310
31
+ R_4RQSv9iOZkB2f9Z,24,Female,Indian,Marathi,"Educated in English, but not my native language",5,Sometimes,Phone Recorder,Hiroshi Khatri,4001291474,10 Woodland Drive 748,397
32
+ R_6thxkopa8CNYELv,24,Male,American,English,Native speaker,7,Never,Phone Recorder,Ziya Ali,8178069680,202 Northgate Drive 512,233
33
+ R_5MRLVafIukImdof,23,Male,American,Chinese,"Educated in English, but not my native language",1,Sometimes,Phone Recorder,Saffron Abraham,3788618965,5 Ocean Drive 432,254
34
+ R_6CxrKuxhJ3GtN8K,23,Male,Chinese Canadian,Mandarin,"Educated in English, but not my native language",1,Sometimes,Phone Recorder,Jon Reifshneider,1234567890,8 Horizon Avenue 613,388
35
+ R_5F0Zpg07Mr16uBz,25,Female,Indian,English,Native speaker,5,Never,Phone Recorder,Harlow Smith,5595476016,45 Ivy Lane 602,436
36
+ R_1b0CnNoTm0uIas5,23,Male,Indian ,Malayalam,"Educated in English, but not my native language",2,Sometimes,Phone Recorder,Ravi Choi,8292159357,48 Ridge Road 407,353
37
+ R_7QGd13jsljnaCbY,25,Female,Indian,Telugu,"Educated in English, but not my native language",5,Sometimes,Phone Recorder,Harshitha Rasamsetty,2873764800,44 Sand Dune Road 205,221
38
+ R_7iI7wmwsdCo4PbX,22,Female,American,Chinese,"Educated in English, but not my native language",7,Sometimes,Phone Recorder,Hina Karpov,8985955886,15 Sea Breeze Avenue 823,243
39
+ R_1bhWwiBjHlA1GcF,,Male,Indo-canadian,Hindi,"Educated in English, but not my native language",6,Sometimes,Phone Recorder,Eric dundas,7,1315 morreene road,536
40
+ R_1zZKZdkb4iInKK7,23,Male,Chinese,Chinese,"Educated in English, but not my native language",7,Sometimes,Laptop,Malia Tanaka,9281822959,21 Harbor View Drive 706,372
41
+ R_77p04jkohla1sH9,24,Female,Chinese,Chinese,"Educated in English, but not my native language",7,Never,Phone Recorder,Celine Gupta,1712391906,75 Pine Mountain Road 705,984
42
+ R_6E6ELKr8L1H0RnH,23,Female,Chinese,Chinese,"Educated in English, but not my native language",2,Sometimes,Phone Recorder,Calla Pereira,1709916637,3 Meadowbrook Road 874,972
43
+ R_7EOlSvi9ctgFRBL,23,Male,Chinese,Chinese,"Educated in English, but not my native language",2,Sometimes,Phone Recorder,Norah Cho,9356122945,75 Pine Mountain Road 705,928
44
+ R_14L9qNxUlipFmsF,23,Male,Indian,Tamil,"Educated in English, but not my native language",7,Sometimes,Laptop,Alina Patel,3041254855,107 Crystal Lake Drive 327,399
45
+ R_4shv1y28wS6SaPv,29,Female,Indian,Hindi,"Educated in English, but not my native language",4,Never,Phone Recorder,Mehak,9811219666,"Fenway park, boston, Massachusetts",577
46
+ R_41aiHA1p9OLYbuY,26,Male,Indian,Marathi,"Educated in English, but not my native language",2,Sometimes,Phone Recorder,Ranjendra Pingle,1234567898,Flat 202 Roop Ganga Pune,489
47
+ R_7NCxNP8jSj5mq6n,26,Female,Indian,Hindi,"Educated in English, but not my native language",6,Sometimes,Phone Recorder,Zander Burrows,4885080040,50 Harvest Lane 591,195
48
+ R_1oLUlgQk6qINvsk,27,Female,Indian ,Kannada,Basic knowledge; not fluent,7,About half the time,Phone Recorder,Roshan Coelho,6163483977,77 Maplewood Drive 659,152
49
+ R_5re0w7ElTMqvkCP,23,Female,Indian,Kannada,"Educated in English, but not my native language",3,Never,Phone Recorder,Beatriz Kim,4904368573,207 Westside Lane 528,151
50
+ R_34RasWwKijJI5sB,22,Female,Indian,Hindi,"Educated in English, but not my native language",5,Most of the time,Phone Recorder,Calder Fuchs,1855749866,160 Sunset Drive 885,114
51
+ R_6rCTqJtaK9fNxHq,22,Female,Indian,Hindi,"Educated in English, but not my native language",6,Sometimes,Phone Recorder,Isla de Souza,9661113443,52 Golden Ridge Drive 418,142
52
+ R_3g4JxW8aBdFTYoc,23,Female,Indian,Tamil,"Educated in English, but not my native language",7,About half the time,Phone Recorder,Laila Zhou,5116853235,32 Crystal Springs Boulevard 450,134
53
+ R_3gToFAf4MoM9dl8,22,Female,Indian,Marathi,"Educated in English, but not my native language",4,Sometimes,Phone Recorder,Rami Vasilyev,7499218381,99 Sunnyville Boulevard 342,180
54
+ R_3uvOS0cUzHJeF6p,24,Male,Indian,Hindi,Basic knowledge; not fluent,5,Sometimes,Phone Recorder,Niko Coelho,3053578003,75 Valley Grove Road 768,146
55
+ R_5MYVgvg6SSesm0n,28,Female,Indian,Hindi,"Educated in English, but not my native language",6,Sometimes,Phone Recorder,Maxine Jensen,1056058263,40 Westfield Road 207,122
56
+ R_3OihBnBKQuMFAz4,21,Female,Indian,Tamil,"Educated in English, but not my native language",4,Most of the time,Phone Recorder,Aurora Ferrari,9299574124,77 Spruce Way 920,174
57
+ R_7HEfVLTSyuEezdf,28,Female,Indian,Hindi,"Educated in English, but not my native language",4,Sometimes,Phone Recorder,Sanaa Letourneau,6686412385,67 Mountain View Drive 214,120
58
+ R_1tDKM2lNpA5vaZb,25,Female,Indian,Kannada,"Educated in English, but not my native language",1,Never,Phone Recorder,Sabrina Shirodkar,9568214730,"114 Park Avenue, Chicago, IL, 67004",741
59
+ R_1zin13bSMyOVRnJ,25,Female,Chinese,Chinese,"Educated in English, but not my native language",3,Sometimes,Phone Recorder,Layla Knudsen,5363648030,8 Horizon Avenue 613,503
60
+ R_1VaNGgPhYxnUTbC,25,Male,Indian,Gujarati,"Educated in English, but not my native language",7,Sometimes,Phone Recorder,Niklas Shah,5142296612,86 Timberline Boulevard 664,232
61
+ R_4aYapHeUHBuU8XG,24,Female,Indian,Marathi,"Educated in English, but not my native language",6,Sometimes,Phone Recorder,Soraya Balasubramanian,2312324633,110 Bluebell Lane 973,240
62
+ R_3vhWAQpPNAgLass,22,Male,Indian,Telugu,"Educated in English, but not my native language",8,Sometimes,Laptop,Rowena Taneja,4127415553,456 Birch Boulevard 349,266
63
+ R_57WCdr3dpzLNhbe,26,Female,Chinese Canadian,Mandarin,"Educated in English, but not my native language",5,Never,Phone Recorder,Liam Ali,8114844717,3 Meadowbrook Road 874,211
64
+ R_1wB3pJ1YQM5wyqI,21,Male,American,English,Native speaker,0,Sometimes,Phone Recorder,Seraphina Ivanov,2288775400,128 Cedar Avenue 401,252
65
+ R_3i2ltOSffNPHRfR,22,Male,American,English,Native speaker,0,Never,Phone Recorder,Ciaran MacLeod,2853006411,5 Ocean Drive 432,339
66
+ R_7pKNTfB39Yc3I41,23,Male,Middle Asian,Uyghur,"Educated in English, but not my native language",2,Sometimes,Phone Recorder,Benji Chatterjee,6341735686,128 Cedar Avenue 401,509
67
+ R_5jebEVEgcwRTOcO,23,Prefer not to say,Indian,Telugu,"Educated in English, but not my native language",3,Sometimes,Phone Recorder,Calder Jackson,1808231222,301 Massachusetts Avenue 1462,140
68
+ R_1QrO96YnPAaHofK,26,Prefer not to say,Indian,Kannada,Basic knowledge; not fluent,5,About half the time,Phone Recorder,Ivan Hwang,1928374655,430 Autumn Lane 274,136
69
+ R_7Vlj2RdVyGOM7Yz,25,Female,Indian,Urdu,"Educated in English, but not my native language",5,Most of the time,Phone Recorder,Solana Chatterjee,5735062913,29 Summer Breeze Lane 571,110
70
+ R_7H8pYLcVGrTM7g5,23,Female,Indo-English,English,Native speaker,1,Never,Phone Recorder,Freya Hamed,1314559375,78 Sunset Boulevard 789,112
71
+ R_15Rh8IA5GvyzCIF,23,Female,Indian,Marathi,"Educated in English, but not my native language",5,Sometimes,Phone Recorder,Jarek Ferrari,1045562375,84 River Road 814,111