Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liyucheng09/creativity


https://github.com/liyucheng09/creativity

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# TO-DO List

## Data

- [x] Reddit crawler
- [x] subreddits
- [x] BrainStorming
- [x] r/AskEngineers
- [x] r/financialindependence
- [x] r/Entrepreneur
- [x] r/smallbusiness
- [x] r/lifehacks
- [x] r/productivity
- [x] r/GetMotivated
- [x] r/GetStudying
- [x] r/Cooking
- [x] Creative Writing
- [x] r/fantasywriters
- [x] r/WritingPrompts
- [x] r/ShortStories
- [x] r/Jokes

- [ ] modification of dataset
- [ ] is text in QA pair better than pure text when considering creativity

## Models

- [x] Base LLM
- [x] LLMs with SFT and RLHF
- [ ] Fine-tuned with creative dataset

## Decoding methods

### Exsisting/Baselines

- [x] repetition penalty
- [ ] [https://aclanthology.org/2023.acl-long.34.pdf](https://aclanthology.org/2023.acl-long.34.pdf)
- [ ] NS-FH [https://aclanthology.org/2023.acl-demo.6.pdf](https://aclanthology.org/2023.acl-demo.6.pdf)
- [ ] Contrastive decoding ? [https://openreview.net/pdf?id=V88BafmH9Pj](https://openreview.net/pdf?id=V88BafmH9Pj)
- [x] Samplaing temperature

### Ours

- [ ] semantic diverse beam search
- [ ] AI Feedbacks
- [ ] Random words in prompts
- [ ] Model ensembling
- [ ] ranking
- [ ] voting
- [ ] NLTK topic normalisation

## Metrics

- [ ] lexcial diversity
- [ ] Diverse-N Grams
- [ ] output distribution (entropy?) or Kurtosis/Skewness?
- [ ] semantic diversity
- [ ] embedding model for semantic similarity comparison (SimCSE/SensentenceBERT?)

# Related Works

- [ ] [https://aclanthology.org/W19-2311.pdf](https://aclanthology.org/W19-2311.pdf)
- [ ] [https://aclanthology.org/2023.emnlp-main.31.pdf](https://aclanthology.org/2023.emnlp-main.31.pdf)
- [ ] [https://openreview.net/pdf?id=SJeYe0NtvH](https://openreview.net/pdf?id=SJeYe0NtvH)
- [ ] https://ceur-ws.org/Vol-3359/paper7.pdf
- [ ] https://arxiv.org/pdf/2305.08493.pdf
- [ ] https://arxiv.org/pdf/2311.01937.pdf
- [ ] https://arxiv.org/pdf/2312.02439.pdf
- [ ] https://ojs.aaai.org/index.php/AIIDE/article/view/27539/27312
- [ ] https://arxiv.org/pdf/2311.09682.pdf