Earlier quoted context omitted.
Came here to mention this. Whenever I hear "alignment" I immediately say "No way am I going to use that shit". Seriously, there's alignment and then there's censorship—the AI creators are using the former when they actually mean the latter. This needs to stop.
My understanding is that in an academic context you’ll hear alignment anytime a model is tuned to accomplish a certain task, not just to steer its political affiliation and idea of ethics I don’t think this models use of alignment implies any sort of censorship, it’s just being tuned to accomplish the task of outputting only important tokens for the target llm
LLMLingua: Compressing Prompts for Faster Inferencing
21–30 of 51 posts
Re: LLMLingua: Compressing Prompts for Faster Inferencing
#22Re: LLMLingua: Compressing Prompts for Faster Inferencing
#23Re: LLMLingua: Compressing Prompts for Faster Inferencing
#24I wonder if this could also be useful in reverse, you'd have a large expensive llm producing a few tokens per sentence about the answer, then a expansion llm forming sentences out of it.
Re: LLMLingua: Compressing Prompts for Faster Inferencing
#25Re: LLMLingua: Compressing Prompts for Faster Inferencing
#26LLMLingua uses a well-trained small language model after alignment, such as GPT2-small or LLaMA-7B, to detect the unimportant tokens in the prompt and enable inference with the compressed prompt in black-box LLMs, achieving up to 20x compression with minimal performance loss.
Re: LLMLingua: Compressing Prompts for Faster Inferencing
#27Re: LLMLingua: Compressing Prompts for Faster Inferencing
#28I wonder if this could also be useful in reverse, you'd have a large expensive llm producing a few tokens per sentence about the answer, then a expansion llm forming sentences out of it.
Re: LLMLingua: Compressing Prompts for Faster Inferencing
#29Re: LLMLingua: Compressing Prompts for Faster Inferencing
#30This always seemed like the end game vs. getting a degree in prompt engineering. If you get enough data on "initial prompt attempt" -> "final successful prompt", the whole thing can be replaced by a fine tuned model. You would just select a "prompt rewritter llm" that optimizes for accuracy, cost, alignment etc.
GPT on top of GPT. It is turtles all the way down.