--- license: cc-by-4.0 task_categories: - summarization language: - en tags: - science - agriculture - academic size_categories: - 10M
  • "metadata" (object, required): Contains information related to the document's metadata.
    1. "id" (string): the identifier for the document.
    2. "source" (string): the source or origin of the document.
    3. "url" (string): the url of the downloaded document.
  • "pageCount" (integer, required): the number of pages of the document.
  • "title" (string, required): the title of the document.
  • "abstract" (string, required): the abstract of the document.
  • "chapters" (array of objects, required): represents chapters or sections within the document.
    1. "index" (integer, required): the numerical order of the chapter.
    2. "head" (string, required): the heading of the chapter.
    3. "paragraphs" (array of objects, required): contains paragraphs within the chapter.
      1. "text" (string, required): the content of the paragraph.
      2. "size" (integer, required): represents the size of the paragraph (words separated by one space).
      3. "index" (integer, required): the numerical order of paragraph within the chapter.
  • "figures" (array of objects, required): represents tables within the document.
    1. "text" (string, required): the content of the table.
  • "sieverID" (string, required): Internal identifier of the document.
  • ### Acknowledgement This dataset was developed for the Generative AI for Agriculture (GAIA) project, supported by the Bill and Melinda Gates Foundation, in collaboration between [CGIAR](https://www.cgiar.org/) and [SCiO](https://scio.systems/)