Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
```
|
8 |
+
@article{Liu_Cui_Liu_Zhang_2021,
|
9 |
+
title={Natural Language Inference in Context - Investigating Contextual Reasoning over Long Texts},
|
10 |
+
volume={35},
|
11 |
+
url={https://ojs.aaai.org/index.php/AAAI/article/view/17580},
|
12 |
+
DOI={10.1609/aaai.v35i15.17580},
|
13 |
+
number={15},
|
14 |
+
journal={Proceedings of the AAAI Conference on Artificial Intelligence},
|
15 |
+
author={Liu, Hanmeng and Cui, Leyang and Liu, Jian and Zhang, Yue},
|
16 |
+
year={2021},
|
17 |
+
month={May},
|
18 |
+
pages={13388-13396}
|
19 |
+
}
|
20 |
+
```
|