Paul Bose
@pbose.bsky.social
100 followers 210 following 37 posts
Postdoc at University of Rome Tor Vergata. Interested in Applied Microeconomics with a focus on Political Economy. http://www.paulbose.com/
Posts Media Videos Starter Packs
Reposted by Paul Bose
pauschae.bsky.social
Looks amazing!
gmcd.bsky.social
To borrow another example, taken from the `dbreg` README: github.com/grantmcdermo...

Here I am running a fixed-effects regression on 180 million(!) row parquet dataset... and it completes **< 2 seconds**... on my laptop 🤯

This is powered by @duckdb.org under the hood.

#rstats #econsky
Running dbreg::dbreg() on a full year of NYC taxi data... and it takes less than 2 seconds.

dbreg(
   tip_amount ~ fare_amount + passenger_count | month + vendor_name,
   path = "read_parquet('nyc-taxi/**/*.parquet')", ## path to hive-partitioned dataset
   vcov = "hc1"
)
#> [dbreg] Estimating compression ratio...
#> [dbreg] Data has 178,544,324 rows and 24 unique FE groups.
#> [dbreg] Using strategy: compress
#> [dbreg] Executing compress strategy SQL
#> 
#> Compressed OLS estimation, Dep. Var.: tip_amount 
#> Observations.: 178,544,324 (original) | 70,782 (compressed)
#> Standard Errors: Heteroskedasticity-robust
#>                  Estimate Std. Error  t value  Pr(>|t|)    
#> fare_amount      0.106744   0.000068 1564.742 < 2.2e-16 ***
#> passenger_count -0.029086   0.000106 -273.866 < 2.2e-16 ***
#> ---
#> Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
pbose.bsky.social
At the time I was using both inline completions and the chat function (at least the inline chat, not the agent capabilities, which didn't exist yet).
pbose.bsky.social
Interesting, thanks for sharing. I didn't know about this. Tbh I mostly did this exercise to test out the gender and region prediction package. But thought the results might be interesting. Nice to know that there is a resource directly from RePEc.
pbose.bsky.social
Check out my blog post for a detailed explanation of my methodology and findings: www.paulbose.com/thisandthat/...
pbose.bsky.social
I used the "nametrace" package (github.com/parobo/namet...) to predict gender and region of origin based on author names rather than checking each author's actual gender or background. Therefore, take the results with a grain of salt.
GitHub - parobo/nametrace: A python package to predict demographic information from names.
A python package to predict demographic information from names. - parobo/nametrace
github.com
pbose.bsky.social
The rise in female representation in the top 5% appears to be a global phenomenon, with increases observed in both North America/Europe and the "rest of the world." The trend is slightly stronger in North America and Europe, but these regions also had more ground to cover in terms of catching up.
pbose.bsky.social
The growth for regions other than US/Canada/Europe is primarily driven by scholars from Eastern Asia, Southern Asia and South America. Unfortunately, Africa remains extremely underrepresented.
pbose.bsky.social
While these numbers are super low, there's a small of positive change, ... a slow one.
- The share of women has edged up from roughly 9% to 12% over the past 12 years. Progress, but the pace is too slow!
- Representation from "the rest of the world" has increased from 16% to 25% in 2025.
pbose.bsky.social
How is economics doing in terms of representation of women and researchers with a region of origin outside North America or Europe?
I looked at the top 5% authors on RePEc in the last 12 years.
- Only 12% are women
- 25% a region of origin other than US/Canada/Europe

#EconSky #AcademicSky #PoliSky
pbose.bsky.social
#econsky #polisky
pbose.bsky.social
Need to predict people's gender or region of origin from their name for your research? Check out my python package "nametrace" which provides a simple modern API to do just that.
pbose.bsky.social
It was great to be in Clermont Ferrand to present my work with @econom.bsky.social on local social media activity after refugee arrival. Thanks so much to the organizers and the other participants. It was a super interesting workshop!
Reposted by Paul Bose
zohalhessami.bsky.social
🚨3 days left to apply!
pbose.bsky.social
Our results suggest that refugee influx caused a sharp but short lived spike in salience of refugees. People who remained active tweeters on the topic started to show more opposition of refugees after a while however.
We combine the analysis with extremely local voting data and find similar results.
pbose.bsky.social
Olivier Marie is presenting our paper (joint with Renske Stans) on social media salience of refugees and election effects in Linnaeus today. I am super excited that this paper ready to be presented more widely!

We study local twitter discourse around the timing of refugee arrival during 2015/2016.
pbose.bsky.social
As an example I show how to analyze the sentiment of the last 100 posts of the reddit CEOs spez and kn0thing in mere seconds.
pbose.bsky.social
Are you using LLMs for your research and want to classify millions of text? This can be a very slow and expensive process. But it doesn't have to be. In my blogpost I explain how to use multiple GPUs and vLLM to analyse thousands of texts with an LLM super fast!

#econsky #polisky

lnkd.in/di9AbciU
pbose.bsky.social
BONUS: use ollama to interact with the models from python and receive structured responses. This is super helpful for classification or structured outputs for e.g. Text summary.
pbose.bsky.social
Want to learn how to run your own version of Deepseek R1 or Meta's LLAMA model on a remote high-performance computing server? I wrote a brief blog post explaining how you can install and run the models using ollama.

www.paulbose.com/thisandthat/...

#econsky #polisky
Reposted by Paul Bose
fsobbrio.bsky.social
Last chance to submit a paper (Deadline Jan 31). 3rd CEPR Workshop on Media, Technology, Politics, and Society cepr.org/events/3rd-b...
3rd BOCCONI - CEPR Workshop on Media, Technology, Politics, and Society
Search the site
cepr.org
pbose.bsky.social
I seems the abliterated versions are not censored but the the base model seems to be:
bsky.app/profile/paul...
paulgp.com
Abliterated model has no censorship issues on this one at least!!
pbose.bsky.social
Interesting point, your screenshots do somewhat indicate hard coded instructions in the model, but it could still be only on the API version. Would like to see this for the local model.