final
Project Description Clause2Inv, LLM clause generator and clause combination algorithm.
Install all dependencies with:
conda env create -f env.yml
Clause2Inv/ │ ├── README.md # readme ├── env.yml # conda env file ├── generator/ # LLM └── combinator/ # Algorithm ├── linear.sh # Run linear problem ├── run_linear.py # Run linear benchmark ├── checker.py # Algorithm detail ├── output_linear/ # Output files └── ... # Other files
Ensure you’re in the project’s clause2inv/combinator directory, then execute the first problem of linear benchmark as follows:
./linear 1
Below is an example command to run the linear benchmark:
python run_linear.py
We welcome contributions! Feel free to submit pull requests or contact the project maintainers with suggestions.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Clause2Inv
Project Description Clause2Inv, LLM clause generator and clause combination algorithm.
Table of Contents
Installation and Setup
Prerequisites
Install all dependencies with:
Project Structure
Usage
Running the Main Program
Ensure you’re in the project’s clause2inv/combinator directory, then execute the first problem of linear benchmark as follows:
Example
Below is an example command to run the linear benchmark:
Contributing
We welcome contributions! Feel free to submit pull requests or contact the project maintainers with suggestions.