We've added a new command to Claude Code called /insights
When you run it, Claude Code will read your message history from the past month. It'll summarize your projects, how you use Claude Code, and give suggestions on how to improve your workflow.
image-scaling attacks are wild
small dots added to the image on the left turns it into the image on the right when downscaled
could make auditing ML systems very tricky if you only look at the original images...
A quick thread for PhD admits thinking about potential advisors:
I see a lot of discussion about "hands-on" vs "hands-off" advisors
But I think there are at least 3 underlying dimensions here, each of which is worth considering in its own right:
👇 [THREAD]
1/
I learned earlier this year that you don't have to make LaTeX tables by hand!
Just load your results into a DataFrame and call to_latex()
pandas.pydata.org/pandas-docs/st…
Fun trick you can do with Copilot:
If you add add a comment
`# The above function has a bug:`
The completion will give you suggestions for potential bugs in your code
One of the reasons I think GPT-J is so cool is that its pretraining data is publicly available
This lets us ask questions that were impossible to answer for LLMs like GPT-3
For example: "did our model actually learn the task or was this example in the training data?"
1/
Eliciting Human Preferences with Language Models
Currently, people write detailed prompts to describe what they want a language model to do
We explore *generative elicitation*—where models interactively ask for this information through open-ended conversation
1/
Which of BERT's layers really matter for finetuning? (Spoiler: it's not what probing tells you!)
New work on understanding transfer learning in BERT: arxiv.org/abs/2004.14975
w/ Trisha Singh, Davide Giovanardi and Noah Goodman @stanfordnlp@StanfordAILab
⬇ 1/
DABS: A Domain-Agnostic Benchmark for Self-Supervised Learning
SSL is a promising technology, but current methods are field-specific. Can we find general algorithms that can be applied to any domain?
🌐: dabs.stanford.edu
📄: arxiv.org/abs/2111.12062
🧵👇 #NeurIPS2021
1/
If you think prompt engineering is bad now, just wait until large speech models:
"For some reason, when Lucia reads the prompt we get 10% higher accuracy"
"Have you tried singing the prompt?"
"Speaking Slowly Improves Chain of Thought Prompting"