🐦 Twitter Post Details

Viewing enriched Twitter post

@llama_index

A key milestone in building advanced RAG is being able to answer multi-hop queries; building RAG should be way more than simple question answering! MultiHop-RAG is an awesome work by Tang et al. that provides the first dataset for multi-hop queries to benchmark your advanced RAG techniques, with four types of questions: 1️⃣ Inference queries: “Which report discusses the supply chain risk of Apple, the 2019 annual report or the 2020 annual report?” 2️⃣ Comparison query: Did Netflix or Google report higher revenue for the year 2023? 3️⃣ Temporal query: Did Apple introduce the AirTag tracking device before or after the launch of the 5th generation iPad Pro? 4️⃣ Null query: "What are the sales of company ABCD as reported in its 2022 and 2023 annual reports?” Uses @llama_index embeddings/LLMs/rerankers to benchmark the performance of a simple top-k RAG setup. We’re excited to take this for a spin and try out our advanced RAG techniques (multi-document agentic reasoning, auto-retrieval, and more). Repo: https://t.co/QQKmCSV8rd Paper: https://t.co/IgTe5ZCZSx

🔧 Raw API Response

{
  "user": {
    "created_at": "2022-12-18T00:52:44.000Z",
    "default_profile_image": false,
    "description": "The way to connect LLMs to your data.\n\nGithub: https://t.co/HC19j7vMwc\nDocs: https://t.co/QInqg2zksh\nDiscord: https://t.co/3ktq3zzYII\nhttps://t.co/UXeIlwvvbA",
    "fast_followers_count": 0,
    "favourites_count": 973,
    "followers_count": 53336,
    "friends_count": 21,
    "has_custom_timelines": false,
    "is_translator": false,
    "listed_count": 975,
    "location": "",
    "media_count": 756,
    "name": "LlamaIndex 🦙",
    "normal_followers_count": 53336,
    "possibly_sensitive": false,
    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1604278358296055808/1696908553",
    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1623505166996742144/n-PNQGgd_normal.jpg",
    "screen_name": "llama_index",
    "statuses_count": 2026,
    "translator_type": "none",
    "url": "https://t.co/epzefqQqZx",
    "verified": true,
    "withheld_in_countries": [],
    "id_str": "1604278358296055808"
  },
  "id": "1756361372944982311",
  "conversation_id": "1756361372944982311",
  "full_text": "A key milestone in building advanced RAG is being able to answer multi-hop queries; building RAG should be way more than simple question answering!\n\nMultiHop-RAG is an awesome work by Tang et al. that provides the first dataset for multi-hop queries to benchmark your advanced RAG techniques, with four types of questions:\n\n1️⃣ Inference queries: “Which report discusses the supply chain risk of Apple, the 2019 annual report or the 2020 annual report?”\n\n2️⃣ Comparison query: Did Netflix or Google report higher revenue for the year 2023?\n\n3️⃣ Temporal query: Did Apple introduce the AirTag tracking device before or after the launch of the 5th generation iPad Pro?\n\n4️⃣ Null query: \"What are the sales of company ABCD as reported in its 2022 and 2023 annual reports?”\n\nUses @llama_index embeddings/LLMs/rerankers to benchmark the performance of a simple top-k RAG setup.\n\nWe’re excited to take this for a spin and try out our advanced RAG techniques (multi-document agentic reasoning, auto-retrieval, and more).\n\nRepo: https://t.co/QQKmCSV8rd\n\nPaper: https://t.co/IgTe5ZCZSx",
  "reply_count": 5,
  "retweet_count": 70,
  "favorite_count": 372,
  "hashtags": [],
  "symbols": [],
  "user_mentions": [],
  "urls": [],
  "media": [
    {
      "media_url": "https://pbs.twimg.com/media/GF_ZO4QakAA5VYT.jpg",
      "type": "photo"
    }
  ],
  "url": "https://twitter.com/llama_index/status/1756361372944982311",
  "created_at": "2024-02-10T16:55:57.000Z",
  "#sort_index": "1756361372944982311",
  "view_count": 39850,
  "quote_count": 7,
  "is_quote_tweet": false,
  "is_retweet": false,
  "is_pinned": false,
  "is_truncated": true,
  "startUrl": "https://twitter.com/llama_index/status/1756361372944982311"
}