paper-with-me

Papers

LEI2JSON: Schema-based Validation and Conversion of Livestock Event Information

2023-10-26 · Mahir Habib, Muhammad Ashad Kabir, Lihong Zheng

Livestock producers often need help in standardising (i.e., converting and validating) their livestock event data. This article introduces a novel solution, LEI2JSON (Livestock Event Information To JSON). The tool is an add-on for Google Sheets, adhering to the livestock event information (LEI) schema. The core objective of LEI2JSON is to provide livestock producers with an efficient mechanism to standardise their data, leading to substantial savings in time and resources. This is achieved by building the spreadsheet template with the appropriate column headers, notes, and validation rules, converting the spreadsheet data into JSON format, and validating the output against the schema. LEI2JSON facilitates the seamless storage of livestock event information locally or on Google Drive in JSON. Additionally, we have conducted an extensive experimental evaluation to assess the effectiveness of the tool.

📄 PDF Abstract BibTeX arXiv:2310.17414

Code (1)

mahirgamal/lei2json 공식 구현

Similar Papers 제목 키워드 기반

Type Checking Project Haystack Grids using JSON Schema and Pydantic

2026-05-19 · Thomas Hirsch, Samina Kadkhoda Masoumali, Gerald Schweiger arxiv

Ontologies enable scalable energy services in buildings by supporting interoperability and automation. Project Haystack is a building ontology that is widely adopted due to its flexible, tag-based semantic model, opennes…

MetaConfigurator: AI-Assisted RDF Authoring from JSON Data

2026-06-05 · Felix Neubauer, Mahdi Jafarkhani, Kenichi Endo, Jürgen Pleiss 외 arxiv

Scientific workflows increasingly generate structured JSON data that is easy to exchange but difficult to interpret consistently across systems due to lacking semantic interoperability. While JSON Schema ensures structur…

Knowledge Graphs

ScrapeGraphAI-100k: Dataset for Schema-Constrained LLM Generation

2026-02-16 · William Brach, Francesco Zuppichini, Marco Vinciguerra, Lorenzo Padoan arxiv

Producing output that conforms to a specified JSON schema underlies tool use, structured extraction, and knowledge base construction in modern large language models. Despite this centrality, public datasets for the task …

Schema First Tool APIs for LLM Agents: A Controlled Study of Tool Misuse, Recovery, and Budgeted Performance

2026-03-12 · Akshey Sigdel, Rista Baral arxiv

Tool use has become central to modern LLM agents, yet interface design is rarely isolated as an experimental variable. This paper studies whether schema based tool contracts and structured validation diagnostics improve …

appjsonify: An Academic Paper PDF-to-JSON Conversion Toolkit

2023-10-02 · Atsuki Yamaguchi, Terufumi Morishita

We present appjsonify, a Python-based PDF-to-JSON conversion toolkit for academic papers. It parses a PDF file using several visual-based document layout analysis models and rule-based text processing approaches. appjson…

Document Layout Analysis