|
| 1 | +# TAP4LLM: Table Provider on Sampling, Augmenting, and Packing Semi-structured Data for Large Language Model Reasoning |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <a href="https://arxiv.org/abs/2312.09039"> |
| 5 | + <img src="https://img.shields.io/badge/arXiv-2312.09039-b31b1b.svg"> |
| 6 | + </a> |
| 7 | +</p> |
| 8 | + |
1 | 9 | ## Overview |
2 | 10 | - TableProvider is a very large project and has been divided into multiple sub-projects. |
3 | 11 | - Now the available table provider is under the python directory, writing in python language, other languages are not supported yet. |
@@ -299,3 +307,38 @@ for table_format_type, table_format_result in sampled_table.items(): |
299 | 307 | ``` |
300 | 308 | - Table Provider results are saved in the output directory, and Table Provider also return the response to the client side. |
301 | 309 |
|
| 310 | +## Citation |
| 311 | +If you find this repository useful, please considering giving ⭐ or citing: |
| 312 | +``` |
| 313 | +@misc{sui2024tap4llmtableprovidersampling, |
| 314 | + title={TAP4LLM: Table Provider on Sampling, Augmenting, and Packing Semi-structured Data for Large Language Model Reasoning}, |
| 315 | + author={Yuan Sui and Jiaru Zou and Mengyu Zhou and Xinyi He and Lun Du and Shi Han and Dongmei Zhang}, |
| 316 | + year={2024}, |
| 317 | + eprint={2312.09039}, |
| 318 | + archivePrefix={arXiv}, |
| 319 | + primaryClass={cs.CL}, |
| 320 | + url={https://arxiv.org/abs/2312.09039}, |
| 321 | +} |
| 322 | +``` |
| 323 | + |
| 324 | +## Contributing |
| 325 | + |
| 326 | +This project welcomes contributions and suggestions. Most contributions require you to agree to a |
| 327 | +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
| 328 | +the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
| 329 | + |
| 330 | +When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
| 331 | +a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions |
| 332 | +provided by the bot. You will only need to do this once across all repos using our CLA. |
| 333 | + |
| 334 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
| 335 | +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
| 336 | +contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
| 337 | + |
| 338 | +## Trademarks |
| 339 | + |
| 340 | +This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
| 341 | +trademarks or logos is subject to and must follow |
| 342 | +[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). |
| 343 | +Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. |
| 344 | +Any use of third-party trademarks or logos are subject to those third-party's policies. |
0 commit comments