AnvaMiba commited on
Commit
ec4fac4
·
verified ·
1 Parent(s): cd8761a

Link arXiv paper (2605.31445) and add BibTeX citation

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -14,7 +14,8 @@ tags:
14
  # Qwen3-8B Bargaining-Agent LoRA Adapters
15
 
16
  LoRA adapters over [`Qwen/Qwen3-8B`](https://huggingface.co/Qwen/Qwen3-8B) from the paper
17
- **Used Car Salesbots? Honesty and Credulity of LLMs as Bargaining Agents under Partial Information**.
 
18
 
19
  Two LLM agents (a buyer and a seller) negotiate over a commodity across multiple rounds under
20
  varying information transparency. These adapters are the reinforcement-learning fine-tunes studied
@@ -59,6 +60,20 @@ With vLLM, pass the adapter as a LoRA module pointing at the chosen subfolder.
59
  - Code (training, evaluation, scenario generation): https://github.com/Avmb/llm-bargaining-agents
60
  - Bargaining-scenarios dataset: https://huggingface.co/datasets/AnvaMiba/llm-bargaining-scenarios
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  ## License
63
 
64
  Released under the MIT License.
 
14
  # Qwen3-8B Bargaining-Agent LoRA Adapters
15
 
16
  LoRA adapters over [`Qwen/Qwen3-8B`](https://huggingface.co/Qwen/Qwen3-8B) from the paper
17
+ **[Used Car Salesbots? Honesty and Credulity of LLMs as Bargaining Agents under Partial
18
+ Information](https://arxiv.org/abs/2605.31445)** (Miceli-Barone, Belle, Cohen; 2026).
19
 
20
  Two LLM agents (a buyer and a seller) negotiate over a commodity across multiple rounds under
21
  varying information transparency. These adapters are the reinforcement-learning fine-tunes studied
 
60
  - Code (training, evaluation, scenario generation): https://github.com/Avmb/llm-bargaining-agents
61
  - Bargaining-scenarios dataset: https://huggingface.co/datasets/AnvaMiba/llm-bargaining-scenarios
62
 
63
+ ## Citation
64
+
65
+ ```bibtex
66
+ @misc{micelibarone2026usedcarsalesbots,
67
+ title = {Used Car Salesbots? Honesty and Credulity of LLMs as Bargaining Agents under Partial Information},
68
+ author = {Antonio Valerio Miceli-Barone and Vaishak Belle and Shay B. Cohen},
69
+ year = {2026},
70
+ eprint = {2605.31445},
71
+ archivePrefix = {arXiv},
72
+ primaryClass = {cs.GT},
73
+ url = {https://arxiv.org/abs/2605.31445}
74
+ }
75
+ ```
76
+
77
  ## License
78
 
79
  Released under the MIT License.