Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt的分类与选择 #2

Closed
xiefan233 opened this issue Nov 20, 2023 · 3 comments
Closed

Prompt的分类与选择 #2

xiefan233 opened this issue Nov 20, 2023 · 3 comments

Comments

@xiefan233
Copy link

您好,我对您工作中的Prompt的分类与选择比较感兴趣。
首先,WordNet Synsets是如何使用的呢,我有点不太明白。例如,'animal.n.01',里面包含['animal', 'animate_being', 'beast', 'brute', 'creature', 'fauna'],之后对于一个Prompt,我们是遍历Prompt中每一个单词,看是否有和这个列表中相匹配的吗?
其次,我发现每个属性下的words都比较少,真的能够有效的分类吗?例如color属性下Key Phrases/Words,只有'white'。

@llyx97
Copy link
Owner

llyx97 commented Nov 20, 2023

感谢您对我们工作的关注。
关于WordNet Synsets的使用,您的理解大致是正确的,不过我们不止会匹配'animal.n.01'的lemmas。具体而言,我们会遍历prompt中的单词,只要有一个单词的synset的hypernym_paths中包含'animal.n.01',那么这个prompt就会被归类为Animals。
关于每个属性下Key Phrases/Words较少,这是因为WordNet Synset已经可以匹配到大部分的情况。

@xiefan233
Copy link
Author

感谢您对我们工作的关注。 关于WordNet Synsets的使用,您的理解大致是正确的,不过我们不止会匹配'animal.n.01'的lemmas。具体而言,我们会遍历prompt中的单词,只要有一个单词的synset的hypernym_paths中包含'animal.n.01',那么这个prompt就会被归类为Animals。 关于每个属性下Key Phrases/Words较少,这是因为WordNet Synset已经可以匹配到大部分的情况。

感谢回答!还有一个问题是Camera View中的WordNet Synsets为什么没有像其他一样的词性后缀?
image

@llyx97
Copy link
Owner

llyx97 commented Nov 20, 2023

这个Table有些地方确实写错了,感谢您指出这个问题!我们之后会修正的

@llyx97 llyx97 closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants