YunxinLi commited on
Commit
b1acde3
1 Parent(s): ef0de90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - zh
7
+ pretty_name: MD2T
8
+ size_categories:
9
+ - 100K<n<1M
10
  ---
11
+ MD2T is a new setting for multimodal E-commerce Description generation based on structured keywords and images.
12
+
13
+ Our paper (LREC-COLING 2024): [A Multimodal In-Context Tuning Approach for E-Commerce Product Description Generation](https://arxiv.org/abs/2402.13587).
14
+
15
+ # MD2T Dataset Statistics
16
+
17
+ | MD2T | Cases&Bags | Clothing | Home Appliances |
18
+ |-----------|------------|----------|-----------------|
19
+ | #Train | 18,711 | 200,000 | 86,858 |
20
+ | #Dev | 983 | 6,120 | 1,794 |
21
+ | #Test | 1,000 | 8,700 | 2,200 |
22
+ | Avg_N #MP | 5.41 | 6.57 | 5.48 |
23
+ | Avg_L #MP | 13.50 | 20.34 | 18.30 |
24
+ | Avg_L #Desp | 80.05 | 79.03 | 80.13 |
25
+
26
+ **Table 1:** The detailed statistics of MD2T. Avg_N and Avg_L represent the average number and length respectively. MP and Desp indicate the marketing keywords and description.