Cyrile commited on
Commit
1f10430
1 Parent(s): 931a032

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -67,3 +67,15 @@ Field Descriptions
67
  - **image:** Pillow image of the document-type object.
68
  - **data:** For figures, it represents the filename of the figure; for tables, it is the LaTeX transcription of the table.
69
  - **newcommands:** List containing the LaTeX `newcommands` used in the article.
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  - **image:** Pillow image of the document-type object.
68
  - **data:** For figures, it represents the filename of the figure; for tables, it is the LaTeX transcription of the table.
69
  - **newcommands:** List containing the LaTeX `newcommands` used in the article.
70
+
71
+ Citation
72
+ --------
73
+
74
+ ```bibtex
75
+ @online{DeAFTdb,
76
+ AUTHOR = {Cyrile Delestre},
77
+ URL = {https://huggingface.co/datasets/cmarkea/aftdb},
78
+ YEAR = {2024},
79
+ KEYWORDS = {NLP ; Multimodal}
80
+ }
81
+ ```