Files
Open-Assistant/model/reward/instructor/TODO.md
T
Kian-Meng AngandGitHub 1e321a6fca Fix typos (#1143)
Found via `codespell -S .mypy_cache,yarn.lock,*.json,*.ipynb -L
rouge,nam,vie`
2023-02-05 20:18:03 +01:00

733 B

Some other reward features we can use

  1. Finish classification feature

  2. Summaries from human feedback

  • use confidence score into the RM learning, ensure the output rank score correlates with confidence

  • each labeling has a labeling note, basically comments by labeler, not sure what else we can use

  • Use the score for "overall", "accuracy", "coverage", "coherence" from axis/evals to train an addition model (rank additional aspect of the policy model)

    • this should be placed under experimental_dataset.py
  1. Add support for anthropic dataset
  • anthropic dataset is more like a conversation tree which is much complex than simply question-answer schema

    • this is basically a MCTS from alphazero.