Information
Search Search Components Tools/Toolkits 搜索API import os import os os.environ["SEARCHAPI_API_KEY"] = "" os . environ [ "SEARCHAPI_API_KEY" ] = "" < ! - - IMPORTS : [ { "imported" : "SearchApiAPIWrapper" , "source" : "langchain_community.utilities" , "docs" : "https://python.langchain.com/api_reference/community/utilities/langchain_community.utilities.searchapi.SearchApiAPIWrapper.html" , "title" : "SearchApi" } ] - - > from langchain_community.utilities import SearchApiAPIWrapper from langchain_community . utilities import SearchApiAPIWrapper search = SearchApiAPIWrapper() search = SearchApiAPIWrapper ( ) search.run("Obama's first name?") search . run ( "Obama's first name?" ) 'Barack Hussein Obama II' 'Barack Hussein Obama II' os.environ["OPENAI_API_KEY"] = "" os . environ [ "OPENAI_API_KEY" ] = "" < ! - - IMPORTS : [ { "imported" : "AgentType" , "source" : "langchain.agents" , "docs" : "https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html" , "title" : "SearchApi" } , { "imported" : "initialize_agent" , "source" : "langchain.agents" , "docs" : "https://python.langchain.com/api_reference/langchain/agents/langchain.agents.initialize.initialize_agent.html" , "title" : "SearchApi" } , { "imported" : "SearchApiAPIWrapper" , "source" : "langchain_community.utilities" , "docs" : "https://python.langchain.com/api_reference/community/utilities/langchain_community.utilities.searchapi.SearchApiAPIWrapper.html" , "title" : "SearchApi" } , { "imported" : "Tool" , "source" : "langchain_core.tools" , "docs" : "https://python.langchain.com/api_reference/core/tools/langchain_core.tools.simple.Tool.html" , "title" : "SearchApi" } , { "imported" : "OpenAI" , "source" : "langchain_openai" , "docs" : "https://python.langchain.com/api_reference/openai/llms/langchain_openai.llms.base.OpenAI.html" , "title" : "SearchApi" } ] - - > from langchain.agents import AgentType, initialize_agent from langchain . agents import AgentType , initialize_agent from langchain_community.utilities import SearchApiAPIWrapper from langchain_community . utilities import SearchApiAPIWrapper from langchain_core.tools import Tool from langchain_core . tools import Tool from langchain_openai import OpenAI from langchain_openai import OpenAI llm = OpenAI(temperature=0) llm = OpenAI ( temperature = 0 ) search = SearchApiAPIWrapper() search = SearchApiAPIWrapper ( ) tools = [ tools = [ Tool( Tool ( name="Intermediate Answer", name = "Intermediate Answer" , func=search.run, func = search . run , description="useful for when you need to ask with search", description = "useful for when you need to ask with search" , ) ) ] ] self_ask_with_search = initialize_agent( self_ask_with_search = initialize_agent ( tools, llm, agent=AgentType.SELF_ASK_WITH_SEARCH, verbose=True tools , llm , agent = AgentType . SELF_ASK_WITH_SEARCH , verbose = True ) ) self_ask_with_search.run("Who lived longer: Plato, Socrates, or Aristotle?") self_ask_with_search . run ( "Who lived longer: Plato, Socrates, or Aristotle?" ) [1m> Entering new AgentExecutor chain...[0m [1m> Entering new AgentExecutor chain...[0m [32;1m[1;3m Yes. [32;1m[1;3m Yes. Follow up: How old was Plato when he died?[0m Follow up: How old was Plato when he died?[0m Intermediate answer: [36;1m[1;3meighty[0m Intermediate answer: [36;1m[1;3meighty[0m [32;1m[1;3mFollow up: How old was Socrates when he died?[0m [32;1m[1;3mFollow up: How old was Socrates when he died?[0m Intermediate answer: [36;1m[1;3m| Socrates | Intermediate answer: [36;1m[1;3m| Socrates | | -------- | | -------- | | Born | c. 470 BC Deme Alopece, Athens | | Born | c. 470 BC Deme Alopece, Athens | | Died | 399 BC (aged approximately 71) Athens | | Died | 399 BC (aged approximately 71) Athens | | Cause of death | Execution by forced suicide by poisoning | | Cause of death | Execution by forced suicide by poisoning | | Spouse(s) | Xanthippe, Myrto | | Spouse(s) | Xanthippe, Myrto | [0m [0m [32;1m[1;3mFollow up: How old was Aristotle when he died?[0m [32;1m[1;3mFollow up: How old was Aristotle when he died?[0m Intermediate answer: [36;1m[1;3m62 years[0m Intermediate answer: [36;1m[1;3m62 years[0m [32;1m[1;3mSo the final answer is: Plato[0m [32;1m[1;3mSo the final answer is: Plato[0m [1m> Finished chain.[0m [1m> Finished chain.[0m 'Plato' 'Plato' search = SearchApiAPIWrapper(engine="google_jobs") search = SearchApiAPIWrapper ( engine = "google_jobs" ) search.run("AI Engineer", location="Portugal", gl="pt")[0:500] search . run ( "AI Engineer" , location = "Portugal" , gl = "pt" ) [ 0 : 500 ] 'Azure AI Engineer Be an XpanderCandidatar-meCandidatar-meCandidatar-me\n\nShare:\n\nAzure AI Engineer\n\nA área Digital Xperience da Xpand IT é uma equipa tecnológica de rápido crescimento que se concentra em tecnologias Microsoft e Mobile. A sua principal missão é fornecer soluções de software de alta qualidade que atendam às necessidades do utilizador final, num mundo tecnológico continuamente exigente e em ritmo acelerado, proporcionando a melhor experiência em termos de personalização, performance' 'Azure AI Engineer Be an XpanderCandidatar-meCandidatar-meCandidatar-me\n\nShare:\n\nAzure AI Engineer\n\nA área Digital Xperience da Xpand IT é uma equipa tecnológica de rápido crescimento que se concentra em tecnologias Microsoft e Mobile. A sua principal missão é fornecer soluções de software de alta qualidade que atendam às necessidades do utilizador final, num mundo tecnológico continuamente exigente e em ritmo acelerado, proporcionando a melhor experiência em termos de personalização, performance' import pprint import pprint search = SearchApiAPIWrapper(engine="google_scholar") search = SearchApiAPIWrapper ( engine = "google_scholar" ) results = search.results("Large Language Models") results = search . results ( "Large Language Models" ) pprint.pp(results) pprint . pp ( results ) {'search_metadata': {'id': 'search_qVdXG2jzvrlqTzayeYoaOb8A', {'search_metadata': {'id': 'search_qVdXG2jzvrlqTzayeYoaOb8A', 'status': 'Success', 'status': 'Success', 'created_at': '2023-09-25T15:22:30Z', 'created_at': '2023-09-25T15:22:30Z', 'request_time_taken': 3.21, 'request_time_taken': 3.21, 'parsing_time_taken': 0.03, 'parsing_time_taken': 0.03, 'total_time_taken': 3.24, 'total_time_taken': 3.24, 'request_url': 'https://scholar.google.com/scholar?q=Large+Language+Models&hl=en', 'request_url': 'https://scholar.google.com/scholar?q=Large+Language+Models&hl=en', 'html_url': 'https://www.searchapi.io/api/v1/searches/search_qVdXG2jzvrlqTzayeYoaOb8A.html', 'html_url': 'https://www.searchapi.io/api/v1/searches/search_qVdXG2jzvrlqTzayeYoaOb8A.html', 'json_url': 'https://www.searchapi.io/api/v1/searches/search_qVdXG2jzvrlqTzayeYoaOb8A'}, 'json_url': 'https://www.searchapi.io/api/v1/searches/search_qVdXG2jzvrlqTzayeYoaOb8A'}, 'search_parameters': {'engine': 'google_scholar', 'search_parameters': {'engine': 'google_scholar', 'q': 'Large Language Models', 'q': 'Large Language Models', 'hl': 'en'}, 'hl': 'en'}, 'search_information': {'query_displayed': 'Large Language Models', 'search_information': {'query_displayed': 'Large Language Models', 'total_results': 6420000, 'total_results': 6420000, 'page': 1, 'page': 1, 'time_taken_displayed': 0.06}, 'time_taken_displayed': 0.06}, 'organic_results': [{'position': 1, 'organic_results': [{'position': 1, 'title': 'ChatGPT for good? On opportunities and ' 'title': 'ChatGPT for good? On opportunities and ' 'challenges of large language models for ' 'challenges of large language models for ' 'education', 'education', 'data_cid': 'uthwmf2nU3EJ', 'data_cid': 'uthwmf2nU3EJ', 'link': 'https://www.sciencedirect.com/science/article/pii/S1041608023000195', 'link': 'https://www.sciencedirect.com/science/article/pii/S1041608023000195', 'publication': 'E Kasneci, K Seßler, S Küchemann, M ' 'publication': 'E Kasneci, K Seßler, S Küchemann, M ' 'Bannert… - Learning and individual …, ' 'Bannert… - Learning and individual …, ' '2023 - Elsevier', '2023 - Elsevier', 'snippet': '… state of large language models and their ' 'snippet': '… state of large language models and their ' 'applications. We then highlight how these ' 'applications. We then highlight how these ' 'models can be … With regard to challenges, ' 'models can be … With regard to challenges, ' 'we argue that large language models in ' 'we argue that large language models in ' 'education require …', 'education require …', 'inline_links': {'cited_by': {'cites_id': '8166055256995715258', 'inline_links': {'cited_by': {'cites_id': '8166055256995715258', 'total': 410, 'total': 410, 'link': 'https://scholar.google.com/scholar?cites=8166055256995715258&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=8166055256995715258&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '8166055256995715258', 'versions': {'cluster_id': '8166055256995715258', 'total': 10, 'total': 10, 'link': 'https://scholar.google.com/scholar?cluster=8166055256995715258&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=8166055256995715258&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:uthwmf2nU3EJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:uthwmf2nU3EJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'edarxiv.org', 'resource': {'name': 'edarxiv.org', 'format': 'PDF', 'format': 'PDF', 'link': 'https://edarxiv.org/5er8f/download?format=pdf'}, 'link': 'https://edarxiv.org/5er8f/download?format=pdf'}, 'authors': [{'name': 'E Kasneci', 'authors': [{'name': 'E Kasneci', 'id': 'bZVkVvoAAAAJ', 'id': 'bZVkVvoAAAAJ', 'link': 'https://scholar.google.com/citations?user=bZVkVvoAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=bZVkVvoAAAAJ&hl=en&oi=sra'}, {'name': 'K Seßler', {'name': 'K Seßler', 'id': 'MbMBoN4AAAAJ', 'id': 'MbMBoN4AAAAJ', 'link': 'https://scholar.google.com/citations?user=MbMBoN4AAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=MbMBoN4AAAAJ&hl=en&oi=sra'}, {'name': 'S Küchemann', {'name': 'S Küchemann', 'id': 'g1jX5QUAAAAJ', 'id': 'g1jX5QUAAAAJ', 'link': 'https://scholar.google.com/citations?user=g1jX5QUAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=g1jX5QUAAAAJ&hl=en&oi=sra'}, {'name': 'M Bannert', {'name': 'M Bannert', 'id': 'TjfQ8QkAAAAJ', 'id': 'TjfQ8QkAAAAJ', 'link': 'https://scholar.google.com/citations?user=TjfQ8QkAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=TjfQ8QkAAAAJ&hl=en&oi=sra'}]}, {'position': 2, {'position': 2, 'title': 'Large language models in medicine', 'title': 'Large language models in medicine', 'data_cid': 'Ph9AwHTmhzAJ', 'data_cid': 'Ph9AwHTmhzAJ', 'link': 'https://www.nature.com/articles/s41591-023-02448-8', 'link': 'https://www.nature.com/articles/s41591-023-02448-8', 'publication': 'AJ Thirunavukarasu, DSJ Ting, K ' 'publication': 'AJ Thirunavukarasu, DSJ Ting, K ' 'Elangovan… - Nature medicine, 2023 - ' 'Elangovan… - Nature medicine, 2023 - ' 'nature.com', 'nature.com', 'snippet': '… HuggingChat offers a free-to-access ' 'snippet': '… HuggingChat offers a free-to-access ' 'chatbot with a similar interface to ChatGPT ' 'chatbot with a similar interface to ChatGPT ' 'but uses Large Language Model Meta AI ' 'but uses Large Language Model Meta AI ' '(LLaMA) as its backend model 30 . Finally, ' '(LLaMA) as its backend model 30 . Finally, ' 'cheap imitations of …', 'cheap imitations of …', 'inline_links': {'cited_by': {'cites_id': '3497017024792502078', 'inline_links': {'cited_by': {'cites_id': '3497017024792502078', 'total': 25, 'total': 25, 'link': 'https://scholar.google.com/scholar?cites=3497017024792502078&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=3497017024792502078&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '3497017024792502078', 'versions': {'cluster_id': '3497017024792502078', 'total': 3, 'total': 3, 'link': 'https://scholar.google.com/scholar?cluster=3497017024792502078&hl=en&as_sdt=0,33'}}, 'link': 'https://scholar.google.com/scholar?cluster=3497017024792502078&hl=en&as_sdt=0,33'}}, 'authors': [{'name': 'AJ Thirunavukarasu', 'authors': [{'name': 'AJ Thirunavukarasu', 'id': '3qb1AYwAAAAJ', 'id': '3qb1AYwAAAAJ', 'link': 'https://scholar.google.com/citations?user=3qb1AYwAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=3qb1AYwAAAAJ&hl=en&oi=sra'}, {'name': 'DSJ Ting', {'name': 'DSJ Ting', 'id': 'KbrpC8cAAAAJ', 'id': 'KbrpC8cAAAAJ', 'link': 'https://scholar.google.com/citations?user=KbrpC8cAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=KbrpC8cAAAAJ&hl=en&oi=sra'}, {'name': 'K Elangovan', {'name': 'K Elangovan', 'id': 'BE_lVTQAAAAJ', 'id': 'BE_lVTQAAAAJ', 'link': 'https://scholar.google.com/citations?user=BE_lVTQAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=BE_lVTQAAAAJ&hl=en&oi=sra'}]}, {'position': 3, {'position': 3, 'title': 'Extracting training data from large language ' 'title': 'Extracting training data from large language ' 'models', 'models', 'data_cid': 'mEYsWK6bWKoJ', 'data_cid': 'mEYsWK6bWKoJ', 'link': 'https://www.usenix.org/conference/usenixsecurity21/presentation/carlini-extracting', 'link': 'https://www.usenix.org/conference/usenixsecurity21/presentation/carlini-extracting', 'publication': 'N Carlini, F Tramer, E Wallace, M ' 'publication': 'N Carlini, F Tramer, E Wallace, M ' 'Jagielski… - 30th USENIX Security …, ' 'Jagielski… - 30th USENIX Security …, ' '2021 - usenix.org', '2021 - usenix.org', 'snippet': '… language model trained on scrapes of the ' 'snippet': '… language model trained on scrapes of the ' 'public Internet, and are able to extract ' 'public Internet, and are able to extract ' 'hundreds of verbatim text sequences from the ' 'hundreds of verbatim text sequences from the ' 'model’… models are more vulnerable than ' 'model’… models are more vulnerable than ' 'smaller models. …', 'smaller models. …', 'inline_links': {'cited_by': {'cites_id': '12274731957504198296', 'inline_links': {'cited_by': {'cites_id': '12274731957504198296', 'total': 742, 'total': 742, 'link': 'https://scholar.google.com/scholar?cites=12274731957504198296&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=12274731957504198296&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '12274731957504198296', 'versions': {'cluster_id': '12274731957504198296', 'total': 8, 'total': 8, 'link': 'https://scholar.google.com/scholar?cluster=12274731957504198296&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=12274731957504198296&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:mEYsWK6bWKoJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'related_articles_link': 'https://scholar.google.com/scholar?q=related:mEYsWK6bWKoJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:mEYsWK6bWKoJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:mEYsWK6bWKoJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'usenix.org', 'resource': {'name': 'usenix.org', 'format': 'PDF', 'format': 'PDF', 'link': 'https://www.usenix.org/system/files/sec21-carlini-extracting.pdf'}, 'link': 'https://www.usenix.org/system/files/sec21-carlini-extracting.pdf'}, 'authors': [{'name': 'N Carlini', 'authors': [{'name': 'N Carlini', 'id': 'q4qDvAoAAAAJ', 'id': 'q4qDvAoAAAAJ', 'link': 'https://scholar.google.com/citations?user=q4qDvAoAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=q4qDvAoAAAAJ&hl=en&oi=sra'}, {'name': 'F Tramer', {'name': 'F Tramer', 'id': 'ijH0-a8AAAAJ', 'id': 'ijH0-a8AAAAJ', 'link': 'https://scholar.google.com/citations?user=ijH0-a8AAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=ijH0-a8AAAAJ&hl=en&oi=sra'}, {'name': 'E Wallace', {'name': 'E Wallace', 'id': 'SgST3LkAAAAJ', 'id': 'SgST3LkAAAAJ', 'link': 'https://scholar.google.com/citations?user=SgST3LkAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=SgST3LkAAAAJ&hl=en&oi=sra'}, {'name': 'M Jagielski', {'name': 'M Jagielski', 'id': '_8rw_GMAAAAJ', 'id': '_8rw_GMAAAAJ', 'link': 'https://scholar.google.com/citations?user=_8rw_GMAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=_8rw_GMAAAAJ&hl=en&oi=sra'}]}, {'position': 4, {'position': 4, 'title': 'Emergent abilities of large language models', 'title': 'Emergent abilities of large language models', 'data_cid': 'hG0iVOrOguoJ', 'data_cid': 'hG0iVOrOguoJ', 'link': 'https://arxiv.org/abs/2206.07682', 'link': 'https://arxiv.org/abs/2206.07682', 'publication': 'J Wei, Y Tay, R Bommasani, C Raffel, B ' 'publication': 'J Wei, Y Tay, R Bommasani, C Raffel, B ' 'Zoph… - arXiv preprint arXiv …, 2022 - ' 'Zoph… - arXiv preprint arXiv …, 2022 - ' 'arxiv.org', 'arxiv.org', 'snippet': 'Scaling up language models has been shown to ' 'snippet': 'Scaling up language models has been shown to ' 'predictably improve performance and sample ' 'predictably improve performance and sample ' 'efficiency on a wide range of downstream ' 'efficiency on a wide range of downstream ' 'tasks. This paper instead discusses an …', 'tasks. This paper instead discusses an …', 'inline_links': {'cited_by': {'cites_id': '16898296257676733828', 'inline_links': {'cited_by': {'cites_id': '16898296257676733828', 'total': 621, 'total': 621, 'link': 'https://scholar.google.com/scholar?cites=16898296257676733828&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=16898296257676733828&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '16898296257676733828', 'versions': {'cluster_id': '16898296257676733828', 'total': 12, 'total': 12, 'link': 'https://scholar.google.com/scholar?cluster=16898296257676733828&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=16898296257676733828&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:hG0iVOrOguoJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'related_articles_link': 'https://scholar.google.com/scholar?q=related:hG0iVOrOguoJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:hG0iVOrOguoJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:hG0iVOrOguoJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'arxiv.org', 'resource': {'name': 'arxiv.org', 'format': 'PDF', 'format': 'PDF', 'link': 'https://arxiv.org/pdf/2206.07682.pdf?trk=cndc-detail'}, 'link': 'https://arxiv.org/pdf/2206.07682.pdf?trk=cndc-detail'}, 'authors': [{'name': 'J Wei', 'authors': [{'name': 'J Wei', 'id': 'wA5TK_0AAAAJ', 'id': 'wA5TK_0AAAAJ', 'link': 'https://scholar.google.com/citations?user=wA5TK_0AAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=wA5TK_0AAAAJ&hl=en&oi=sra'}, {'name': 'Y Tay', {'name': 'Y Tay', 'id': 'VBclY_cAAAAJ', 'id': 'VBclY_cAAAAJ', 'link': 'https://scholar.google.com/citations?user=VBclY_cAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=VBclY_cAAAAJ&hl=en&oi=sra'}, {'name': 'R Bommasani', {'name': 'R Bommasani', 'id': 'WMBXw1EAAAAJ', 'id': 'WMBXw1EAAAAJ', 'link': 'https://scholar.google.com/citations?user=WMBXw1EAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=WMBXw1EAAAAJ&hl=en&oi=sra'}, {'name': 'C Raffel', {'name': 'C Raffel', 'id': 'I66ZBYwAAAAJ', 'id': 'I66ZBYwAAAAJ', 'link': 'https://scholar.google.com/citations?user=I66ZBYwAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=I66ZBYwAAAAJ&hl=en&oi=sra'}, {'name': 'B Zoph', {'name': 'B Zoph', 'id': 'NL_7iTwAAAAJ', 'id': 'NL_7iTwAAAAJ', 'link': 'https://scholar.google.com/citations?user=NL_7iTwAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=NL_7iTwAAAAJ&hl=en&oi=sra'}]}, {'position': 5, {'position': 5, 'title': 'A survey on evaluation of large language ' 'title': 'A survey on evaluation of large language ' 'models', 'models', 'data_cid': 'ZYohnzOz-XgJ', 'data_cid': 'ZYohnzOz-XgJ', 'link': 'https://arxiv.org/abs/2307.03109', 'link': 'https://arxiv.org/abs/2307.03109', 'publication': 'Y Chang, X Wang, J Wang, Y Wu, K Zhu… - ' 'publication': 'Y Chang, X Wang, J Wang, Y Wu, K Zhu… - ' 'arXiv preprint arXiv …, 2023 - arxiv.org', 'arXiv preprint arXiv …, 2023 - arxiv.org', 'snippet': '… 3.1 Natural Language Processing Tasks … ' 'snippet': '… 3.1 Natural Language Processing Tasks … ' 'the development of language models, ' 'the development of language models, ' 'particularly large language models, was to ' 'particularly large language models, was to ' 'enhance performance on natural language ' 'enhance performance on natural language ' 'processing tasks, …', 'processing tasks, …', 'inline_links': {'cited_by': {'cites_id': '8717195588046785125', 'inline_links': {'cited_by': {'cites_id': '8717195588046785125', 'total': 31, 'total': 31, 'link': 'https://scholar.google.com/scholar?cites=8717195588046785125&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=8717195588046785125&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '8717195588046785125', 'versions': {'cluster_id': '8717195588046785125', 'total': 3, 'total': 3, 'link': 'https://scholar.google.com/scholar?cluster=8717195588046785125&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=8717195588046785125&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:ZYohnzOz-XgJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:ZYohnzOz-XgJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'arxiv.org', 'resource': {'name': 'arxiv.org', 'format': 'PDF', 'format': 'PDF', 'link': 'https://arxiv.org/pdf/2307.03109'}, 'link': 'https://arxiv.org/pdf/2307.03109'}, 'authors': [{'name': 'X Wang', 'authors': [{'name': 'X Wang', 'id': 'Q7Ieos8AAAAJ', 'id': 'Q7Ieos8AAAAJ', 'link': 'https://scholar.google.com/citations?user=Q7Ieos8AAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=Q7Ieos8AAAAJ&hl=en&oi=sra'}, {'name': 'J Wang', {'name': 'J Wang', 'id': 'YomxTXQAAAAJ', 'id': 'YomxTXQAAAAJ', 'link': 'https://scholar.google.com/citations?user=YomxTXQAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=YomxTXQAAAAJ&hl=en&oi=sra'}, {'name': 'Y Wu', {'name': 'Y Wu', 'id': 'KVeRu2QAAAAJ', 'id': 'KVeRu2QAAAAJ', 'link': 'https://scholar.google.com/citations?user=KVeRu2QAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=KVeRu2QAAAAJ&hl=en&oi=sra'}, {'name': 'K Zhu', {'name': 'K Zhu', 'id': 'g75dFLYAAAAJ', 'id': 'g75dFLYAAAAJ', 'link': 'https://scholar.google.com/citations?user=g75dFLYAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=g75dFLYAAAAJ&hl=en&oi=sra'}]}, {'position': 6, {'position': 6, 'title': 'Evaluating large language models trained on ' 'title': 'Evaluating large language models trained on ' 'code', 'code', 'data_cid': '3tNvW3l5nU4J', 'data_cid': '3tNvW3l5nU4J', 'link': 'https://arxiv.org/abs/2107.03374', 'link': 'https://arxiv.org/abs/2107.03374', 'publication': 'M Chen, J Tworek, H Jun, Q Yuan, HPO ' 'publication': 'M Chen, J Tworek, H Jun, Q Yuan, HPO ' 'Pinto… - arXiv preprint arXiv …, 2021 - ' 'Pinto… - arXiv preprint arXiv …, 2021 - ' 'arxiv.org', 'arxiv.org', 'snippet': '… We introduce Codex, a GPT language model ' 'snippet': '… We introduce Codex, a GPT language model ' 'finetuned on publicly available code from ' 'finetuned on publicly available code from ' 'GitHub, and study its Python code-writing ' 'GitHub, and study its Python code-writing ' 'capabilities. A distinct production version ' 'capabilities. A distinct production version ' 'of Codex …', 'of Codex …', 'inline_links': {'cited_by': {'cites_id': '5664817468434011102', 'inline_links': {'cited_by': {'cites_id': '5664817468434011102', 'total': 941, 'total': 941, 'link': 'https://scholar.google.com/scholar?cites=5664817468434011102&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=5664817468434011102&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '5664817468434011102', 'versions': {'cluster_id': '5664817468434011102', 'total': 2, 'total': 2, 'link': 'https://scholar.google.com/scholar?cluster=5664817468434011102&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=5664817468434011102&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:3tNvW3l5nU4J:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'related_articles_link': 'https://scholar.google.com/scholar?q=related:3tNvW3l5nU4J:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:3tNvW3l5nU4J:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:3tNvW3l5nU4J:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'arxiv.org', 'resource': {'name': 'arxiv.org', 'format': 'PDF', 'format': 'PDF', 'link': 'https://arxiv.org/pdf/2107.03374.pdf?trk=public_post_comment-text'}, 'link': 'https://arxiv.org/pdf/2107.03374.pdf?trk=public_post_comment-text'}, 'authors': [{'name': 'M Chen', 'authors': [{'name': 'M Chen', 'id': '5fU-QMwAAAAJ', 'id': '5fU-QMwAAAAJ', 'link': 'https://scholar.google.com/citations?user=5fU-QMwAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=5fU-QMwAAAAJ&hl=en&oi=sra'}, {'name': 'J Tworek', {'name': 'J Tworek', 'id': 'ZPuESCQAAAAJ', 'id': 'ZPuESCQAAAAJ', 'link': 'https://scholar.google.com/citations?user=ZPuESCQAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=ZPuESCQAAAAJ&hl=en&oi=sra'}, {'name': 'Q Yuan', {'name': 'Q Yuan', 'id': 'B059m2EAAAAJ', 'id': 'B059m2EAAAAJ', 'link': 'https://scholar.google.com/citations?user=B059m2EAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=B059m2EAAAAJ&hl=en&oi=sra'}]}, {'position': 7, {'position': 7, 'title': 'Large language models in machine translation', 'title': 'Large language models in machine translation', 'data_cid': 'sY5m_Y3-0Y4J', 'data_cid': 'sY5m_Y3-0Y4J', 'link': 'http://research.google/pubs/pub33278.pdf', 'link': 'http://research.google/pubs/pub33278.pdf', 'publication': 'T Brants, AC Popat, P Xu, FJ Och, J Dean ' 'publication': 'T Brants, AC Popat, P Xu, FJ Och, J Dean ' '- 2007 - research.google', '- 2007 - research.google', 'snippet': '… the benefits of largescale statistical ' 'snippet': '… the benefits of largescale statistical ' 'language modeling in ma… trillion tokens, ' 'language modeling in ma… trillion tokens, ' 'resulting in language models having up to ' 'resulting in language models having up to ' '300 … is inexpensive to train on large data ' '300 … is inexpensive to train on large data ' 'sets and approaches the …', 'sets and approaches the …', 'type': 'PDF', 'type': 'PDF', 'inline_links': {'cited_by': {'cites_id': '10291286509313494705', 'inline_links': {'cited_by': {'cites_id': '10291286509313494705', 'total': 737, 'total': 737, 'link': 'https://scholar.google.com/scholar?cites=10291286509313494705&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=10291286509313494705&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '10291286509313494705', 'versions': {'cluster_id': '10291286509313494705', 'total': 31, 'total': 31, 'link': 'https://scholar.google.com/scholar?cluster=10291286509313494705&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=10291286509313494705&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:sY5m_Y3-0Y4J:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'related_articles_link': 'https://scholar.google.com/scholar?q=related:sY5m_Y3-0Y4J:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:sY5m_Y3-0Y4J:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:sY5m_Y3-0Y4J:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'research.google', 'resource': {'name': 'research.google', 'format': 'PDF', 'format': 'PDF', 'link': 'http://research.google/pubs/pub33278.pdf'}, 'link': 'http://research.google/pubs/pub33278.pdf'}, 'authors': [{'name': 'FJ Och', 'authors': [{'name': 'FJ Och', 'id': 'ITGdg6oAAAAJ', 'id': 'ITGdg6oAAAAJ', 'link': 'https://scholar.google.com/citations?user=ITGdg6oAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=ITGdg6oAAAAJ&hl=en&oi=sra'}, {'name': 'J Dean', {'name': 'J Dean', 'id': 'NMS69lQAAAAJ', 'id': 'NMS69lQAAAAJ', 'link': 'https://scholar.google.com/citations?user=NMS69lQAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=NMS69lQAAAAJ&hl=en&oi=sra'}]}, {'position': 8, {'position': 8, 'title': 'A watermark for large language models', 'title': 'A watermark for large language models', 'data_cid': 'BlSyLHT4iiEJ', 'data_cid': 'BlSyLHT4iiEJ', 'link': 'https://arxiv.org/abs/2301.10226', 'link': 'https://arxiv.org/abs/2301.10226', 'publication': 'J Kirchenbauer, J Geiping, Y Wen, J ' 'publication': 'J Kirchenbauer, J Geiping, Y Wen, J ' 'Katz… - arXiv preprint arXiv …, 2023 - ' 'Katz… - arXiv preprint arXiv …, 2023 - ' 'arxiv.org', 'arxiv.org', 'snippet': '… To derive this watermark, we examine what ' 'snippet': '… To derive this watermark, we examine what ' 'happens in the language model just before it ' 'happens in the language model just before it ' 'produces a probability vector. The last ' 'produces a probability vector. The last ' 'layer of the language model outputs a vector ' 'layer of the language model outputs a vector ' 'of logits l(t). …', 'of logits l(t). …', 'inline_links': {'cited_by': {'cites_id': '2417017327887471622', 'inline_links': {'cited_by': {'cites_id': '2417017327887471622', 'total': 104, 'total': 104, 'link': 'https://scholar.google.com/scholar?cites=2417017327887471622&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=2417017327887471622&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '2417017327887471622', 'versions': {'cluster_id': '2417017327887471622', 'total': 4, 'total': 4, 'link': 'https://scholar.google.com/scholar?cluster=2417017327887471622&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=2417017327887471622&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:BlSyLHT4iiEJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'related_articles_link': 'https://scholar.google.com/scholar?q=related:BlSyLHT4iiEJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:BlSyLHT4iiEJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:BlSyLHT4iiEJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'arxiv.org', 'resource': {'name': 'arxiv.org', 'format': 'PDF', 'format': 'PDF', 'link': 'https://arxiv.org/pdf/2301.10226.pdf?curius=1419'}, 'link': 'https://arxiv.org/pdf/2301.10226.pdf?curius=1419'}, 'authors': [{'name': 'J Kirchenbauer', 'authors': [{'name': 'J Kirchenbauer', 'id': '48GJrbsAAAAJ', 'id': '48GJrbsAAAAJ', 'link': 'https://scholar.google.com/citations?user=48GJrbsAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=48GJrbsAAAAJ&hl=en&oi=sra'}, {'name': 'J Geiping', {'name': 'J Geiping', 'id': '206vNCEAAAAJ', 'id': '206vNCEAAAAJ', 'link': 'https://scholar.google.com/citations?user=206vNCEAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=206vNCEAAAAJ&hl=en&oi=sra'}, {'name': 'Y Wen', {'name': 'Y Wen', 'id': 'oUYfjg0AAAAJ', 'id': 'oUYfjg0AAAAJ', 'link': 'https://scholar.google.com/citations?user=oUYfjg0AAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=oUYfjg0AAAAJ&hl=en&oi=sra'}, {'name': 'J Katz', {'name': 'J Katz', 'id': 'yPw4WjoAAAAJ', 'id': 'yPw4WjoAAAAJ', 'link': 'https://scholar.google.com/citations?user=yPw4WjoAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=yPw4WjoAAAAJ&hl=en&oi=sra'}]}, {'position': 9, {'position': 9, 'title': 'ChatGPT and other large language models are ' 'title': 'ChatGPT and other large language models are ' 'double-edged swords', 'double-edged swords', 'data_cid': 'So0q8TRvxhYJ', 'data_cid': 'So0q8TRvxhYJ', 'link': 'https://pubs.rsna.org/doi/full/10.1148/radiol.230163', 'link': 'https://pubs.rsna.org/doi/full/10.1148/radiol.230163', 'publication': 'Y Shen, L Heacock, J Elias, KD Hentel, B ' 'publication': 'Y Shen, L Heacock, J Elias, KD Hentel, B ' 'Reig, G Shih… - Radiology, 2023 - ' 'Reig, G Shih… - Radiology, 2023 - ' 'pubs.rsna.org', 'pubs.rsna.org', 'snippet': '… Large Language Models (LLMs) are deep ' 'snippet': '… Large Language Models (LLMs) are deep ' 'learning models trained to understand and ' 'learning models trained to understand and ' 'generate natural language. Recent studies ' 'generate natural language. Recent studies ' 'demonstrated that LLMs achieve great success ' 'demonstrated that LLMs achieve great success ' 'in a …', 'in a …', 'inline_links': {'cited_by': {'cites_id': '1641121387398204746', 'inline_links': {'cited_by': {'cites_id': '1641121387398204746', 'total': 231, 'total': 231, 'link': 'https://scholar.google.com/scholar?cites=1641121387398204746&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=1641121387398204746&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '1641121387398204746', 'versions': {'cluster_id': '1641121387398204746', 'total': 3, 'total': 3, 'link': 'https://scholar.google.com/scholar?cluster=1641121387398204746&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=1641121387398204746&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:So0q8TRvxhYJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:So0q8TRvxhYJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33'}, 'authors': [{'name': 'Y Shen', 'authors': [{'name': 'Y Shen', 'id': 'XaeN2zgAAAAJ', 'id': 'XaeN2zgAAAAJ', 'link': 'https://scholar.google.com/citations?user=XaeN2zgAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=XaeN2zgAAAAJ&hl=en&oi=sra'}, {'name': 'L Heacock', {'name': 'L Heacock', 'id': 'tYYM5IkAAAAJ', 'id': 'tYYM5IkAAAAJ', 'link': 'https://scholar.google.com/citations?user=tYYM5IkAAAAJ&hl=en&oi=sra'}]}, 'link': 'https://scholar.google.com/citations?user=tYYM5IkAAAAJ&hl=en&oi=sra'}]}, {'position': 10, {'position': 10, 'title': 'Pythia: A suite for analyzing large language ' 'title': 'Pythia: A suite for analyzing large language ' 'models across training and scaling', 'models across training and scaling', 'data_cid': 'aaIDvsMAD8QJ', 'data_cid': 'aaIDvsMAD8QJ', 'link': 'https://proceedings.mlr.press/v202/biderman23a.html', 'link': 'https://proceedings.mlr.press/v202/biderman23a.html', 'publication': 'S Biderman, H Schoelkopf… - ' 'publication': 'S Biderman, H Schoelkopf… - ' 'International …, 2023 - ' 'International …, 2023 - ' 'proceedings.mlr.press', 'proceedings.mlr.press', 'snippet': '… large language models, we prioritize ' 'snippet': '… large language models, we prioritize ' 'consistency in model … out the most ' 'consistency in model … out the most ' 'performance from each model. For example, we ' 'performance from each model. For example, we ' '… models, as it is becoming widely used for ' '… models, as it is becoming widely used for ' 'the largest models, …', 'the largest models, …', 'inline_links': {'cited_by': {'cites_id': '14127511396791067241', 'inline_links': {'cited_by': {'cites_id': '14127511396791067241', 'total': 89, 'total': 89, 'link': 'https://scholar.google.com/scholar?cites=14127511396791067241&as_sdt=5,33&sciodt=0,33&hl=en'}, 'link': 'https://scholar.google.com/scholar?cites=14127511396791067241&as_sdt=5,33&sciodt=0,33&hl=en'}, 'versions': {'cluster_id': '14127511396791067241', 'versions': {'cluster_id': '14127511396791067241', 'total': 3, 'total': 3, 'link': 'https://scholar.google.com/scholar?cluster=14127511396791067241&hl=en&as_sdt=0,33'}, 'link': 'https://scholar.google.com/scholar?cluster=14127511396791067241&hl=en&as_sdt=0,33'}, 'related_articles_link': 'https://scholar.google.com/scholar?q=related:aaIDvsMAD8QJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'related_articles_link': 'https://scholar.google.com/scholar?q=related:aaIDvsMAD8QJ:scholar.google.com/&scioq=Large+Language+Models&hl=en&as_sdt=0,33', 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:aaIDvsMAD8QJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'cached_page_link': 'https://scholar.googleusercontent.com/scholar?q=cache:aaIDvsMAD8QJ:scholar.google.com/+Large+Language+Models&hl=en&as_sdt=0,33'}, 'resource': {'name': 'mlr.press', 'resource': {'name': 'mlr.press', 'format': 'PDF', 'format': 'PDF', 'link': 'https://proceedings.mlr.press/v202/biderman23a/biderman23a.pdf'}, 'link': 'https://proceedings.mlr.press/v202/biderman23a/biderman23a.pdf'}, 'authors': [{'name': 'S Biderman', 'authors': [{'name': 'S Biderman', 'id': 'bO7H0DAAAAAJ', 'id': 'bO7H0DAAAAAJ', 'link': 'https://scholar.google.com/citations?user=bO7H0DAAAAAJ&hl=en&oi=sra'}, 'link': 'https://scholar.google.com/citations?user=bO7H0DAAAAAJ&hl=en&oi=sra'}, {'name': 'H Schoelkopf', {'name': 'H Schoelkopf', 'id': 'XLahYIYAAAAJ', 'id': 'XLahYIYAAAAJ', 'link': 'https://scholar.google.com/citations?user=XLahYIYAAAAJ&hl=en&oi=sra'}]}], 'link': 'https://scholar.google.com/citations?user=XLahYIYAAAAJ&hl=en&oi=sra'}]}], 'related_searches': [{'query': 'large language models machine', 'related_searches': [{'query': 'large language models machine', 'highlighted': ['machine'], 'highlighted': ['machine'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=1&q=large+language+models+machine&qst=ib'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=1&q=large+language+models+machine&qst=ib'}, {'query': 'large language models pruning', {'query': 'large language models pruning', 'highlighted': ['pruning'], 'highlighted': ['pruning'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=2&q=large+language+models+pruning&qst=ib'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=2&q=large+language+models+pruning&qst=ib'}, {'query': 'large language models multitask learners', {'query': 'large language models multitask learners', 'highlighted': ['multitask learners'], 'highlighted': ['multitask learners'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=3&q=large+language+models+multitask+learners&qst=ib'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=3&q=large+language+models+multitask+learners&qst=ib'}, {'query': 'large language models speech recognition', {'query': 'large language models speech recognition', 'highlighted': ['speech recognition'], 'highlighted': ['speech recognition'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=4&q=large+language+models+speech+recognition&qst=ib'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=4&q=large+language+models+speech+recognition&qst=ib'}, {'query': 'large language models machine translation', {'query': 'large language models machine translation', 'highlighted': ['machine translation'], 'highlighted': ['machine translation'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=5&q=large+language+models+machine+translation&qst=ib'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=5&q=large+language+models+machine+translation&qst=ib'}, {'query': 'emergent abilities of large language models', {'query': 'emergent abilities of large language models', 'highlighted': ['emergent abilities of'], 'highlighted': ['emergent abilities of'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=6&q=emergent+abilities+of+large+language+models&qst=ir'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=6&q=emergent+abilities+of+large+language+models&qst=ir'}, {'query': 'language models privacy risks', {'query': 'language models privacy risks', 'highlighted': ['privacy risks'], 'highlighted': ['privacy risks'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=7&q=language+models+privacy+risks&qst=ir'}, 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=7&q=language+models+privacy+risks&qst=ir'}, {'query': 'language model fine tuning', {'query': 'language model fine tuning', 'highlighted': ['fine tuning'], 'highlighted': ['fine tuning'], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=8&q=language+model+fine+tuning&qst=ir'}], 'link': 'https://scholar.google.com/scholar?hl=en&as_sdt=0,33&qsp=8&q=language+model+fine+tuning&qst=ir'}], 'pagination': {'current': 1, 'pagination': {'current': 1, 'next': 'https://scholar.google.com/scholar?start=10&q=Large+Language+Models&hl=en&as_sdt=0,33', 'next': 'https://scholar.google.com/scholar?start=10&q=Large+Language+Models&hl=en&as_sdt=0,33', 'other_pages': {'2': 'https://scholar.google.com/scholar?start=10&q=Large+Language+Models&hl=en&as_sdt=0,33', 'other_pages': {'2': 'https://scholar.google.com/scholar?start=10&q=Large+Language+Models&hl=en&as_sdt=0,33', '3': 'https://scholar.google.com/scholar?start=20&q=Large+Language+Models&hl=en&as_sdt=0,33', '3': 'https://scholar.google.com/scholar?start=20&q=Large+Language+Models&hl=en&as_sdt=0,33', '4': 'https://scholar.google.com/scholar?start=30&q=Large+Language+Models&hl=en&as_sdt=0,33', '4': 'https://scholar.google.com/scholar?start=30&q=Large+Language+Models&hl=en&as_sdt=0,33', '5': 'https://scholar.google.com/scholar?start=40&q=Large+Language+Models&hl=en&as_sdt=0,33', '5': 'https://scholar.google.com/scholar?start=40&q=Large+Language+Models&hl=en&as_sdt=0,33', '6': 'https://scholar.google.com/scholar?start=50&q=Large+Language+Models&hl=en&as_sdt=0,33', '6': 'https://scholar.google.com/scholar?start=50&q=Large+Language+Models&hl=en&as_sdt=0,33', '7': 'https://scholar.google.com/scholar?start=60&q=Large+Language+Models&hl=en&as_sdt=0,33', '7': 'https://scholar.google.com/scholar?start=60&q=Large+Language+Models&hl=en&as_sdt=0,33', '8': 'https://scholar.google.com/scholar?start=70&q=Large+Language+Models&hl=en&as_sdt=0,33', '8': 'https://scholar.google.com/scholar?start=70&q=Large+Language+Models&hl=en&as_sdt=0,33', '9': 'https://scholar.google.com/scholar?start=80&q=Large+Language+Models&hl=en&as_sdt=0,33', '9': 'https://scholar.google.com/scholar?start=80&q=Large+Language+Models&hl=en&as_sdt=0,33', '10': 'https://scholar.google.com/scholar?start=90&q=Large+Language+Models&hl=en&as_sdt=0,33'}}} '10': 'https://scholar.google.com/scholar?start=90&q=Large+Language+Models&hl=en&as_sdt=0,33'}}} 本笔记本展示了如何使用搜索API在网上进行搜索的示例。请访问 https://www.searchapi.io/ 注册一个免费账户并获取API密钥。 SearchApi 包装器可以自定义为使用不同的引擎,如 Google News、Google Jobs、Google Scholar 或其他可以在 SearchApi 文档中找到的引擎。执行查询时可以传递 SearchApi 支持的所有参数。 2024 © Langchain中文网. 跟着langchain学AI应用开发 沪ICP备2023014280号-3