Skip to content

Latest commit

 

History

History

ProcTag: Process Tagging for Assessing the Efficacy of Document Instruction Data

This is the repo for the ProcTag, which is a data-oriented method that assesses the efficacy of document instruction data.

Run Script

pip install -r requirements.txt
export OPENAI_API_KEY="xxxxxx"
python main.py

Paper

Citation

If you find this repository useful, please consider citing our work:

@misc{shen2024proctag,
    title={ProcTag: Process Tagging for Assessing the Efficacy of Document Instruction Data},
    author={Yufan Shen and Chuwei Luo and Zhaoqing Zhu and Yang Chen and Qi Zheng and Zhi Yu and Jiajun Bu and Cong Yao},
    year={2024},
    eprint={2407.12358},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}

License

The training data of the LayoutLLM is released under the terms of the Apache License, Version 2.0.

Copyright (C) 1999-2022 Alibaba Group Holding Ltd. 

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.