Spaces:
Runtime error
Runtime error
danielsteinigen
commited on
Commit
•
175c436
1
Parent(s):
ad79ef1
Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,11 @@ st.write('\n')
|
|
163 |
|
164 |
|
165 |
with col3:
|
166 |
-
st.subheader("Extraction of Key Figures")
|
167 |
-
st.write("Demonstrator Application for Paper 'Semantic Extraction of Key Figures and Their Properties From Tax Legal Texts using Neural Models'")
|
|
|
|
|
|
|
168 |
with col4:
|
169 |
st.caption("Semantic Model")
|
170 |
image = Image.open('util/ontology.png')
|
|
|
163 |
|
164 |
|
165 |
with col3:
|
166 |
+
st.subheader("Extraction of Key Figures from Tax Legal Texts")
|
167 |
+
st.write("Demonstrator Application for Paper 'Semantic Extraction of Key Figures and Their Properties From Tax Legal Texts using Neural Models' presented at the sixth Workshop on Automated Semantic Analysis of Information in Legal Text (ASAIL 2023)")
|
168 |
+
st.write("The paper can be found here: [Paper](https://ceur-ws.org/Vol-3441/paper7.pdf)")
|
169 |
+
st.write('\n')
|
170 |
+
st.write('This demmosntrator processes German tax laws as input and outputs the extracted key figures with their properties and relations, based on the presented semantic model.')
|
171 |
with col4:
|
172 |
st.caption("Semantic Model")
|
173 |
image = Image.open('util/ontology.png')
|