The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

AI rewriting agents raise model-predicted chances of getting job referrals by 14% for weaker requests while leaving strong requests intact; however, the improvement is measured by a prediction model, not by real-world referrals.

Building AI Agents to Improve Job Referral Requests to Strangers
Ross Chu, Yuting Huang · December 28, 2025
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Ross Chu unresolved corpus identity
  2. Yuting Huang unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Ross Chu provider ID
  2. Yuting Huang unresolved corpus identity
LLM-generated edits—especially when augmented with RAG—raise model-predicted referral probabilities for weaker job-referral requests by about 14% without degrading stronger requests, but results are based on predicted probabilities rather than observed referrals.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

This paper develops AI agents that help job seekers write effective requests for job referrals in a professional online community. The basic workflow consists of an improver agent that rewrites the referral request and an evaluator agent that measures the quality of revisions using a model trained to predict the probability of receiving referrals from other users. Revisions suggested by the LLM (large language model) increase predicted success rates for weaker requests while reducing them for stronger requests. Enhancing the LLM with Retrieval-Augmented Generation (RAG) prevents edits that worsen stronger requests while it amplifies improvements for weaker requests. Overall, using LLM revisions with RAG increases the predicted success rate for weaker requests by 14\% without degrading performance on stronger requests. Although improvements in model-predicted success do not guarantee more referrals in the real world, they provide low-cost signals for promising features before running higher-stakes experiments on real users.

Summary

Main Finding

Using LLMs to rewrite strangers’ job-referral requests increases model-predicted likelihood of getting referrals for weaker requests but can reduce it for stronger requests; augmenting the LLM with Retrieval‑Augmented Generation (RAG) (contextual example retrieval + light editorial guidance) prevents harms to strong requests and amplifies gains for weak ones. Overall, LLM+RAG raises predicted success for weaker requests by ~14% without degrading performance on stronger requests. These gains are measured against a fine‑tuned sentence‑transformer reward model (AUROC = 0.681) used as a proxy for real referral outcomes.

Key Points

  • Context and outcome
    • Data from Blind’s “Jobs & Referrals” channel (Feb–Nov 2024). Raw collection: 17,542 posts and 27,150 comments.
    • Success label: a post is “successful” if it receives at least one explicit referral offer (e.g., “DM me for Google”).
    • Many posts get no offers: 54% of requests receive no referral offers.
  • Evaluation model (reward function)
    • Three candidate encoders: TF‑IDF, a featurized semantic model, and a sentence transformer.
    • Best performing model: sentence transformer (all‑distilroberta‑v1 fine‑tuned with LoRA), AUROC = 0.681, accuracy ≈ 63%. Calibration shows predicted probabilities align reasonably with observed referral rates.
    • Training/test split uses a temporal holdout (train on data before Sept 24, test after Sept 25) to reduce leakage.
  • Basic LLM workflow
    • Improver agent: calls gpt‑5‑mini to rewrite title and body under system/user prompts; mask tokens ([ROLE], [LOCATION], etc.) used to hide credentials.
    • Evaluator agent: compares predicted success (reward model) before vs after rewrite.
    • Result: basic LLM revisions raise predicted success for low‑quality requests but can reduce predicted success for high‑quality requests (asymmetric effects).
  • RAG workflow
    • Retriever agent: indexes high‑quality historical requests, filters to examples with higher predicted success relative to the target, and returns the closest 5 examples by embedding cosine similarity; one‑time indexing trims extreme outliers and clusters top examples for fast retrieval.
    • Explainer agent: provides sentence‑level and title ratings (strong/moderate/weak) to guide editing; however, ablation shows most gains come from the retriever—ratings modestly helpful.
    • Result: RAG prevents degrading edits on strong requests and amplifies improvements on weak requests; net effect is +14% predicted success for weak requests with no degradation for strong ones.
  • Design choices and safeguards
    • Masking of sensitive/inherent attributes to force edits to focus on writing quality rather than exploiting unobservable advantages.
    • Prompting discourages inventing facts; retrieval examples are context‑filtered to avoid irrelevant stylistic transfer.
  • Limitations (highlighted by authors)
    • Reward model is a proxy: improved model‑predicted success does not guarantee more real‑world referrals or hires.
    • Observational label (offers seen on platform) cannot verify off‑platform follow‑through (actual referrals or hires).
    • Potential for LLMs to introduce subtle biases or manipulate signals in ways not captured by the proxy.

