Skip to content

Commit 1ba84f9

Browse files
Update README.md for DeepSynth project
1 parent 19a0e54 commit 1ba84f9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
This repository contains the code for our paper : [WikiCoder: Learning to Write
2-
Knowledge-Powered Code](https://rdcu.be/dITGA).
2+
Knowledge-Powered Code](https://rdcu.be/dITGA) published in the proceedings to the [SPIN 2023 conference](https://spin-web.github.io/SPIN2023/).
33

4-
This is joint work of [Théo Matricon](theomath.github.io), [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/) and [Gaëtan Margueritte](https://github.com/gaetanmargueritte).
4+
This is joint work of [Théo Matricon](theomath.github.io), [Nathanaël Fijalkow](https://games-automata-play.com/) and [Gaëtan Margueritte](https://github.com/gaetanmargueritte).
55

6-
It is based on an old version of [ProgSynth](https://github.com/Theomat/ProgSynth) our program synthesis tool.
6+
It is based on [DeepSynth]([https://github.com/Theomat/DeepSynth](https://github.com/SynthesisLab/DeepSynth)) our program synthesis tool.
77

88

99
<!-- toc -->
1010

11-
- [More About ProgSynth](#more-about-progsynth)
11+
- [More About DeepSynth](#more-about-DeepSynth)
1212
- [Combining Deep Learning with Theoretical Guarantees](#combining-deep-learning-with-theoretical-guarantees)
1313
- [A Scalable Framework](#a-scalable-framework)
1414
- [Installation](#installation)
1515
- [From Source](#from-source)
16-
- [Install ProgSynth](#install-progsynth)
16+
- [Install DeepSynth](#install-DeepSynth)
1717
- [Documentation](#documentation)
1818
- [Troubleshooting](#troubleshooting)
1919
- [Examples](./examples)
@@ -22,9 +22,9 @@ It is based on an old version of [ProgSynth](https://github.com/Theomat/ProgSynt
2222

2323
<!-- tocstop -->
2424

25-
## More About ProgSynth
25+
## More About DeepSynth
2626

27-
At a granular level, ProgSynth is a library that consists of the following components:
27+
At a granular level, DeepSynth is a library that consists of the following components:
2828

2929
| Component | Description |
3030
| ---- | --- |
@@ -43,7 +43,7 @@ Elaborating Further:
4343

4444
The advantage of "classic" algorithms are their theoretical guarantees.
4545
But many new deep learning based methods have emerged, they provide a tremendous efficiency but lose almost all theoretical guarantees.
46-
ProgSynth provides already implemented algorithms that combine both approaches to get the best of both worlds: speed and guarantees!
46+
DeepSynth provides already implemented algorithms that combine both approaches to get the best of both worlds: speed and guarantees!
4747

4848
### A Scalable Framework
4949

@@ -59,9 +59,9 @@ For example, you can split probabilistic grammars into disjoint sub grammars to
5959

6060
If you are installing from source, you will need Python 3.7.1 or later.
6161

62-
#### Install ProgSynth
62+
#### Install DeepSynth
6363

64-
ProgSynth can be installed from source with `pip`, `conda` or `poetry`.
64+
DeepSynth can be installed from source with `pip`, `conda` or `poetry`.
6565

6666
```bash
6767
pip install .
@@ -92,12 +92,12 @@ There are some known issues:
9292

9393
## The Team
9494

95-
ProgSynth is a project initiated by [Nathanaël Fijalkow](https://nathanael-fijalkow.github.io/) and joined by [Théo Matricon](https://theomat.github.io/).
95+
DeepSynth is a project initiated by [Nathanaël Fijalkow](https://games-automata-play.com/) and joined by [Théo Matricon](https://theomat.github.io/).
9696

9797
Former:
9898

9999
- [Gaëtan Margueritte](https://github.com/gaetanmargueritte) did a four-month internship. He created the regexp and transduction DSLs, the first tutorial and first drafts of code related to the use of user defined constants.
100100

101101
## License
102102

103-
ProgSynth has a MIT license, as found in the [LICENSE](LICENSE) file.
103+
DeepSynth has a MIT license, as found in the [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)