arianhosseini commited on
Commit
66940b9
·
verified ·
1 Parent(s): bfdffa2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -48,6 +48,20 @@ MT-Puzzles is a novel benchmark comprising a suite of multi-turn tasks each desi
48
  4. **Word Chaining:** Model and user take turns choosing allow-listed words that start with the last letter of the previously chosen word.
49
  5. **Twenty Questions:** Model chooses a secret word. The user asks questions to determine what the word is.
50
 
 
51
 
 
52
 
53
- Paper: arxiv.org/abs/2508.10142
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  4. **Word Chaining:** Model and user take turns choosing allow-listed words that start with the last letter of the previously chosen word.
49
  5. **Twenty Questions:** Model chooses a secret word. The user asks questions to determine what the word is.
50
 
51
+ ## Instructions and Last Turn Prompts
52
 
53
+ Each task's instruction and last turn prompt (if applicable) can be found in the text file in the task's directory.
54
 
55
+ Word Guess: [Instruction 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/word_guess/instruction.txt)
56
+
57
+ Movie Recommendation: [Instruction 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/movie_recommendation/instruction.txt) and [Last Turn Prompt 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/movie_recommendation/last_turn_prompt.txt)
58
+
59
+ Circuit Decoding: [Instruction 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/circuit_decoding/instruction.txt) and [Last Turn Prompt 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/circuit_decoding/last_turn_prompt.txt)
60
+
61
+ Word Chaining: [Instruction 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/word_chaining/instruction.txt)
62
+
63
+ Twenty Questions: [Instruction 🔗](https://huggingface.co/datasets/arianhosseini/mt_puzzles/blob/main/twenty_questions/instruction.txt)
64
+
65
+ -----------------
66
+
67
+ Paper: [arxiv.org/abs/2508.10142](arxiv.org/abs/2508.10142)