bojone / papers.cool

Cool Papers - Immersive Paper Discovery
287 stars 3 forks source link

语音领域收录建议 #15

Open YoungKang1222 opened 4 months ago

YoungKang1222 commented 4 months ago

https://www.isca-archive.org/

bojone commented 4 months ago

好的,感谢提供,择日收录

bojone commented 4 months ago

这个INTERSPEECH系列怎么组织有点难搞,它提供了一个分类信息,直接丢掉这个分类有点可惜,保留原始分类又太多(100多个),我想合并为几个大类别,但我又怕搞得不专业。楼主有什么建议吗

YoungKang1222 commented 4 months ago

谢谢苏神组织,要不然看看能不能这么分:语音理解、语音生成、音频信号处理、多模态

bojone commented 4 months ago

谢谢苏神组织,要不然看看能不能这么分:语音理解、语音生成、音频信号处理、多模态

问题不大,但我大体上只能交给GPT4来自动分类了,我粗看了一下,大体上分类还是对的。

bojone commented 4 months ago

已收录,最后的分类代码是:

def classify(k):
    if 'Keynote' in k:
        return 'Keynote'
    if re.findall('Speech.*Recognition|ASR', k):
        return 'Speech Recognition'
    if re.findall('Speech.*Synthesis', k):
        return 'Speech Synthesis'
    if re.findall('Voice Conversion|Noise Reduction|Separation|Speech.*(Coding|Enhancement|Processing)', k):
        return 'Speech Processing'
    if re.findall('Analysis|Assessment|Evaluation', k):
        return 'Analysis and Assessment'
    if re.findall('Language|Translation|linguistic|Multimodal|Multi-modal|lingualism', k):
        return 'Language and Multimodal'
    return 'Others'

有时间欢迎上去review一下分类结果哈,感谢

YoungKang1222 commented 4 months ago

收到 感谢工作

YoungKang1222 commented 4 months ago

https://ieeexplore.ieee.org/xpl/conhome/1000002/all-proceedings 苏神,这是另外一个语音顶会,不付费可能访问不了,不知道能不能收录

bojone commented 4 months ago

ICASSP是吧,有所耳闻,但如果不是开源可访问的,我也没法适配(主要是需要PDF直链)

YoungKang1222 commented 4 months ago

是的 确实不开源 多谢苏神

Winn1y commented 4 months ago

ICASSP每年录用之后会有一个月的免费期,看看有没有办法爬下来临时存?

bojone commented 4 months ago

ICASSP每年录用之后会有一个月的免费期,看看有没有办法爬下来临时存?

就算下了也是不敢对外serve的,就好比谁敢把知网的论文下载了对外提供免费服务?

Winn1y commented 4 months ago

嗯嗯 欸? 那 IJCAI 呢 有计划收录吗