• Stock Analysis Chatbot to Generate Professional Charts of Financial Data

    rockingdingo 2024-01-16 #stock analysis #financial charts #AIGC

    In this blog, we will introduce how to use ChatGPT stock analysis chatbot to quickly generate professional charts of financial data. A few AI techniques such as RAG (Retrieval Augmented Generation), Text2SQL, and Larget Language Models (LLM) are used to help users find financial data, draw chart to compare key metrics, and adjust the color and shape of the chart using simple natural language prompts. A typical scenrio for professional financial analysts is to draw chart to compare the market capitalization, PE ratio of stocks from global market in converted currencies (US Dollars for example). This is a frequent scenario of daily workflow. The snapshots of AI generated charts is shown using DeepNLP Financial Assistant. You can try by clicking the button below the page, copy and paste the query in the chatbox and ask AI to generate charts or tables in few seconds, copy the charts to your reports or send to your manager. From the chart, we can see that on January 15th, Microsoft (MSFT) market cap reaches 2,887 Billon US dollars, and Apple (AAPL) reaches 2,874.68 Billion US dollars. Microsoft's market cap surpassed Apple and became the company of largest market capitalization in United States. The real-time stock data is from the web APIs, and converted to SQL using Text2SQL and LLM techniques.

    READ MORE
  • KDD2023 Hot Retrieval Papers Full List

    rockingdingo 2023-09-01 #KDD2023 #recommendation #retrieval

    This blog summarizes the latest research development of Retrieval papers published in KDD2023 conferences. This year there are total 8 papers related to Retrieval in KDD2023. Most of the authors' affiliations are top research institutes (Google Research, DeepMind, Meta FAIR) and universities (Stanford, Berkeley, MIT, CMU and others).

    READ MORE
  • ACL2023 Hot Retrieval Papers Full List

    rockingdingo 2023-08-31 #nlp #ACL2023 #retrieval

    This blog summarizes the latest research development of retrieval papers published in ACL2023 conferences. This year there are total 76 papers related to retrieval in ACL2023. Most of the authors' affiliations are top research institutes (Google Research, DeepMind, Meta FAIR) and universities (Stanford, Berkeley, MIT, CMU and others).

    READ MORE
  • Deep Candidate Generation (DeepMatch) Algorithm in recommendation

    rockingdingo 2021-07-25 #deep candidate generation #deepmatch #recommendation #vector retrieval

    In this post, we will talk about some real-world applications of deep candidates generation (vector-retrieval) models in the matching stage of recommendation scenario. Commercial recommendation system will recommend tens of millions of items to each user. And the recommendation process usually consists of two stages: The first stage is the candidate generation(matching) stage, a few hundred candidates are selected from the pool of all candidate items. The second stage is the ranking stage in which hundreds of items are ranked and sorted by the ranking score. Then the top rated items are displayed to users.

    READ MORE