Law
Synthetic Data, Similarity-based Privacy Metrics, and Regulatory (Non-)Compliance
In this paper, we argue that similarity-based privacy metrics cannot ensure regulatory compliance of synthetic data. Our analysis and counter-examples show that they do not protect against singling out and linkability and, among other fundamental issues, completely ignore the motivated intruder test.
Demystifying Verbatim Memorization in Large Language Models
Huang, Jing, Yang, Diyi, Potts, Christopher
Large Language Models (LLMs) frequently memorize long sequences verbatim, often with serious legal and privacy implications. Much prior work has studied such verbatim memorization using observational data. To complement such work, we develop a framework to study verbatim memorization in a controlled setting by continuing pre-training from Pythia checkpoints with injected sequences. We find that (1) non-trivial amounts of repetition are necessary for verbatim memorization to happen; (2) later (and presumably better) checkpoints are more likely to verbatim memorize sequences, even for out-of-distribution sequences; (3) the generation of memorized sequences is triggered by distributed model states that encode high-level features and makes important use of general language modeling capabilities. Guided by these insights, we develop stress tests to evaluate unlearning methods and find they often fail to remove the verbatim memorized information, while also degrading the LM. Overall, these findings challenge the hypothesis that verbatim memorization stems from specific model weights or mechanisms. Rather, verbatim memorization is intertwined with the LM's general capabilities and thus will be very difficult to isolate and suppress without degrading model quality.
Financial Statement Analysis with Large Language Models
Kim, Alex, Muhn, Maximilian, Nikolaev, Valeri
We investigate whether an LLM can successfully perform financial statement analysis in a way similar to a professional human analyst. We provide standardized and anonymous financial statements to GPT4 and instruct the model to analyze them to determine the direction of future earnings. Even without any narrative or industry-specific information, the LLM outperforms financial analysts in its ability to predict earnings changes. The LLM exhibits a relative advantage over human analysts in situations when the analysts tend to struggle. Furthermore, we find that the prediction accuracy of the LLM is on par with the performance of a narrowly trained state-of-the-art ML model. LLM prediction does not stem from its training memory. Instead, we find that the LLM generates useful narrative insights about a company's future performance. Lastly, our trading strategies based on GPT's predictions yield a higher Sharpe ratio and alphas than strategies based on other models. Taken together, our results suggest that LLMs may take a central role in decision-making.
Generative AI like ChatGPT in Blockchain Federated Learning: use cases, opportunities and future
Puppala, Sai, Hossain, Ismail, Alam, Md Jahangir, Talukder, Sajedul, Ferdaus, Jannatul, Hasan, Mahedi, Pisupati, Sameera, Mathukumilli, Shanmukh
Federated learning has become a significant approach for training machine learning models using decentralized data without necessitating the sharing of this data. Recently, the incorporation of generative artificial intelligence (AI) methods has provided new possibilities for improving privacy, augmenting data, and customizing models. This research explores potential integrations of generative AI in federated learning, revealing various opportunities to enhance privacy, data efficiency, and model performance. It particularly emphasizes the importance of generative models like generative adversarial networks (GANs) and variational autoencoders (VAEs) in creating synthetic data that replicates the distribution of real data. Generating synthetic data helps federated learning address challenges related to limited data availability and supports robust model development. Additionally, we examine various applications of generative AI in federated learning that enable more personalized solutions.
Self-Directed Synthetic Dialogues and Revisions Technical Report
Lambert, Nathan, Schoelkopf, Hailey, Gokaslan, Aaron, Soldaini, Luca, Pyatkin, Valentina, Castricato, Louis
Synthetic data has become an important tool in the fine-tuning of language models to follow instructions and solve complex problems. Nevertheless, the majority of open data to date is often lacking multi-turn data and collected on closed models, limiting progress on advancing open fine-tuning methods. We introduce Self Directed Synthetic Dialogues (SDSD), an experimental dataset consisting of guided conversations of language models talking to themselves. The dataset consists of multi-turn conversations generated with DBRX, Llama 2 70B, and Mistral Large, all instructed to follow a conversation plan generated prior to the conversation. We also explore including principles from Constitutional AI and other related works to create synthetic preference data via revisions to the final conversation turn. We hope this work encourages further exploration in multi-turn data and the use of open models for expanding the impact of synthetic data.
Would-be reality TV contestants 'not looking real'
As the reality TV sector increasingly has to deal with the good and bad impacts of AI, lawyer John Delaney says there are growing legal and regulatory issues. "For example, AI could be used to suggest scenarios or storylines, to edit episodes and to anticipate and assess audience reactions to in-show developments," says Mr Delaney, who is a partner at commercial law firm Perkins Coie, and who advises companies on AI and other technology issues. "However, production companies will need to consider to what extent the new Writers Guild of America agreement [to strictly restrict the use of AI] might limit their ability to use AI in connection with their reality TV programs." He adds that away from making the shows a growing issue that reality TV producers and contestants are facing is a proliferation of unauthorized, AI-generated images and videos. Mr Delaney points to generative AI tools such as chatbot ChatGPT being used to create new content from reality TV footage.
The US Senate unanimously passes a bill to empower victims of intimate deepfakes
The US Senate unanimously passed a bill on Tuesday designed to hold accountable those who make or share deepfake porn. The Disrupt Explicit Forged Images and Non-Consensual Edits Act (DEFIANCE Act) would allow victims to sue those who create, share or possess AI-generated sexual images or videos using their likeness. The issue took root in the public consciousness after the infamous Taylor Swift deepfake that circulated among online lowlifes early this year. The bill would let victims sue for up to 150,000 in damages. That number grows to 250,000 if it's related to attempted sexual assault, stalking or harassment.
The Download: Chinese LLMs, and transforming heavy-duty trucking
When police departments first started buying and deploying bodycams in the wake of the police killing of Michael Brown in Ferguson, Missouri, a decade ago, activists hoped it would bring about real change. Years later, despite what's become a multibillion-dollar market for these devices, the tech is far from a panacea. Most footage they generate goes unwatched. And if they do finally provide video to the public, it usually doesn't tell the complete story. A handful of AI startups see this problem as an opportunity to create what are essentially bodycam-to-text programs for different players in the legal system, mining this footage for misdeeds. But like the bodycams themselves, the technology still faces procedural, legal, and cultural barriers to success.
The ACLU Fights for Your Constitutional Right to Make Deepfakes
You wake up on Election Day and unlock your phone to a shaky video of your state capitol. In other clips posted alongside it, gunshots ring out in the distance. You think to yourself: Maybe better to skip the polling booth today. Only later do you learn that the videos were AI forgeries. A friend calls you, distraught.
Traditional Methods Outperform Generative LLMs at Forecasting Credit Ratings
Drinkall, Felix, Pierrehumbert, Janet B., Zohren, Stefan
Large Language Models (LLMs) have been shown to perform well for many downstream tasks. Transfer learning can enable LLMs to acquire skills that were not targeted during pre-training. In financial contexts, LLMs can sometimes beat well-established benchmarks. This paper investigates how well LLMs perform in the task of forecasting corporate credit ratings. We show that while LLMs are very good at encoding textual information, traditional methods are still very competitive when it comes to encoding numeric and multimodal data. For our task, current LLMs perform worse than a more traditional XGBoost architecture that combines fundamental and macroeconomic data with high-density text-based embedding features.