lcampillos commited on
Commit
4a8c9a8
1 Parent(s): 7fb6821

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -7,4 +7,11 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ The [CLARA-MeD project](https://clara-nlp.uned.es/home/med/) applies automatic natural language processing methods to enhance the accessibility of health information.
11
+
12
+ One of the approaches is term simplification; i.e. substituting a difficult-to-read word (e.g. *amigdalectomía*) with an easier or more explicative paraphrase (e.g. *operación de anginas*).
13
+
14
+ The CLARA-MeD repository includes the following work:
15
+
16
+ - A parallel corpus of technical-patient aligned sentences, extracted from the [CLARA-MeD](https://digital.csic.es/handle/10261/269887) comparable corpus of technical and laymen documents.
17
+ - Models used in experiments to compare simplification approaches based on state-of-the-art neural-network algorithms.