Recent Releases of https://github.com/amazon-science/refchecker
https://github.com/amazon-science/refchecker - RefChecker v0.2.14
Bug fix: - When invoking AWS Bedrock got error: litellm.BadRequestError: BedrockException - {"message":"The model returned the following errors: Malformed input request: #: extraneous key [max_workers] is not permitted, please reformat your input and try again."}
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.13
Fix problems in LLMChecker when there are empty lists of claims or references.
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.12
Bug fix.
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.11
Bug Fix.
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.10
Customzied function argument for LLM invoking.
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.9
Customized function to get response for sagemaker
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.8
Full Changelog: https://github.com/amazon-science/RefChecker/compare/v0.2.7...v0.2.8
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.7
Bug fix
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.6
Add additonal params for Sagemaker
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.5
Add support of AWS Sagemaker to avoid bugs in litellm
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.4
Add "**kwargs" support for litellm.
- Python
Published by HuXiangkun over 1 year ago
https://github.com/amazon-science/refchecker - Release RefChecker v0.2.3
Bug fix:
- Fix the inconsistent output formats of joint checking.
- Python
Published by rudongyu almost 2 years ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.2
New features:
- Add a new parameter joint_check_num for LLMChecker to control the number of claims in joint checking.
Bug fix: - Fix the bug during invoking LLMs with litellm which may return a empty string.
- Python
Published by HuXiangkun almost 2 years ago
https://github.com/amazon-science/refchecker - RefChecker v0.2.1
We enhance the LLM-based checking process by implementing joint checking, which improves efficiency by evaluating multiple claims in one prompt.
- Python
Published by HuXiangkun almost 2 years ago
https://github.com/amazon-science/refchecker - Release RefChecker v0.2.0
This release of RefChecker contains the following updates:
- We apply litellm for invoking the APIs of the LLMs, and supports to use vllm for the deployment of open source models.
- Batch inference of both extraction and checking.
- A new output format for the extraction to for fexiable future updates.
- Python
Published by rudongyu almost 2 years ago