Message Boards Message Boards

LLM aids for processing of the first Carlson-Putin interview

Posted 2 months ago

POSTED BY: Anton Antonov
7 Replies

Python versions

English

Russian

POSTED BY: Anton Antonov

The interview has been at least looked at by more than 200 million people on X:

enter image description here

Some estimates claim that more than 1 billion people have seen the interview worldwide.

Assuming that 200 million people have seen it in Europe and USA, let us calculate what fraction of the adult population is that assumed count.

Here we get the adult population in European Union:

EntityClass["Country", "EuropeanUnion"][EntityProperty["Country", "AdultPopulation"]]

(* Quantity[5904040, "People"], Quantity[7419096, "People"], 
 Quantity[4378321, "People"], Quantity[2594084, "People"], 
 Quantity[865181, "People"], Quantity[6679000, "People"], 
 Quantity[3721314, "People"], Quantity[839198, "People"], 
 Quantity[3414592, "People"], Quantity[39559950, "People"], 
 Quantity[53345150, "People"], Quantity[6625666, "People"], 
 Quantity[6313949, "People"], Quantity[3254096, "People"], 
 Quantity[37717004, "People"], Quantity[1176046, "People"], 
 Quantity[1789792, "People"], Quantity[443312, "People"], 
 Quantity[358182, "People"], Quantity[11296629, "People"], 
 Quantity[25204354, "People"], Quantity[6595548, "People"], 
 Quantity[12573147, "People"], Quantity[3643941, "People"], 
 Quantity[1363006, "People"], Quantity[31336726, "People"], 
 Quantity[6508618, "People"]} *)

% // Total

(* Quantity[284919942, "People"] *)

Here we get the adult population in USA:

Entity["Country", "UnitedStates"][EntityProperty["Country", "Population", {"Age" -> "Adult"}]]//Round

(* Quantity[200484607, "People"] *)

Here we add the two counts together in order to get the total adult population in West:

%% + %

(* Quantity[485404549, "People"] *)

Here we find the corresponding ratio with the assumed number of interview views:

200*^6/% // N

(* Quantity[0.412027, 1/("People")] *)

So, more than 40% of the adults of "the West" have seen the interview. (Or at least looked at it.)

POSTED BY: Anton Antonov

The following post gives links to and discusses the work on the series of articles and notebooks over the first Carlson-Putin interview: "Notebook transformations".

enter image description here

POSTED BY: Anton Antonov

Here is the Russian notebook:

enter image description here

POSTED BY: Anton Antonov

Here is a blog post with the Russian version of notebook's content: "LLM помогает в обработке первого интервью Карлсона-Путина".

POSTED BY: Anton Antonov
Posted 2 months ago

Hi Anton,

Nice analysis, as always. I did notice one thing

"Rephrase this answer in the style of Hillary Donald Trump:"

Is that a typo?

POSTED BY: Rohit Namjoshi

Yes, it is! Thanks for catching that up!

(Should be fixed now.)

POSTED BY: Anton Antonov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract