分页: 1 / 2

#1 LLM的十大应用是什么?

发表于 : 2025年 7月 16日 09:59
wildthing
1. 编程
2. 合成图片、录像
3. 编写文档
4. 教育
5. 科研
6. 语音识别、图像,视频识别
7.
8.
9.
10.


#2 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 11:49
fantasist
LLM还可以生成语音,可以直接对话。
今年的热门主题是接入各种API后成为multi-turn agent,目前能力上限暂时取决于有多少交互接口,还没触及模型智能限制。
只谈transformer架构的话,它可以用于生成任何action sequence,目前在广告和自动驾驶已经成为标配。

#3 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 12:49
wildthing
fantasist 写了: 2025年 7月 16日 11:49 LLM还可以生成语音,可以直接对话。
今年的热门主题是接入各种API后成为multi-turn agent,目前能力上限暂时取决于有多少交互接口,还没触及模型智能限制。
只谈transformer架构的话,它可以用于生成任何action sequence,目前在广告和自动驾驶已经成为标配。
自动驾驶是怎么联系上的?

#4 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 13:14
fantasist
wildthing 写了: 2025年 7月 16日 12:49 自动驾驶是怎么联系上的?
perception和planning/decision现在都用transformer的变种
有兴趣可以看看这篇survey https://arxiv.org/html/2403.07542v1

#5 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 13:26
wildthing
fantasist 写了: 2025年 7月 16日 13:14 perception和planning/decision现在都用transformer的变种
有兴趣可以看看这篇survey https://arxiv.org/html/2403.07542v1
vision transformer is transformer applied to pixels. It is not the same as LLM.
你知道LLM用在自动驾驶的文章吗?

#6 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 14:07
fantasist
wildthing 写了: 2025年 7月 16日 13:26 vision transformer is transformer applied to pixels. It is not the same as LLM.
你知道LLM用在自动驾驶的文章吗?
非要限定生成文字图片的LLM的话,那应该是没有

#7 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 14:10
heteroclinic
sychofanting I mean one of them

#8 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 16:34
bullogger
wildthing 写了: 2025年 7月 16日 13:26 vision transformer is transformer applied to pixels. It is not the same as LLM.
你知道LLM用在自动驾驶的文章吗?
图片

#9 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 16:59
wildthing
bullogger 写了: 2025年 7月 16日 16:34 图片
真棒! 这是你自己的试验吗?图像也是chatgpt产生的吗?

#10 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 17:01
WideAnimals
heteroclinic 写了: 2025年 7月 16日 14:10 sychofanting I mean one of them
syncophant is considered as a bug in llm model which can be corrected.

#11 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 17:44
justChat
我觉得要具体一下标准。要论潜力,花姐吹的最大的就是医疗,毕竟这个市场巨大。 但迄今貌似几乎没有落地的。潜力第二大可能是编程。

LLM的十大(已落地)应用,按已落地商业价值排序。
wildthing 写了: 2025年 7月 16日 09:59 1. 编程
2. 合成图片、录像
3. 编写文档
4. 教育
5. 科研
6. 语音识别、图像,视频识别
7.
8.
9.
10.


#12 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 18:58
lonelyarcher
就一个应用: 股市吹泡泡
附带价值:裁员转移到印度

#13 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 19:52
Fnhdx
LLM在图像生成上的应用是把图像当作语言一样处理吗?

#14 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 16日 20:05
wildthing
Fnhdx 写了: 2025年 7月 16日 19:52 LLM在图像生成上的应用是把图像当作语言一样处理吗?
是的。所以效率低下

#15 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 17日 06:08
和硕英亲王
The promises of large language models for protein design and modeling

#16 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 17日 12:47
magagop
wildthing 写了: 2025年 7月 16日 09:59 1. 编程
2. 合成图片、录像
3. 编写文档
4. 教育
5. 科研
6. 语音识别、图像,视频识别
7.
8.
9.
10.

DLSS

#17 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 17日 14:09
fantasist
Fnhdx 写了: 2025年 7月 16日 19:52 LLM在图像生成上的应用是把图像当作语言一样处理吗?
transformer从high level讲就是根据当前的context,predict next token。token本身只是一个数字,意义完全是训练时赋予的,可以是文字,可以是图像,可以是声音,可以是用户点广告的action,也可以是蛋白质折叠信息。根据输入数据种类的不同,内部结构比如attention需要一些变化,但本质是基本相同的。

#18 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 17日 16:24
heteroclinic
WideAnimals 写了: 2025年 7月 16日 17:01 syncophant is considered as a bug in llm model which can be corrected.
No, it is widely used and needed particularly for those not systemicly trained.

#19 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 17日 17:19
WideAnimals
heteroclinic 写了: 2025年 7月 17日 16:24 No, it is widely used and needed particularly for those not systemicly trained.
https://openai.com/index/sycophancy-in-gpt-4o/

here is how openai addressed this issue: starting from 11:30


#20 Re: LLM的十大应用是什么?

发表于 : 2025年 7月 17日 19:25
heteroclinic
WideAnimals 写了: 2025年 7月 17日 17:19 https://openai.com/index/sycophancy-in-gpt-4o/

here is how openai addressed this issue: starting from 11:30

Maybe this thing can also do "howifixthingsifkup" (one more to the list) in a brilliant/genius way.