formatting dataset card 3
Browse files
README.md
CHANGED
@@ -376,25 +376,25 @@ a corpus of pre-annotated text for other tasks (e.g. figure caption to graphic,
|
|
376 |
|
377 |
- "accession_id": The PMC ID of the article
|
378 |
- "pmid": The PubMed ID of the article
|
379 |
-
- "introduction": List of
|
380 |
- "methods": Same as introduction with "method" keyword.
|
381 |
- "results": Same as introduction with "result" keyword.
|
382 |
- "discussion": Same as introduction with "discussion" keyword.
|
383 |
- "conclusion": Same as introduction with "conclusion" keyword.
|
384 |
-
- "front": List of
|
385 |
-
- "body": List of
|
386 |
-
- "back": List of
|
387 |
-
- "figure": List of
|
388 |
-
- "table": List of
|
389 |
-
- "formula": List of
|
390 |
-
- "box": List of
|
391 |
-
- "code": List of
|
392 |
-
- "quote": List of
|
393 |
-
- "chem": List of
|
394 |
-
- "supplementary": List of
|
395 |
-
- "footnote": List of
|
396 |
-
- "graphic": List of
|
397 |
-
- "media": List of
|
398 |
|
399 |
- "references": Lists of references in the order found in the corresponding categories
|
400 |
- "pmid_ref": PMIDs of other articles. In text, replaced by " ##REF## "
|
|
|
376 |
|
377 |
- "accession_id": The PMC ID of the article
|
378 |
- "pmid": The PubMed ID of the article
|
379 |
+
- "introduction": List of \<title\> and \<p\> elements in \<body\>, sharing their root with a \<title\> containing "introduction" or "background".
|
380 |
- "methods": Same as introduction with "method" keyword.
|
381 |
- "results": Same as introduction with "result" keyword.
|
382 |
- "discussion": Same as introduction with "discussion" keyword.
|
383 |
- "conclusion": Same as introduction with "conclusion" keyword.
|
384 |
+
- "front": List of \<title\> and \<p\> elements in \<front\> after everything else has been searched.
|
385 |
+
- "body": List of \<title\> and \<p\> elements in \<body\> after everything else has been searched.
|
386 |
+
- "back": List of \<title\> and \<p\> elements in \<back\> after everything else has been searched.
|
387 |
+
- "figure": List of \<fig\> elements of the article.
|
388 |
+
- "table": List of \<table-wrap\> and \<array\> elements of the article.
|
389 |
+
- "formula": List of \<disp-formula\> and \<inline-formula\> elements of the article.
|
390 |
+
- "box": List of \<boxed-text\> elements of the article.
|
391 |
+
- "code": List of \<code\> elements of the article.
|
392 |
+
- "quote": List of \<disp-quote\> and \<speech\> elements of the article.
|
393 |
+
- "chem": List of \<chem-struct-wrap\> elements of the article.
|
394 |
+
- "supplementary": List of \<supplementary-material\> and \<inline-supplementary-material\> elements of the article.
|
395 |
+
- "footnote": List of \<fn-group\> and \<table-wrap-foot\> elements of the article.
|
396 |
+
- "graphic": List of \<graphic\> and \<inline-graphic\> elements of the article.
|
397 |
+
- "media": List of \<media\> and \<inline-media\> elements of the article.
|
398 |
|
399 |
- "references": Lists of references in the order found in the corresponding categories
|
400 |
- "pmid_ref": PMIDs of other articles. In text, replaced by " ##REF## "
|