Update README.md
Browse files
README.md
CHANGED
@@ -8,31 +8,27 @@ The dataset for [SemEval-2024 Task 3: The Competition of Multimodal Emotion Caus
|
|
8 |
|
9 |
## File Description
|
10 |
|
11 |
-
- The `text` folder contains the files of training data for each subtask, where all instances are stacked into a list and each of them is stored in a dictionary.
|
12 |
-
- The `video_with_audio` folder contains the video files required for Subtask 2. Note: The three compressed packages correspond to the training, validation, and testing sets of ECF respectively. All of them are used as the training set in this SemEval evaluation.
|
13 |
-
|
14 |
```
|
15 |
SemEval-2024_Task3
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
│ │ ├── dia1utt1.mp4
|
22 |
│ │ ├── dia1utt2.mp4
|
23 |
│ │ ├── ...
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
```
|
28 |
|
29 |
|
30 |
|
31 |
-
## Dataset Statistics
|
32 |
-
|
33 |
-
| # of Instances (Training Data) | # of Instances (Evaluation data) |
|
34 |
-
| ----------------------------------------- | -------------------------------- |
|
35 |
-
| 1,374 conversations <br>13,619 utterances | To be updated. |
|
36 |
-
|
37 |
-
|
38 |
|
|
|
8 |
|
9 |
## File Description
|
10 |
|
|
|
|
|
|
|
11 |
```
|
12 |
SemEval-2024_Task3
|
13 |
+
|-- README.md
|
14 |
+
|-- training_data
|
15 |
+
| |-- Subtask_1_train.json
|
16 |
+
| |-- Subtask_2_train.json
|
17 |
+
| |-- test.tar.gz
|
18 |
│ │ ├── dia1utt1.mp4
|
19 |
│ │ ├── dia1utt2.mp4
|
20 |
│ │ ├── ...
|
21 |
+
| |-- train.tar.gz
|
22 |
+
| `-- valid.tar.gz
|
23 |
+
`-- trial_data
|
24 |
+
| |-- Subtask_1_trial.json
|
25 |
+
| |-- Subtask_2_trial.json
|
26 |
+
| `-- video_trial.zip
|
27 |
+
│ │ ├── diaasdda.mp4
|
28 |
+
│ │ ├── digdfgdr.mp4
|
29 |
+
│ │ ├── ...
|
30 |
```
|
31 |
|
32 |
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|