From 25e1fd4b66035689f276e40c9ecace0fe52081ad Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 13 Sep 2023 22:51:17 +0900 Subject: [PATCH 1/2] Fix typo in google_scholar.py (#58) furthur -> further --- gentopia/tools/google_scholar.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gentopia/tools/google_scholar.py b/gentopia/tools/google_scholar.py index 51d6d62..0026222 100755 --- a/gentopia/tools/google_scholar.py +++ b/gentopia/tools/google_scholar.py @@ -35,7 +35,7 @@ def _run(self, author: AnyStr, top_k: int = 5) -> str: 'citation': it['citedby'], })) if not ans: - return "no furthur information available" + return "no further information available" return '\n\n'.join(ans) async def _arun(self, *args: Any, **kwargs: Any) -> Any: @@ -72,7 +72,7 @@ def _run(self, interests: AnyStr, top_k: int = 5) -> str: 'citation': it['citedby'], })) if not ans: - return "no furthur information available" + return "no further information available" return '\n\n'.join(ans) async def _arun(self, *args: Any, **kwargs: Any) -> Any: @@ -115,7 +115,7 @@ def _run(self, uid: AnyStr, sort_by: AnyStr, top_k: int = 5) -> str: 'citation': it['num_citations'], })) if not ans: - return "no furthur information available" + return "no further information available" return '\n\n'.join(ans) async def _arun(self, *args: Any, **kwargs: Any) -> Any: @@ -157,7 +157,7 @@ def _run(self, title: AnyStr, sort_by: AnyStr, top_k: int = 5) -> str: 'citation': it['num_citations'], })) if not ans: - return "no furthur information available" + return "no further information available" return '\n\n'.join(ans) async def _arun(self, *args: Any, **kwargs: Any) -> Any: @@ -198,7 +198,7 @@ def _run(self, title: AnyStr, top_k: int = 5) -> str: 'citation': it['num_citations'], })) if not ans: - return "no furthur information available" + return "no further information available" return '\n\n'.join(ans) async def _arun(self, *args: Any, **kwargs: Any) -> Any: @@ -239,7 +239,7 @@ def _run(self, title: AnyStr, top_k: int = 5) -> str: 'citation': it['num_citations'], })) if not ans: - return "no furthur information available" + return "no further information available" return '\n\n'.join(ans) async def _arun(self, *args: Any, **kwargs: Any) -> Any: From 6a0f5693bf19299792eda469f9661e5bbc191699 Mon Sep 17 00:00:00 2001 From: Binfeng Xu <65674752+billxbf@users.noreply.github.com> Date: Sat, 7 Oct 2023 21:37:52 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4c070f..d698423 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ See [here](https://gentopia.readthedocs.io/en/latest/index.html) for full docume ## News 👷 +**[Oct 7]** The companion paper was accepted by #EMNLP 23. See you in Singapore! 🦙🌎 + **[Aug 6]** We've submitted our work as a paper for EMNLP 2023. Special thanks to the research [team](https://gentopia-ai.github.io/Gentopia-AI-Homepage/#about) and professors from NCSU, GMU, and CMU for collaboration :) ## Join us! 🌎