🐦 Twitter Post Details

Viewing enriched Twitter post

@WenhuChen

🚨 New Paper Alert 🚨 We found that Supervised Fine-tuning on ONE problem can achieve similar performance gain as RL on ONE problem with 20x less compute! Paper: https://t.co/K5cxDNs1Gu Recently, people have shown that RL can work even with ONE example. This indicates that the… https://t.co/p9d2OwgIGo

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "image",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1930447298527670662/media_0.jpg?",
      "filename": "media_0.jpg"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "Supervised Fine-tuning",
      "Reinforcement Learning",
      "Performance Gain"
    ],
    "entities": [],
    "summary": "The tweet announces a new paper demonstrating that Supervised Fine-tuning can achieve performance gains similar to Reinforcement Learning with significantly less compute.",
    "language": "en",
    "processed_at": "2025-08-07T11:36:35.243493"
  }
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1930447298527670662",
              "sortIndex": "1953510582804021248",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1930447298527670662",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjo3MjcyNDI4MTg0NTI4OTc3OTY=",
                            "rest_id": "727242818452897796",
                            "affiliates_highlighted_label": {},
                            "has_graduated_access": true,
                            "is_blue_verified": false,
                            "profile_image_shape": "Circle",
                            "legacy": {
                              "can_dm": true,
                              "can_media_tag": true,
                              "created_at": "Mon May 02 21:06:14 +0000 2016",
                              "default_profile": false,
                              "default_profile_image": false,
                              "description": "AI researcher. Interested in Reasoning, Multimodal. I direct TIGER-Lab. Author of PoT, MMMU, MMLU-Pro, MAmmoTH, LongRAG, MAP-Neo, YuE, VL-Rethinker",
                              "entities": {
                                "description": {
                                  "urls": []
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "wenhuchen.github.io",
                                      "expanded_url": "https://wenhuchen.github.io/",
                                      "url": "https://t.co/3YSvJzldbF",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 6682,
                              "followers_count": 21575,
                              "friends_count": 654,
                              "has_custom_timelines": true,
                              "is_translator": false,
                              "listed_count": 204,
                              "location": "Canada",
                              "media_count": 219,
                              "name": "Wenhu Chen",
                              "normal_followers_count": 21575,
                              "pinned_tweet_ids_str": [],
                              "possibly_sensitive": false,
                              "profile_banner_url": "https://pbs.twimg.com/profile_banners/727242818452897796/1584252752",
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619473357145096192/ZgcCck6r_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "WenhuChen",
                              "statuses_count": 2806,
                              "translator_type": "none",
                              "url": "https://t.co/3YSvJzldbF",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1930447298527670662"
                        ],
                        "editable_until_msecs": "1749093076000",
                        "is_edit_eligible": false,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "41347",
                        "state": "EnabledWithCount"
                      },
                      "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                      "note_tweet": {
                        "is_expandable": true,
                        "note_tweet_results": {
                          "result": {
                            "id": "Tm90ZVR3ZWV0OjE5MzA0NDcyOTgyOTY5ODM1NTQ=",
                            "text": "🚨 New Paper Alert 🚨\n\nWe found that Supervised Fine-tuning on ONE problem can achieve similar performance gain as RL on ONE problem with 20x less compute! \nPaper: https://t.co/jZE7cRG1tg\n\nRecently, people have shown that RL can work even with ONE example. This indicates that the strong reasoning capabilities were obtained during the pre-training stage, and RL can serve an effective approach to unleash these reasoning potential.\n⚠️ However, RL is expensive and unstable. Even RL on one example can consume more than 100 A100 GPUs hours. RL also suffers from various stability problems. \n\n🧠 Is there an easier approach to unleash the (general) reasoning potential from strong pre-trained LLMs?\nIt turns out that simple SFT (as it is) on minimum data doesn't work and causes severe overfitting issue. \n✅ But critique fine-tuning (CFT) on ONE problem can work! With 20x less compute (5 GPUs hours), it matches and even surpasses the performance of one-shot-RLVR (https://t.co/8a695kUyWM).\n\nIn the paper, we show that CFT on 1 problem can boost the average accuracy of six mathematical benchmarks (MATH-500, AMC, OlympiadBench, etc) by 5-15% across different-sized models. \nWe further test on logic reasoning tasks from BBEH like causal reasoning, disambiguation, etc and show similar performance gain of 15%. This shows the generalization of one-shot CFT beyond math.\n\n🎯 Therefore, we believe CFT works as a more efficient approach to unleash the hidden reasoning capabilities of the pre-trained LLMs!\n\nWebsite: https://t.co/2WDnrSYS0o\nHF collections: https://t.co/JwwSa37Jlw\nEverything is open-sourced.",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "urls": [
                                {
                                  "display_url": "arxiv.org/abs/2506.03295",
                                  "expanded_url": "https://arxiv.org/abs/2506.03295",
                                  "url": "https://t.co/jZE7cRG1tg",
                                  "indices": [
                                    162,
                                    185
                                  ]
                                },
                                {
                                  "display_url": "arxiv.org/abs/2504.20571",
                                  "expanded_url": "https://arxiv.org/abs/2504.20571",
                                  "url": "https://t.co/8a695kUyWM",
                                  "indices": [
                                    962,
                                    985
                                  ]
                                },
                                {
                                  "display_url": "tiger-ai-lab.github.io/One-Shot-CFT/",
                                  "expanded_url": "https://tiger-ai-lab.github.io/One-Shot-CFT/",
                                  "url": "https://t.co/2WDnrSYS0o",
                                  "indices": [
                                    1511,
                                    1534
                                  ]
                                },
                                {
                                  "display_url": "huggingface.co/collections/TI…",
                                  "expanded_url": "https://huggingface.co/collections/TIGER-Lab/one-shot-cft-683fbb4d2bcf698dbea8fb21",
                                  "url": "https://t.co/JwwSa37Jlw",
                                  "indices": [
                                    1551,
                                    1574
                                  ]
                                }
                              ],
                              "user_mentions": []
                            },
                            "richtext": {
                              "richtext_tags": []
                            },
                            "media": {
                              "inline_media": []
                            }
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 258,
                        "bookmarked": false,
                        "created_at": "Thu Jun 05 02:11:16 +0000 2025",
                        "conversation_id_str": "1930447298527670662",
                        "display_text_range": [
                          0,
                          279
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/p9d2OwgIGo",
                              "expanded_url": "https://x.com/WenhuChen/status/1930447298527670662/photo/1",
                              "id_str": "1930437190783324160",
                              "indices": [
                                280,
                                303
                              ],
                              "media_key": "3_1930437190783324160",
                              "media_url_https": "https://pbs.twimg.com/media/GspKZanX0AAP5SP.jpg",
                              "type": "photo",
                              "url": "https://t.co/p9d2OwgIGo",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": []
                                },
                                "medium": {
                                  "faces": []
                                },
                                "small": {
                                  "faces": []
                                },
                                "orig": {
                                  "faces": []
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 903,
                                  "w": 2048,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 529,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 300,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1544,
                                "width": 3502,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 2757,
                                    "h": 1544
                                  },
                                  {
                                    "x": 15,
                                    "y": 0,
                                    "w": 1544,
                                    "h": 1544
                                  },
                                  {
                                    "x": 110,
                                    "y": 0,
                                    "w": 1354,
                                    "h": 1544
                                  },
                                  {
                                    "x": 401,
                                    "y": 0,
                                    "w": 772,
                                    "h": 1544
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 3502,
                                    "h": 1544
                                  }
                                ]
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1930437190783324160"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [
                            {
                              "display_url": "arxiv.org/abs/2506.03295",
                              "expanded_url": "https://arxiv.org/abs/2506.03295",
                              "url": "https://t.co/K5cxDNs1Gu",
                              "indices": [
                                162,
                                185
                              ]
                            }
                          ],
                          "user_mentions": []
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/p9d2OwgIGo",
                              "expanded_url": "https://x.com/WenhuChen/status/1930447298527670662/photo/1",
                              "id_str": "1930437190783324160",
                              "indices": [
                                280,
                                303
                              ],
                              "media_key": "3_1930437190783324160",
                              "media_url_https": "https://pbs.twimg.com/media/GspKZanX0AAP5SP.jpg",
                              "type": "photo",
                              "url": "https://t.co/p9d2OwgIGo",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": []
                                },
                                "medium": {
                                  "faces": []
                                },
                                "small": {
                                  "faces": []
                                },
                                "orig": {
                                  "faces": []
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 903,
                                  "w": 2048,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 529,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 300,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 1544,
                                "width": 3502,
                                "focus_rects": [
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 2757,
                                    "h": 1544
                                  },
                                  {
                                    "x": 15,
                                    "y": 0,
                                    "w": 1544,
                                    "h": 1544
                                  },
                                  {
                                    "x": 110,
                                    "y": 0,
                                    "w": 1354,
                                    "h": 1544
                                  },
                                  {
                                    "x": 401,
                                    "y": 0,
                                    "w": 772,
                                    "h": 1544
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 3502,
                                    "h": 1544
                                  }
                                ]
                              },
                              "allow_download_status": {
                                "allow_download": true
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1930437190783324160"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 320,
                        "favorited": false,
                        "full_text": "🚨 New Paper Alert 🚨\n\nWe found that Supervised Fine-tuning on ONE problem can achieve similar performance gain as RL on ONE problem with 20x less compute! \nPaper: https://t.co/K5cxDNs1Gu\n\nRecently, people have shown that RL can work even with ONE example. This indicates that the… https://t.co/p9d2OwgIGo",
                        "is_quote_status": false,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 17,
                        "reply_count": 10,
                        "retweet_count": 63,
                        "retweeted": false,
                        "user_id_str": "727242818452897796",
                        "id_str": "1930447298527670662"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "SelfThread"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1930447302298349974",
              "sortIndex": "1953510582804021238",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1930447302298349974-tweet-1930447302298349974",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930447302298349974",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3MjcyNDI4MTg0NTI4OTc3OTY=",
                                  "rest_id": "727242818452897796",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon May 02 21:06:14 +0000 2016",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "AI researcher. Interested in Reasoning, Multimodal. I direct TIGER-Lab. Author of PoT, MMMU, MMLU-Pro, MAmmoTH, LongRAG, MAP-Neo, YuE, VL-Rethinker",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "wenhuchen.github.io",
                                            "expanded_url": "https://wenhuchen.github.io/",
                                            "url": "https://t.co/3YSvJzldbF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 6682,
                                    "followers_count": 21575,
                                    "friends_count": 654,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 204,
                                    "location": "Canada",
                                    "media_count": 219,
                                    "name": "Wenhu Chen",
                                    "normal_followers_count": 21575,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/727242818452897796/1584252752",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619473357145096192/ZgcCck6r_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "WenhuChen",
                                    "statuses_count": 2806,
                                    "translator_type": "none",
                                    "url": "https://t.co/3YSvJzldbF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930447302298349974"
                              ],
                              "editable_until_msecs": "1749093077000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1718",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "note_tweet": {
                              "is_expandable": true,
                              "note_tweet_results": {
                                "result": {
                                  "id": "Tm90ZVR3ZWV0OjE5MzA0NDczMDIxODUxMDMzNjU=",
                                  "text": "If you are not familiar with CFT. It's just a variant of SFT, where the model learns to critique a given solution instead of imitating a reference solution.\n\nOur CFT training requires ONE problem, not one example. We started from this one problem to gather lots of candidate solutions and ask teacher LLMs like GPT-4o to provide good critique for these candidate solutions. We harvest a few hundreds CFT examples. Then we use it to train a series of qwen and llama models in our experiments.",
                                  "entity_set": {
                                    "hashtags": [],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": []
                                  },
                                  "richtext": {
                                    "richtext_tags": []
                                  },
                                  "media": {
                                    "inline_media": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 5,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 02:11:17 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                0,
                                275
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/7Q06LHTBPI",
                                    "expanded_url": "https://x.com/WenhuChen/status/1930447302298349974/photo/1",
                                    "id_str": "1930441240492838912",
                                    "indices": [
                                      276,
                                      299
                                    ],
                                    "media_key": "3_1930441240492838912",
                                    "media_url_https": "https://pbs.twimg.com/media/GspOFI9XEAAkRSj.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/7Q06LHTBPI",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 979,
                                            "y": 743,
                                            "h": 171,
                                            "w": 171
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 573,
                                            "y": 435,
                                            "h": 100,
                                            "w": 100
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 325,
                                            "y": 246,
                                            "h": 56,
                                            "w": 56
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 1583,
                                            "y": 1202,
                                            "h": 277,
                                            "w": 277
                                          }
                                        ]
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1002,
                                        "w": 2048,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 587,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 333,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1620,
                                      "width": 3310,
                                      "focus_rects": [
                                        {
                                          "x": 287,
                                          "y": 0,
                                          "w": 2893,
                                          "h": 1620
                                        },
                                        {
                                          "x": 923,
                                          "y": 0,
                                          "w": 1620,
                                          "h": 1620
                                        },
                                        {
                                          "x": 1023,
                                          "y": 0,
                                          "w": 1421,
                                          "h": 1620
                                        },
                                        {
                                          "x": 1328,
                                          "y": 0,
                                          "w": 810,
                                          "h": 1620
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 3310,
                                          "h": 1620
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1930441240492838912"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": []
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/7Q06LHTBPI",
                                    "expanded_url": "https://x.com/WenhuChen/status/1930447302298349974/photo/1",
                                    "id_str": "1930441240492838912",
                                    "indices": [
                                      276,
                                      299
                                    ],
                                    "media_key": "3_1930441240492838912",
                                    "media_url_https": "https://pbs.twimg.com/media/GspOFI9XEAAkRSj.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/7Q06LHTBPI",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 979,
                                            "y": 743,
                                            "h": 171,
                                            "w": 171
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 573,
                                            "y": 435,
                                            "h": 100,
                                            "w": 100
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 325,
                                            "y": 246,
                                            "h": 56,
                                            "w": 56
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 1583,
                                            "y": 1202,
                                            "h": 277,
                                            "w": 277
                                          }
                                        ]
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1002,
                                        "w": 2048,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 587,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 333,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1620,
                                      "width": 3310,
                                      "focus_rects": [
                                        {
                                          "x": 287,
                                          "y": 0,
                                          "w": 2893,
                                          "h": 1620
                                        },
                                        {
                                          "x": 923,
                                          "y": 0,
                                          "w": 1620,
                                          "h": 1620
                                        },
                                        {
                                          "x": 1023,
                                          "y": 0,
                                          "w": 1421,
                                          "h": 1620
                                        },
                                        {
                                          "x": 1328,
                                          "y": 0,
                                          "w": 810,
                                          "h": 1620
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 3310,
                                          "h": 1620
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1930441240492838912"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 14,
                              "favorited": false,
                              "full_text": "If you are not familiar with CFT. It's just a variant of SFT, where the model learns to critique a given solution instead of imitating a reference solution.\n\nOur CFT training requires ONE problem, not one example. We started from this one problem to gather lots of candidate… https://t.co/7Q06LHTBPI",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "727242818452897796",
                              "id_str": "1930447302298349974"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "SelfThread"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1930447302298349974-tweet-1930447305972252774",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930447305972252774",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3MjcyNDI4MTg0NTI4OTc3OTY=",
                                  "rest_id": "727242818452897796",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon May 02 21:06:14 +0000 2016",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "AI researcher. Interested in Reasoning, Multimodal. I direct TIGER-Lab. Author of PoT, MMMU, MMLU-Pro, MAmmoTH, LongRAG, MAP-Neo, YuE, VL-Rethinker",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "wenhuchen.github.io",
                                            "expanded_url": "https://wenhuchen.github.io/",
                                            "url": "https://t.co/3YSvJzldbF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 6682,
                                    "followers_count": 21575,
                                    "friends_count": 654,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 204,
                                    "location": "Canada",
                                    "media_count": 219,
                                    "name": "Wenhu Chen",
                                    "normal_followers_count": 21575,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/727242818452897796/1584252752",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619473357145096192/ZgcCck6r_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "WenhuChen",
                                    "statuses_count": 2806,
                                    "translator_type": "none",
                                    "url": "https://t.co/3YSvJzldbF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930447305972252774"
                              ],
                              "editable_until_msecs": "1749093078000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1569",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 02:11:18 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                0,
                                84
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/v7HrcPgONs",
                                    "expanded_url": "https://x.com/WenhuChen/status/1930447305972252774/photo/1",
                                    "id_str": "1930441910063079424",
                                    "indices": [
                                      85,
                                      108
                                    ],
                                    "media_key": "3_1930441910063079424",
                                    "media_url_https": "https://pbs.twimg.com/media/GspOsHTWIAAC-rc.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/v7HrcPgONs",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 499,
                                            "y": 448,
                                            "h": 137,
                                            "w": 137
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 292,
                                            "y": 262,
                                            "h": 80,
                                            "w": 80
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 165,
                                            "y": 148,
                                            "h": 45,
                                            "w": 45
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 578,
                                            "y": 518,
                                            "h": 159,
                                            "w": 159
                                          }
                                        ]
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1503,
                                        "w": 2048,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 881,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 499,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1738,
                                      "width": 2368,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2368,
                                          "h": 1326
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1738,
                                          "h": 1738
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1525,
                                          "h": 1738
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 869,
                                          "h": 1738
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2368,
                                          "h": 1738
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1930441910063079424"
                                      }
                                    }
                                  },
                                  {
                                    "display_url": "pic.x.com/v7HrcPgONs",
                                    "expanded_url": "https://x.com/WenhuChen/status/1930447305972252774/photo/1",
                                    "id_str": "1930442002497179648",
                                    "indices": [
                                      85,
                                      108
                                    ],
                                    "media_key": "3_1930442002497179648",
                                    "media_url_https": "https://pbs.twimg.com/media/GspOxfpWkAAWngy.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/v7HrcPgONs",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1120,
                                        "w": 2048,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 656,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 372,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1284,
                                      "width": 2348,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2293,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1284,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1126,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 642,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2348,
                                          "h": 1284
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1930442002497179648"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": []
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/v7HrcPgONs",
                                    "expanded_url": "https://x.com/WenhuChen/status/1930447305972252774/photo/1",
                                    "id_str": "1930441910063079424",
                                    "indices": [
                                      85,
                                      108
                                    ],
                                    "media_key": "3_1930441910063079424",
                                    "media_url_https": "https://pbs.twimg.com/media/GspOsHTWIAAC-rc.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/v7HrcPgONs",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 499,
                                            "y": 448,
                                            "h": 137,
                                            "w": 137
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 292,
                                            "y": 262,
                                            "h": 80,
                                            "w": 80
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 165,
                                            "y": 148,
                                            "h": 45,
                                            "w": 45
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 578,
                                            "y": 518,
                                            "h": 159,
                                            "w": 159
                                          }
                                        ]
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1503,
                                        "w": 2048,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 881,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 499,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1738,
                                      "width": 2368,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2368,
                                          "h": 1326
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1738,
                                          "h": 1738
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1525,
                                          "h": 1738
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 869,
                                          "h": 1738
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2368,
                                          "h": 1738
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1930441910063079424"
                                      }
                                    }
                                  },
                                  {
                                    "display_url": "pic.x.com/v7HrcPgONs",
                                    "expanded_url": "https://x.com/WenhuChen/status/1930447305972252774/photo/1",
                                    "id_str": "1930442002497179648",
                                    "indices": [
                                      85,
                                      108
                                    ],
                                    "media_key": "3_1930442002497179648",
                                    "media_url_https": "https://pbs.twimg.com/media/GspOxfpWkAAWngy.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/v7HrcPgONs",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1120,
                                        "w": 2048,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 656,
                                        "w": 1200,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 372,
                                        "w": 680,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1284,
                                      "width": 2348,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2293,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1284,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1126,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 642,
                                          "h": 1284
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 2348,
                                          "h": 1284
                                        }
                                      ]
                                    },
                                    "allow_download_status": {
                                      "allow_download": true
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1930442002497179648"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 7,
                              "favorited": false,
                              "full_text": "We show detailed math and logic reasoning performance on a wide range of benchmarks. https://t.co/v7HrcPgONs",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447302298349974",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "727242818452897796",
                              "id_str": "1930447305972252774"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "SelfThread"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1930447302298349974-tweet-1930447308602089679",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930447308602089679",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3MjcyNDI4MTg0NTI4OTc3OTY=",
                                  "rest_id": "727242818452897796",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon May 02 21:06:14 +0000 2016",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "AI researcher. Interested in Reasoning, Multimodal. I direct TIGER-Lab. Author of PoT, MMMU, MMLU-Pro, MAmmoTH, LongRAG, MAP-Neo, YuE, VL-Rethinker",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "wenhuchen.github.io",
                                            "expanded_url": "https://wenhuchen.github.io/",
                                            "url": "https://t.co/3YSvJzldbF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 6682,
                                    "followers_count": 21575,
                                    "friends_count": 654,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 204,
                                    "location": "Canada",
                                    "media_count": 219,
                                    "name": "Wenhu Chen",
                                    "normal_followers_count": 21575,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/727242818452897796/1584252752",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619473357145096192/ZgcCck6r_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "WenhuChen",
                                    "statuses_count": 2806,
                                    "translator_type": "none",
                                    "url": "https://t.co/3YSvJzldbF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930447308602089679"
                              ],
                              "editable_until_msecs": "1749093079000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "2413",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 2,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 02:11:19 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                0,
                                238
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "1790613752733184000",
                                    "name": "Yubo Wang",
                                    "screen_name": "YuboWang726",
                                    "indices": [
                                      20,
                                      32
                                    ]
                                  },
                                  {
                                    "id_str": "1623633108301123584",
                                    "name": "NetMind.AI",
                                    "screen_name": "NetMindAI",
                                    "indices": [
                                      82,
                                      92
                                    ]
                                  },
                                  {
                                    "id_str": "1497587574927286275",
                                    "name": "Yiping Wang",
                                    "screen_name": "ypwang61",
                                    "indices": [
                                      188,
                                      197
                                    ]
                                  },
                                  {
                                    "id_str": "14328706",
                                    "name": "Weizhu Chen",
                                    "screen_name": "WeizhuChen",
                                    "indices": [
                                      198,
                                      209
                                    ]
                                  },
                                  {
                                    "id_str": "913981622193664000",
                                    "name": "Simon Shaolei Du",
                                    "screen_name": "SimonShaoleiDu",
                                    "indices": [
                                      210,
                                      225
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 12,
                              "favorited": false,
                              "full_text": "This work is led by @YuboWang726 and in collaboration with other researchers from @NetMindAI and Lijun Wu.\nWe also want to thank the authors of 1-shot-RLVR for giving us the inspiration.\n(@ypwang61 @WeizhuChen @SimonShaoleiDu and others).",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447305972252774",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "727242818452897796",
                              "id_str": "1930447308602089679"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "SelfThread"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1930447302298349974-tweet-1930474663991230520",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930474663991230520",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3MjcyNDI4MTg0NTI4OTc3OTY=",
                                  "rest_id": "727242818452897796",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon May 02 21:06:14 +0000 2016",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "AI researcher. Interested in Reasoning, Multimodal. I direct TIGER-Lab. Author of PoT, MMMU, MMLU-Pro, MAmmoTH, LongRAG, MAP-Neo, YuE, VL-Rethinker",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "wenhuchen.github.io",
                                            "expanded_url": "https://wenhuchen.github.io/",
                                            "url": "https://t.co/3YSvJzldbF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 6682,
                                    "followers_count": 21575,
                                    "friends_count": 654,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 204,
                                    "location": "Canada",
                                    "media_count": 219,
                                    "name": "Wenhu Chen",
                                    "normal_followers_count": 21575,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/727242818452897796/1584252752",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619473357145096192/ZgcCck6r_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "WenhuChen",
                                    "statuses_count": 2806,
                                    "translator_type": "none",
                                    "url": "https://t.co/3YSvJzldbF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "card": {
                              "rest_id": "https://t.co/wnf9SaJobh",
                              "legacy": {
                                "binding_values": [
                                  {
                                    "key": "description",
                                    "value": {
                                      "string_value": "The official repo for “Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem” - TIGER-AI-Lab/One-Shot-CFT",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "domain",
                                    "value": {
                                      "string_value": "github.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "site",
                                    "value": {
                                      "scribe_key": "publisher_id",
                                      "type": "USER",
                                      "user_value": {
                                        "id_str": "13334762",
                                        "path": []
                                      }
                                    }
                                  },
                                  {
                                    "key": "photo_image_full_size_alt_text",
                                    "value": {
                                      "string_value": "The official repo for “Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem” - TIGER-AI-Lab/One-Shot-CFT",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "vanity_url",
                                    "value": {
                                      "scribe_key": "vanity_url",
                                      "string_value": "github.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "summary_photo_image_alt_text",
                                    "value": {
                                      "string_value": "The official repo for “Unleashing the Reasoning Potential of Pre-trained LLMs by Critique Fine-Tuning on One Problem” - TIGER-AI-Lab/One-Shot-CFT",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "title",
                                    "value": {
                                      "string_value": "GitHub - TIGER-AI-Lab/One-Shot-CFT: The official repo for “Unleashing the Reasoning Potential of...",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "card_url",
                                    "value": {
                                      "scribe_key": "card_url",
                                      "string_value": "https://t.co/wnf9SaJobh",
                                      "type": "STRING"
                                    }
                                  }
                                ],
                                "card_platform": {
                                  "platform": {
                                    "audience": {
                                      "name": "production"
                                    },
                                    "device": {
                                      "name": "Android",
                                      "version": "12"
                                    }
                                  }
                                },
                                "name": "summary_large_image",
                                "url": "https://t.co/wnf9SaJobh",
                                "user_refs_results": [
                                  {
                                    "result": {
                                      "__typename": "User",
                                      "id": "VXNlcjoxMzMzNDc2Mg==",
                                      "rest_id": "13334762",
                                      "affiliates_highlighted_label": {},
                                      "has_graduated_access": true,
                                      "is_blue_verified": true,
                                      "profile_image_shape": "Square",
                                      "legacy": {
                                        "can_dm": false,
                                        "can_media_tag": true,
                                        "created_at": "Mon Feb 11 04:41:50 +0000 2008",
                                        "default_profile": false,
                                        "default_profile_image": false,
                                        "description": "The AI-powered developer platform to build, scale, and deliver secure software.",
                                        "entities": {
                                          "description": {
                                            "urls": []
                                          },
                                          "url": {
                                            "urls": [
                                              {
                                                "display_url": "github.com",
                                                "expanded_url": "http://github.com",
                                                "url": "https://t.co/bbJgfyzcJR",
                                                "indices": [
                                                  0,
                                                  23
                                                ]
                                              }
                                            ]
                                          }
                                        },
                                        "fast_followers_count": 0,
                                        "favourites_count": 8201,
                                        "followers_count": 2636911,
                                        "friends_count": 327,
                                        "has_custom_timelines": true,
                                        "is_translator": false,
                                        "listed_count": 17991,
                                        "location": "San Francisco, CA",
                                        "media_count": 2711,
                                        "name": "GitHub",
                                        "normal_followers_count": 2636911,
                                        "pinned_tweet_ids_str": [],
                                        "possibly_sensitive": false,
                                        "profile_banner_url": "https://pbs.twimg.com/profile_banners/13334762/1747774520",
                                        "profile_image_url_https": "https://pbs.twimg.com/profile_images/1633247750010830848/8zfRrYjA_normal.png",
                                        "profile_interstitial_type": "",
                                        "screen_name": "github",
                                        "statuses_count": 9841,
                                        "translator_type": "none",
                                        "url": "https://t.co/bbJgfyzcJR",
                                        "verified": false,
                                        "verified_type": "Business",
                                        "want_retweets": false,
                                        "withheld_in_countries": []
                                      },
                                      "tipjar_settings": {}
                                    }
                                  }
                                ]
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930474663991230520"
                              ],
                              "editable_until_msecs": "1749099601000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1783",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 5,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 04:00:01 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                0,
                                35
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [
                                  {
                                    "display_url": "github.com/TIGER-AI-Lab/O…",
                                    "expanded_url": "https://github.com/TIGER-AI-Lab/One-Shot-CFT",
                                    "url": "https://t.co/wnf9SaJobh",
                                    "indices": [
                                      11,
                                      34
                                    ]
                                  }
                                ],
                                "user_mentions": []
                              },
                              "favorite_count": 10,
                              "favorited": false,
                              "full_text": "Code is on https://t.co/wnf9SaJobh.",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447308602089679",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "727242818452897796",
                              "id_str": "1930474663991230520"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "SelfThread"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1930447305972252774"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1930519565991018737",
              "sortIndex": "1953510582804021228",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1930519565991018737-tweet-1930519565991018737",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930519565991018737",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTY4MzEyMjc3Mjg3NDczMTUy",
                                  "rest_id": "1568312277287473152",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Fri Sep 09 18:56:10 +0000 2022",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "PhD Student @UBC, research intern @NVIDIA, interested in Mathematical/Algorithmic Reasoning with Neural Networks",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "smahdavi.com",
                                            "expanded_url": "http://smahdavi.com",
                                            "url": "https://t.co/PBDaMFAVYc",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 116,
                                    "followers_count": 44,
                                    "friends_count": 108,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Vancouver, British Colimbia",
                                    "media_count": 0,
                                    "name": "Sadegh Mahdavi",
                                    "normal_followers_count": 44,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1639481497328713728/lJeuuprZ_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "sadegh_mahdavi4",
                                    "statuses_count": 18,
                                    "translator_type": "none",
                                    "url": "https://t.co/PBDaMFAVYc",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930519565991018737"
                              ],
                              "editable_until_msecs": "1749110306000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "434",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 06:58:26 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                11,
                                242
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "727242818452897796",
                                    "name": "Wenhu Chen",
                                    "screen_name": "WenhuChen",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@WenhuChen Super cool! Do you have any intuition on what scale of generator or critique is required to enable this? e.g., is it possible to bootstrap with the base model acting as both generator and critique? Are large models always required?",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1568312277287473152",
                              "id_str": "1930519565991018737"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1930519565991018737-tweet-1930695029515063799",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930695029515063799",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3MjcyNDI4MTg0NTI4OTc3OTY=",
                                  "rest_id": "727242818452897796",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon May 02 21:06:14 +0000 2016",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "AI researcher. Interested in Reasoning, Multimodal. I direct TIGER-Lab. Author of PoT, MMMU, MMLU-Pro, MAmmoTH, LongRAG, MAP-Neo, YuE, VL-Rethinker",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "wenhuchen.github.io",
                                            "expanded_url": "https://wenhuchen.github.io/",
                                            "url": "https://t.co/3YSvJzldbF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 6682,
                                    "followers_count": 21575,
                                    "friends_count": 654,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 204,
                                    "location": "Canada",
                                    "media_count": 219,
                                    "name": "Wenhu Chen",
                                    "normal_followers_count": 21575,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/727242818452897796/1584252752",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619473357145096192/ZgcCck6r_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "WenhuChen",
                                    "statuses_count": 2806,
                                    "translator_type": "none",
                                    "url": "https://t.co/3YSvJzldbF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930695029515063799"
                              ],
                              "editable_until_msecs": "1749152140000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "158",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 1,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 18:35:40 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                17,
                                262
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "1568312277287473152",
                                    "name": "Sadegh Mahdavi",
                                    "screen_name": "sadegh_mahdavi4",
                                    "indices": [
                                      0,
                                      16
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@sadegh_mahdavi4 We found that large models are required to provide high-quality critique. But it doesn't need to be o3 level. Even 4o is enough to give a huge boost. At this moment, there are many models surpassing 4o capabilities. So we still got many options.",
                              "in_reply_to_screen_name": "sadegh_mahdavi4",
                              "in_reply_to_status_id_str": "1930519565991018737",
                              "in_reply_to_user_id_str": "1568312277287473152",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "727242818452897796",
                              "id_str": "1930695029515063799"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1930695029515063799"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1931399588008824978",
              "sortIndex": "1953510582804021218",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1931399588008824978-tweet-1931399588008824978",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1931399588008824978",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNjE1NzA1NzIyMDk1OTAyNzIy",
                                  "rest_id": "1615705722095902722",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Wed Jan 18 13:40:54 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Building the world's largest community-powered data center for AI workload, aka DePIN compute",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "linktr.ee/spheronfdn",
                                            "expanded_url": "https://linktr.ee/spheronfdn",
                                            "url": "https://t.co/rTEcLlrovZ",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 3780,
                                    "followers_count": 203991,
                                    "friends_count": 18,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 146,
                                    "location": "Remote",
                                    "media_count": 1400,
                                    "name": "Spheron Network",
                                    "normal_followers_count": 203991,
                                    "pinned_tweet_ids_str": [
                                      "1953184468035842550"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1615705722095902722/1737824859",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1817871718997688320/O5M86HCq_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "SpheronFDN",
                                    "statuses_count": 4747,
                                    "translator_type": "none",
                                    "url": "https://t.co/rTEcLlrovZ",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1615711441595637760",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 1009,
                                        "name": "Community",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1931399588008824978"
                              ],
                              "editable_until_msecs": "1749320120000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "101",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Sat Jun 07 17:15:20 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                11,
                                169
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "727242818452897796",
                                    "name": "Wenhu Chen",
                                    "screen_name": "WenhuChen",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@WenhuChen This is a groundbreaking! We think CFT is a very promising alternative to RL for training large language models, especially because it saves a lot of compute.",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1615705722095902722",
                              "id_str": "1931399588008824978"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1931399588008824978"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1930455517899698662",
              "sortIndex": "1953510582804021208",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1930455517899698662-tweet-1930455517899698662",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930455517899698662",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3MTk1NjgzOTk0MDQxMTgwMTY=",
                                  "rest_id": "719568399404118016",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": true,
                                    "can_media_tag": true,
                                    "created_at": "Mon Apr 11 16:50:50 +0000 2016",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 2506,
                                    "followers_count": 138,
                                    "friends_count": 1017,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": "San Antonio, TX",
                                    "media_count": 1,
                                    "name": "Truman",
                                    "normal_followers_count": 138,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/719568399404118016/1711316093",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1866151096273563648/LaGEA1sn_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "h1ckok",
                                    "statuses_count": 922,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930455517899698662"
                              ],
                              "editable_until_msecs": "1749095036000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "511",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 2,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 02:43:56 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                27,
                                136
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "727242818452897796",
                                    "name": "Wenhu Chen",
                                    "screen_name": "WenhuChen",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  },
                                  {
                                    "id_str": "1199782808501153793",
                                    "name": "Andrew Lampinen",
                                    "screen_name": "AndrewLampinen",
                                    "indices": [
                                      11,
                                      26
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 7,
                              "favorited": false,
                              "full_text": "@WenhuChen @AndrewLampinen So maybe the proper sequence is pre-training -&gt; SFT -&gt; CFT (for cheap and effective RL priors) -&gt; RL",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "719568399404118016",
                              "id_str": "1930455517899698662"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1930455517899698662"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1930518312410362008",
              "sortIndex": "1953510582804021198",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1930518312410362008-tweet-1930518312410362008",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930518312410362008",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNTIzMTY5NjE3MDY5MjM2MjI0",
                                  "rest_id": "1523169617069236224",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Sun May 08 05:15:21 +0000 2022",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "CS PhD candidate @ UIUC, advised by Prof. @jimeng; LLM&Bio&Healthcare; Undergrad&MS @Tsinghua_Uni; Intern@UW, Amazon, Microsoft Research AI4Science",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "linjc16.github.io",
                                            "expanded_url": "http://linjc16.github.io",
                                            "url": "https://t.co/OxvhxN8hxW",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 223,
                                    "followers_count": 137,
                                    "friends_count": 265,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 3,
                                    "location": "",
                                    "media_count": 12,
                                    "name": "Jiacheng Lin",
                                    "normal_followers_count": 137,
                                    "pinned_tweet_ids_str": [
                                      "1929943505037676635"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1944623222579957760/WHp1L5-A_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "jclin808",
                                    "statuses_count": 111,
                                    "translator_type": "none",
                                    "url": "https://t.co/OxvhxN8hxW",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1908015666994524638",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930518312410362008"
                              ],
                              "editable_until_msecs": "1749110007000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "580",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 06:53:27 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                11,
                                85
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "727242818452897796",
                                    "name": "Wenhu Chen",
                                    "screen_name": "WenhuChen",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 3,
                              "favorited": false,
                              "full_text": "@WenhuChen Cool paper. A question: have you considered the cost for data construction",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1523169617069236224",
                              "id_str": "1930518312410362008"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1930518312410362008"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1930472903562150250",
              "sortIndex": "1953510582804021188",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1930472903562150250-tweet-1930472903562150250",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1930472903562150250",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMzYzMDg4NTc5NzIzODA4Nzcy",
                                  "rest_id": "1363088579723808772",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Sat Feb 20 11:30:36 +0000 2021",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "CS at Auburn University",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "tin-xai.github.io",
                                            "expanded_url": "http://tin-xai.github.io",
                                            "url": "https://t.co/toXLQBdyBp",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 781,
                                    "followers_count": 65,
                                    "friends_count": 903,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": "U.S.",
                                    "media_count": 19,
                                    "name": "Tin (Kevin) Nguyen",
                                    "normal_followers_count": 65,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1363088579723808772/1613871913",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1899242234253303808/rJLt6-NC_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "tin_ng_qn",
                                    "statuses_count": 454,
                                    "translator_type": "none",
                                    "url": "https://t.co/toXLQBdyBp",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1930472903562150250"
                              ],
                              "editable_until_msecs": "1749099181000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "395",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Jun 05 03:53:01 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                11,
                                97
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "727242818452897796",
                                    "name": "Wenhu Chen",
                                    "screen_name": "WenhuChen",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 3,
                              "favorited": false,
                              "full_text": "@WenhuChen Thank you for sharing! I am surprised that even the SFT (full) is worse than RL (1 ex)",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1363088579723808772",
                              "id_str": "1930472903562150250"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1930472903562150250"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1932014435050119169",
              "sortIndex": "1953510582804021178",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1932014435050119169-tweet-1932014435050119169",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1932014435050119169",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMjQ1Mzc4MzE4Mzk4MDk5NDYw",
                                  "rest_id": "1245378318398099460",
                                  "affiliates_highlighted_label": {},
                                  "has_graduated_access": true,
                                  "is_blue_verified": false,
                                  "profile_image_shape": "Circle",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Wed Apr 01 15:51:51 +0000 2020",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "《El afán de aprender más es lo que nos hace grandes》\n💻Programador y Diseñador Web",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 244,
                                    "followers_count": 9,
                                    "friends_count": 13,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 1,
                                    "location": "",
                                    "media_count": 36,
                                    "name": "gonza_hso",
                                    "normal_followers_count": 9,
                                    "pinned_tweet_ids_str": [
                                      "1251949744328507394"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1245378318398099460/1585777372",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1245379869724246016/7baH6kk3_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "HsoGonza",
                                    "statuses_count": 376,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1932014435050119169"
                              ],
                              "editable_until_msecs": "1749466711000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "52",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Mon Jun 09 09:58:31 +0000 2025",
                              "conversation_id_str": "1930447298527670662",
                              "display_text_range": [
                                11,
                                43
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/XMzZZFOf2Q",
                                    "expanded_url": "https://x.com/HsoGonza/status/1932014435050119169/photo/1",
                                    "id_str": "1932014432277716992",
                                    "indices": [
                                      44,
                                      67
                                    ],
                                    "media_key": "3_1932014432277716992",
                                    "media_url_https": "https://pbs.twimg.com/media/Gs_k49DXYAAVQch.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/XMzZZFOf2Q",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 2004,
                                        "w": 1080,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 1200,
                                        "w": 647,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 680,
                                        "w": 366,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 2004,
                                      "width": 1080,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 605
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 1080
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 1231
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1002,
                                          "h": 2004
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 2004
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1932014432277716992"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [
                                  {
                                    "indices": [
                                      39,
                                      43
                                    ],
                                    "text": "NMT"
                                  }
                                ],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "727242818452897796",
                                    "name": "Wenhu Chen",
                                    "screen_name": "WenhuChen",
                                    "indices": [
                                      0,
                                      10
                                    ]
                                  }
                                ]
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/XMzZZFOf2Q",
                                    "expanded_url": "https://x.com/HsoGonza/status/1932014435050119169/photo/1",
                                    "id_str": "1932014432277716992",
                                    "indices": [
                                      44,
                                      67
                                    ],
                                    "media_key": "3_1932014432277716992",
                                    "media_url_https": "https://pbs.twimg.com/media/Gs_k49DXYAAVQch.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/XMzZZFOf2Q",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": []
                                      },
                                      "medium": {
                                        "faces": []
                                      },
                                      "small": {
                                        "faces": []
                                      },
                                      "orig": {
                                        "faces": []
                                      }
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 2004,
                                        "w": 1080,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 1200,
                                        "w": 647,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 680,
                                        "w": 366,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 2004,
                                      "width": 1080,
                                      "focus_rects": [
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 605
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 1080
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 1231
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1002,
                                          "h": 2004
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1080,
                                          "h": 2004
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1932014432277716992"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@WenhuChen Ok, ok... look the price of $NMT https://t.co/XMzZZFOf2Q",
                              "in_reply_to_screen_name": "WenhuChen",
                              "in_reply_to_status_id_str": "1930447298527670662",
                              "in_reply_to_user_id_str": "727242818452897796",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1245378318398099460",
                              "id_str": "1932014435050119169"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1932014435050119169"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-showmorethreads-1953510582804021177",
              "sortIndex": "1953510582804021177",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxxDhmD__7cLAAIAAACcRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUF3YXltcmdzVmJCYWhyS1U1Y09XckdHR3NzMDVtdmJrZmNheWxPWDd4cXhsaHJQNU9SMkZ1QUJHczIxc1RxYUVKSWF5bE9aWnRZZ3p4cktXeERIR3JIbUdzcFRtTW9XQUdZYXlteDZreGJBT0JyS2xDMURtekNZR3NxVlVTTFdBUEU9CAADAAAABwAA",
                "cursorType": "ShowMoreThreads",
                "displayTreatment": {
                  "actionText": "Show probable spam"
                }
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        }
      ],
      "metadata": {
        "reader_mode_config": {
          "is_reader_mode_available": true
        },
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}