-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreference.bib
More file actions
executable file
·80 lines (72 loc) · 2.49 KB
/
reference.bib
File metadata and controls
executable file
·80 lines (72 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@article{article_example,
author = {作者},
title = {题目},
journal = {刊名(全称)},
year = {年},
number = {卷},
volume = {期},
pages = {页码}
}
@inproceedings{inproceedings_example,
author = {作者},
title = {文章题目},
booktitle = {Proceedings of the ... (会议名称)},
address = {会议召开城市, 会议召开城市所在国家},
year = {年},
pages = {页码}
}
@incollection{incollection_example,
author = {作者},
title = {文章题目},
editor = {编者},
booktitle = {文集标题},
address = {出版地},
publisher = {出版社},
year = {出版年},
pages = {页码}
}
@book{book_example,
author = {作者},
title = {书名},
edition = {版次(初版不写)},
address = {出版社地点},
publisher = {出版社},
year = {出版年}
}
@patent{patent_example,
author = {专利拥有人},
title = {专利名称, 专利授权国家},
date = {专利授权日期}
}
@inproceedings{Nivre:16,
title = {Universal dependencies v1: A multilingual treebank collection},
booktitle = {Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)},
author = {Nivre, Joakim and de Marneffe, Marie-Catherine and Ginter, Filip and Goldberg, Yoav and Hajic, Jan and
Manning, Christopher D. and McDonald, Ryan T. and Petrov, Slav and Pyysalo, Sampo and Silveira, Natalia
and Tsarfaty, Reut and Zeman, Daniel},
year = {2016}
}
@inproceedings{Kong:22,
title = {Multitasking Framework for Unsupervised Simple Definition Generation},
author = {Kong, Cunliang and Chen, Yun and Zhang, Hengyuan and Yang, Liner and Yang, Erhong},
booktitle = {Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)},
pages = {5934--5943},
year = {2022}
}
@article{Chong:23,
title = {MCTS: A Multi-Reference Chinese Text Simplification Dataset},
author = {Chong, Ruining and Lu, Luming and Yang, Liner and Nie, Jinran and Zhou, Shuhan and Li, Yaoxin and Yang, Erhong},
journal = {arXiv preprint arXiv:2306.02796},
year = {2023}
}
@article{Xie:15,
author = {谢晨晖 and 胡正升 and 杨麟儿 and 廖田昕 and 杨尔弘},
title = {句式结构树库的自动构建研究},
publisher = {中文信息学报},
year = {2023},
journal = {中文信息学报},
volume = {37},
number = {2},
eid = {15},
pages = {15-25},
}