Data & Methods

  • Data
    • Source: Blind (teamblind.com), “Jobs & Referrals” channel.
    • Time window: Feb 29 – Nov 17, 2024.
    • Raw counts: 17,542 posts, 27,150 comments. Modeling sample (after filtering/masking) reported N ≈ 11,358 for some analyses.
    • Mask tokens added for profession, years, seniority, employer, etc., and tokenizers updated to recognize these.
  • Outcome definition
    • Binary success = at least one platform comment that is an explicit referral offer (e.g., “DM me”).
  • Predictive models
    • TF‑IDF (unigrams + bigrams), featurized semantic model (binary attributes inspired by prior literature + linguistic metrics), and sentence transformer (all‑distilroberta‑v1, 768‑dim embeddings).
    • Classification head: logistic regression with L1 penalty; LoRA used to fine‑tune transformer embeddings.
    • Metrics: AUROC (main), accuracy, precision, recall, F1; bootstrapped CIs reported.
    • Temporal train/test split to assess generalization over time.
  • Improvement workflows
    • Basic: LLM rewrite (gpt‑5‑mini) + evaluator (reward model).
    • RAG: retriever selects contextual, high‑quality examples; explainer rates segments; improver uses retrieved examples + ratings in prompts.
    • Retrieval details: index top successful requests (trim extremes), cluster via FAISS; for each query compute p, compute candidate pool with predicted success higher than p by at least half the potential gap (pmax – p)/2, select 5 nearest by cosine similarity.
  • Evaluation of rewrites
    • Compare reward‑model predicted probabilities before vs after edit, stratified by baseline predicted quality (weak vs strong).
    • Ablations: remove ratings, remove retriever, etc., to attribute gains.

Implications for AI Economics

  • Low‑cost pre‑testing of interventions
    • Using a learned reward model as a proxy enables fast, cheap iteration on interface/agent designs before committing to field experiments. This can reduce costs/time in development of platform interventions or marketplace features.
  • Markets for writing/assistance services
    • AI agents that boost the persuasiveness of requests can change access to networked opportunities (referral markets). There is commercial potential for tools that improve outreach to gatekeepers (referrers, hiring managers).
  • Distributional effects and inequality
    • The asymmetric effect (largest gains for weaker requests) suggests AI assistance could help less‑connected or less‑effective communicators close some access gaps. But it also creates the possibility of an arms race: if everyone uses assistance, the baseline standard may shift, potentially neutralizing gains and favoring those who can pay for premium agents.
  • Equilibrium and platform effects
    • Widespread use of high‑quality automated requests may alter supply/demand for referrals (referrers could become more selective, change norms, or implement stricter filters). Platforms may need to manage volume or authenticity (spam, gaming).
  • Measurement and validation recommendations
    • Model‑predicted gains are promising but insufficient. Economists should run randomized controlled trials (A/B tests) on live platforms to measure effects on: (a) referral offers, (b) interview callbacks, (c) hires and retention, and (d) referrer welfare/costs.
    • Track downstream matching and hiring outcomes, not just platform signals; measure externalities (e.g., increased workload for referrers).
  • Policy, fairness, and ethics
    • Masking credentials is a useful design to reduce unequal exploitation, but further work is needed to audit for bias (gender/race inference from text, occupation stereotypes).
    • Platforms might regulate agent use (labels, rate limits, verification) to preserve authenticity and avoid crowding out organic referrals.
  • Research agenda suggestions
    • Field experiments to validate model predictions and estimate causal impacts on hiring.
    • Study general equilibrium: how referrer behavior adapts when many applicants use agents.
    • Welfare analysis: quantify gains for applicants vs costs on referrers and platforms.
    • Cost–benefit of different RAG designs (retriever quality, number of examples, explainer granularity).

