pranitchawla commited on
Commit
2304cf0
·
verified ·
1 Parent(s): e8802b4

Document retained duplicate audio tracks

Browse files
Files changed (1) hide show
  1. README.md +3 -52
README.md CHANGED
@@ -9,58 +9,6 @@ tags:
9
  - audio-retrieval
10
  - duplicate-detection
11
  - research-only
12
- configs:
13
- - config_name: corpus
14
- data_files:
15
- - split: test
16
- path: corpus/test-*
17
- - config_name: qrels
18
- data_files:
19
- - split: test
20
- path: qrels/test-*
21
- - config_name: queries
22
- data_files:
23
- - split: test
24
- path: queries/test-*
25
- dataset_info:
26
- - config_name: corpus
27
- features:
28
- - name: id
29
- dtype: string
30
- - name: audio
31
- dtype: audio
32
- splits:
33
- - name: test
34
- num_bytes: 1214452600
35
- num_examples: 527
36
- download_size: 1214504875
37
- dataset_size: 1214452600
38
- - config_name: qrels
39
- features:
40
- - name: query-id
41
- dtype: string
42
- - name: corpus-id
43
- dtype: string
44
- - name: score
45
- dtype: int32
46
- splits:
47
- - name: test
48
- num_bytes: 1672052
49
- num_examples: 11168
50
- download_size: 57154
51
- dataset_size: 1672052
52
- - config_name: queries
53
- features:
54
- - name: id
55
- dtype: string
56
- - name: audio
57
- dtype: audio
58
- splits:
59
- - name: test
60
- num_bytes: 1214452600
61
- num_examples: 527
62
- download_size: 1214504875
63
- dataset_size: 1214452600
64
  ---
65
 
66
  # VCDB Core Audio Retrieval
@@ -85,6 +33,7 @@ does not grant additional rights beyond the source terms.
85
 
86
  - Raw core videos: 528
87
  - Videos with an audio stream: 527
 
88
  - Videos without an audio stream: 1
89
  - Audio queries: 527
90
  - Unique undirected relevant pairs: 5584
@@ -93,6 +42,8 @@ does not grant additional rights beyond the source terms.
93
  Stable IDs remain the original topic-relative video paths. The source video
94
  without audio, `maradona_hand_of_god/de71afa5fe2363589c28021940d2902d8701efdf.flv`, is excluded. Qrels
95
  involving it are removed, and every retained query has at least one positive.
 
 
96
 
97
  Relevance is derived from VCDB's human segment-level video copy annotations:
98
  multiple annotations for the same source-video pair are collapsed, and both
 
9
  - audio-retrieval
10
  - duplicate-detection
11
  - research-only
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # VCDB Core Audio Retrieval
 
33
 
34
  - Raw core videos: 528
35
  - Videos with an audio stream: 527
36
+ - Unique packaged audio files (SHA-256): 461
37
  - Videos without an audio stream: 1
38
  - Audio queries: 527
39
  - Unique undirected relevant pairs: 5584
 
42
  Stable IDs remain the original topic-relative video paths. The source video
43
  without audio, `maradona_hand_of_god/de71afa5fe2363589c28021940d2902d8701efdf.flv`, is excluded. Qrels
44
  involving it are removed, and every retained query has at least one positive.
45
+ The 66 repeated audio files belong to distinct source video IDs and are
46
+ retained as meaningful positives for copy detection.
47
 
48
  Relevance is derived from VCDB's human segment-level video copy annotations:
49
  multiple annotations for the same source-video pair are collapsed, and both