arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
18 stars 3 forks source link

transition matrix interpretation error #1654

Open ZhouLinli opened 3 months ago

ZhouLinli commented 3 months ago

Description

the interpretation of p11 and p31 in the example transition matrix might not be correct. Also, the paragraph is incomplete for the last row in the transition matrix.

(Optional:) Please add any files, screenshots, or other information here.

No response

(Required) What is this issue most closely related to? Select one.

Choose One

Internal issue ID

793c4daf-6c1d-4751-8c77-011213d843db

Paper URL

https://arxiv.org/html/2405.14007v1

Browser

Chrome/126.0.0.0

Device Type

Desktop

html-feedback-bot[bot] commented 3 months ago

Location in document: S3.SS5.p6

Selected HTML:

Suppose the Transition Matrix looks like this:

[0.70.20.10.10.60.30.30.30.4]matrix0.70.20.10.10.60.30.30.30.4\begin{bmatrix}0.7&0.2&0.1\\ 0.1&0.6&0.3\\ 0.3&0.3&0.4\\ \end{bmatrix}[ start_ARG start_ROW start_CELL 0.7 end_CELL start_CELL 0.2 end_CELL start_CELL 0.1 end_CELL end_ROW start_ROW start_CELL 0.1 end_CELL start_CELL 0.6 end_CELL start_CELL 0.3 end_CELL end_ROW start_ROW start_CELL 0.3 end_CELL start_CELL 0.3 end_CELL start_CELL 0.4 end_CELL end_ROW end_ARG ]

This matrix indicates that, for example, 70% of Freshmen will transition to Sophomore, 20% will remain Freshmen, and 10% will become Juniors in the next term. Similarly, 10% of Sophomores will revert to being Freshmen, 60% will continue as Sophomores, and 30% will progress to Juniors. Lastly, 30% of Juniors will regress to Sophomores, 30

github-actions[bot] commented 3 months ago

Hello @ZhouLinli, thanks for the issue report! We are reviewing your report and will address it as soon as possible.