Skip to content

Commit

Permalink
correct bibtex and fixing the bring your own LLM text
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588718097
Change-Id: Id2b1dcd282fb28a59beaaf4552247696e872f254
  • Loading branch information
vezhnick authored and copybara-github committed Dec 7, 2023
1 parent 7841e4f commit f284c61
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ installation as follows:

## Bring your own LLM

To work, Concordia requires an access to an LLM API. The example below is
written using [Saxml](https://github.com/google/saxml), but any LLM API that
supports sampling text and calculating log-likelihood would work. We recommend
using large (>300B parameters) models. If using a custom LLM API, the user has
to provide a text embedder to be used by the associative memory. By default we
use the Sentence-T5 for this, but any fixed-dimensional embedding would work.
To work, Concordia requires an access to an LLM API. Any LLM API that
supports sampling text would work. We tested Concordia with a model with 340B
parameters. If using a custom LLM API, the user has to provide a text embedder
to be used by the associative memory. By default we use the Sentence-T5 for
this, but any fixed-dimensional embedding would work.

## Example usage

Expand All @@ -98,13 +97,17 @@ If you use Concordia in your work, please cite the accompanying article:
<!-- TODO: b/311364310 - update CITATION.bib and README.md once tech report published -->
```bibtex
@inproceedings{vezhnevets2023concordia,
title={Concordia: a library for generative social simulation},
author={Alexander Sasha Vezhnevets AND Joel Z. Leibo AND John P. Agapiou
AND Danny Karmon AND Avia Aharon AND Ron Viz
AND Jayd Matyas AND Edgar Du\'e\~nez-Guzm\'an AND Wil Cunnigham
AND Simon Osindero},
year={2023},
@misc{vezhnevets2023generative,
title={Generative agent-based modeling with actions grounded in physical,
social, or digital space using Concordia},
author={Alexander Sasha Vezhnevets and John P. Agapiou and Avia Aharon and
Ron Ziv and Jayd Matyas and Edgar A. Duéñez-Guzmán and
William A. Cunningham and Simon Osindero
and Danny Karmon and Joel Z. Leibo},
year={2023},
eprint={2312.03664},
archivePrefix={arXiv},
primaryClass={cs.AI}
}
```
Expand Down

0 comments on commit f284c61

Please sign in to comment.