akkikiki commited on
Commit
718b0e1
1 Parent(s): 15b7f37

Add README

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -34,3 +34,44 @@ configs:
34
  - split: validation
35
  path: multieurlex-doc-en/validation-*
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  - split: validation
35
  path: multieurlex-doc-en/validation-*
36
  ---
37
+
38
+ ## Additional Information
39
+
40
+ ### Licensing Information
41
+
42
+ We provide MultiEURLEX with the same licensing as the original EU data (CC-BY-4.0):
43
+
44
+ © European Union, 1998-2021
45
+
46
+ The Commission’s document reuse policy is based on Decision 2011/833/EU. Unless otherwise specified, you can re-use the legal documents published in EUR-Lex for commercial or non-commercial purposes.
47
+
48
+ The copyright for the editorial content of this website, the summaries of EU legislation and the consolidated texts, which is owned by the EU, is licensed under the Creative Commons Attribution 4.0 International licence. This means that you can re-use the content provided you acknowledge the source and indicate any changes you have made.
49
+
50
+ Source: https://eur-lex.europa.eu/content/legal-notice/legal-notice.html \
51
+ Read more: https://eur-lex.europa.eu/content/help/faq/reuse-contents-eurlex.html
52
+
53
+ ### Citation Information
54
+
55
+ ```
56
+ @inproceedings{fujinuma-etal-2023-multi,
57
+ title = "A Multi-Modal Multilingual Benchmark for Document Image Classification",
58
+ author = "Fujinuma, Yoshinari and
59
+ Varia, Siddharth and
60
+ Sankaran, Nishant and
61
+ Appalaraju, Srikar and
62
+ Min, Bonan and
63
+ Vyas, Yogarshi",
64
+ editor = "Bouamor, Houda and
65
+ Pino, Juan and
66
+ Bali, Kalika",
67
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
68
+ month = dec,
69
+ year = "2023",
70
+ address = "Singapore",
71
+ publisher = "Association for Computational Linguistics",
72
+ url = "https://aclanthology.org/2023.findings-emnlp.958",
73
+ doi = "10.18653/v1/2023.findings-emnlp.958",
74
+ pages = "14361--14376",
75
+ abstract = "Document image classification is different from plain-text document classification and consists of classifying a document by understanding the content and structure of documents such as forms, emails, and other such documents. We show that the only existing dataset for this task (Lewis et al., 2006) has several limitations and we introduce two newly curated multilingual datasets WIKI-DOC and MULTIEURLEX-DOC that overcome these limitations. We further undertake a comprehensive study of popular visually-rich document understanding or Document AI models in previously untested setting in document image classification such as 1) multi-label classification, and 2) zero-shot cross-lingual transfer setup. Experimental results show limitations of multilingual Document AI models on cross-lingual transfer across typologically distant languages. Our datasets and findings open the door for future research into improving Document AI models.",
76
+ }
77
+ ```