Skip to content

Commit b60fcd5

Browse files
committed
update!
1 parent cdc2ada commit b60fcd5

33 files changed

+26
-33
lines changed

.DS_Store

-14 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
_site/
22
.jekyll-cache/
33
.DS_Store
4-
.DS_Store
4+
._.DS_Store
5+
**/.DS_Store
6+
**/._.DS_Store

_data/.DS_Store

-6 KB
Binary file not shown.

_includes/.DS_Store

-6 KB
Binary file not shown.

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<li><a href="{{ site.url }}{{ site.baseurl }}/publications">Publications</a></li>
1818
<!-- <li><a href="{{ site.url }}{{ site.baseurl }}/research">Research</a></li> -->
1919
<li><a href="{{ site.url }}{{ site.baseurl }}/projects">Projects</a></li>
20-
<li><a href="{{ site.url }}{{ site.baseurl }}/vacancies">Join Us!</a></li>
20+
<li><a href="{{ site.url }}{{ site.baseurl }}/vacancies">Open Positions</a></li>
2121
<!-- <li><a href="{{ site.url }}{{ site.baseurl }}/blog">Blog</a></li> -->
22-
<li><a href="{{ site.url }}{{ site.baseurl }}/about">About Hinrich</a></li>
22+
<li><a href="{{ site.url }}{{ site.baseurl }}/about">About Lab Director</a></li>
2323
<!-- <li><a href="{{ site.url }}{{ site.baseurl }}/pictures">(Pics)</a></li> -->
2424
</ul>
2525
</div>

_pages/.DS_Store

-6 KB
Binary file not shown.

