Difference between revisions of "Research Goals"

From REU@MU
Jump to: navigation, search
Line 1: Line 1:
 
'''RQ1''': How do medical crowdfunding campaigns differ from AI-generated replications?
 
'''RQ1''': How do medical crowdfunding campaigns differ from AI-generated replications?
 +
* Step 1: Scrape GoFundMe's [https://www.gofundme.com/start/medical-fundraising medical] fundraising homepage. I should be able to adapt Alex Fischmann's script from last summer.
 +
* Step 2: Prompt an LLM (GPT-3 or GPT-4) to rewrite scraped campaigns. This may require fine-tuning. Write a script to replicate ''n'' campaigns ''n'' times. We want a 1-1 relationship between an original campaign and its replication. In other words, the output should adhere to the facts in the prompt.

Revision as of 23:43, 2 June 2023

RQ1: How do medical crowdfunding campaigns differ from AI-generated replications?

  • Step 1: Scrape GoFundMe's medical fundraising homepage. I should be able to adapt Alex Fischmann's script from last summer.
  • Step 2: Prompt an LLM (GPT-3 or GPT-4) to rewrite scraped campaigns. This may require fine-tuning. Write a script to replicate n campaigns n times. We want a 1-1 relationship between an original campaign and its replication. In other words, the output should adhere to the facts in the prompt.