kraken07 commited on
Commit
173460f
·
verified ·
1 Parent(s): 5e59196

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -40,4 +40,19 @@ model = PeftModel.from_pretrained(base_model, "kraken07/qwen3-8b-ami")
40
  tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-8B")
41
 
42
  # Your input format should match training: context turns + current turn
43
- # Output: SPEAK or SILENT prediction for the target speaker
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-8B")
41
 
42
  # Your input format should match training: context turns + current turn
43
+ # Output: SPEAK or SILENT prediction for the target speaker
44
+ ```
45
+
46
+ ## Citation
47
+
48
+ If you use this model, please cite our work:
49
+
50
+ ```bibtex
51
+ @misc{bhagtani2026speakstaysilentcontextaware,
52
+ title={Speak or Stay Silent: Context-Aware Turn-Taking in Multi-Party Dialogue},
53
+ author={Bhagtani, Kratika and Anand, Mrinal and Xu, Yu Chen and Yadav, Amit Kumar Singh},
54
+ year={2026},
55
+ archivePrefix={arXiv},
56
+ url={https://arxiv.org/abs/2603.11409}
57
+ }
58
+ ```