- 博客(36)
- 收藏
- 关注
原创 【教程】Conda更换镜像源安装pytorch
我们直接从conda官方或pytorch官方安装pytorch时,由于服务器在国外,速度很慢,或者无法下载/中断,这时候换上国内的镜像源会快很多。这里给出更换阿里源的例子,其他国内源同理。
2023-12-05 20:50:54
4007
原创 【论文笔记】Medical Dialogue Response Generation with Pivotal Information Recalling
关键信息召回增强的医疗对话生成
2023-07-06 17:06:23
468
2
原创 【论文笔记】Commonsense Knowledge Aware Conversation Generation with Graph Attention
常识知识增强的开放域对话生成
2023-07-05 01:31:21
396
原创 【论文笔记】Knowledge Bridging for Empathetic Dialogue Generation
针对共情对话生成任务,融合常识知识和情感词典知识,将知识作为桥梁,从而对信息之间的关联建模。
2023-06-12 19:46:56
448
1
原创 【论文笔记】Towards an Online Empathetic Chatbot with Emotion Causes
引入情绪原因提高共情对话能力。
2023-05-06 17:26:02
335
1
原创 【论文笔记】Improving the Applicability of Knowledge-Enhanced Dialogue Generation Systems by MHKD
MHKD方法。多源异构知识提高知识增强对话系统的适用性。Improving the Applicability of Knowledge-Enhanced Dialogue Generation Systems by Using Heterogeneous Knowledge from Multiple Sources。
2023-05-02 21:37:32
329
1
原创 【论文笔记】DialoGPT:Large-Scale Generative Pre-training for Conversational Response Generation
从Reddit上获取了2005-2017年的147M评论数据进行生成式预训练,发布了DialoGPT模型。DialoGPT具备通用对话回复能力,能够生成更具相关性、内容丰富、上下文一致性的回复。
2023-04-05 12:43:04
435
1
原创 【论文笔记】Stylistic Response Generation by Controlling Personality Traits and Intent
基于大五人格特质和对话意图实现对话回复生成风格控制
2023-03-20 13:50:19
253
1
原创 【论文笔记】DepressionNet:A Novel Summarization Boosted Deep Framework for Depression Detection
DepressionNet: A Novel Summarization Boosted Deep Framework for Depression Detection on Social Media。一种用于社交媒体抑郁检测的摘要增强的深度框架。
2023-03-19 16:40:55
286
1
原创 【教程】Windows下Miniconda+Pytorch+Pycharm开发环境搭建指南
Window下Conda+Pytorch+Pycharm开发环境搭建指南
2023-03-15 22:49:05
3700
原创 【论文笔记】Few-Shot Table-to-Text Generation with Prefix-Controlled Generator
少样本学习;表格到文本生成;前缀控制生成;Few-Shot Table-to-Text Generation with Prefix-Controlled Generator
2023-03-12 22:34:26
777
1
原创 【论文笔记】Controllable Natural Language Generation with Contrastive Prefixes
带有对比前缀的可控文本生成,Controllable Natural Language Generation with Contrastive Prefixes
2023-03-06 22:35:11
629
1
原创 【论文笔记】Prefix-Tuning: Optimizing Continuous Prompts for Generation
Prefix-Tuning: Optimizing Continuous Prompts for Generation
2023-03-05 16:21:01
638
1
原创 【论文笔记】Text Detoxification using Large Pre-trained Neural Models
使用大规模预训练语言模型进行文本解毒;文本去毒/风格迁移/文本复述/可控文本生成
2022-11-30 14:49:50
819
1
原创 【论文笔记】GeDi:Generative Discriminator Guided Sequence Generation
GeDi:生成式判别器引导的序列生成;可控文本生成
2022-11-22 09:13:46
1515
原创 【论文笔记】CTRL: A conditional Transformer Language Model For Controllable Generation
CTRL:一种用于受控文本生成的条件Transformer语言模型
2022-11-10 17:28:50
1812
1
原创 【论文笔记】An Unsupervised Style Transfer Framework for Profanity Redaction
一种检索-生成-编辑(Retrieve, Generate and Edit)的无监督风格迁移流水线方法,通过词限制的方式编辑冒犯性的评论。文本解毒/文本风格迁移。
2022-11-05 20:03:48
293
1
原创 【论文笔记】ParaDetox:Detoxifification with Parallel Data
文本解毒平行数据集ParaDetox。文本解毒/平行语料库/文本风格迁移/文本复述/可控文本生成
2022-11-03 22:21:49
689
1
原创 【论文笔记】Fighting Offensive Language on Social Media with Unsupervised Text Style Transfer
文本风格迁移/言论去毒/可控文本生成。社交媒体上的攻击性语言的无监督的文本风格迁移
2022-10-21 16:31:57
236
1
原创 【论文笔记】Civil Rephrases Of Toxic Texts With Self-Supervised Transformers
用于毒性言论的文明复述的自监督Transformer。言论去毒/文本复述/文本风格迁移/可控文本生成。
2022-10-20 23:37:13
406
1
原创 【论文笔记】From the Detection of Toxic Spans in Online Discuss to the Analysis of Toxic-to-Civil Transfer
From the Detection of Toxic Spans in Online Discussions to the Analysis of Toxic-to-Civil Transfer言论毒性片段检测/文本风格迁移/言论去毒
2022-10-10 00:41:53
1263
2
原创 【论文笔记】Generating Radiology Reports via Memory-driven Transformer
【论文笔记】Generating Radiology Reports via Memory-driven Transformer
2022-04-29 12:46:28
1222
原创 【论文笔记】MedDialog:Large-scale Medical Dialogue Datasets
论文笔记MedDialog Datasets EMNLP2020
2022-03-30 21:04:05
1907
原创 【论文笔记】PANDORA Talks: Personality and Demographics on Reddit
PANDORA大五人格数据集
2022-01-14 16:44:17
1904
原创 【报错笔记】Vector for token xxx has 147 dimensions, but previously read vectors have 300 dimensions.
使用torchnlp中word_to_vector产生维度错误的原因。RuntimeError: Vector for token Bolonia has 147 dimensions, but previously read vectors have 300 dimensions. All vectors must have the same number of dimensions.
2022-01-12 16:08:32
1172
原创 【教程】Linux服务器安装Nginx教程
在Linux服务器上安装了nginx,记录一下,参考了其他博主的几篇文章。服务器是阿里云的Centos7.9。1.创建一个目录存放nginx文件,笔者是在usr/local/nginx目录下安装nginx/usr/local/nginx2.安装PCRE pcre-devel 和Zlib,配置nginx的时候会用到这两个东西PCRE(Perl Compatible Regular Expressions) 是一个Perl库,包括 perl 兼容的正则表达式库。nginx 的 http 模块使
2021-04-28 21:35:04
254
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人