Hieu Nguyen commited on
Commit
f39609d
1 Parent(s): 0cae752

Add model card and taggings

Browse files
Files changed (1) hide show
  1. README.md +167 -0
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators: []
3
+ language: []
4
+ language_creators:
5
+ - found
6
+ license: []
7
+ multilinguality:
8
+ - monolingual
9
+ pretty_name: Deep Research USC
10
+ size_categories:
11
+ - 10B<n<100B
12
+ source_datasets: []
13
+ tags:
14
+ - continual learning
15
+ task_categories: []
16
+ task_ids: []
17
+ ---
18
+
19
+ # Dataset Card for "deep-research"
20
+
21
+ ## Table of Contents
22
+ - [Table of Contents](#table-of-contents)
23
+ - [Dataset Description](#dataset-description)
24
+ - [Dataset Summary](#dataset-summary)
25
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
26
+ - [Languages](#languages)
27
+ - [Dataset Structure](#dataset-structure)
28
+ - [Data Instances](#data-instances)
29
+ - [Data Fields](#data-fields)
30
+ - [Data Splits](#data-splits)
31
+ - [Dataset Creation](#dataset-creation)
32
+ - [Curation Rationale](#curation-rationale)
33
+ - [Source Data](#source-data)
34
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
35
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
36
+ - [Annotations](#annotations)
37
+ - [Annotation process](#annotation-process)
38
+ - [Who are the annotators?](#who-are-the-annotators)
39
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
40
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
41
+ - [Social Impact of Dataset](#social-impact-of-dataset)
42
+ - [Discussion of Biases](#discussion-of-biases)
43
+ - [Other Known Limitations](#other-known-limitations)
44
+ - [Additional Information](#additional-information)
45
+ - [Dataset Curators](#dataset-curators)
46
+ - [Licensing Information](#licensing-information)
47
+ - [Citation Information](#citation-information)
48
+ - [Contributions](#contributions)
49
+
50
+ ## Dataset Description
51
+
52
+ - **Homepage:** [Deep USC Research](http://deep.usc.edu/)
53
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Paper:** [Multimodal Phased Transformer for Sentiment Analysis](https://aclanthology.org/2021.emnlp-main.189.pdf)
55
+ - **Point of Contact:** [Iordanis Fostiropoulos](mailto:[email protected])
56
+
57
+ ### Dataset Summary
58
+
59
+ Briefly summarize the dataset...
60
+
61
+ ### Supported Tasks and Leaderboards
62
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
63
+
64
+ ### Languages
65
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
66
+
67
+ ## Dataset Structure
68
+
69
+ ### Data Instances.
70
+
71
+ #### train.json
72
+
73
+ - **Size of downloaded dataset files:** 181.42 MB
74
+ - **Size of the generated dataset:** 522.66 MB
75
+ - **Total amount of disk used:** 704.07 MB
76
+
77
+ An example of 'train' looks as follows.
78
+ ```
79
+ This example was too long and was cropped:
80
+ {'id': '5733be284776f41900661182',
81
+ 'title': 'University_of_Notre_Dame',
82
+ 'context': 'Architecturally, the school has a Catholic character. Atop the Main Building\'s gold dome is a golden statue of the Virgin Mary...',
83
+ 'question': 'To whom did the Virgin Mary allegedly appear in 1858 in Lourdes France?',
84
+ 'answers': {'text': ['Saint Bernadette Soubirous'], 'answer_start': [515]}
85
+ }
86
+ ```
87
+
88
+ #### dev.json
89
+
90
+ - **Size of downloaded dataset files:** 183.09 MB
91
+ - **Size of the generated dataset:** 523.97 MB
92
+ - **Total amount of disk used:** 707.06 MB
93
+
94
+ An example of 'devepopment' looks as follows.
95
+ ```
96
+ This example was too long and was cropped:
97
+
98
+ {'id': '5733be284776f41900661182',
99
+ 'title': 'University_of_Notre_Dame',
100
+ 'context': 'Architecturally, the school has a Catholic character. Atop the Main Building\'s gold dome is a golden statue of the Virgin Mary...',
101
+ 'question': 'To whom did the Virgin Mary allegedly appear in 1858 in Lourdes France?',
102
+ 'answers': {'text': ['Saint Bernadette Soubirous'], 'answer_start': [515]}
103
+ }
104
+ ```
105
+
106
+ ### Data Fields
107
+
108
+ - `id`: ID of the context, question unit
109
+ - `title`: Title of the question
110
+ ...
111
+
112
+ ### Data Splits
113
+
114
+ | | train | development | test |
115
+ |-------------------------|------:|------------:|-----:|
116
+ | Input Sentences | | | |
117
+ | Average Sentence Length | | | |
118
+
119
+ ## Dataset Creation
120
+
121
+ ### Curation Rationale
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ### Source Data
125
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
+
127
+ ### Annotations
128
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
+
130
+ ### Personal and Sensitive Information
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ## Considerations for Using the Data
134
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
+
136
+ ## Additional Information
137
+
138
+
139
+ ### Licensing Information
140
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
141
+
142
+ ### Citation Information
143
+
144
+ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
145
+ ```
146
+ @inproceedings{cheng-etal-2021-multimodal,
147
+ title = "Multimodal Phased Transformer for Sentiment Analysis",
148
+ author = "Cheng, Junyan and
149
+ Fostiropoulos, Iordanis and
150
+ Boehm, Barry and
151
+ Soleymani, Mohammad",
152
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
153
+ month = nov,
154
+ year = "2021",
155
+ address = "Online and Punta Cana, Dominican Republic",
156
+ publisher = "Association for Computational Linguistics",
157
+ url = "https://aclanthology.org/2021.emnlp-main.189",
158
+ doi = "10.18653/v1/2021.emnlp-main.189",
159
+ pages = "2447--2458",
160
+ abstract = "Multimodal Transformers achieve superior performance in multimodal learning tasks. However, the quadratic complexity of the self-attention mechanism in Transformers limits their deployment in low-resource devices and makes their inference and training computationally expensive. We propose multimodal Sparse Phased Transformer (SPT) to alleviate the problem of self-attention complexity and memory footprint. SPT uses a sampling function to generate a sparse attention matrix and compress a long sequence to a shorter sequence of hidden states. SPT concurrently captures interactions between the hidden states of different modalities at every layer. To further improve the efficiency of our method, we use Layer-wise parameter sharing and Factorized Co-Attention that share parameters between Cross Attention Blocks, with minimal impact on task performance. We evaluate our model with three sentiment analysis datasets and achieve comparable or superior performance compared with the existing methods, with a 90{\%} reduction in the number of parameters. We conclude that (SPT) along with parameter sharing can capture multimodal interactions with reduced model size and improved sample efficiency.",
161
+ }
162
+ ```
163
+
164
+
165
+ ### Contributions
166
+
167
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.