Skip to content

ariapoy/html.2023.bonusfinal-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSIE 5043 Machine Learning Final Project: Bonus Track

News

Description

The repository is a tutorial for the bonus track final project to the learners of the NTU course.

*All timestamp are in UTC+8

Dataset: Subjects

Please download the subjects-public.csv. The file includes two columns:

  • name: the name of submission files. WARNING! Please submit the correct file name {$subject}.csv.
  • subject: the subject for a debate.

Note. The subjects-private.csv will be released later.

Platform for Evaluation

  1. Please use this URL http://140.112.90.203:{$port} to login for CRIT assessment.
    • {$port}: Our teaching team will send the specific team name, port, and password to the specific team.
  2. The default is Evaluation page. You could upload your debate result with CSV format and corresponding configurations.
    • Channel: select one of the implementation channels from ["ChatGPT website", "OpenAI API", "Chat UI", "Other"], where "Chat UI" is our providing playground (Building now), and "Other" is any method that you implement.
    • Agent-A Model: or Agent-B Model:: the large language model (LLM) such as ["gpt-4", "gpt3", "llama2", ...].
    • Link to dialogue:: link to your dialogue results, such as https://chat.openai.com/share/25d36672-5edc-49f8-a86f-2321c7e05a47 (Agent-A) and https://chat.openai.com/share/4b6867c8-665f-4763-9c49-c9b37eeba236 (Agent-B) in ChatGPT website. You can also summarize your results and upload to online storage/cloud.
    • Browse CSV file: upload your submission with the valid format as below. Please check aa.csv.
  3. Please wait several minutes and refresh the page after the evaluation.
  4. You can view the CRIT log in detail after clicking the link.

Submission format

The content should include three columns.

  • First row: topic,Agent-A,Agent-B
  • Last row: conclusion,...,...
topic,Agent-A,Agent-B
"topic 1","argument 1 by A","argument 1 by B"
"topic 2","argument 2 by A","argument 2 by B"
"topic 3","argument 3 by A","argument 3 by B"
"topic 4","argument 4 by A","argument 4 by B"
"topic 5","argument 5 by A","argument 5 by B"
conclusion,"conclusion by A","conclusion by B"

Team Info

You can check the quota for the CRIT evaluation.

  • The default quota for the CRIT evaluation is 80.

Template of Generation

Our teaching team strongly recommends you review SocraSynth papers on the website. http://infolab.stanford.edu/~echang/SocraSynth.html

Q&A

Please see qa/README.md.

If you encounter any issues, please contact the TA team with the title [HTML final bonus track].

Acknowledgement

Our teaching team thanks Prof. Edward Y. Chang for proposing the initial idea of leveraging SocraSynth as a final project direction and for his continuous inspiration and support. We also thank several NTU CLLab members, including but not limited to Hsiu-Hsuan Wang, Si-An Chen, and Cheng-Yin Chang, for their help on running this bonus track.

Furthermore, thanks for several open-source projects as references to build up this platform.

About

The repository serves as the tutorial for the bonus track of the final project of [CSIE 5043] Machine Learning during the Spring semester of 2023 at National Taiwan University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages