ashmib commited on
Commit
d1d1eda
·
verified ·
1 Parent(s): 958e820

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -14,23 +14,22 @@ A modular Conversational Recommender System (CRS) for sustainable European city
14
 
15
  ## 📄 Paper
16
 
17
- > **TRACE: A Transparent and Reproducible Evaluation Framework for Conversational Recommender Systems in Sustainable Tourism**
18
- > Ashmi Banerjee, Miroslav Kindl, Sebastian Eilert, Wolfgang Wörndl
19
  > *Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2026)*
20
  > [arxiv.org/abs/2604.14223](https://arxiv.org/abs/2604.14223)
21
 
22
  If you use this work, please cite:
23
  ```bibtex
24
  @inproceedings{banerjee2026trace,
25
- title = {TRACE: A Transparent and Reproducible Evaluation Framework for
26
- Conversational Recommender Systems in Sustainable Tourism},
27
- author = {Banerjee, Ashmi and Kindl, Miroslav and Eilert, Sebastian and W\"{o}rndl, Wolfgang},
28
- booktitle = {Proceedings of the 49th International ACM SIGIR Conference on
29
- Research and Development in Information Retrieval},
30
- series = {SIGIR '26},
31
  year = {2026},
32
  publisher = {ACM},
33
- url = {https://arxiv.org/abs/2604.14223}
 
 
34
  }
35
  ```
36
 
 
14
 
15
  ## 📄 Paper
16
 
17
+ > **TRACE: A Conversational Framework for Sustainable Tourism Recommendation with Agentic Counterfactual Explanations**
18
+ > Ashmi Banerjee, Adithi Satish, Wolfgang Wörndl, Yashar Deldjoo
19
  > *Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR 2026)*
20
  > [arxiv.org/abs/2604.14223](https://arxiv.org/abs/2604.14223)
21
 
22
  If you use this work, please cite:
23
  ```bibtex
24
  @inproceedings{banerjee2026trace,
25
+ author = {Ashmi Banerjee and Adithi Satish and Wolfgang W{\"o}rndl and Yashar Deldjoo},
26
+ title = {TRACE: A Conversational Framework for Sustainable Tourism Recommendation with Agentic Counterfactual Explanations},
27
+ booktitle = {Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '26)},
 
 
 
28
  year = {2026},
29
  publisher = {ACM},
30
+ location = {Melbourne, VIC, Australia},
31
+ doi = {10.1145/3805712.3808370},
32
+ url = {https://doi.org/10.1145/3805712.3808370}
33
  }
34
  ```
35