nlpaueb commited on
Commit
4e711d3
1 Parent(s): d0a974f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -48,6 +48,18 @@ tokenizer = AutoTokenizer.from_pretrained("nlpaueb/sec-bert-base")
48
  model = AutoModel.from_pretrained("nlpaueb/sec-bert-base")
49
  ```
50
 
51
- FiNER: Financial Numeric Entity Recognition for XBRL Tagging
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  [Manos Fergadiotis](https://manosfer.github.io) on behalf of [AUEB's Natural Language Processing Group](http://nlp.cs.aueb.gr)
 
48
  model = AutoModel.from_pretrained("nlpaueb/sec-bert-base")
49
  ```
50
 
51
+ ## About Us
52
+
53
+ [AUEB's Natural Language Processing Group](http://nlp.cs.aueb.gr) develops algorithms, models, and systems that allow computers to process and generate natural language texts.
54
+
55
+ The group's current research interests include:
56
+ * question answering systems for databases, ontologies, document collections, and the Web, especially biomedical question answering,
57
+ * natural language generation from databases and ontologies, especially Semantic Web ontologies,
58
+ text classification, including filtering spam and abusive content,
59
+ * information extraction and opinion mining, including legal text analytics and sentiment analysis,
60
+ * natural language processing tools for Greek, for example parsers and named-entity recognizers,
61
+ machine learning in natural language processing, especially deep learning.
62
+
63
+ The group is part of the Information Processing Laboratory of the Department of Informatics of the Athens University of Economics and Business.
64
 
65
  [Manos Fergadiotis](https://manosfer.github.io) on behalf of [AUEB's Natural Language Processing Group](http://nlp.cs.aueb.gr)