If you want, I can: - Draft an experimental design (RCT) to validate predicted gains on a live platform (power calculations, treatment arms, outcomes), or - Produce a short slide‑style brief summarizing the paper for nontechnical policy audiences.

Assessment

Paper Typedescriptive Evidence Strengthlow — Outcomes are model-predicted probabilities rather than observed referral behavior, so reported gains are proxies that may not translate to real-world effects; there is no randomized assignment or field validation to establish causal impacts on actual referrals, wages, or labor-market outcomes. Methods Rigormedium — The approach combines an improver agent, an evaluator model trained on historical outcomes, and an ablation (RAG vs non-RAG), which is a sensible experimental pipeline; however, key risks remain (evaluator calibration, label noise, distributional shift, potential leakage between training and test examples) and the paper lacks high-stakes validation on real users, limiting overall rigor. SampleRetrospective dataset of job-referral requests from a professional online community together with historical referral outcomes used to train an evaluator model; the LLM improver and RAG-enhanced improver were applied to existing requests and outcomes were assessed via the evaluator's predicted referral probabilities (no live user experiment). Themeslabor_markets human_ai_collab IdentificationNo causal identification; the paper measures changes in a model-predicted probability of receiving referrals before and after LLM-generated edits (and compares LLM vs LLM+RAG), using an evaluator model trained on historical referral outcomes rather than any randomized or real-world intervention. GeneralizabilityFindings rely on a platform-specific dataset and may not generalize to other professional networks or offline referral contexts, Evaluator model predictions may not capture social-network dynamics, reciprocity, or off-platform communication that determine real referrals, Cultural, industry, or language-specific norms in the dataset could limit transferability, Performance depends on the quality and representativeness of the historical training data; distributional shift could change effectiveness, Results measure predicted (not observed) outcomes, so external validity to actual referral or hiring outcomes is uncertain

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The paper develops AI agents that help job seekers write effective requests for job referrals in a professional online community (an improver agent that rewrites the referral request and an evaluator agent that measures the quality of revisions). Hiring positive predicted probability of receiving referrals (quality of referral requests)
Reading fidelity high
Study strength high
not reported
0.3
The evaluator agent is a model trained to predict the probability of receiving referrals from other users, and it is used to measure the quality of revisions. Hiring positive predicted probability of receiving referrals
Reading fidelity high
Study strength high
not reported
0.3
Revisions suggested by the LLM increase predicted success rates for weaker requests while reducing them for stronger requests. Hiring mixed change in predicted probability of receiving referrals (pre- vs post-edit)
Reading fidelity high
Study strength medium
not reported
0.18
Enhancing the LLM with Retrieval-Augmented Generation (RAG) prevents edits that worsen stronger requests while amplifying improvements for weaker requests. Hiring positive change in predicted probability of receiving referrals (direction and magnitude of edit effects with vs without RAG)
Reading fidelity high
Study strength medium
not reported
0.18
Overall, using LLM revisions with RAG increases the predicted success rate for weaker requests by 14% without degrading performance on stronger requests. Hiring positive predicted probability of receiving referrals (aggregate change for weaker requests; no degradation for stronger requests)
Reading fidelity high
Study strength medium
14%
0.18
Improvements in model-predicted success do not guarantee more referrals in the real world, but they provide low-cost signals for promising features before running higher-stakes experiments on real users. Hiring mixed external validity of model-predicted referral probabilities (real-world referral outcomes)
Reading fidelity high
Study strength speculative
not reported
0.03

Notes