提交

提交图

216 次代码提交

作者 SHA1 备注 提交日期
shaoyijia 115a062487 Merge branch 'main' into dev-chinese 2024-10-27 19:26:52 -07:00
Yijia Shao dcfa2bd457 Merge pull request #236 from zhoucheng89/main
Fix SerperRM bug.
2024-10-27 09:53:29 -07:00
Eminem d7d8f4086c [SerperRM Bug]
valid_url_to_snippets.get(url, {}) get none value.
call strip function will be fix it. just like url.strip("\'").
format code and commit.
2024-10-27 16:59:52 +08:00
Eminem 03e3af6894 [SerperRM Bug]
valid_url_to_snippets.get(url, {}) get none value.
call strip function will be fix it. just like url.strip("\'")
2024-10-27 09:57:45 +08:00
Yijia Shao 18d025853a Merge pull request #198 from dfusion-dev/main
[New RM] Add AzureAISearch
2024-10-19 11:14:30 -07:00
Yijia Shao 9511be7b00 Fix format issue. 2024-10-19 11:11:13 -07:00
Yijia Shao 628bf0ec9d Nit. 2024-10-19 11:06:15 -07:00
patrick@cryptolock.ai da52da2620 azure ai search scoped imports included 2024-10-16 14:33:03 -07:00
patrick@cryptolock.ai 3922a84c4e Azure AI Search has optional requirements 2024-10-16 14:01:10 -07:00
Yucheng-Jiang f1a99b819f Merge pull request #218 from montasaurus/adam/fix-broken-readme-link
fix broken readme link
2024-10-14 15:31:15 -07:00
Adam Montgomery bb45c83b37 fix broken readme link 2024-10-14 13:34:28 -04:00
Yucheng-Jiang 4c79348f34 Merge pull request #208 from itinance/fix/typo-reogranize
Fixing Typo "reogranize" -> "reorganize"
2024-10-12 21:15:51 -07:00
Hagen Hübel 3b2e5a0106 Fixing Typo "reogranize" -> "reorganize" 2024-10-09 22:31:52 +03:00
patrick@cryptolock.ai db59481dbe Add Azure AI Search Support 2024-10-07 10:45:51 -07:00
shaoyijia f9e2140867 Example of modifying STORM for Chinese. 2024-10-05 16:20:27 -07:00
shaoyijia 494534022a Include datasets in README.md. 2024-10-02 22:39:30 -07:00
Yucheng-Jiang c0418df37a Merge pull request #189 from xiaobeicn/main
fix encoder documentation; add costorm-runner instance dumping in the example script
2024-09-27 09:11:27 -07:00
Yijia Shao 28ad542f2a Merge pull request #181 from evidencebp/174-Pylint-alerts-corrections
174 pylint alerts corrections
2024-09-26 22:20:52 -07:00
xiaobeicn 4b091714cc fix and add 2024-09-27 11:35:43 +08:00
evidencebp 5b7e00b918 Merge branch 'main' into 174-Pylint-alerts-corrections 2024-09-26 12:42:59 +03:00
Yucheng-Jiang 0a902cd512 Update README.md (nit) 2024-09-25 13:32:21 -07:00
Yucheng-Jiang 564a507c65 Merge pull request #185 from stanford-oval/costorm-integration
Costorm integration
v1.0.0
2024-09-25 10:54:07 -07:00
shaoyijia efac123871 Fix python code format. 2024-09-25 10:22:38 -07:00
Yijia Shao ded466dcaa Mark StanfordOvalArxivRM as for internal use only. 2024-09-25 10:19:16 -07:00
Yijia Shao b35c27229a Update comments. 2024-09-25 10:15:59 -07:00
Yijia Shao 4c16d2e9e1 Update run_costorm_gpt.py 2024-09-25 10:10:07 -07:00
Yijia Shao 0777607873 Polish README.md for co-storm release. 2024-09-25 10:06:43 -07:00
Yucheng-Jiang 7cb5b19bf0 reformat code using black 2024-09-25 00:56:13 -07:00
Yucheng-Jiang 0734f7fb86 Update README 2024-09-25 00:54:09 -07:00
Yucheng-Jiang 0f16ecee8c add version hint back 2024-09-25 00:34:04 -07:00
Yucheng-Jiang fe035b2aa0 some dependency requires python>=3.10 modify the requirement in setup.py 2024-09-25 00:33:05 -07:00
Yucheng-Jiang 2a117d13d1 add class and function documentations 2024-09-25 00:32:45 -07:00
Yucheng-Jiang cba2184915 remove frontend code 2024-09-25 00:31:59 -07:00
Yucheng-Jiang 54409910f6 restructure examples directory; remove dirty hack of relative import code 2024-09-25 00:31:26 -07:00
Yucheng-Jiang 33a03a3ccb Merge pull request #184 from stanford-oval/main-branch-cleanup
remove STORM paper specific experiment dir and readme from main branch
2024-09-24 21:58:58 -07:00
Yucheng-Jiang c69d5276ec Dump up the version 2024-09-24 21:48:46 -07:00
Yucheng-Jiang 354de564d0 Update __init__.py 2024-09-24 21:44:35 -07:00
Yucheng-Jiang 9da20a8569 update in utils 2024-09-24 21:44:35 -07:00
Yucheng-Jiang bb9c89136c update storm question answering module to be more compatible with additional lm 2024-09-24 21:44:35 -07:00
Yucheng-Jiang 6a6ae49ff9 update article polish dspy config to be more robust and compatible with more lm 2024-09-24 21:44:35 -07:00
Yucheng-Jiang 4f4aab9b1b refactor interfaces of dataclasses, encoder, retriever, logging wrapper, to support datatype sharing between storm and co-storm 2024-09-24 21:44:35 -07:00
Yucheng-Jiang a4bcbe4989 add costorm project to knowledge_storm 2024-09-24 21:44:24 -07:00
Yucheng-Jiang 80de46c696 remove STORM paper specific experiment dir and readme from main branch 2024-09-24 21:20:54 -07:00
Yijia Shao 3328c979e2 Merge pull request #183 from stanford-oval/dev-google-search
[New RM] Add `GoogleSearch`
2024-09-24 18:52:15 -07:00
shaoyijia f1ea4f7a79 Bump up pypi package version. 2024-09-24 18:48:19 -07:00
shaoyijia 9386e02e4e Add GoogleSearch rm. 2024-09-24 18:47:28 -07:00
evidencebp 19b4cf40f2 Make compute_autoais shorter
Method was too long,
Extracted methods having a single responsibility, making the code easier to understand and shorter.

There a black style alerts in the file.
I din not fix them to keep the change focused.
2024-09-24 15:50:59 +03:00
evidencebp 2ee30af511 Extracted get_avg_results
Noted black style alert not related to the change.
I did not apply them to keep the change focused.
2024-09-23 19:32:14 +03:00
evidencebp 5855f318c8 Change Exception to narrower ValueError
See

https://stackoverflow.com/questions/51338230/is-a-there-exception-if-you-ask-for-a-integer-and-do-not-get-an-integer
2024-09-23 18:36:01 +03:00
evidencebp 22463df1e0 Made line shorter 2024-09-23 18:27:58 +03:00