March 2025 Summaries
2 posts from OpenPipe
Filter
Month:
Year:
Post Summaries
Back to Blog
The text discusses a new, open-source system for redacting personally identifiable information (PII) from text data. The system uses two fine-tuned large language models to detect and redact PII, achieving near-perfect recall rates for highly sensitive information such as social security numbers, IP addresses, passport numbers, and driver's licenses. The system outperforms existing open-source libraries like Presidio in some categories, with improvements ranging from 16.82% to 46.74%. The text also highlights the importance of understanding detection rates, which represent how effectively a system identifies different types of personal information in text data. While real-world performance may vary depending on factors such as text quality and formatting, the system is designed to be easy to use and integrate into existing workflows.
Mar 26, 2025
1,230 words in the original blog post.
This is an investigation into using Group Relative Policy Optimization (GRPO) to train smaller, open-weight language models on complex deduction tasks. The authors achieved impressive performance gains by training Qwen 14B and 32B models on challenging Temporal Clue puzzles, bringing open-weight models to the cutting edge of reasoning performance at significantly reduced costs. By leveraging reinforcement learning and carefully selecting hyperparameters, they demonstrated that smaller, open-weight models can be trained to frontier-level accuracy, improving the cost-accuracy trade-off in logical deduction tasks.
Mar 06, 2025
2,321 words in the original blog post.