Safetensors
English
llama
emrecanacikgoz commited on
Commit
7c9a3ed
·
verified ·
1 Parent(s): 96b1599

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -18,12 +18,14 @@ base_model:
18
  CALM-70B has been fine-tuned on a **comprehensive multi-tasking** covering dialogue state tracking, function calling, and multi-turn reasoning, surpassing even proprietary models like **GPT-4o** on major conversational evaluation benchmarks: **MultiWOZ 2.4 (TOD), BFCL V3 (LA), and API-Bank (LA).**
19
 
20
 
21
- ## Model Sources [optional]
22
 
23
  <!-- Provide the basic links for the model. -->
24
 
25
- - **Paper [optional]:** [More Information Needed]
26
- - **Repository:** [More Information Needed]
 
 
27
 
28
  ---
29
  ## Model Details
@@ -114,12 +116,15 @@ This model is licensed under [Creative Commons NonCommercial (CC BY-NC 4.0)](htt
114
  ## Citation
115
  If you use **CALM-70B** in your research, please cite:
116
  ```
117
- @article{yourpaper2024,
118
- title={CALM: Conversational Agentic Language Model},
119
- author={Your Name and Collaborators},
120
- journal={Your Conference/Journal},
121
- year={2024}
 
 
 
122
  }
123
  ```
124
 
125
- For more details, visit [Project Repository](https://github.com/your-repo) or contact **[email protected]**.
 
18
  CALM-70B has been fine-tuned on a **comprehensive multi-tasking** covering dialogue state tracking, function calling, and multi-turn reasoning, surpassing even proprietary models like **GPT-4o** on major conversational evaluation benchmarks: **MultiWOZ 2.4 (TOD), BFCL V3 (LA), and API-Bank (LA).**
19
 
20
 
21
+ ## Model Sources
22
 
23
  <!-- Provide the basic links for the model. -->
24
 
25
+ - 📝 **Paper:** https://arxiv.org/abs/2502.08820
26
+ - 💻 **Repository:** https://github.com/oumi-ai/oumi/tree/main/configs/projects/calm
27
+ - 💎 **Dataset:** https://huggingface.co/datasets/uiuc-convai/CALM-IT
28
+
29
 
30
  ---
31
  ## Model Details
 
116
  ## Citation
117
  If you use **CALM-70B** in your research, please cite:
118
  ```
119
+ @misc{acikgoz2025singlemodelmastermultiturn,
120
+ title={Can a Single Model Master Both Multi-turn Conversations and Tool Use? CALM: A Unified Conversational Agentic Language Model},
121
+ author={Emre Can Acikgoz and Jeremiah Greer and Akul Datta and Ze Yang and William Zeng and Oussama Elachqar and Emmanouil Koukoumidis and Dilek Hakkani-Tür and Gokhan Tur},
122
+ year={2025},
123
+ eprint={2502.08820},
124
+ archivePrefix={arXiv},
125
+ primaryClass={cs.AI},
126
+ url={https://arxiv.org/abs/2502.08820},
127
  }
128
  ```
129
 
130
+ For more details, visit [Project Repository](https://github.com/oumi-ai/oumi/tree/main/configs/projects/calm) or contact **[email protected]**.