Skip to content

Commit 1e7f15f

Browse files
committed
update!
1 parent cdc2ada commit 1e7f15f

36 files changed

+45
-55
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/about.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ permalink: /about/
77
---
88

99
<!-- ![]({{ site.url }}{{ site.baseurl }}/images/teampic/schuetze_citations.jpg){: style="width: 80%; float: center; margin: 20px"} -->
10-
# CV
10+
# Hinrich Schütze CV
11+
12+
**Wikipedia**: [Link](https://de.wikipedia.org/wiki/Hinrich_Sch%C3%BCtze)
13+
14+
**Google Scholar Profile**: [Link](https://scholar.google.com/citations?hl=en&user=qIL9dWUAAAAJ)
1115

1216
**2021**
1317
Ellis [Fellow](https://ellis.eu/fellows)
@@ -49,17 +53,6 @@ Xerox Palo Alto Research Center
4953

5054
**1995** PhD in Computational Linguistics, Stanford
5155

52-
### Wikipedia article : [Hinrich Schütze](https://de.wikipedia.org/wiki/Hinrich_Sch%C3%BCtze)
53-
### Google Scholar Profile (as of 1 Sep 2022)
54-
55-
[Profile link](https://scholar.google.com/citations?hl=en&user=qIL9dWUAAAAJ)
56-
57-
Total Citations : 64,455
58-
59-
h-index : 69
60-
61-
i10-index : 249
62-
63-
<figure align="center">
56+
<!-- <figure align="center">
6457
<img src="{{ site.url }}{{ site.baseurl }}/images/teampic/schuetze_citations_updated.jpg" width="65%" style="padding:16px">
65-
</figure>
58+
</figure> -->

_pages/home.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ sitemap: false
66
permalink: /
77
---
88

9-
We are a dynamic research group at the [Center for Information and Language Processing](https://www.cis.uni-muenchen.de/) located at [Ludwig Maximilian University Munich](https://www.en.uni-muenchen.de/index.html). Our primary focus is linguistically-informed Neural NLP: We use our deep understanding of language in our research and believe in the principle that learning is key to successful NLP -- the same way that the language capabilities of humans are based on learning.
9+
We are a dynamic research group at the [Center for Information and Language Processing](https://www.cis.uni-muenchen.de/) at [Ludwig Maximilian University Munich](https://www.en.uni-muenchen.de/index.html), under the supervision of [Prof. Hinrich Schütze](https://www.cis.lmu.de/schuetze/). Our research areas include:
1010

11-
Our research areas are representation learning, multilinguality, machine learning for low-resource scenarios, cognitively motivated deep learning, linguistically informed deep learning (especially for morphology), digital humanities, and the intersection of NLP and robotics.
11+
- Large Language Models (LLMs): We explore the behavior, structure, and potential of large-scale language models, examining their capabilities, biases, and self-assessment mechanisms to improve reliability and interpretability.
12+
- Knowledge Expansion in NLP Models: We investigate how models can acquire and integrate new knowledge over time, using techniques that help improve their comprehension and generation abilities.
13+
- Representation Learning: We study how language models represent linguistic and conceptual information by analyzing neurons and internal circuits to better understand and refine model behavior.
14+
- Multilingual NLP: We address challenges in processing and evaluating multiple languages by developing benchmarks and methods for multilingual evaluation, including work on low-resource and non-standard languages.
15+
- Intersection of NLP and Robotics: We integrate language understanding into robotic systems to enable natural, adaptable interaction in multimodal environments.
16+
17+
You can find resources (data, code, repositories) released by CIS lab members on our [GitHub page](https://github.com/cisnlp) and [HuggingFace page](https://huggingface.co/cis-lmu).
1218

13-
You can find resources (data, code, repositories) released by CIS lab members on our [GitHub page](https://github.com/cisnlp) and [HuggingFace page](https://huggingface.co/cis-lmu).
1419

1520
<div markdown="0" id="carousel" class="carousel slide" data-ride="carousel" data-interval="5000" data-pause="hover" >
1621
<!-- Menu -->
@@ -31,22 +36,22 @@ You can find resources (data, code, repositories) released by CIS lab members on
3136
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/cis-group-m.jpg" alt="Slide 1" style="height: 300px"/>
3237
</div>
3338
<div class="item">
34-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/silvia.png" alt="Slide 2" />
39+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/ofa.png" alt="Slide 2" />
3540
</div>
3641
<div class="item">
37-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/exclique2.jpg" alt="Slide 3" />
42+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/nolima.jpeg" alt="Slide 3" />
3843
</div>
3944
<div class="item">
40-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/pcasample.jpg" alt="Slide 4" />
45+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/logitlens.png" alt="Slide 4" />
4146
</div>
4247
<div class="item">
43-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/curve0.jpg" alt="Slide 5" />
48+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/transmi.jpeg" alt="Slide 5" />
4449
</div>
4550
<!-- <div class="item">
46-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/SmartTipSide.jpg" alt="Slide 6" />
51+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/memllm.jpeg" alt="Slide 6" />
4752
</div>
4853
<div class="item">
49-
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/lab.jpg" alt="Slide 7" />
54+
<img src="{{ site.url }}{{ site.baseurl }}/images/carousel/learn-it-or-leave-it.jpeg" alt="Slide 7" />
5055
</div> -->
5156
</div>
5257
<a class="left carousel-control" href="#carousel" role="button" data-slide="prev">
@@ -73,14 +78,13 @@ Our group publishes extensively in top NLP/ML conferences. Here is the summary o
7378
| 2019 | 4 | 2 | 3 | - | 1 | 5 | 14 |
7479
| 2018 | 4 | 3 | 1 | - | - | 5 | 13 |
7580
-->
76-
**We are looking for passionate new PhD students, Postdocs, interns, IDP (TUM) and MSc/BSc thesis students to join the team** [(more info)]({{ site.url }}{{ site.baseurl }}/vacancies) **!**
7781

7882

79-
We are grateful for funding from the Munich Centre for Machine Learning ([MCML](https://mcml.ai/)), Elitenetzwerk Bayern (International Doctorate Program), Deutsche Forschungsgemeinschaft ([DFG](https://www.dfg.de/en/)) and from the European Research Council [ERC advanced grant](https://erc.europa.eu/funding/advanced-grants).
83+
We are grateful for funding from the Munich Center for Machine Learning ([MCML](https://mcml.ai/)), the Elitenetzwerk Bayern (International Doctorate Program), the Deutsche Forschungsgemeinschaft ([DFG](https://www.dfg.de/en/)), and the European Research Council ([ERC Advanced Grant](https://erc.europa.eu/funding/advanced-grants)).
8084

8185
<figure class="fourth">
82-
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_LMU.png" style="width: 150px">
83-
<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">
85-
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_ERC.jpg" style="width: 150px">
86+
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_LMU.png" style="height: 50px">
87+
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_DFG.jpg" style="height: 50px">
88+
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_MCML.jpg" style="height: 50px">
89+
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_ERC.png" style="height: 50px">
8690
</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/).

0 commit comments

Comments
 (0)