The following exercise attempts to use LLM to perform information extraction. The webpage https://techcrunch.com/2023/10/27/x-is-launching-new-premium-and-basic-subscription-tiers/ was used as the context to retrieve basic information such as company involved, their urls and topic of the article into a structured, JSON format.
##Approach
{ "related_companies": [ { "company_name":"X", "company_domain":"x.com" }, {"company_name":"Bloomberg", "company_domain":"bloomberg.com" } ], "topic":"X is launching two new subscription tiers, including a ‘Premium+’ ad-free plan" }