https://github.com/lzh0525/senti_news_comment_generator
Automatic news comment generation with controllable emotion
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (0.4%) to scientific vocabulary
Last synced: 8 months ago
·
JSON representation
Repository
Automatic news comment generation with controllable emotion
Basic Info
- Host: GitHub
- Owner: lzh0525
- Language: Python
- Default Branch: main
- Size: 31.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 4 years ago
· Last pushed about 4 years ago
Metadata Files
Readme
README.md
情感可控评论生成模型
SentiControllable comment generation model
文件说明
AF_LSTM.py:AFLSTM模型
model.py:情感可控评论生成模型
inference.py:推理代码,产生新闻评论
train_s2s.py:训练代码,训练模型
DataLoader_s2s:数据加载代码