llm-lobbyist
FreeLarge Language Models as Corporate Lobbyists
About llm-lobbyist
This open-source research code implements a proof-of-concept for using large language models (LLMs) to perform corporate lobbying activities. It leverages OpenAI's text-davinci-003 (and earlier text-davinci-002) to determine whether proposed U.S. Congressional bills are relevant to specific public companies, providing explanations and confidence levels. For relevant bills, the model drafts persuasive letters to bill sponsors advocating for changes to the proposed legislation. The repository includes a novel dataset of ground-truth relevance labels for benchmarking LLM performance on this task. The associated paper discusses both the potential positive and negative implications of AI-driven lobbying and the risk of AI influencing law without direct human intent.
Key Features
Pros & Cons
- Proof-of-concept demonstrates LLMs can perform complex policy analysis and persuasion tasks
- Outperforms simple baseline on relevance determination
- Open-source code and dataset enable reproducibility and further research
- Addresses important ethical and societal questions about AI influence on law
- Requires access to OpenAI API (paid) and thus not fully self-contained
- Limited to U.S. Congressional bills and specific public companies
- Experimental and not production-ready; results may vary
- Older model (text-davinci-002) performed worse than baseline, indicating sensitivity to model capabilities