diff --git a/404.html b/404.html index 448ddf0d3295..528050656254 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ - Page not found | Imperial NLP

Looks like there has been a mistake. Nothing exists here.

You will be redirected to the main page within 3 seconds. If not redirected, please click here.

\ No newline at end of file + Page not found | Imperial NLP

Looks like there has been a mistake. Nothing exists here.

You will be redirected to the main page within 3 seconds. If not redirected, please click here.

\ No newline at end of file diff --git a/assets/bibliography/2018-12-22-distill.bib b/assets/bibliography/2018-12-22-distill.bib deleted file mode 100644 index 2b06f3c99f2a..000000000000 --- a/assets/bibliography/2018-12-22-distill.bib +++ /dev/null @@ -1,7 +0,0 @@ -@article{gregor2015draw, - title={DRAW: A recurrent neural network for image generation}, - author={Gregor, Karol and Danihelka, Ivo and Graves, Alex and Rezende, Danilo Jimenez and Wierstra, Daan}, - journal={arXiv preprint, arXiv:1502.04623}, - year={2015}, - url={https://arxiv.org/pdf/1502.04623.pdf} -} diff --git a/assets/downloads/NLPLists(People).csv b/assets/downloads/NLPLists(People).csv index b708a8f3c64d..86e6bb78bb20 100644 --- a/assets/downloads/NLPLists(People).csv +++ b/assets/downloads/NLPLists(People).csv @@ -1,5 +1,10 @@ Name,Email,Room,Short Snippet,Longer Bio,Position,Status,Picture,Supervisor,Website,Github,Linkedin,ORCID,Google Scholar Nikolai Rozanov,nikolai.rozanov13@imperial.ac.uk,Huxley 558,CS PhD Student in the Computing Department working on LLMs and LLM Agents.,"Nikolai is a PhD student with Dr Marek Rei. He works on LLM Agents. Previously, Nikolai has co-founded an NLP start-up.",PhD,PhD,nikolai.jpg,Dr Marek Rei,nikolairozanov.com,ai-nikolai,nikolai-rozanov-ai,0000-0003-0274-8832,fi-feOEAAAAJ -Dr Marek Rei,marek.rei@imperial.ac.uk,Huxley 555,Marek is a Seniour Lecturer at Imperial College London.,"Seniour Lecturer in NLP at Imperial College London. PhD from Cambridge University. -Staff in NLP. Previously, Marek was at Cambridge.",Seniour Lecturer in NLP,Staff,marek.png,,,,,, +Dr Marek Rei,marek.rei@imperial.ac.uk,Huxley 555,Marek is a Seniour Lecturer at Imperial College London.,"I am a researcher in Machine Learning and Natural Language Processing. My work is focused on improving machine learning architectures for representation learning, transfer learning, autoregressive modeling and multi-task optimization. Most of my research is applied in the area of Natural Language Understanding and on tasks that benefit from capturing the semantics in text, such as structured prediction, language modeling, grammatical error detection, sentiment analysis and text classification. + +I am a Senior Lecturer of Machine Learning at Imperial College London and a Visiting Researcher at the University of Cambridge. I am an AI Advisor for Gotya Technologies and Esgrid Technologies. I also provide consultancy services through Perception Labs.",Seniour Lecturer in NLP,Staff,marek.png,,,,,, +Prof. Lucia Specia,l.specia@imperial.ac.uk,Huxley 572A,Lucia is a Professor in NLP at Imperial College London,"My research focuses on various aspects of data-driven approaches to natural language processing, with a particular interest in multimodal and multilingual context models and work at the intersection of language and vision. My work has various applications such as machine translation, image captioning, quality estimation and text adaptation. I currently hold an ERC (European Research Council) Starting Grant on Multi-modal Context Modelling for Machine Translation. I am also part-time Professor of Language Engineering at the University of Sheffield. Check my Sheffield page for more.",Professor in NLP,Staff,lucia.jpeg,,,,,, +Joe Stacey,j.stacey20@imperial.ac.uk,Huxley 558,"CS PhD Student in the Computing Department working on NLP, Robustness and Explainability","I am a PhD student in Natural Language Processing, supervised by Marek Rei. My PhD is focussing on creating more robust Natural Language Inference (NLI) models that generalise better to other unseen NLI datasets. Prior to starting the PhD I worked for 6 years as a Consultant at PwC/Strategy&, and recently completed an MSc in Data Science at UCL. I also have a BSc in Mathematics from the University of Warwick, and spent two years as a Mathematics teacher on the Teach First programme.",PhD,PhD,joe.jpg,Dr Marek Rei,,,,, +Lisa Alazraki,lisa.alazraki20@imperial.ac.uk,Huxley 558,CS PhD in Comptuing Department working on LLM Reasoning,"I am a PhD student at the Department of Computing of Imperial College London, supervised by Dr Marek Rei. I am fascinated by large foundation models and work on enhancing their planning, reasoning, and general problem-solving abilities.",PhD,PhD,lisa.png,Dr Marek Rei,,,,, +Dr Tyler Bonnet,t.bonnet24@imperial.ac.uk,Huxley 558,CS PhD in Comptuing Department working on NLP,Tyler is pursuing his second PhD degree in the Computing Department at Imperial College London. Dr Tyler Bonnet is also Research Assistant in Natural Language Processing and Crowd Sourcing at the Oxford e-Research Centre and a PhD student in Computing at Imperial College London. He previously served as a Postdoctoral Researcher in Linked Data for Cultural Informatics at the Oxford e-Research Centre and as a Research Fellow at the Neuropolitics Research Lab of the University of Edinburgh. Tyler holds a PhD in International Relations from the London School of Economics and Political Science.,PhD,PhD,tyler.jpg,Dr Marek Rei,,,,, diff --git a/assets/downloads/README.md b/assets/downloads/README.md index 41a0b1831f6b..d97804688d2b 100644 --- a/assets/downloads/README.md +++ b/assets/downloads/README.md @@ -13,4 +13,22 @@ python3 convert.py 3. IF READY TO OVERRIDE PRODUCTION: ```bash python3 convert.py production +``` + +4. Generate BIB entries: +```bash +python3 transform_bibtext.py production +``` + + +### Testing website locally: + +1. Installation +```bash +bundle install +``` + +2. Running locally: +```bash +bundle exec jekyll serve ``` \ No newline at end of file diff --git a/assets/downloads/convert.py b/assets/downloads/convert.py index 8893b769117c..aa37e405ae1d 100644 --- a/assets/downloads/convert.py +++ b/assets/downloads/convert.py @@ -15,7 +15,7 @@ def transform_tsv_to_yaml(input_file, output_dir='_members'): with open(input_file, 'r', encoding='utf-8') as tsv_file: tsv_reader = csv.DictReader(tsv_file) #, delimiter='\t') #in case we want tsv file instead. - + # Process each row (assuming single row in this case) for row in tsv_reader: # Generate the output @@ -23,7 +23,7 @@ def transform_tsv_to_yaml(input_file, output_dir='_members'): layout: about inline: false group: {row['Status']} -group_rank: 2 +group_rank: {1 if "marek rei" in row["Name"].lower() else 2} title: {row['Name']} lastname: {row['Name'].split()[-1]} diff --git a/assets/downloads/run.sh b/assets/downloads/run.sh new file mode 100755 index 000000000000..69e5a23dd361 --- /dev/null +++ b/assets/downloads/run.sh @@ -0,0 +1,2 @@ + mv ~/Downloads/NLPLists\(People\).csv . + python3 convert.py production \ No newline at end of file diff --git a/assets/downloads/transform_bibtex.py b/assets/downloads/transform_bibtex.py new file mode 100644 index 000000000000..d6130c021840 --- /dev/null +++ b/assets/downloads/transform_bibtex.py @@ -0,0 +1,168 @@ +import re +import os +import sys + +def extract_arxiv_number(text): + """ + Extract only the arXiv number (YYMM.NNNNN) from text + + Args: + text (str): The text to search for an arXiv number + + Returns: + str or None: The matched arXiv number or None if no match + """ + # Regex pattern to match just the arXiv number format + pattern = r'\d{4}\.\d{5}' + + # Search for the pattern in the text + match = re.search(pattern, text) + + return match.group(0) if match else None + +def transform_bibtex_entry(original_entry): + """ + Transform a single BibTeX entry by adding html, abbr, and bibtex_show fields. + + Args: + original_entry (str): The original BibTeX entry + + Returns: + str: Transformed BibTeX entry + """ + # Remove trailing comma and newline at the end of the entry + original_entry = original_entry.strip().rstrip(',') + + # Extract the journal for the abbr field + # journal_match = re.search(r'journal\s*=\s*{([^}]+)}', original_entry) + # abbr = journal_match.group(1).strip() if journal_match else '' + + # Extract the URL for the html field + url_match = re.search(r'url\s*=\s*{([^}]+)}', original_entry) + html = url_match.group(1).strip() if url_match else '' + if not html: + arxiv_number = extract_arxiv_number(original_entry) + if arxiv_number: + html = f"https://arxiv.org/abs/{arxiv_number}" + + + # Prepare the new fields to insert + new_fields = [ + ' html = {' + html + '},', + # f' abbr = {{{abbr}}}', + ' abbr = { NLP },', + ' bibtex_show = {true},' + ] + + # Split the original entry into lines + lines = original_entry.split('\n') + + # Find the index to insert new fields (after the first line) + insert_index = 1 + + # Insert the new fields + for new_field in reversed(new_fields): + lines.insert(insert_index, new_field) + + # Rejoin the lines + transformed_entry = '\n'.join(lines) + + return transformed_entry + +def extract_bibtex_entries(input_file): + """ + Extract BibTeX entries from a single file. + + Args: + input_file (str): Path to the input BibTeX file + + Returns: + list: List of BibTeX entries + """ + try: + with open(input_file, 'r', encoding='utf-8') as f: + file_contents = f.read() + except Exception as e: + print(f"Error reading file {input_file}: {e}") + return [] + + # Split the file into individual entries + # This regex looks for entries starting with @ and ending with a closing } + pattern = r'@(?:[^@]*})' + entries = re.findall(pattern, file_contents, re.DOTALL) + + return entries + +def accumulate_and_transform_bibtex(input_directory, output_file): + """ + Accumulate and transform BibTeX entries from all .bib files in a directory. + + Args: + input_directory (str): Path to the input directory containing .bib files + output_file (str): Path to the output accumulated and transformed BibTeX file + + Returns: + list: Paths to all processed files + """ + # Validate input directory + if not os.path.isdir(input_directory): + print(f"Error: {input_directory} is not a valid directory.") + return [] + + # List to store all entries and processed files + all_entries = [] + processed_files = [] + + # Iterate through all files in the input directory + for filename in os.listdir(input_directory): + # Check if the file is a .bib file + if filename.endswith('.bib'): + input_file = os.path.join(input_directory, filename) + + # Extract entries from the file + entries = extract_bibtex_entries(input_file) + print(f"Len entries in file:{len(entries)}") + + # Transform entries + transformed_entries = [transform_bibtex_entry(entry) for entry in entries] + + # Add to accumulated entries + all_entries.extend(transformed_entries) + processed_files.append(input_file) + + # Write accumulated entries to the output file + try: + with open(output_file, 'w', encoding='utf-8') as f: + f.write('\n\n'.join(all_entries)) + + print(f"Accumulated and transformed entries from {len(processed_files)} files.") + print(f"Total entries: {len(all_entries)}") + print(f"Output written to {output_file}") + except Exception as e: + print(f"Error writing to file {output_file}: {e}") + return [] + + return processed_files + +def main(): + input_folder=os.path.join("..","bibliography") + output_file = os.path.join("_bibliography","papers.bib") + + if len(sys.argv) == 2: + if sys.argv[1] == "production": + output_file = os.path.join("..","..",output_file) + + accumulate_and_transform_bibtex(input_folder, output_file) + +if __name__ == '__main__': + main() +# bibentry=""" +# @inproceedings{collins2018evolutionary, +# title={Evolutionary Data Measures: Understanding the Difficulty of Text Classification Tasks}, +# author={Collins, Edward and Rozanov, Nikolai and Zhang, Bingbing}, +# booktitle={Proceedings of the 22nd Conference on Computational Natural Language Learning}, +# pages={380--391}, +# year={2018} +# } +# """ +# print(transform_bibtex_entry(bibentry)) \ No newline at end of file diff --git a/assets/img/imperial-other-image-1400.webp b/assets/img/imperial-other-image-1400.webp new file mode 100644 index 000000000000..026a88747f44 Binary files /dev/null and b/assets/img/imperial-other-image-1400.webp differ diff --git a/assets/img/imperial-other-image-480.webp b/assets/img/imperial-other-image-480.webp new file mode 100644 index 000000000000..211496283698 Binary files /dev/null and b/assets/img/imperial-other-image-480.webp differ diff --git a/assets/img/imperial-other-image-800.webp b/assets/img/imperial-other-image-800.webp new file mode 100644 index 000000000000..026a88747f44 Binary files /dev/null and b/assets/img/imperial-other-image-800.webp differ diff --git a/assets/img/imperial-other-image.jpg b/assets/img/imperial-other-image.jpg new file mode 100644 index 000000000000..4b57a4161103 Binary files /dev/null and b/assets/img/imperial-other-image.jpg differ diff --git a/assets/img/team/joe-1400.webp b/assets/img/team/joe-1400.webp new file mode 100644 index 000000000000..e167f5f5985e Binary files /dev/null and b/assets/img/team/joe-1400.webp differ diff --git a/assets/img/team/joe-480.webp b/assets/img/team/joe-480.webp new file mode 100644 index 000000000000..859a540d2633 Binary files /dev/null and b/assets/img/team/joe-480.webp differ diff --git a/assets/img/team/joe-800.webp b/assets/img/team/joe-800.webp new file mode 100644 index 000000000000..e167f5f5985e Binary files /dev/null and b/assets/img/team/joe-800.webp differ diff --git a/assets/img/team/joe.jpg b/assets/img/team/joe.jpg new file mode 100644 index 000000000000..2ba283a83345 Binary files /dev/null and b/assets/img/team/joe.jpg differ diff --git a/assets/img/team/lisa-1400.webp b/assets/img/team/lisa-1400.webp new file mode 100644 index 000000000000..d0ccc52053d4 Binary files /dev/null and b/assets/img/team/lisa-1400.webp differ diff --git a/assets/img/team/lisa-480.webp b/assets/img/team/lisa-480.webp new file mode 100644 index 000000000000..3cad49e2cb54 Binary files /dev/null and b/assets/img/team/lisa-480.webp differ diff --git a/assets/img/team/lisa-800.webp b/assets/img/team/lisa-800.webp new file mode 100644 index 000000000000..d0ccc52053d4 Binary files /dev/null and b/assets/img/team/lisa-800.webp differ diff --git a/assets/img/team/lisa.png b/assets/img/team/lisa.png new file mode 100644 index 000000000000..ab82b4ac22d1 Binary files /dev/null and b/assets/img/team/lisa.png differ diff --git a/assets/img/team/lucia-1400.webp b/assets/img/team/lucia-1400.webp new file mode 100644 index 000000000000..812b97e8bc5f Binary files /dev/null and b/assets/img/team/lucia-1400.webp differ diff --git a/assets/img/team/lucia-480.webp b/assets/img/team/lucia-480.webp new file mode 100644 index 000000000000..9cf39f410ca2 Binary files /dev/null and b/assets/img/team/lucia-480.webp differ diff --git a/assets/img/team/lucia-800.webp b/assets/img/team/lucia-800.webp new file mode 100644 index 000000000000..812b97e8bc5f Binary files /dev/null and b/assets/img/team/lucia-800.webp differ diff --git a/assets/img/team/lucia.jpeg b/assets/img/team/lucia.jpeg new file mode 100644 index 000000000000..a0a234160c28 Binary files /dev/null and b/assets/img/team/lucia.jpeg differ diff --git a/assets/img/team/nikolai-1400.webp b/assets/img/team/nikolai-1400.webp index 40569e6db19c..69a8726ec7dd 100644 Binary files a/assets/img/team/nikolai-1400.webp and b/assets/img/team/nikolai-1400.webp differ diff --git a/assets/img/team/nikolai-480.webp b/assets/img/team/nikolai-480.webp index 9bd6916952e7..fd1491faa570 100644 Binary files a/assets/img/team/nikolai-480.webp and b/assets/img/team/nikolai-480.webp differ diff --git a/assets/img/team/nikolai-800.webp b/assets/img/team/nikolai-800.webp index 40569e6db19c..69a8726ec7dd 100644 Binary files a/assets/img/team/nikolai-800.webp and b/assets/img/team/nikolai-800.webp differ diff --git a/assets/img/team/nikolai.jpg b/assets/img/team/nikolai.jpg index 2b8943822e89..39273cc18302 100644 Binary files a/assets/img/team/nikolai.jpg and b/assets/img/team/nikolai.jpg differ diff --git a/assets/img/team/tyler-1400.webp b/assets/img/team/tyler-1400.webp new file mode 100644 index 000000000000..edec1a3790d3 Binary files /dev/null and b/assets/img/team/tyler-1400.webp differ diff --git a/assets/img/team/tyler-480.webp b/assets/img/team/tyler-480.webp new file mode 100644 index 000000000000..faa291d6ee0a Binary files /dev/null and b/assets/img/team/tyler-480.webp differ diff --git a/assets/img/team/tyler-800.webp b/assets/img/team/tyler-800.webp new file mode 100644 index 000000000000..edec1a3790d3 Binary files /dev/null and b/assets/img/team/tyler-800.webp differ diff --git a/assets/img/team/tyler.jpg b/assets/img/team/tyler.jpg new file mode 100644 index 000000000000..b8085fe4028d Binary files /dev/null and b/assets/img/team/tyler.jpg differ diff --git a/assets/stash/cope collab.html b/assets/stash/cope collab.html index 07b0d2a3fce8..33802854444f 100644 --- a/assets/stash/cope collab.html +++ b/assets/stash/cope collab.html @@ -1 +1 @@ - | Imperial NLP

\ No newline at end of file + | Imperial NLP

\ No newline at end of file diff --git a/assets/stash/cope member.html b/assets/stash/cope member.html index 1ed9c1edb85e..0a446b3bcffa 100644 --- a/assets/stash/cope member.html +++ b/assets/stash/cope member.html @@ -1 +1 @@ - Leslie S. Cope, PhD | Imperial NLP

Leslie M. Cope, PhD

Leslie M. Cope, PhD
Associate Professor of Oncology - Biostatistics and Bioinformatics


https://www.hopkinsmedicine.org/profiles/details/leslie-cope
lcope1@jhmi.edu


Address:

Suite 1131
550 N. Broadway Baltimore, MD 21205

Leslie Cope, Ph.D., is a biostatistician and bioinformatician with expertise in the design and analysis of high-throughput genomic data.

He co-directs the Johns Hopkins Kimmel Cancer Center’s Experimental and Computational Genomics Core. Cope also has participated in research teams including Stand Up to Cancer and the Department of Defense’s Center of Excellence in Ovarian Cancer.

Cope is a member of the Epigenetics Genome Characterization program within the National Institutes of Health-funded project, The Cancer Genome Atlas (TCGA), where he leads DNA methylation data analysis and its integration with other data types for several TCGA disease working groups. His research focuses on methods for identifying and validating biomarkers, including tools for integrating multiple sources of data to take advantage of the vast stores of archival data that are now available.

Short Bio

Dr. Cope received his master’s degree and Ph.D. from The Johns Hopkins University and is a member of the American Statistical Association, International Biometric Society and Institute of Mathematical Statistics.

\ No newline at end of file + Leslie S. Cope, PhD | Imperial NLP

Leslie M. Cope, PhD

Leslie M. Cope, PhD
Associate Professor of Oncology - Biostatistics and Bioinformatics


https://www.hopkinsmedicine.org/profiles/details/leslie-cope
lcope1@jhmi.edu


Address:

Suite 1131
550 N. Broadway Baltimore, MD 21205

Leslie Cope, Ph.D., is a biostatistician and bioinformatician with expertise in the design and analysis of high-throughput genomic data.

He co-directs the Johns Hopkins Kimmel Cancer Center’s Experimental and Computational Genomics Core. Cope also has participated in research teams including Stand Up to Cancer and the Department of Defense’s Center of Excellence in Ovarian Cancer.

Cope is a member of the Epigenetics Genome Characterization program within the National Institutes of Health-funded project, The Cancer Genome Atlas (TCGA), where he leads DNA methylation data analysis and its integration with other data types for several TCGA disease working groups. His research focuses on methods for identifying and validating biomarkers, including tools for integrating multiple sources of data to take advantage of the vast stores of archival data that are now available.

Short Bio

Dr. Cope received his master’s degree and Ph.D. from The Johns Hopkins University and is a member of the American Statistical Association, International Biometric Society and Institute of Mathematical Statistics.

\ No newline at end of file diff --git a/assets/stash/easwaran collab.html b/assets/stash/easwaran collab.html index 323e643a709c..23ea4f370fcb 100644 --- a/assets/stash/easwaran collab.html +++ b/assets/stash/easwaran collab.html @@ -1 +1 @@ - | Imperial NLP

\ No newline at end of file + | Imperial NLP

\ No newline at end of file diff --git a/assets/stash/easwaran member.html b/assets/stash/easwaran member.html index 78e6f4668afd..6b081716d0ed 100644 --- a/assets/stash/easwaran member.html +++ b/assets/stash/easwaran member.html @@ -1 +1 @@ - Hariharan 'Hari' Easwaran, PhD, MSc | Imperial NLP

\ No newline at end of file + Hariharan 'Hari' Easwaran, PhD, MSc | Imperial NLP

\ No newline at end of file diff --git a/blog/2022/index.html b/blog/2022/index.html index 413bbdfc72d3..be1134eb8d52 100644 --- a/blog/2022/index.html +++ b/blog/2022/index.html @@ -1 +1 @@ - | Imperial NLP

2022

an archive of posts from this year

\ No newline at end of file + | Imperial NLP

2022

an archive of posts from this year

\ No newline at end of file diff --git a/blog/index.html b/blog/index.html index 3ac4d9d9ebac..88cf082163fd 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1 +1 @@ - | Imperial NLP

\ No newline at end of file + | Imperial NLP

\ No newline at end of file diff --git a/feed.xml b/feed.xml index fe16cc4d4e35..65a973b4edf8 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-12-12T03:32:37+00:00https://hunky-d0ry.github.io/feed.xmlImperial NLPImperial NLP website. Displaying External Posts on Your al-folio Blog2022-04-23T23:20:09+00:002022-04-23T23:20:09+00:00https://hunky-d0ry.github.io/2022/04/23/displaying-external-posts-on-your-al-folio-blog \ No newline at end of file +Jekyll2024-12-13T03:27:28+00:00https://hunky-d0ry.github.io/feed.xmlImperial NLPImperial NLP website. Displaying External Posts on Your al-folio Blog2022-04-23T23:20:09+00:002022-04-23T23:20:09+00:00https://hunky-d0ry.github.io/2022/04/23/displaying-external-posts-on-your-al-folio-blog \ No newline at end of file diff --git a/index.html b/index.html index 2f70018f318f..1d72145ede4e 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ - Imperial NLP

Welcome to the NLP Group website.

\ No newline at end of file + Imperial NLP

NLP Group @ Imperial College London

The NLP Group aims to develop machine learning algorithms for language understanding and generation following a holistic approach where language can be combined with other types of information. In addition to textual context of varying length, our models also sometimes include knowledge in the form of images, videos, audio recordings, sensor data, metadata and knowledge bases.

Machine learning is at the core of our research. The main areas we work on include large language models (LLMs), robustness & generalisation, LLM reasoning, LLM agents, language generation, machine translation, text adaptation, transfer learning for language, NLP for health and sustainable development, quality evaluation and estimation, and language learning applications.

Topics we work on in NLP 🌍💬

  • LLLM Reasoning & Agents 🤖🔬
  • Natural Language Inference 🧠🔍
  • Robustness & Generalisation 💪🌐
  • Explainability in NLP 💡🗣️
  • NLP for Healthcare ❤️👩‍⚕️
\ No newline at end of file diff --git a/members/joe.html b/members/joe.html new file mode 100644 index 000000000000..c7a6d9dd6afc --- /dev/null +++ b/members/joe.html @@ -0,0 +1 @@ + Joe Stacey | Imperial NLP

Joe Stacey

Joe Stacey
PhD

j.stacey20@imperial.ac.uk


Address:

Huxley 558
Imperial College London
London


Supervisor:

Dr Marek Rei

Short Bio

I am a PhD student in Natural Language Processing, supervised by Marek Rei. My PhD is focussing on creating more robust Natural Language Inference (NLI) models that generalise better to other unseen NLI datasets. Prior to starting the PhD I worked for 6 years as a Consultant at PwC/Strategy&, and recently completed an MSc in Data Science at UCL. I also have a BSc in Mathematics from the University of Warwick, and spent two years as a Mathematics teacher on the Teach First programme.

\ No newline at end of file diff --git a/members/lisa.html b/members/lisa.html new file mode 100644 index 000000000000..50b793060c88 --- /dev/null +++ b/members/lisa.html @@ -0,0 +1 @@ + Lisa Alazraki | Imperial NLP

Lisa Alazraki

Lisa Alazraki
PhD

lisa.alazraki20@imperial.ac.uk


Address:

Huxley 558
Imperial College London
London


Supervisor:

Dr Marek Rei

Short Bio

I am a PhD student at the Department of Computing of Imperial College London, supervised by Dr Marek Rei. I am fascinated by large foundation models and work on enhancing their planning, reasoning, and general problem-solving abilities.

\ No newline at end of file diff --git a/members/marek.html b/members/marek.html index 7bd9dac8675f..55aa228f970f 100644 --- a/members/marek.html +++ b/members/marek.html @@ -1 +1 @@ - Dr Marek Rei | Imperial NLP

Dr Marek Rei

Dr Marek Rei
Seniour Lecturer in NLP

marek.rei@imperial.ac.uk


Address:

Huxley 555
Imperial College London
London

Short Bio

Seniour Lecturer in NLP at Imperial College London. PhD from Cambridge University. Staff in NLP. Previously, Marek was at Cambridge.

\ No newline at end of file + Dr Marek Rei | Imperial NLP

Dr Marek Rei

Dr Marek Rei
Seniour Lecturer in NLP

marek.rei@imperial.ac.uk


Address:

Huxley 555
Imperial College London
London

Short Bio

I am a researcher in Machine Learning and Natural Language Processing. My work is focused on improving machine learning architectures for representation learning, transfer learning, autoregressive modeling and multi-task optimization. Most of my research is applied in the area of Natural Language Understanding and on tasks that benefit from capturing the semantics in text, such as structured prediction, language modeling, grammatical error detection, sentiment analysis and text classification.

I am a Senior Lecturer of Machine Learning at Imperial College London and a Visiting Researcher at the University of Cambridge. I am an AI Advisor for Gotya Technologies and Esgrid Technologies. I also provide consultancy services through Perception Labs.

\ No newline at end of file diff --git a/members/nikolai.html b/members/nikolai.html index dfd42f2a4fd6..6f6aca0a7f2f 100644 --- a/members/nikolai.html +++ b/members/nikolai.html @@ -1 +1 @@ - Nikolai Rozanov | Imperial NLP

\ No newline at end of file + Nikolai Rozanov | Imperial NLP

\ No newline at end of file diff --git a/members/prof.html b/members/prof.html new file mode 100644 index 000000000000..327f724092fb --- /dev/null +++ b/members/prof.html @@ -0,0 +1 @@ + Prof. Lucia Specia | Imperial NLP

Prof. Lucia Specia

Prof. Lucia Specia
Professor in NLP

l.specia@imperial.ac.uk


Address:

Huxley 572A
Imperial College London
London

Short Bio

My research focuses on various aspects of data-driven approaches to natural language processing, with a particular interest in multimodal and multilingual context models and work at the intersection of language and vision. My work has various applications such as machine translation, image captioning, quality estimation and text adaptation. I currently hold an ERC (European Research Council) Starting Grant on Multi-modal Context Modelling for Machine Translation. I am also part-time Professor of Language Engineering at the University of Sheffield. Check my Sheffield page for more.

\ No newline at end of file diff --git a/members/tyler.html b/members/tyler.html new file mode 100644 index 000000000000..b95cafae1ca4 --- /dev/null +++ b/members/tyler.html @@ -0,0 +1 @@ + Dr Tyler Bonnet | Imperial NLP

Dr Tyler Bonnet

Dr Tyler Bonnet
PhD

t.bonnet24@imperial.ac.uk


Address:

Huxley 558
Imperial College London
London


Supervisor:

Dr Marek Rei

Short Bio

Tyler is pursuing his second PhD degree in the Computing Department at Imperial College London. Dr Tyler Bonnet is also Research Assistant in Natural Language Processing and Crowd Sourcing at the Oxford e-Research Centre and a PhD student in Computing at Imperial College London. He previously served as a Postdoctoral Researcher in Linked Data for Cultural Informatics at the Oxford e-Research Centre and as a Research Fellow at the Neuropolitics Research Lab of the University of Edinburgh. Tyler holds a PhD in International Relations from the London School of Economics and Political Science.

\ No newline at end of file diff --git a/publications/index.html b/publications/index.html index 5505b4906b4d..e057eca918cd 100644 --- a/publications/index.html +++ b/publications/index.html @@ -1,268 +1,49 @@ - publications | Imperial NLP

Publications

Publications from the NLP Group.

2023

  1. Advanced Science
    Multiplex Digital Methylation-Specific PCR for Noninvasive Screening of Lung Cancer
    Zhao, Yang, O’Keefe, Christine M., Hsieh, Kuangwen, Cope, Leslie, Joyce, Sonali C.,  Pisanic, Thomas R., Herman, James G., and Wang, Tza-Huei
    Advanced Science, 2023

2017

    2016

      2015

        2014

          2013

            \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 67ee98ce2936..50486cc5463f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ - https://hunky-d0ry.github.io/members/marek 2024-12-12T03:32:37+00:00 https://hunky-d0ry.github.io/members/nikolai 2024-12-12T03:32:37+00:00 https://hunky-d0ry.github.io/2022/04/23/displaying-external-posts-on-your-al-folio-blog.html 2022-04-23T23:20:09+00:00 https://hunky-d0ry.github.io/ https://hunky-d0ry.github.io/publications/ https://hunky-d0ry.github.io/team.html https://hunky-d0ry.github.io/blog/2022/ \ No newline at end of file + https://hunky-d0ry.github.io/members/joe 2024-12-13T03:27:28+00:00 https://hunky-d0ry.github.io/members/lisa 2024-12-13T03:27:28+00:00 https://hunky-d0ry.github.io/members/marek 2024-12-13T03:27:28+00:00 https://hunky-d0ry.github.io/members/nikolai 2024-12-13T03:27:28+00:00 https://hunky-d0ry.github.io/members/prof 2024-12-13T03:27:28+00:00 https://hunky-d0ry.github.io/members/tyler 2024-12-13T03:27:28+00:00 https://hunky-d0ry.github.io/2022/04/23/displaying-external-posts-on-your-al-folio-blog.html 2022-04-23T23:20:09+00:00 https://hunky-d0ry.github.io/ https://hunky-d0ry.github.io/publications/ https://hunky-d0ry.github.io/team.html https://hunky-d0ry.github.io/blog/2022/ \ No newline at end of file diff --git a/team.html b/team.html index 3dca7d4a65cc..963d85bbfae7 100644 --- a/team.html +++ b/team.html @@ -1 +1 @@ - team | Imperial NLP

            Team

            NLP Group at Imperial College London Computing Department.

            \ No newline at end of file + team | Imperial NLP

            Team

            NLP Group at Imperial College London Computing Department.

            Staff

            PhD

            Joe Stacey
            Joe Stacey
            PhD

            CS PhD Student in the Computing Department working on NLP, Robustness and Explainability

                 

            Supervisor: Dr Marek Rei

            Huxley 558, Imperial College London, London

            Lisa Alazraki
            Lisa Alazraki
            PhD

            CS PhD in Comptuing Department working on LLM Reasoning

                 

            Supervisor: Dr Marek Rei

            Huxley 558, Imperial College London, London

            Nikolai Rozanov
            Nikolai Rozanov
            PhD

            CS PhD Student in the Computing Department working on LLMs and LLM Agents.

                 

            Supervisor: Dr Marek Rei

            Huxley 558, Imperial College London, London

            Dr Tyler Bonnet
            Dr Tyler Bonnet
            PhD

            CS PhD in Comptuing Department working on NLP

                 

            Supervisor: Dr Marek Rei

            Huxley 558, Imperial College London, London

            \ No newline at end of file