From 4fdbcc02f556a0a422c751470629da72e663c9e6 Mon Sep 17 00:00:00 2001 From: Diogo <monteiro@cl.uni-heidelberg.de> Date: Fri, 28 Mar 2025 23:22:27 +0100 Subject: [PATCH] update readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27bb17e..0842764 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,16 @@ Make sure to have your models set up before running the script. - Fine-Tuning: Explore how fine-tuning models on logic-based datasets could improve their performance on riddles. -- Chain-of-Thought (CoT): Investigate the use of prompt-engineering techniques such as Chain-of-Thought (CoT) reasoning to help models reason systematically. +- Chain-of-Thought (CoT): Investigate the use of prompt-engineering techniques such as CoT reasoning to help models reason systematically. -## Contribution -Author: Diogo Barbosa Monteiro +## ## Acknowledgements + +This project leveraged the following AI tools for assistance in code generation and problem-solving: + +- **GitHub Copilot**: Used for suggesting code snippets and completing functions during development. +- **ChatGPT**: Utilized for generating ideas, explanations, and troubleshooting during the research and writing stages of the project. + +We acknowledge the valuable contributions of these tools in enhancing productivity and helping overcome technical challenges. ## Contact -Email: monteiro@cl.uni-heidelberg.de \ No newline at end of file +Barbosa Monteiro Diogo - monteiro@cl.uni-heidelberg.de \ No newline at end of file -- GitLab