Cyrile commited on
Commit
767c4f3
1 Parent(s): 43f2ee9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -53,3 +53,17 @@ The descended articles correspond to a portion of the articles that had their la
53
  | total words in French abstracts | 4,437,968 |
54
  | total words in English captions | 7,506,626 |
55
  | total words in French captions | 8,311,727 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  | total words in French abstracts | 4,437,968 |
54
  | total words in English captions | 7,506,626 |
55
  | total words in French captions | 8,311,727 |
56
+
57
+ Field Descriptions
58
+ ------------------
59
+ - **id:** Unique identifier for each observation.
60
+ - **paper_id:** Unique arXiv identifier for each article.
61
+ - **type:** 'figure' for graphic objects such as graphs, functional diagrams, etc., and 'table' for tables.
62
+ - **authors:** Names of the article's authors.
63
+ - **categories:** arXiv categories of the article.
64
+ - **title:** Title of the article.
65
+ - **summary:** Article summary.
66
+ - **caption:** Caption of the document-type object.
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.