_pages/home.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ You can find resources (data, code, repositories) released by CIS lab members on
3131
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/cis-group-m.jpg" alt="Slide 1" style="height: 300px"/>
3232
</div>
3333
<div class="item">
34-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/silvia.png" alt="Slide 2" />
34+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/ofa.png" alt="Slide 2" />
3535
</div>
3636
<div class="item">
37-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/exclique2.jpg" alt="Slide 3" />
37+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/nolima.jpeg" alt="Slide 3" />
3838
</div>
3939
<div class="item">
40-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/pcasample.jpg" alt="Slide 4" />
40+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/logitlens.png" alt="Slide 4" />
4141
</div>
4242
<div class="item">
43-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/curve0.jpg" alt="Slide 5" />
43+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/transmi.jpeg" alt="Slide 5" />
4444
</div>
4545
<!-- <div class="item">
46-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/SmartTipSide.jpg" alt="Slide 6" />
46+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/memllm.jpeg" alt="Slide 6" />
4747
</div>
4848
<div class="item">
49-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/lab.jpg" alt="Slide 7" />
49+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/learn-it-or-leave-it.jpeg" alt="Slide 7" />
5050
</div> -->
5151
</div>
5252
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
@@ -81,6 +81,6 @@ We are grateful for funding from the Munich Centre for Machine Learning ([MCML](
8181
<figure class="fourth">
8282
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_LMU.png" style="width: 150px">
8383
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_DFG.jpg" style="width: 150px">
84-
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_MCML.png" style="width: 150px">
84+
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_MCML.jpg" style="width: 150px">
8585
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_ERC.jpg" style="width: 150px">
8686
</figure>

_pages/openings.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ permalink: /vacancies/
88

99
# Working at Schütze Lab
1010

11-
We are always looking for new group members with passion, talent, and grit!
12-
13-
You will have the chance to work at the cutting edge of research in computational linguistics and NLP. You may be exploring multilinguality on a Bible corpus of 1700+ languages, improving and enhancing latest transformer models or pushing the state of art on existing NLP tasks; you will be involved in asking the interesting questions, designing algorithms, conducting experiments and finally presenting your research in the best conferences around the world.
11+
We are always looking for new group members with passion, talent, and grit! You will have the chance to work at the cutting edge of research in computational linguistics and NLP.
1412

1513
### Current open thesis positions
1614

_pages/projects.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,28 @@ sitemap: false
66
permalink: /projects/
77
---
88

9-
# Funded Projects
9+
# Projects
1010

11-
Our primary focus is linguistically-informed Neural Natural Language Processing (NNLP). Towards that end, we are working on various funded projects, as described below.
11+
Our primary focus is linguistically-informed Neural Natural Language Processing. Towards that end, we are working on various funded projects, as described below.
1212

13-
## ERC Advanced Grant NonSequeToR
13+
### ERC Advanced Grant NonSequeToR
1414

1515
Text understanding can fundamentally be viewed as a process of composition: the meaning of smaller units is composed to compute the meaning of larger units and eventually of sentences and documents. Our hypothesis is that optimal generalization in deep learning requires that more regular processes of composition are learned as composition functions whereas units that are the output of less regular processes are learned as static embeddings. We investigate novel representation learning algorithms and architectures to test this hypothesis. The envisioned goal of the project is a new robust and powerful text representation that
1616
captures all aspects of form and meaning that NLP needs for successful processing of text.
17+
See more details on [European Commission website](https://cordis.europa.eu/project/id/740516).
1718

18-
([Project Description](https://cordis.europa.eu/project/id/740516))
1919
<!-- ![]({{ site.url }}{{ site.baseurl }}/images/respic/SpinFluc.png){: style="width: 80%; float: center; margin: 10px"} -->
20-
## High quality subword vocabulary induction (Project within the Munich Center for Machine Learning)
20+
### High quality subword vocabulary induction (Project within the Munich Center for Machine Learning)
2121

2222
A common approach in representing text as input for deep learning models is to use heuristically induced word pieces. Such a representation is easier to process than characters, but does not incur the high cost of large word vocabularies. In this project, we will investigate alternatives to currently used heuristics that are a more natural representation of the semantics of text.
23+
See more details on [MCML website](https://mcml.ai/areas_of_competence/).
2324

24-
([Project Description](https://mcml.ai/areas_of_competence/))
25-
26-
## ReMLAV: Relational Machine Learning for Argument Validation (DFG project)
25+
### ReMLAV: Relational Machine Learning for Argument Validation (DFG project)
2726

2827
Argument validation is the task of classifying a given argument as valid or invalid based on its linguistic form, the larger document context, world knowledge and other factors. This project aims to combine representation learning (both static and contextualized embeddings) and relational machine learning to solve this task.
28+
See more details on [DFG website](https://gepris.dfg.de/gepris/projekt/376183703).
2929

30-
([Project Description](https://gepris.dfg.de/gepris/projekt/376183703))
31-
32-
## Munich Doctoral Program (IDK): Premodern Cultures, Global Perspectives and the Foundations of a New Philology
30+
### Munich Doctoral Program (IDK): Premodern Cultures, Global Perspectives and the Foundations of a New Philology
3331
Based on an examination of 4000 years of history of literature, this program's goal is to synthesize theory and
3432
practice of European traditions with those of the East Asian and South Asian cultural spheres as well as the Jewish and
3533
Arab worlds. A particular focus will be on digital humanities methods.
@@ -38,11 +36,10 @@ Arab worlds. A particular focus will be on digital humanities methods.
3836

3937
<!-- ## ... and more. -->
4038

41-
# Robotics Projects
42-
As large language models (LLMs) show impressive emergent abilities in various fields, we are exploring multiple directions combining LLMs into robotics.
43-
Currently, we are mostly interested in the following topics:
4439

45-
## Long-Horizon Language-Conditioned Robotic Manipulation
40+
### Long-Horizon Language-Conditioned Robotic Manipulation
41+
42+
As large language models (LLMs) show impressive emergent abilities in various fields, we are exploring multiple directions combining LLMs into robotics.
4643
Given a high-level human instruction, the robot is supposed to understand the language instruction well and perform long-horizon memorizing and complex reasoning to complete the designated task.
4744
We open-sourced a challenging benchmark *LoHoRavens* for this task and provided two baselines.
4845
See more details on [LoHoRavens page](https://cisnlp.github.io/lohoravens-webpage/).

_pages/publications.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ permalink: /publications/
1111

1212
<!-- ## Group selected -->
1313

14-
(Full list is available on CIS [website](https://www.cis.uni-muenchen.de/publications/).)
15-
14+
The full list of publications is available on the CIS [website](https://www.cis.uni-muenchen.de/publications/).
1615

1716
<!-- {% for publi in site.data.publist %}
1817

0 commit comments

Comments
 (0)