Datasets:
Leyo
/

Languages:
English
Multilinguality:
monolingual
Size Categories:
10k<n<100K
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
Leyo HF staff commited on
Commit
f966a1a
1 Parent(s): f0ec537

improve readme

Browse files
Files changed (1) hide show
  1. README.md +93 -1
README.md CHANGED
@@ -1,3 +1,95 @@
1
  ---
2
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - crowdsourced
6
+ languages:
7
+ - en
8
+ licenses:
9
+ - other
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: ActivityNet Captions
13
+ size_categories:
14
+ - 10k<n<100K<
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - question-answering
19
+ - visual-question-answering
20
+ task_ids:
21
+ - closed-domain-qa
22
  ---
23
+
24
+
25
+ # Dataset Card for [ActivityNet Captions]
26
+ ## Table of Contents
27
+ - [Table of Contents](#table-of-contents)
28
+ - [Dataset Description](#dataset-description)
29
+ - [Dataset Summary](#dataset-summary)
30
+ - [Languages](#languages)
31
+ - [Dataset Structure](#dataset-structure)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+
36
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
37
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
38
+ - [Social Impact of Dataset](#social-impact-of-dataset)
39
+ - [Discussion of Biases](#discussion-of-biases)
40
+ - [Other Known Limitations](#other-known-limitations)
41
+ - [Additional Information](#additional-information)
42
+ - [Licensing Information](#licensing-information)
43
+ - [Citation Information](#citation-information)
44
+ - [Contributions](#contributions)
45
+ ## Dataset Description
46
+ - **Homepage:** https://cs.stanford.edu/people/ranjaykrishna/densevid/
47
+ - **Paper:** https://arxiv.org/abs/1705.00754
48
+
49
+ ### Dataset Summary
50
+ The ActivityNet Captions dataset connects videos to a series of temporally annotated sentence descriptions. Each sentence covers an unique segment of the video, describing multiple events that occur. These events may occur over very long or short periods of time and are not limited in any capacity, allowing them to co-occur. On average, each of the 20k videos contains 3.65 temporally localized sentences, resulting in a total of 100k sentences. We find that the number of sentences per video follows a relatively normal distribution. Furthermore, as the video duration increases, the number of sentences also increases. Each sentence has an average length of 13.48 words, which is also normally distributed. You can find more details of the dataset under the ActivityNet Captions Dataset section, and under supplementary materials in the paper.
51
+ ### Languages
52
+ The captions in the dataset are in English.
53
+ ## Dataset Structure
54
+ ### Data Fields
55
+ - `video_path`: `str` "https://31.media.tumblr.com/001a8b092b9752d260ffec73c0bc29cd/tumblr_ndotjhRiX51t8n92fo1_500.gif"
56
+ -`video_bytes`: `large_bytes` video file in bytes format
57
+ - `en_global_captions`: `list_str` List of english captions describing the entire video
58
+
59
+ ### Data Splits
60
+ | |train |validation| test | Overall |
61
+ |-------------|------:|---------:|------:|------:|
62
+ |# of videos|10,009 |4,917 |4,885 |19,811 |
63
+ ### Annotations
64
+ Quoting [ActivityNet Captions' paper](https://arxiv.org/abs/1705.00754): \
65
+ "Each annotation task was divided into two steps: (1)
66
+ Writing a paragraph describing all major events happening
67
+ in the videos in a paragraph, with each sentence of the paragraph describing one event, and (2) Labeling the
68
+ start and end time in the video in which each sentence in the
69
+ paragraph event occurred."
70
+ ### Who annotated the dataset?
71
+ Amazon Mechnical Turk annotators
72
+ ### Personal and Sensitive Information
73
+ Nothing specifically mentioned in the paper.
74
+ ## Considerations for Using the Data
75
+ ### Social Impact of Dataset
76
+ [More Information Needed]
77
+ ### Discussion of Biases
78
+ [More Information Needed]
79
+ ### Other Known Limitations
80
+ [More Information Needed]
81
+ ## Additional Information
82
+ ### Licensing Information
83
+ [More Information Needed]
84
+ ### Citation Information
85
+ ```bibtex
86
+ @InProceedings{tgif-cvpr2016,
87
+ @inproceedings{krishna2017dense,
88
+ title={Dense-Captioning Events in Videos},
89
+ author={Krishna, Ranjay and Hata, Kenji and Ren, Frederic and Fei-Fei, Li and Niebles, Juan Carlos},
90
+ booktitle={International Conference on Computer Vision (ICCV)},
91
+ year={2017}
92
+ }
93
+ ```
94
+ ### Contributions
95
+ Thanks to [@leot13](https://github.com/leot13) for adding this dataset.